summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drawing/Frameworks/Syphon.framework/Headers/Syphon.h184
-rw-r--r--drawing/Frameworks/Syphon.framework/Headers/SyphonClient.h96
-rw-r--r--drawing/Frameworks/Syphon.framework/Headers/SyphonImage.h50
-rw-r--r--drawing/Frameworks/Syphon.framework/Headers/SyphonServer.h166
-rw-r--r--drawing/Frameworks/Syphon.framework/Headers/SyphonServerDirectory.h126
-rw-r--r--drawing/Frameworks/Syphon.framework/Resources/English.lproj/InfoPlist.stringsbin0 -> 92 bytes
-rw-r--r--drawing/Frameworks/Syphon.framework/Resources/Info.plist40
-rwxr-xr-xdrawing/Frameworks/Syphon.framework/Syphonbin0 -> 210392 bytes
-rw-r--r--drawing/Frameworks/Syphon.framework/Versions/A/Headers/Syphon.h184
-rw-r--r--drawing/Frameworks/Syphon.framework/Versions/A/Headers/SyphonClient.h96
-rw-r--r--drawing/Frameworks/Syphon.framework/Versions/A/Headers/SyphonImage.h50
-rw-r--r--drawing/Frameworks/Syphon.framework/Versions/A/Headers/SyphonServer.h166
-rw-r--r--drawing/Frameworks/Syphon.framework/Versions/A/Headers/SyphonServerDirectory.h126
-rw-r--r--drawing/Frameworks/Syphon.framework/Versions/A/Resources/English.lproj/InfoPlist.stringsbin0 -> 92 bytes
-rw-r--r--drawing/Frameworks/Syphon.framework/Versions/A/Resources/Info.plist40
-rwxr-xr-xdrawing/Frameworks/Syphon.framework/Versions/A/Syphonbin0 -> 210392 bytes
-rw-r--r--drawing/Frameworks/Syphon.framework/Versions/Current/Headers/Syphon.h184
-rw-r--r--drawing/Frameworks/Syphon.framework/Versions/Current/Headers/SyphonClient.h96
-rw-r--r--drawing/Frameworks/Syphon.framework/Versions/Current/Headers/SyphonImage.h50
-rw-r--r--drawing/Frameworks/Syphon.framework/Versions/Current/Headers/SyphonServer.h166
-rw-r--r--drawing/Frameworks/Syphon.framework/Versions/Current/Headers/SyphonServerDirectory.h126
-rw-r--r--drawing/Frameworks/Syphon.framework/Versions/Current/Resources/English.lproj/InfoPlist.stringsbin0 -> 92 bytes
-rw-r--r--drawing/Frameworks/Syphon.framework/Versions/Current/Resources/Info.plist40
-rwxr-xr-xdrawing/Frameworks/Syphon.framework/Versions/Current/Syphonbin0 -> 210392 bytes
-rw-r--r--drawing/addons.make3
-rw-r--r--drawing/bin/data/escher1.pngbin0 -> 1536798 bytes
-rw-r--r--drawing/bin/data/fill.pngbin0 -> 420913 bytes
-rw-r--r--drawing/bin/data/fill.svg816
-rw-r--r--drawing/bin/data/haring.pngbin0 -> 159477 bytes
-rw-r--r--drawing/bin/data/haring.svg61
-rw-r--r--drawing/bin/data/mechanical.svg5689
-rw-r--r--drawing/bin/data/mechanical1.svg4254
-rw-r--r--drawing/bin/data/mexicandoodling.pngbin0 -> 777397 bytes
-rw-r--r--drawing/bin/data/mexicandoodling.svg6712
-rw-r--r--drawing/bin/data/shapes2.svg52
-rw-r--r--drawing/config.make2
-rw-r--r--drawing/src/lineSegmenter.cpp66
-rw-r--r--drawing/src/lineSegmenter.h6
-rw-r--r--drawing/src/main.cpp2
-rw-r--r--drawing/src/ofApp.cpp63
-rw-r--r--drawing/src/ofApp.h10
-rwxr-xr-xdrawing/start3
42 files changed, 19704 insertions, 21 deletions
diff --git a/drawing/Frameworks/Syphon.framework/Headers/Syphon.h b/drawing/Frameworks/Syphon.framework/Headers/Syphon.h
new file mode 100644
index 0000000..126cf54
--- /dev/null
+++ b/drawing/Frameworks/Syphon.framework/Headers/Syphon.h
@@ -0,0 +1,184 @@
+/*
+ Syphon.h
+ Syphon
+
+ Copyright 2010-2011 bangnoise (Tom Butterworth) & vade (Anton Marini).
+ All rights reserved.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+
+ * Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+#import "SyphonServerDirectory.h"
+#import "SyphonServer.h"
+#import "SyphonClient.h"
+#import "SyphonImage.h"
+
+/*! \mainpage Syphon Framework
+ @section intro_sec Developing with Syphon
+
+ <ul>
+ <li> <a href="#introduction" title="Developing with Syphon">Developing with Syphon</a>
+ </li>
+ <li><a href="#servers" title="Servers">Servers</a>
+ </li>
+ <li><a href="#finding-servers" title="Finding Servers">Finding Servers</a>
+ </li>
+ <li><a href="#clients" title="Clients">Clients</a>
+ </li>
+ <li><a href="#plugins" title="Syphon.framework in a Plugin">Syphon.framework in a Plugin</a>
+ </li>
+ <li><a href="#help" title="More examples and help">More examples and help</a>
+ </li>
+ <li><a href="#framework_dev" title="Framework development">Framework development</a>
+ </li>
+ </ul>
+
+ @section introduction Developing with Syphon
+
+ The Syphon framework provides the classes necessary to add Syphon support to your application. SyphonServer is used to make frames available to other applications. SyphonServerDirectory is used to discover available servers. SyphonClient is used to connect to and receive frames from a SyphonServer.
+
+ The framework <em>requires</em> MacOS X 10.6 or later. Syphon makes use of IOSurface, which is a 10.6-only technology. Syphon takes advantage of other 10.6 features such as blocks, and is compatible with garbage-collection.
+
+ To include Syphon in your application, follow these steps:
+
+ <ol>
+ <li><h4>Add the framework to your Xcode project.</h4>
+ <p>The simplest way is to drag it to the Linked Frameworks group in the project window.</p></li>
+ <li><h4>Link your application with Syphon at build time.</h4>
+ <p>Add the framework to the Link Binary With Libraries build stage of your application's target.</p></li>
+ <li><h4>Copy the framework into your application's bundle.</h4>
+ <p>Add a new Copy Files build phase to your application's target.<br/>
+ Get Info on the build phase and select Frameworks as the destination.<br/>
+ Drag the Syphon framework into the build phase.</p></li>
+ <li><h4>Import the headers.</h4>
+ <p>#import &lt;Syphon/Syphon.h&gt; in any file where you want to use Syphon classes.</p></li>
+ </ol>
+
+ @section servers Servers
+
+ Class documentation: SyphonServer
+
+ Create a server:
+
+ @code
+ SyphonServer *myServer = [[SyphonServer alloc] initWithName:@"My Output" context:myContext options:nil];
+ @endcode
+
+ and then publish new frames (you can also use GL_TEXTURE_2D textures):
+
+ @code
+ [myServer publishFrameTexture:myTex textureTarget:GL_TEXTURE_RECTANGLE_EXT imageRegion:NSMakeRect(0, 0, width, height) textureDimensions:NSMakeSize(width, height) flipped:NO];
+ @endcode
+
+ Alternatively there are methods to bind and unbind the server to the OpenGL context, so you can draw into it directly.
+ You can publish new frames as often as you like, but if you only publish when you have a frame different from the previous one, then clients can do less work.
+ You must stop the server when you are finished with it:
+
+ @code
+ [myServer stop];
+ @endcode
+
+ @section finding-servers Finding Servers
+
+ Class documentation: SyphonServerDirectory
+
+ SyphonServerDirectory handles server discovery for you. You can get an array of dictionaries describing available servers:
+
+ @code
+ NSArray *available = [[SyphonServerDirectory sharedDirectory] servers];
+ @endcode
+
+ The servers property can be observed for changes, or you can register to receive the notifications posted by SyphonServerDirectory.
+
+ Server description dictionaries are used by Syphon when you create a client, and also contain information you can use to describe available servers in your UI:
+
+ @code
+ [myMenuItem setTitle:[description objectForKey:SyphonServerDescriptionNameKey]];
+ @endcode
+
+ @section clients Clients
+
+ Class documentation: SyphonClient, SyphonImage
+
+ Usually you create a client with a server description dictionary you obtained from SyphonServerDirectory:
+
+ @code
+ SyphonClient *myClient = [[SyphonClient alloc] initWithServerDescription:description options:nil newFrameHandler:^(SyphonClient *client) {
+ [myView setNeedsDisplay:YES];
+ }];
+ @endcode
+
+ The new-frame handler is optional: you can pass in nil. Here we use it to tell a view it needs to draw whenever the client receives a frame.
+
+ When you are ready to draw:
+
+ @code
+ SyphonImage *myFrame = [myClient newFrameImageForContext:cgl_ctx];
+ if (myFrame)
+ {
+ GLuint tex = myFrame.textureName;
+ NSSize dimensions = myFrame.textureSize;
+
+ // YOUR OPENGL DRAWING CODE HERE
+
+ [myFrame release];
+ }
+ @endcode
+
+ As with servers, you must stop the client when you are finished with it:
+
+ @code
+ [myClient stop];
+ @endcode
+
+ @section plugins Syphon.framework in a Plugin
+
+ If you are using Syphon in any sort of plugin, please download the framework source and compile a version of the framework with unique class names. This avoids class-name conflicts if another plugin or the host application also embeds the Syphon framework. The framework source is set up to make this easy for you: you just need to change one build setting.
+
+ <ol>
+ <li><h4>Open the framework's Xcode project.</h4>
+ <p></p>
+ </li>
+ <li><h4>Define SYPHON_UNIQUE_CLASS_NAME_PREFIX using the Preprocessor Macros build setting.</h4>
+ <p>Select the Syphon target in the project window.<br/>
+ Get Info on the target, and click the Build tab to display the build settings.<br/>
+ Scroll down (or use the search field) to find the Preprocessor Macros (GCC_PREPROCESSOR_DEFINITIONS) setting.<br/>
+ Double click the setting to add SYPHON_UNIQUE_CLASS_NAME_PREFIX=MyPluginName as a macro.
+ </p></li>
+ <li><h4>Build the framework.</h4>
+ <p>The built framework will have custom class names. The headers alias the custom names, so you can use SyphonServer, SyphonClient, SyphonImage and SyphonServerDirectory as normal in your code.<br/>
+ </p></li>
+ </ol>
+
+ @section help More examples and help
+
+ Example projects implementing a server and client are included with the Syphon SDK. You can also examine the source to the provided Syphon implementations at their <a href="http://code.google.com/p/syphon-implementations/" target="_blank">Google Code project</a>.
+
+ Use the <a href="http://forums.v002.info/forum.php?id=7" target="_blank">Syphon developer forum</a> to ask questions, and for any development related discussion.
+
+ Good luck!
+
+ @section framework_dev Framework development
+
+ If you'd like to examine the framework's source code, report a bug, or get involved in development, head on over to the <a href="http://code.google.com/p/syphon-framework/" target="_blank">Syphon framework Google Code project.</a>
+
+ */ \ No newline at end of file
diff --git a/drawing/Frameworks/Syphon.framework/Headers/SyphonClient.h b/drawing/Frameworks/Syphon.framework/Headers/SyphonClient.h
new file mode 100644
index 0000000..618a328
--- /dev/null
+++ b/drawing/Frameworks/Syphon.framework/Headers/SyphonClient.h
@@ -0,0 +1,96 @@
+/*
+ SyphonClient.h
+ Syphon
+
+ Copyright 2010-2011 bangnoise (Tom Butterworth) & vade (Anton Marini).
+ All rights reserved.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+
+ * Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+#import <Cocoa/Cocoa.h>
+#import <Quartz/Quartz.h>
+#import <OpenGL/OpenGL.h>
+
+@class SyphonImage;
+
+/*!
+ SyphonClient makes available frames from a remote SyphonServer. A client is created from a NSDictionary which describes the server. Typically this is obtained from the shared SyphonServerDirectory, or one of Syphon's notifications.
+
+ SyphonClient allows for lazy drawing by the use of a new-frame-handler. Using a handler you can perform drawing without using a timer or polling, achieving frame-accuracy with the minimum of overhead. Alternatively, if your application uses a traditional display link or timer, you can use the hasNewFrame property to make decisions about work you may need to do. Irrespective of the presence of new frames, you can draw with a SyphonClient at any time.
+
+ It is safe to access instances of this class across threads.
+ */
+
+@interface SyphonClient : NSObject
+{
+@private
+ id _connectionManager;
+ uint32_t _lastFrameID;
+ void (^_handler)(id);
+ int32_t _status;
+ int32_t _lock;
+}
+/*!
+ Returns a new client instance for the described server. You should check the isValid property after initialization to ensure a connection was made to the server.
+ @param description Typically acquired from the shared SyphonServerDirectory, or one of Syphon's notifications.
+ @param options Currently ignored. May be nil.
+ @param handler A block which is invoked when a new frame becomes available. handler may be nil. This block may be invoked on a thread other than that on which the client was created.
+ @returns A newly initialized SyphonClient object, or nil if a client could not be created.
+*/
+
+- (id)initWithServerDescription:(NSDictionary *)description options:(NSDictionary *)options newFrameHandler:(void (^)(SyphonClient *client))handler;
+
+/*!
+ A client is valid if it has a working connection to a server. Once this returns NO, the SyphonClient will not yield any further frames.
+ */
+
+@property (readonly) BOOL isValid;
+
+/*!
+ Returns a dictionary with a description of the server the client is attached to. See SyphonServerDirectory for the keys this dictionary contains
+*/
+
+@property (readonly) NSDictionary *serverDescription;
+
+/*!
+ Returns YES if the server has output a new frame since the last time newFrameImageForContext: was called for this client, NO otherwise.
+*/
+
+@property (readonly) BOOL hasNewFrame;
+
+/*!
+ Returns a SyphonImage representing the current output from the server. The texture associated with the image may continue to update when you draw with it, but you should not depend on that behaviour: call this method every time you wish to access the current server frame. This object may have GPU resources associated with it and you should release it as soon as you are finished drawing with it.
+
+ This method does not lock the CGL context. If there is a chance other threads may use the context during calls to this method, bracket it with calls to CGLLockContext() and CGLUnlockContext().
+ @param cgl_ctx The CGL context in which the SyphonImage will be valid.
+ @returns A SyphonImage representing the live output from the server. YOU ARE RESPONSIBLE FOR RELEASING THIS OBJECT when you are finished with it.
+ */
+- (SyphonImage *)newFrameImageForContext:(CGLContextObj)cgl_ctx;
+
+/*!
+ Stops the client from receiving any further frames from the server. In garbage-collected applications you must call this method prior to removing strong references to the client. In non-garbage-collected applications, use of this method is optional and releasing all references to the client has the same effect.
+ */
+
+- (void)stop;
+
+@end
diff --git a/drawing/Frameworks/Syphon.framework/Headers/SyphonImage.h b/drawing/Frameworks/Syphon.framework/Headers/SyphonImage.h
new file mode 100644
index 0000000..d43277e
--- /dev/null
+++ b/drawing/Frameworks/Syphon.framework/Headers/SyphonImage.h
@@ -0,0 +1,50 @@
+/*
+ SyphonImage.h
+ Syphon
+
+ Copyright 2010-2011 bangnoise (Tom Butterworth) & vade (Anton Marini).
+ All rights reserved.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+
+ * Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+#import <Cocoa/Cocoa.h>
+#import <OpenGL/OpenGL.h>
+
+/**
+ SyphonImage represents an image stored as an OpenGL texture of type GL_TEXTURE_RECTANGLE_ARB.
+ */
+
+@interface SyphonImage : NSObject {
+
+}
+
+/**
+ A GLuint representing the texture name. The associated texture is of type GL_TEXTURE_RECTANGLE_ARB.
+ */
+@property (readonly) GLuint textureName;
+
+/**
+ A NSSize representing the dimensions of the texture. The image will fill the texture entirely.
+ */
+@property (readonly) NSSize textureSize;
+@end
diff --git a/drawing/Frameworks/Syphon.framework/Headers/SyphonServer.h b/drawing/Frameworks/Syphon.framework/Headers/SyphonServer.h
new file mode 100644
index 0000000..5cc9841
--- /dev/null
+++ b/drawing/Frameworks/Syphon.framework/Headers/SyphonServer.h
@@ -0,0 +1,166 @@
+/*
+ SyphonServer.h
+ Syphon
+
+ Copyright 2010-2011 bangnoise (Tom Butterworth) & vade (Anton Marini).
+ All rights reserved.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+
+ * Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+#import <Cocoa/Cocoa.h>
+#import <Quartz/Quartz.h>
+#import <OpenGL/OpenGL.h>
+
+/*! @name Server Options Dictionary Key Constants */
+/*! @{ */
+
+/*!
+ @relates SyphonServer
+ If this key is matched with a NSNumber with a BOOL value YES, then the server will be invisible to other Syphon users. You are then responsible for passing the NSDictionary returned by serverDescription to processes which require it to create a SyphonClient. Default is NO.
+ */
+extern NSString * const SyphonServerOptionIsPrivate;
+
+/*! @} */
+
+/*!
+ @nosubgrouping
+ SyphonServer handles the publishing of frames from one video source to any number of clients. Frames can be published either by passing in an existing OpenGL texture, or by binding the server's FBO, drawing using OpenGL calls, then calling the unbindAndPublish method.
+
+ A SyphonServer object represents one video output for your application. If your application produces several video outputs, then they should each have their own SyphonServer. If your application might have multiple servers running, you should name each server to aid identification by users.
+
+ It is safe to access instances of this class across threads, except for those calls related to OpenGL: a call to bindToDrawFrameOfSize: must have returned before a call is made to unbindAndPublish, and these methods must be paired and called in order. You should not call the stop method while the FBO is bound.
+ */
+
+@class SyphonImage;
+
+@interface SyphonServer : NSObject
+{
+@private
+ NSString *_name;
+ NSString *_uuid;
+ BOOL _broadcasts;
+
+ id _connectionManager;
+
+ CGLContextObj cgl_ctx;
+
+ void *_surfaceRef;
+ BOOL _pushPending;
+ SyphonImage *_surfaceTexture;
+ GLuint _surfaceFBO;
+
+ GLint _previousReadFBO;
+ GLint _previousDrawFBO;
+ GLint _previousFBO;
+
+ int32_t _mdLock;
+}
+/** @name Instantiation */
+/** @{ */
+/*!
+ Creates a new server with the specified human-readable name (which need not be unique), CGLContext and options. The server will be started immediately. Init may fail and return nil if the server could not be started.
+ @param serverName Non-unique human readable server name. This is not required and may be nil, but is usually used by clients in their UI to aid identification.
+ @param context The CGLContextObj context that textures will be valid and available on for publishing.
+ @param options A dictionary containing key-value pairs to specify options for the server. Currently the only option is SyphonServerOptionIsPrivate. See its description for details.
+ @returns A newly intialized SyphonServer. Nil on failure.
+*/
+
+- (id)initWithName:(NSString*)serverName context:(CGLContextObj)context options:(NSDictionary *)options;
+
+/** @} */
+
+/** @name Properties */
+/** @{ */
+/*!
+ The CGLContext the server uses for drawing. This may or may not be the context passed in at init.
+*/
+
+@property (readonly) CGLContextObj context;
+
+/*!
+ A string representing the name of the SyphonServer.
+*/
+
+@property (retain) NSString* name;
+
+/*!
+ A dictionary describing the server. Normally you won't need to access this, however if you created the server as private (using SyphonServerOptionIsPrivate) then you must pass this dictionary to any process in which you wish to create a SyphonClient. You should not rely on the presence of any particular keys in this dictionary. The content will always conform to the \<NSCoding\> protocol.
+*/
+
+@property (readonly) NSDictionary* serverDescription;
+
+/*!
+YES if clients are currently attached, NO otherwise. If you generate frames frequently (for instance on a display-link timer), you may choose to test this and only call publishFrameTexture:textureTarget:imageRegion:textureDimensions:flipped: when clients are attached.
+*/
+
+@property (readonly) BOOL hasClients;
+
+/** @} */
+/** @name Publishing Frames */
+/** @{ */
+
+/*!
+ Publishes the part of the texture described in region of the named texture to clients. The texture is copied and can be safely disposed of or modified once this method has returned. You should not bracket calls to this method with calls to -bindToDrawFrameOfSize: and -unbindAndPublish - they are provided as an alternative to using this method.
+
+ This method does not lock the server's CGL context. If there is a chance of other threads using the context during calls to this method, bracket it with calls to CGLLockContext() and CGLUnlockContext(), passing in the value of the server's context property as the argument.
+ @param texID The name of the texture to publish, which must be a texture valid in the CGL context provided when the server was created.
+ @param target GL_TEXTURE_RECTANGLE_EXT or GL_TEXTURE_2D.
+ @param region The sub-region of the texture to publish.
+ @param size The full size of the texture
+ @param isFlipped Is the texture flipped?
+*/
+
+- (void)publishFrameTexture:(GLuint)texID textureTarget:(GLenum)target imageRegion:(NSRect)region textureDimensions:(NSSize)size flipped:(BOOL)isFlipped;
+
+/*!
+ Binds an FBO for you to publish a frame of the given dimensions by drawing into the server's context (check it using the context property). If YES is returned, you must pair this with a call to -unbindAndPublish once you have finished drawing. If NO is returned you should abandon drawing and not call -unbindAndPublish.
+ This method does not lock the server's CGL context. If there is a chance other threads may use the context during calls to this method, bracket it with calls to CGLLockContext() and CGLUnlockContext(), passing in the value of the server's context property as the argument.
+ @param size The size the frame you wish to publish.
+ @returns YES if binding succeeded, NO otherwise.
+*/
+
+- (BOOL)bindToDrawFrameOfSize:(NSSize)size;
+
+/*!
+ Restores any previously bound FBO and publishes the just-drawn frame. This method will flush the GL context (so you don't have to).
+ This method does not lock the server's CGL context. If there is a chance of other threads using the context during calls to this method, bracket it with calls to CGLLockContext() and CGLUnlockContext(), passing in the value of the server's context property as the argument.
+*/
+
+- (void)unbindAndPublish;
+
+/*!
+ Returns a SyphonImage representing the current output from the server, valid in the server's CGL context. Call this method every time you wish to access the current server frame. This object has a limited useful lifetime, and may have GPU resources associated with it: you should release it as soon as you are finished drawing with it.
+
+ This method does not lock the CGL context. If there is a chance other threads may use the context during calls to this method, or while you are drawing with the returned SyphonImage, bracket access with calls to CGLLockContext() and CGLUnlockContext().
+
+ @returns A SyphonImage representing the current output from the server. YOU ARE RESPONSIBLE FOR RELEASING THIS OBJECT when you are finished with it.
+ */
+- (SyphonImage *)newFrameImage;
+
+/*!
+ Stops the server instance. In garbage-collected applications you must call this method prior to removing strong references to the server. In non-garbage-collected applications, use of this method is optional.
+*/
+
+- (void)stop;
+/** @} */
+@end
diff --git a/drawing/Frameworks/Syphon.framework/Headers/SyphonServerDirectory.h b/drawing/Frameworks/Syphon.framework/Headers/SyphonServerDirectory.h
new file mode 100644
index 0000000..3cad8ce
--- /dev/null
+++ b/drawing/Frameworks/Syphon.framework/Headers/SyphonServerDirectory.h
@@ -0,0 +1,126 @@
+/*
+ SyphonServerDirectory.h
+ Syphon
+
+ Copyright 2010-2011 bangnoise (Tom Butterworth) & vade (Anton Marini).
+ All rights reserved.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+
+ * Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+#import <Cocoa/Cocoa.h>
+
+/*! @name Server Description Dictionary Key Constants */
+/*! @{ */
+
+/*!
+ @relates SyphonServerDirectory
+ The object for this key is a NSString which uniquely identifies a SyphonServer instance. If two dictionaries contain the same string for this key, they represent the same server. This is provided solely to allow you to programmatically determine the identity of a server, and should never be displayed to users in interface elements.
+*/
+
+extern NSString * const SyphonServerDescriptionUUIDKey;
+
+/*!
+ @relates SyphonServerDirectory
+ The object for this key is a NSString which is the human-readable non-unique name for the SyphonServer. If this string exists and is non-empty, you should use it in interface elements to identify the server, usually in combination with the name of the server's application (see SyphonServerDescriptionAppNameKey).
+*/
+
+extern NSString * const SyphonServerDescriptionNameKey;
+
+/*!
+ @relates SyphonServerDirectory
+ The object for this key is a NSString with the localized name of the application in which the SyphonServer is running. Use this in combination with the server's name (if present) to identify the server in interface elements.
+*/
+
+extern NSString * const SyphonServerDescriptionAppNameKey;
+
+/*!
+ @relates SyphonServerDirectory
+ The object for this key is a NSImage representation of the icon of the application in which the SyphonServer is running.
+*/
+
+extern NSString * const SyphonServerDescriptionIconKey;
+
+/*! @} */
+
+/*! @name Notifications */
+/*! @{ */
+
+/*!
+ @relates SyphonServerDirectory
+ A new SyphonServer is available on the system. The notification object is a NSDictionary describing the server.
+*/
+
+extern NSString * const SyphonServerAnnounceNotification;
+
+/*!
+ @relates SyphonServerDirectory
+ An existing SyphonServer instance has changed its description. The notification object is a NSDictionary describing the server.
+*/
+
+extern NSString * const SyphonServerUpdateNotification;
+
+/*!
+ @relates SyphonServerDirectory
+ A SyphonServer instance will no longer be available. The notification object is a NSDictionary describing the retiring server.
+*/
+
+extern NSString * const SyphonServerRetireNotification;
+
+/*! @} */
+
+/*!
+ @nosubgrouping
+ SyphonServerDirectory provides information on available Syphon Servers. Servers are represented by dictionaries. Generally you can expect to find some or all of the keys listed in Constants.
+*/
+
+@interface SyphonServerDirectory : NSObject {
+@private
+ NSMutableArray *_servers;
+ pthread_mutex_t _generalLock;
+ pthread_mutex_t _mutateLock;
+ NSMutableSet *_pings;
+}
+
+/*!
+ Returns the shared server directory instance. This object is KVO complaint, and can be used to observe changes in server availability, server names and statuses.
+ @returns the shared server instance
+*/
+
++ (SyphonServerDirectory *)sharedDirectory;
+
+/*!
+ NSArray of NSDictionaries that describe (using the keys above) currently available SyphonServer instances on the system.
+*/
+
+@property (readonly) NSArray *servers;
+
+/*!
+ Use this method to discover servers based soley on their name, or application host name. Both parameters are optional. If you do not specify either, all available SyphonServers will be returned.
+ @param name Optional (pass nil to not specify) Name of the published SyphonServer, matches the key value for SyphonServerDescriptionNameKey
+ @param appname Optional (pass nil to not specify) Application Name of the published SyphonServer, matches the key value for SyphonServerDescriptionAppNameKey
+ @returns An array of NSDictionaries matching the query you specified.
+*/
+
+- (NSArray *)serversMatchingName:(NSString *)name appName:(NSString *)appname;
+
+@end
diff --git a/drawing/Frameworks/Syphon.framework/Resources/English.lproj/InfoPlist.strings b/drawing/Frameworks/Syphon.framework/Resources/English.lproj/InfoPlist.strings
new file mode 100644
index 0000000..5e45963
--- /dev/null
+++ b/drawing/Frameworks/Syphon.framework/Resources/English.lproj/InfoPlist.strings
Binary files differ
diff --git a/drawing/Frameworks/Syphon.framework/Resources/Info.plist b/drawing/Frameworks/Syphon.framework/Resources/Info.plist
new file mode 100644
index 0000000..fb6cbc3
--- /dev/null
+++ b/drawing/Frameworks/Syphon.framework/Resources/Info.plist
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>BuildMachineOSBuild</key>
+ <string>10J869</string>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>English</string>
+ <key>CFBundleExecutable</key>
+ <string>Syphon</string>
+ <key>CFBundleIdentifier</key>
+ <string>info.v002.Syphon</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>Syphon</string>
+ <key>CFBundlePackageType</key>
+ <string>FMWK</string>
+ <key>CFBundleShortVersionString</key>
+ <string>1.0</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
+ <string>1</string>
+ <key>DTCompiler</key>
+ <string>com.apple.compilers.llvm.clang.1_0</string>
+ <key>DTPlatformBuild</key>
+ <string>4A2002a</string>
+ <key>DTPlatformVersion</key>
+ <string>GM</string>
+ <key>DTSDKBuild</key>
+ <string>4A2002a</string>
+ <key>DTSDKName</key>
+ <string>macosx10.6</string>
+ <key>DTXcode</key>
+ <string>0402</string>
+ <key>DTXcodeBuild</key>
+ <string>4A2002a</string>
+</dict>
+</plist>
diff --git a/drawing/Frameworks/Syphon.framework/Syphon b/drawing/Frameworks/Syphon.framework/Syphon
new file mode 100755
index 0000000..741b4e4
--- /dev/null
+++ b/drawing/Frameworks/Syphon.framework/Syphon
Binary files differ
diff --git a/drawing/Frameworks/Syphon.framework/Versions/A/Headers/Syphon.h b/drawing/Frameworks/Syphon.framework/Versions/A/Headers/Syphon.h
new file mode 100644
index 0000000..126cf54
--- /dev/null
+++ b/drawing/Frameworks/Syphon.framework/Versions/A/Headers/Syphon.h
@@ -0,0 +1,184 @@
+/*
+ Syphon.h
+ Syphon
+
+ Copyright 2010-2011 bangnoise (Tom Butterworth) & vade (Anton Marini).
+ All rights reserved.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+
+ * Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+#import "SyphonServerDirectory.h"
+#import "SyphonServer.h"
+#import "SyphonClient.h"
+#import "SyphonImage.h"
+
+/*! \mainpage Syphon Framework
+ @section intro_sec Developing with Syphon
+
+ <ul>
+ <li> <a href="#introduction" title="Developing with Syphon">Developing with Syphon</a>
+ </li>
+ <li><a href="#servers" title="Servers">Servers</a>
+ </li>
+ <li><a href="#finding-servers" title="Finding Servers">Finding Servers</a>
+ </li>
+ <li><a href="#clients" title="Clients">Clients</a>
+ </li>
+ <li><a href="#plugins" title="Syphon.framework in a Plugin">Syphon.framework in a Plugin</a>
+ </li>
+ <li><a href="#help" title="More examples and help">More examples and help</a>
+ </li>
+ <li><a href="#framework_dev" title="Framework development">Framework development</a>
+ </li>
+ </ul>
+
+ @section introduction Developing with Syphon
+
+ The Syphon framework provides the classes necessary to add Syphon support to your application. SyphonServer is used to make frames available to other applications. SyphonServerDirectory is used to discover available servers. SyphonClient is used to connect to and receive frames from a SyphonServer.
+
+ The framework <em>requires</em> MacOS X 10.6 or later. Syphon makes use of IOSurface, which is a 10.6-only technology. Syphon takes advantage of other 10.6 features such as blocks, and is compatible with garbage-collection.
+
+ To include Syphon in your application, follow these steps:
+
+ <ol>
+ <li><h4>Add the framework to your Xcode project.</h4>
+ <p>The simplest way is to drag it to the Linked Frameworks group in the project window.</p></li>
+ <li><h4>Link your application with Syphon at build time.</h4>
+ <p>Add the framework to the Link Binary With Libraries build stage of your application's target.</p></li>
+ <li><h4>Copy the framework into your application's bundle.</h4>
+ <p>Add a new Copy Files build phase to your application's target.<br/>
+ Get Info on the build phase and select Frameworks as the destination.<br/>
+ Drag the Syphon framework into the build phase.</p></li>
+ <li><h4>Import the headers.</h4>
+ <p>#import &lt;Syphon/Syphon.h&gt; in any file where you want to use Syphon classes.</p></li>
+ </ol>
+
+ @section servers Servers
+
+ Class documentation: SyphonServer
+
+ Create a server:
+
+ @code
+ SyphonServer *myServer = [[SyphonServer alloc] initWithName:@"My Output" context:myContext options:nil];
+ @endcode
+
+ and then publish new frames (you can also use GL_TEXTURE_2D textures):
+
+ @code
+ [myServer publishFrameTexture:myTex textureTarget:GL_TEXTURE_RECTANGLE_EXT imageRegion:NSMakeRect(0, 0, width, height) textureDimensions:NSMakeSize(width, height) flipped:NO];
+ @endcode
+
+ Alternatively there are methods to bind and unbind the server to the OpenGL context, so you can draw into it directly.
+ You can publish new frames as often as you like, but if you only publish when you have a frame different from the previous one, then clients can do less work.
+ You must stop the server when you are finished with it:
+
+ @code
+ [myServer stop];
+ @endcode
+
+ @section finding-servers Finding Servers
+
+ Class documentation: SyphonServerDirectory
+
+ SyphonServerDirectory handles server discovery for you. You can get an array of dictionaries describing available servers:
+
+ @code
+ NSArray *available = [[SyphonServerDirectory sharedDirectory] servers];
+ @endcode
+
+ The servers property can be observed for changes, or you can register to receive the notifications posted by SyphonServerDirectory.
+
+ Server description dictionaries are used by Syphon when you create a client, and also contain information you can use to describe available servers in your UI:
+
+ @code
+ [myMenuItem setTitle:[description objectForKey:SyphonServerDescriptionNameKey]];
+ @endcode
+
+ @section clients Clients
+
+ Class documentation: SyphonClient, SyphonImage
+
+ Usually you create a client with a server description dictionary you obtained from SyphonServerDirectory:
+
+ @code
+ SyphonClient *myClient = [[SyphonClient alloc] initWithServerDescription:description options:nil newFrameHandler:^(SyphonClient *client) {
+ [myView setNeedsDisplay:YES];
+ }];
+ @endcode
+
+ The new-frame handler is optional: you can pass in nil. Here we use it to tell a view it needs to draw whenever the client receives a frame.
+
+ When you are ready to draw:
+
+ @code
+ SyphonImage *myFrame = [myClient newFrameImageForContext:cgl_ctx];
+ if (myFrame)
+ {
+ GLuint tex = myFrame.textureName;
+ NSSize dimensions = myFrame.textureSize;
+
+ // YOUR OPENGL DRAWING CODE HERE
+
+ [myFrame release];
+ }
+ @endcode
+
+ As with servers, you must stop the client when you are finished with it:
+
+ @code
+ [myClient stop];
+ @endcode
+
+ @section plugins Syphon.framework in a Plugin
+
+ If you are using Syphon in any sort of plugin, please download the framework source and compile a version of the framework with unique class names. This avoids class-name conflicts if another plugin or the host application also embeds the Syphon framework. The framework source is set up to make this easy for you: you just need to change one build setting.
+
+ <ol>
+ <li><h4>Open the framework's Xcode project.</h4>
+ <p></p>
+ </li>
+ <li><h4>Define SYPHON_UNIQUE_CLASS_NAME_PREFIX using the Preprocessor Macros build setting.</h4>
+ <p>Select the Syphon target in the project window.<br/>
+ Get Info on the target, and click the Build tab to display the build settings.<br/>
+ Scroll down (or use the search field) to find the Preprocessor Macros (GCC_PREPROCESSOR_DEFINITIONS) setting.<br/>
+ Double click the setting to add SYPHON_UNIQUE_CLASS_NAME_PREFIX=MyPluginName as a macro.
+ </p></li>
+ <li><h4>Build the framework.</h4>
+ <p>The built framework will have custom class names. The headers alias the custom names, so you can use SyphonServer, SyphonClient, SyphonImage and SyphonServerDirectory as normal in your code.<br/>
+ </p></li>
+ </ol>
+
+ @section help More examples and help
+
+ Example projects implementing a server and client are included with the Syphon SDK. You can also examine the source to the provided Syphon implementations at their <a href="http://code.google.com/p/syphon-implementations/" target="_blank">Google Code project</a>.
+
+ Use the <a href="http://forums.v002.info/forum.php?id=7" target="_blank">Syphon developer forum</a> to ask questions, and for any development related discussion.
+
+ Good luck!
+
+ @section framework_dev Framework development
+
+ If you'd like to examine the framework's source code, report a bug, or get involved in development, head on over to the <a href="http://code.google.com/p/syphon-framework/" target="_blank">Syphon framework Google Code project.</a>
+
+ */ \ No newline at end of file
diff --git a/drawing/Frameworks/Syphon.framework/Versions/A/Headers/SyphonClient.h b/drawing/Frameworks/Syphon.framework/Versions/A/Headers/SyphonClient.h
new file mode 100644
index 0000000..618a328
--- /dev/null
+++ b/drawing/Frameworks/Syphon.framework/Versions/A/Headers/SyphonClient.h
@@ -0,0 +1,96 @@
+/*
+ SyphonClient.h
+ Syphon
+
+ Copyright 2010-2011 bangnoise (Tom Butterworth) & vade (Anton Marini).
+ All rights reserved.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+
+ * Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+#import <Cocoa/Cocoa.h>
+#import <Quartz/Quartz.h>
+#import <OpenGL/OpenGL.h>
+
+@class SyphonImage;
+
+/*!
+ SyphonClient makes available frames from a remote SyphonServer. A client is created from a NSDictionary which describes the server. Typically this is obtained from the shared SyphonServerDirectory, or one of Syphon's notifications.
+
+ SyphonClient allows for lazy drawing by the use of a new-frame-handler. Using a handler you can perform drawing without using a timer or polling, achieving frame-accuracy with the minimum of overhead. Alternatively, if your application uses a traditional display link or timer, you can use the hasNewFrame property to make decisions about work you may need to do. Irrespective of the presence of new frames, you can draw with a SyphonClient at any time.
+
+ It is safe to access instances of this class across threads.
+ */
+
+@interface SyphonClient : NSObject
+{
+@private
+ id _connectionManager;
+ uint32_t _lastFrameID;
+ void (^_handler)(id);
+ int32_t _status;
+ int32_t _lock;
+}
+/*!
+ Returns a new client instance for the described server. You should check the isValid property after initialization to ensure a connection was made to the server.
+ @param description Typically acquired from the shared SyphonServerDirectory, or one of Syphon's notifications.
+ @param options Currently ignored. May be nil.
+ @param handler A block which is invoked when a new frame becomes available. handler may be nil. This block may be invoked on a thread other than that on which the client was created.
+ @returns A newly initialized SyphonClient object, or nil if a client could not be created.
+*/
+
+- (id)initWithServerDescription:(NSDictionary *)description options:(NSDictionary *)options newFrameHandler:(void (^)(SyphonClient *client))handler;
+
+/*!
+ A client is valid if it has a working connection to a server. Once this returns NO, the SyphonClient will not yield any further frames.
+ */
+
+@property (readonly) BOOL isValid;
+
+/*!
+ Returns a dictionary with a description of the server the client is attached to. See SyphonServerDirectory for the keys this dictionary contains
+*/
+
+@property (readonly) NSDictionary *serverDescription;
+
+/*!
+ Returns YES if the server has output a new frame since the last time newFrameImageForContext: was called for this client, NO otherwise.
+*/
+
+@property (readonly) BOOL hasNewFrame;
+
+/*!
+ Returns a SyphonImage representing the current output from the server. The texture associated with the image may continue to update when you draw with it, but you should not depend on that behaviour: call this method every time you wish to access the current server frame. This object may have GPU resources associated with it and you should release it as soon as you are finished drawing with it.
+
+ This method does not lock the CGL context. If there is a chance other threads may use the context during calls to this method, bracket it with calls to CGLLockContext() and CGLUnlockContext().
+ @param cgl_ctx The CGL context in which the SyphonImage will be valid.
+ @returns A SyphonImage representing the live output from the server. YOU ARE RESPONSIBLE FOR RELEASING THIS OBJECT when you are finished with it.
+ */
+- (SyphonImage *)newFrameImageForContext:(CGLContextObj)cgl_ctx;
+
+/*!
+ Stops the client from receiving any further frames from the server. In garbage-collected applications you must call this method prior to removing strong references to the client. In non-garbage-collected applications, use of this method is optional and releasing all references to the client has the same effect.
+ */
+
+- (void)stop;
+
+@end
diff --git a/drawing/Frameworks/Syphon.framework/Versions/A/Headers/SyphonImage.h b/drawing/Frameworks/Syphon.framework/Versions/A/Headers/SyphonImage.h
new file mode 100644
index 0000000..d43277e
--- /dev/null
+++ b/drawing/Frameworks/Syphon.framework/Versions/A/Headers/SyphonImage.h
@@ -0,0 +1,50 @@
+/*
+ SyphonImage.h
+ Syphon
+
+ Copyright 2010-2011 bangnoise (Tom Butterworth) & vade (Anton Marini).
+ All rights reserved.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+
+ * Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+#import <Cocoa/Cocoa.h>
+#import <OpenGL/OpenGL.h>
+
+/**
+ SyphonImage represents an image stored as an OpenGL texture of type GL_TEXTURE_RECTANGLE_ARB.
+ */
+
+@interface SyphonImage : NSObject {
+
+}
+
+/**
+ A GLuint representing the texture name. The associated texture is of type GL_TEXTURE_RECTANGLE_ARB.
+ */
+@property (readonly) GLuint textureName;
+
+/**
+ A NSSize representing the dimensions of the texture. The image will fill the texture entirely.
+ */
+@property (readonly) NSSize textureSize;
+@end
diff --git a/drawing/Frameworks/Syphon.framework/Versions/A/Headers/SyphonServer.h b/drawing/Frameworks/Syphon.framework/Versions/A/Headers/SyphonServer.h
new file mode 100644
index 0000000..5cc9841
--- /dev/null
+++ b/drawing/Frameworks/Syphon.framework/Versions/A/Headers/SyphonServer.h
@@ -0,0 +1,166 @@
+/*
+ SyphonServer.h
+ Syphon
+
+ Copyright 2010-2011 bangnoise (Tom Butterworth) & vade (Anton Marini).
+ All rights reserved.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+
+ * Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+#import <Cocoa/Cocoa.h>
+#import <Quartz/Quartz.h>
+#import <OpenGL/OpenGL.h>
+
+/*! @name Server Options Dictionary Key Constants */
+/*! @{ */
+
+/*!
+ @relates SyphonServer
+ If this key is matched with a NSNumber with a BOOL value YES, then the server will be invisible to other Syphon users. You are then responsible for passing the NSDictionary returned by serverDescription to processes which require it to create a SyphonClient. Default is NO.
+ */
+extern NSString * const SyphonServerOptionIsPrivate;
+
+/*! @} */
+
+/*!
+ @nosubgrouping
+ SyphonServer handles the publishing of frames from one video source to any number of clients. Frames can be published either by passing in an existing OpenGL texture, or by binding the server's FBO, drawing using OpenGL calls, then calling the unbindAndPublish method.
+
+ A SyphonServer object represents one video output for your application. If your application produces several video outputs, then they should each have their own SyphonServer. If your application might have multiple servers running, you should name each server to aid identification by users.
+
+ It is safe to access instances of this class across threads, except for those calls related to OpenGL: a call to bindToDrawFrameOfSize: must have returned before a call is made to unbindAndPublish, and these methods must be paired and called in order. You should not call the stop method while the FBO is bound.
+ */
+
+@class SyphonImage;
+
+@interface SyphonServer : NSObject
+{
+@private
+ NSString *_name;
+ NSString *_uuid;
+ BOOL _broadcasts;
+
+ id _connectionManager;
+
+ CGLContextObj cgl_ctx;
+
+ void *_surfaceRef;
+ BOOL _pushPending;
+ SyphonImage *_surfaceTexture;
+ GLuint _surfaceFBO;
+
+ GLint _previousReadFBO;
+ GLint _previousDrawFBO;
+ GLint _previousFBO;
+
+ int32_t _mdLock;
+}
+/** @name Instantiation */
+/** @{ */
+/*!
+ Creates a new server with the specified human-readable name (which need not be unique), CGLContext and options. The server will be started immediately. Init may fail and return nil if the server could not be started.
+ @param serverName Non-unique human readable server name. This is not required and may be nil, but is usually used by clients in their UI to aid identification.
+ @param context The CGLContextObj context that textures will be valid and available on for publishing.
+ @param options A dictionary containing key-value pairs to specify options for the server. Currently the only option is SyphonServerOptionIsPrivate. See its description for details.
+ @returns A newly intialized SyphonServer. Nil on failure.
+*/
+
+- (id)initWithName:(NSString*)serverName context:(CGLContextObj)context options:(NSDictionary *)options;
+
+/** @} */
+
+/** @name Properties */
+/** @{ */
+/*!
+ The CGLContext the server uses for drawing. This may or may not be the context passed in at init.
+*/
+
+@property (readonly) CGLContextObj context;
+
+/*!
+ A string representing the name of the SyphonServer.
+*/
+
+@property (retain) NSString* name;
+
+/*!
+ A dictionary describing the server. Normally you won't need to access this, however if you created the server as private (using SyphonServerOptionIsPrivate) then you must pass this dictionary to any process in which you wish to create a SyphonClient. You should not rely on the presence of any particular keys in this dictionary. The content will always conform to the \<NSCoding\> protocol.
+*/
+
+@property (readonly) NSDictionary* serverDescription;
+
+/*!
+YES if clients are currently attached, NO otherwise. If you generate frames frequently (for instance on a display-link timer), you may choose to test this and only call publishFrameTexture:textureTarget:imageRegion:textureDimensions:flipped: when clients are attached.
+*/
+
+@property (readonly) BOOL hasClients;
+
+/** @} */
+/** @name Publishing Frames */
+/** @{ */
+
+/*!
+ Publishes the part of the texture described in region of the named texture to clients. The texture is copied and can be safely disposed of or modified once this method has returned. You should not bracket calls to this method with calls to -bindToDrawFrameOfSize: and -unbindAndPublish - they are provided as an alternative to using this method.
+
+ This method does not lock the server's CGL context. If there is a chance of other threads using the context during calls to this method, bracket it with calls to CGLLockContext() and CGLUnlockContext(), passing in the value of the server's context property as the argument.
+ @param texID The name of the texture to publish, which must be a texture valid in the CGL context provided when the server was created.
+ @param target GL_TEXTURE_RECTANGLE_EXT or GL_TEXTURE_2D.
+ @param region The sub-region of the texture to publish.
+ @param size The full size of the texture
+ @param isFlipped Is the texture flipped?
+*/
+
+- (void)publishFrameTexture:(GLuint)texID textureTarget:(GLenum)target imageRegion:(NSRect)region textureDimensions:(NSSize)size flipped:(BOOL)isFlipped;
+
+/*!
+ Binds an FBO for you to publish a frame of the given dimensions by drawing into the server's context (check it using the context property). If YES is returned, you must pair this with a call to -unbindAndPublish once you have finished drawing. If NO is returned you should abandon drawing and not call -unbindAndPublish.
+ This method does not lock the server's CGL context. If there is a chance other threads may use the context during calls to this method, bracket it with calls to CGLLockContext() and CGLUnlockContext(), passing in the value of the server's context property as the argument.
+ @param size The size the frame you wish to publish.
+ @returns YES if binding succeeded, NO otherwise.
+*/
+
+- (BOOL)bindToDrawFrameOfSize:(NSSize)size;
+
+/*!
+ Restores any previously bound FBO and publishes the just-drawn frame. This method will flush the GL context (so you don't have to).
+ This method does not lock the server's CGL context. If there is a chance of other threads using the context during calls to this method, bracket it with calls to CGLLockContext() and CGLUnlockContext(), passing in the value of the server's context property as the argument.
+*/
+
+- (void)unbindAndPublish;
+
+/*!
+ Returns a SyphonImage representing the current output from the server, valid in the server's CGL context. Call this method every time you wish to access the current server frame. This object has a limited useful lifetime, and may have GPU resources associated with it: you should release it as soon as you are finished drawing with it.
+
+ This method does not lock the CGL context. If there is a chance other threads may use the context during calls to this method, or while you are drawing with the returned SyphonImage, bracket access with calls to CGLLockContext() and CGLUnlockContext().
+
+ @returns A SyphonImage representing the current output from the server. YOU ARE RESPONSIBLE FOR RELEASING THIS OBJECT when you are finished with it.
+ */
+- (SyphonImage *)newFrameImage;
+
+/*!
+ Stops the server instance. In garbage-collected applications you must call this method prior to removing strong references to the server. In non-garbage-collected applications, use of this method is optional.
+*/
+
+- (void)stop;
+/** @} */
+@end
diff --git a/drawing/Frameworks/Syphon.framework/Versions/A/Headers/SyphonServerDirectory.h b/drawing/Frameworks/Syphon.framework/Versions/A/Headers/SyphonServerDirectory.h
new file mode 100644
index 0000000..3cad8ce
--- /dev/null
+++ b/drawing/Frameworks/Syphon.framework/Versions/A/Headers/SyphonServerDirectory.h
@@ -0,0 +1,126 @@
+/*
+ SyphonServerDirectory.h
+ Syphon
+
+ Copyright 2010-2011 bangnoise (Tom Butterworth) & vade (Anton Marini).
+ All rights reserved.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+
+ * Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+#import <Cocoa/Cocoa.h>
+
+/*! @name Server Description Dictionary Key Constants */
+/*! @{ */
+
+/*!
+ @relates SyphonServerDirectory
+ The object for this key is a NSString which uniquely identifies a SyphonServer instance. If two dictionaries contain the same string for this key, they represent the same server. This is provided solely to allow you to programmatically determine the identity of a server, and should never be displayed to users in interface elements.
+*/
+
+extern NSString * const SyphonServerDescriptionUUIDKey;
+
+/*!
+ @relates SyphonServerDirectory
+ The object for this key is a NSString which is the human-readable non-unique name for the SyphonServer. If this string exists and is non-empty, you should use it in interface elements to identify the server, usually in combination with the name of the server's application (see SyphonServerDescriptionAppNameKey).
+*/
+
+extern NSString * const SyphonServerDescriptionNameKey;
+
+/*!
+ @relates SyphonServerDirectory
+ The object for this key is a NSString with the localized name of the application in which the SyphonServer is running. Use this in combination with the server's name (if present) to identify the server in interface elements.
+*/
+
+extern NSString * const SyphonServerDescriptionAppNameKey;
+
+/*!
+ @relates SyphonServerDirectory
+ The object for this key is a NSImage representation of the icon of the application in which the SyphonServer is running.
+*/
+
+extern NSString * const SyphonServerDescriptionIconKey;
+
+/*! @} */
+
+/*! @name Notifications */
+/*! @{ */
+
+/*!
+ @relates SyphonServerDirectory
+ A new SyphonServer is available on the system. The notification object is a NSDictionary describing the server.
+*/
+
+extern NSString * const SyphonServerAnnounceNotification;
+
+/*!
+ @relates SyphonServerDirectory
+ An existing SyphonServer instance has changed its description. The notification object is a NSDictionary describing the server.
+*/
+
+extern NSString * const SyphonServerUpdateNotification;
+
+/*!
+ @relates SyphonServerDirectory
+ A SyphonServer instance will no longer be available. The notification object is a NSDictionary describing the retiring server.
+*/
+
+extern NSString * const SyphonServerRetireNotification;
+
+/*! @} */
+
+/*!
+ @nosubgrouping
+ SyphonServerDirectory provides information on available Syphon Servers. Servers are represented by dictionaries. Generally you can expect to find some or all of the keys listed in Constants.
+*/
+
+@interface SyphonServerDirectory : NSObject {
+@private
+ NSMutableArray *_servers;
+ pthread_mutex_t _generalLock;
+ pthread_mutex_t _mutateLock;
+ NSMutableSet *_pings;
+}
+
+/*!
+ Returns the shared server directory instance. This object is KVO complaint, and can be used to observe changes in server availability, server names and statuses.
+ @returns the shared server instance
+*/
+
++ (SyphonServerDirectory *)sharedDirectory;
+
+/*!
+ NSArray of NSDictionaries that describe (using the keys above) currently available SyphonServer instances on the system.
+*/
+
+@property (readonly) NSArray *servers;
+
+/*!
+ Use this method to discover servers based soley on their name, or application host name. Both parameters are optional. If you do not specify either, all available SyphonServers will be returned.
+ @param name Optional (pass nil to not specify) Name of the published SyphonServer, matches the key value for SyphonServerDescriptionNameKey
+ @param appname Optional (pass nil to not specify) Application Name of the published SyphonServer, matches the key value for SyphonServerDescriptionAppNameKey
+ @returns An array of NSDictionaries matching the query you specified.
+*/
+
+- (NSArray *)serversMatchingName:(NSString *)name appName:(NSString *)appname;
+
+@end
diff --git a/drawing/Frameworks/Syphon.framework/Versions/A/Resources/English.lproj/InfoPlist.strings b/drawing/Frameworks/Syphon.framework/Versions/A/Resources/English.lproj/InfoPlist.strings
new file mode 100644
index 0000000..5e45963
--- /dev/null
+++ b/drawing/Frameworks/Syphon.framework/Versions/A/Resources/English.lproj/InfoPlist.strings
Binary files differ
diff --git a/drawing/Frameworks/Syphon.framework/Versions/A/Resources/Info.plist b/drawing/Frameworks/Syphon.framework/Versions/A/Resources/Info.plist
new file mode 100644
index 0000000..fb6cbc3
--- /dev/null
+++ b/drawing/Frameworks/Syphon.framework/Versions/A/Resources/Info.plist
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>BuildMachineOSBuild</key>
+ <string>10J869</string>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>English</string>
+ <key>CFBundleExecutable</key>
+ <string>Syphon</string>
+ <key>CFBundleIdentifier</key>
+ <string>info.v002.Syphon</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>Syphon</string>
+ <key>CFBundlePackageType</key>
+ <string>FMWK</string>
+ <key>CFBundleShortVersionString</key>
+ <string>1.0</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
+ <string>1</string>
+ <key>DTCompiler</key>
+ <string>com.apple.compilers.llvm.clang.1_0</string>
+ <key>DTPlatformBuild</key>
+ <string>4A2002a</string>
+ <key>DTPlatformVersion</key>
+ <string>GM</string>
+ <key>DTSDKBuild</key>
+ <string>4A2002a</string>
+ <key>DTSDKName</key>
+ <string>macosx10.6</string>
+ <key>DTXcode</key>
+ <string>0402</string>
+ <key>DTXcodeBuild</key>
+ <string>4A2002a</string>
+</dict>
+</plist>
diff --git a/drawing/Frameworks/Syphon.framework/Versions/A/Syphon b/drawing/Frameworks/Syphon.framework/Versions/A/Syphon
new file mode 100755
index 0000000..741b4e4
--- /dev/null
+++ b/drawing/Frameworks/Syphon.framework/Versions/A/Syphon
Binary files differ
diff --git a/drawing/Frameworks/Syphon.framework/Versions/Current/Headers/Syphon.h b/drawing/Frameworks/Syphon.framework/Versions/Current/Headers/Syphon.h
new file mode 100644
index 0000000..126cf54
--- /dev/null
+++ b/drawing/Frameworks/Syphon.framework/Versions/Current/Headers/Syphon.h
@@ -0,0 +1,184 @@
+/*
+ Syphon.h
+ Syphon
+
+ Copyright 2010-2011 bangnoise (Tom Butterworth) & vade (Anton Marini).
+ All rights reserved.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+
+ * Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+#import "SyphonServerDirectory.h"
+#import "SyphonServer.h"
+#import "SyphonClient.h"
+#import "SyphonImage.h"
+
+/*! \mainpage Syphon Framework
+ @section intro_sec Developing with Syphon
+
+ <ul>
+ <li> <a href="#introduction" title="Developing with Syphon">Developing with Syphon</a>
+ </li>
+ <li><a href="#servers" title="Servers">Servers</a>
+ </li>
+ <li><a href="#finding-servers" title="Finding Servers">Finding Servers</a>
+ </li>
+ <li><a href="#clients" title="Clients">Clients</a>
+ </li>
+ <li><a href="#plugins" title="Syphon.framework in a Plugin">Syphon.framework in a Plugin</a>
+ </li>
+ <li><a href="#help" title="More examples and help">More examples and help</a>
+ </li>
+ <li><a href="#framework_dev" title="Framework development">Framework development</a>
+ </li>
+ </ul>
+
+ @section introduction Developing with Syphon
+
+ The Syphon framework provides the classes necessary to add Syphon support to your application. SyphonServer is used to make frames available to other applications. SyphonServerDirectory is used to discover available servers. SyphonClient is used to connect to and receive frames from a SyphonServer.
+
+ The framework <em>requires</em> MacOS X 10.6 or later. Syphon makes use of IOSurface, which is a 10.6-only technology. Syphon takes advantage of other 10.6 features such as blocks, and is compatible with garbage-collection.
+
+ To include Syphon in your application, follow these steps:
+
+ <ol>
+ <li><h4>Add the framework to your Xcode project.</h4>
+ <p>The simplest way is to drag it to the Linked Frameworks group in the project window.</p></li>
+ <li><h4>Link your application with Syphon at build time.</h4>
+ <p>Add the framework to the Link Binary With Libraries build stage of your application's target.</p></li>
+ <li><h4>Copy the framework into your application's bundle.</h4>
+ <p>Add a new Copy Files build phase to your application's target.<br/>
+ Get Info on the build phase and select Frameworks as the destination.<br/>
+ Drag the Syphon framework into the build phase.</p></li>
+ <li><h4>Import the headers.</h4>
+ <p>#import &lt;Syphon/Syphon.h&gt; in any file where you want to use Syphon classes.</p></li>
+ </ol>
+
+ @section servers Servers
+
+ Class documentation: SyphonServer
+
+ Create a server:
+
+ @code
+ SyphonServer *myServer = [[SyphonServer alloc] initWithName:@"My Output" context:myContext options:nil];
+ @endcode
+
+ and then publish new frames (you can also use GL_TEXTURE_2D textures):
+
+ @code
+ [myServer publishFrameTexture:myTex textureTarget:GL_TEXTURE_RECTANGLE_EXT imageRegion:NSMakeRect(0, 0, width, height) textureDimensions:NSMakeSize(width, height) flipped:NO];
+ @endcode
+
+ Alternatively there are methods to bind and unbind the server to the OpenGL context, so you can draw into it directly.
+ You can publish new frames as often as you like, but if you only publish when you have a frame different from the previous one, then clients can do less work.
+ You must stop the server when you are finished with it:
+
+ @code
+ [myServer stop];
+ @endcode
+
+ @section finding-servers Finding Servers
+
+ Class documentation: SyphonServerDirectory
+
+ SyphonServerDirectory handles server discovery for you. You can get an array of dictionaries describing available servers:
+
+ @code
+ NSArray *available = [[SyphonServerDirectory sharedDirectory] servers];
+ @endcode
+
+ The servers property can be observed for changes, or you can register to receive the notifications posted by SyphonServerDirectory.
+
+ Server description dictionaries are used by Syphon when you create a client, and also contain information you can use to describe available servers in your UI:
+
+ @code
+ [myMenuItem setTitle:[description objectForKey:SyphonServerDescriptionNameKey]];
+ @endcode
+
+ @section clients Clients
+
+ Class documentation: SyphonClient, SyphonImage
+
+ Usually you create a client with a server description dictionary you obtained from SyphonServerDirectory:
+
+ @code
+ SyphonClient *myClient = [[SyphonClient alloc] initWithServerDescription:description options:nil newFrameHandler:^(SyphonClient *client) {
+ [myView setNeedsDisplay:YES];
+ }];
+ @endcode
+
+ The new-frame handler is optional: you can pass in nil. Here we use it to tell a view it needs to draw whenever the client receives a frame.
+
+ When you are ready to draw:
+
+ @code
+ SyphonImage *myFrame = [myClient newFrameImageForContext:cgl_ctx];
+ if (myFrame)
+ {
+ GLuint tex = myFrame.textureName;
+ NSSize dimensions = myFrame.textureSize;
+
+ // YOUR OPENGL DRAWING CODE HERE
+
+ [myFrame release];
+ }
+ @endcode
+
+ As with servers, you must stop the client when you are finished with it:
+
+ @code
+ [myClient stop];
+ @endcode
+
+ @section plugins Syphon.framework in a Plugin
+
+ If you are using Syphon in any sort of plugin, please download the framework source and compile a version of the framework with unique class names. This avoids class-name conflicts if another plugin or the host application also embeds the Syphon framework. The framework source is set up to make this easy for you: you just need to change one build setting.
+
+ <ol>
+ <li><h4>Open the framework's Xcode project.</h4>
+ <p></p>
+ </li>
+ <li><h4>Define SYPHON_UNIQUE_CLASS_NAME_PREFIX using the Preprocessor Macros build setting.</h4>
+ <p>Select the Syphon target in the project window.<br/>
+ Get Info on the target, and click the Build tab to display the build settings.<br/>
+ Scroll down (or use the search field) to find the Preprocessor Macros (GCC_PREPROCESSOR_DEFINITIONS) setting.<br/>
+ Double click the setting to add SYPHON_UNIQUE_CLASS_NAME_PREFIX=MyPluginName as a macro.
+ </p></li>
+ <li><h4>Build the framework.</h4>
+ <p>The built framework will have custom class names. The headers alias the custom names, so you can use SyphonServer, SyphonClient, SyphonImage and SyphonServerDirectory as normal in your code.<br/>
+ </p></li>
+ </ol>
+
+ @section help More examples and help
+
+ Example projects implementing a server and client are included with the Syphon SDK. You can also examine the source to the provided Syphon implementations at their <a href="http://code.google.com/p/syphon-implementations/" target="_blank">Google Code project</a>.
+
+ Use the <a href="http://forums.v002.info/forum.php?id=7" target="_blank">Syphon developer forum</a> to ask questions, and for any development related discussion.
+
+ Good luck!
+
+ @section framework_dev Framework development
+
+ If you'd like to examine the framework's source code, report a bug, or get involved in development, head on over to the <a href="http://code.google.com/p/syphon-framework/" target="_blank">Syphon framework Google Code project.</a>
+
+ */ \ No newline at end of file
diff --git a/drawing/Frameworks/Syphon.framework/Versions/Current/Headers/SyphonClient.h b/drawing/Frameworks/Syphon.framework/Versions/Current/Headers/SyphonClient.h
new file mode 100644
index 0000000..618a328
--- /dev/null
+++ b/drawing/Frameworks/Syphon.framework/Versions/Current/Headers/SyphonClient.h
@@ -0,0 +1,96 @@
+/*
+ SyphonClient.h
+ Syphon
+
+ Copyright 2010-2011 bangnoise (Tom Butterworth) & vade (Anton Marini).
+ All rights reserved.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+
+ * Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+#import <Cocoa/Cocoa.h>
+#import <Quartz/Quartz.h>
+#import <OpenGL/OpenGL.h>
+
+@class SyphonImage;
+
+/*!
+ SyphonClient makes available frames from a remote SyphonServer. A client is created from a NSDictionary which describes the server. Typically this is obtained from the shared SyphonServerDirectory, or one of Syphon's notifications.
+
+ SyphonClient allows for lazy drawing by the use of a new-frame-handler. Using a handler you can perform drawing without using a timer or polling, achieving frame-accuracy with the minimum of overhead. Alternatively, if your application uses a traditional display link or timer, you can use the hasNewFrame property to make decisions about work you may need to do. Irrespective of the presence of new frames, you can draw with a SyphonClient at any time.
+
+ It is safe to access instances of this class across threads.
+ */
+
+@interface SyphonClient : NSObject
+{
+@private
+ id _connectionManager;
+ uint32_t _lastFrameID;
+ void (^_handler)(id);
+ int32_t _status;
+ int32_t _lock;
+}
+/*!
+ Returns a new client instance for the described server. You should check the isValid property after initialization to ensure a connection was made to the server.
+ @param description Typically acquired from the shared SyphonServerDirectory, or one of Syphon's notifications.
+ @param options Currently ignored. May be nil.
+ @param handler A block which is invoked when a new frame becomes available. handler may be nil. This block may be invoked on a thread other than that on which the client was created.
+ @returns A newly initialized SyphonClient object, or nil if a client could not be created.
+*/
+
+- (id)initWithServerDescription:(NSDictionary *)description options:(NSDictionary *)options newFrameHandler:(void (^)(SyphonClient *client))handler;
+
+/*!
+ A client is valid if it has a working connection to a server. Once this returns NO, the SyphonClient will not yield any further frames.
+ */
+
+@property (readonly) BOOL isValid;
+
+/*!
+ Returns a dictionary with a description of the server the client is attached to. See SyphonServerDirectory for the keys this dictionary contains
+*/
+
+@property (readonly) NSDictionary *serverDescription;
+
+/*!
+ Returns YES if the server has output a new frame since the last time newFrameImageForContext: was called for this client, NO otherwise.
+*/
+
+@property (readonly) BOOL hasNewFrame;
+
+/*!
+ Returns a SyphonImage representing the current output from the server. The texture associated with the image may continue to update when you draw with it, but you should not depend on that behaviour: call this method every time you wish to access the current server frame. This object may have GPU resources associated with it and you should release it as soon as you are finished drawing with it.
+
+ This method does not lock the CGL context. If there is a chance other threads may use the context during calls to this method, bracket it with calls to CGLLockContext() and CGLUnlockContext().
+ @param cgl_ctx The CGL context in which the SyphonImage will be valid.
+ @returns A SyphonImage representing the live output from the server. YOU ARE RESPONSIBLE FOR RELEASING THIS OBJECT when you are finished with it.
+ */
+- (SyphonImage *)newFrameImageForContext:(CGLContextObj)cgl_ctx;
+
+/*!
+ Stops the client from receiving any further frames from the server. In garbage-collected applications you must call this method prior to removing strong references to the client. In non-garbage-collected applications, use of this method is optional and releasing all references to the client has the same effect.
+ */
+
+- (void)stop;
+
+@end
diff --git a/drawing/Frameworks/Syphon.framework/Versions/Current/Headers/SyphonImage.h b/drawing/Frameworks/Syphon.framework/Versions/Current/Headers/SyphonImage.h
new file mode 100644
index 0000000..d43277e
--- /dev/null
+++ b/drawing/Frameworks/Syphon.framework/Versions/Current/Headers/SyphonImage.h
@@ -0,0 +1,50 @@
+/*
+ SyphonImage.h
+ Syphon
+
+ Copyright 2010-2011 bangnoise (Tom Butterworth) & vade (Anton Marini).
+ All rights reserved.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+
+ * Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+#import <Cocoa/Cocoa.h>
+#import <OpenGL/OpenGL.h>
+
+/**
+ SyphonImage represents an image stored as an OpenGL texture of type GL_TEXTURE_RECTANGLE_ARB.
+ */
+
+@interface SyphonImage : NSObject {
+
+}
+
+/**
+ A GLuint representing the texture name. The associated texture is of type GL_TEXTURE_RECTANGLE_ARB.
+ */
+@property (readonly) GLuint textureName;
+
+/**
+ A NSSize representing the dimensions of the texture. The image will fill the texture entirely.
+ */
+@property (readonly) NSSize textureSize;
+@end
diff --git a/drawing/Frameworks/Syphon.framework/Versions/Current/Headers/SyphonServer.h b/drawing/Frameworks/Syphon.framework/Versions/Current/Headers/SyphonServer.h
new file mode 100644
index 0000000..5cc9841
--- /dev/null
+++ b/drawing/Frameworks/Syphon.framework/Versions/Current/Headers/SyphonServer.h
@@ -0,0 +1,166 @@
+/*
+ SyphonServer.h
+ Syphon
+
+ Copyright 2010-2011 bangnoise (Tom Butterworth) & vade (Anton Marini).
+ All rights reserved.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+
+ * Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+#import <Cocoa/Cocoa.h>
+#import <Quartz/Quartz.h>
+#import <OpenGL/OpenGL.h>
+
+/*! @name Server Options Dictionary Key Constants */
+/*! @{ */
+
+/*!
+ @relates SyphonServer
+ If this key is matched with a NSNumber with a BOOL value YES, then the server will be invisible to other Syphon users. You are then responsible for passing the NSDictionary returned by serverDescription to processes which require it to create a SyphonClient. Default is NO.
+ */
+extern NSString * const SyphonServerOptionIsPrivate;
+
+/*! @} */
+
+/*!
+ @nosubgrouping
+ SyphonServer handles the publishing of frames from one video source to any number of clients. Frames can be published either by passing in an existing OpenGL texture, or by binding the server's FBO, drawing using OpenGL calls, then calling the unbindAndPublish method.
+
+ A SyphonServer object represents one video output for your application. If your application produces several video outputs, then they should each have their own SyphonServer. If your application might have multiple servers running, you should name each server to aid identification by users.
+
+ It is safe to access instances of this class across threads, except for those calls related to OpenGL: a call to bindToDrawFrameOfSize: must have returned before a call is made to unbindAndPublish, and these methods must be paired and called in order. You should not call the stop method while the FBO is bound.
+ */
+
+@class SyphonImage;
+
+@interface SyphonServer : NSObject
+{
+@private
+ NSString *_name;
+ NSString *_uuid;
+ BOOL _broadcasts;
+
+ id _connectionManager;
+
+ CGLContextObj cgl_ctx;
+
+ void *_surfaceRef;
+ BOOL _pushPending;
+ SyphonImage *_surfaceTexture;
+ GLuint _surfaceFBO;
+
+ GLint _previousReadFBO;
+ GLint _previousDrawFBO;
+ GLint _previousFBO;
+
+ int32_t _mdLock;
+}
+/** @name Instantiation */
+/** @{ */
+/*!
+ Creates a new server with the specified human-readable name (which need not be unique), CGLContext and options. The server will be started immediately. Init may fail and return nil if the server could not be started.
+ @param serverName Non-unique human readable server name. This is not required and may be nil, but is usually used by clients in their UI to aid identification.
+ @param context The CGLContextObj context that textures will be valid and available on for publishing.
+ @param options A dictionary containing key-value pairs to specify options for the server. Currently the only option is SyphonServerOptionIsPrivate. See its description for details.
+ @returns A newly intialized SyphonServer. Nil on failure.
+*/
+
+- (id)initWithName:(NSString*)serverName context:(CGLContextObj)context options:(NSDictionary *)options;
+
+/** @} */
+
+/** @name Properties */
+/** @{ */
+/*!
+ The CGLContext the server uses for drawing. This may or may not be the context passed in at init.
+*/
+
+@property (readonly) CGLContextObj context;
+
+/*!
+ A string representing the name of the SyphonServer.
+*/
+
+@property (retain) NSString* name;
+
+/*!
+ A dictionary describing the server. Normally you won't need to access this, however if you created the server as private (using SyphonServerOptionIsPrivate) then you must pass this dictionary to any process in which you wish to create a SyphonClient. You should not rely on the presence of any particular keys in this dictionary. The content will always conform to the \<NSCoding\> protocol.
+*/
+
+@property (readonly) NSDictionary* serverDescription;
+
+/*!
+YES if clients are currently attached, NO otherwise. If you generate frames frequently (for instance on a display-link timer), you may choose to test this and only call publishFrameTexture:textureTarget:imageRegion:textureDimensions:flipped: when clients are attached.
+*/
+
+@property (readonly) BOOL hasClients;
+
+/** @} */
+/** @name Publishing Frames */
+/** @{ */
+
+/*!
+ Publishes the part of the texture described in region of the named texture to clients. The texture is copied and can be safely disposed of or modified once this method has returned. You should not bracket calls to this method with calls to -bindToDrawFrameOfSize: and -unbindAndPublish - they are provided as an alternative to using this method.
+
+ This method does not lock the server's CGL context. If there is a chance of other threads using the context during calls to this method, bracket it with calls to CGLLockContext() and CGLUnlockContext(), passing in the value of the server's context property as the argument.
+ @param texID The name of the texture to publish, which must be a texture valid in the CGL context provided when the server was created.
+ @param target GL_TEXTURE_RECTANGLE_EXT or GL_TEXTURE_2D.
+ @param region The sub-region of the texture to publish.
+ @param size The full size of the texture
+ @param isFlipped Is the texture flipped?
+*/
+
+- (void)publishFrameTexture:(GLuint)texID textureTarget:(GLenum)target imageRegion:(NSRect)region textureDimensions:(NSSize)size flipped:(BOOL)isFlipped;
+
+/*!
+ Binds an FBO for you to publish a frame of the given dimensions by drawing into the server's context (check it using the context property). If YES is returned, you must pair this with a call to -unbindAndPublish once you have finished drawing. If NO is returned you should abandon drawing and not call -unbindAndPublish.
+ This method does not lock the server's CGL context. If there is a chance other threads may use the context during calls to this method, bracket it with calls to CGLLockContext() and CGLUnlockContext(), passing in the value of the server's context property as the argument.
+ @param size The size the frame you wish to publish.
+ @returns YES if binding succeeded, NO otherwise.
+*/
+
+- (BOOL)bindToDrawFrameOfSize:(NSSize)size;
+
+/*!
+ Restores any previously bound FBO and publishes the just-drawn frame. This method will flush the GL context (so you don't have to).
+ This method does not lock the server's CGL context. If there is a chance of other threads using the context during calls to this method, bracket it with calls to CGLLockContext() and CGLUnlockContext(), passing in the value of the server's context property as the argument.
+*/
+
+- (void)unbindAndPublish;
+
+/*!
+ Returns a SyphonImage representing the current output from the server, valid in the server's CGL context. Call this method every time you wish to access the current server frame. This object has a limited useful lifetime, and may have GPU resources associated with it: you should release it as soon as you are finished drawing with it.
+
+ This method does not lock the CGL context. If there is a chance other threads may use the context during calls to this method, or while you are drawing with the returned SyphonImage, bracket access with calls to CGLLockContext() and CGLUnlockContext().
+
+ @returns A SyphonImage representing the current output from the server. YOU ARE RESPONSIBLE FOR RELEASING THIS OBJECT when you are finished with it.
+ */
+- (SyphonImage *)newFrameImage;
+
+/*!
+ Stops the server instance. In garbage-collected applications you must call this method prior to removing strong references to the server. In non-garbage-collected applications, use of this method is optional.
+*/
+
+- (void)stop;
+/** @} */
+@end
diff --git a/drawing/Frameworks/Syphon.framework/Versions/Current/Headers/SyphonServerDirectory.h b/drawing/Frameworks/Syphon.framework/Versions/Current/Headers/SyphonServerDirectory.h
new file mode 100644
index 0000000..3cad8ce
--- /dev/null
+++ b/drawing/Frameworks/Syphon.framework/Versions/Current/Headers/SyphonServerDirectory.h
@@ -0,0 +1,126 @@
+/*
+ SyphonServerDirectory.h
+ Syphon
+
+ Copyright 2010-2011 bangnoise (Tom Butterworth) & vade (Anton Marini).
+ All rights reserved.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+
+ * Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+#import <Cocoa/Cocoa.h>
+
+/*! @name Server Description Dictionary Key Constants */
+/*! @{ */
+
+/*!
+ @relates SyphonServerDirectory
+ The object for this key is a NSString which uniquely identifies a SyphonServer instance. If two dictionaries contain the same string for this key, they represent the same server. This is provided solely to allow you to programmatically determine the identity of a server, and should never be displayed to users in interface elements.
+*/
+
+extern NSString * const SyphonServerDescriptionUUIDKey;
+
+/*!
+ @relates SyphonServerDirectory
+ The object for this key is a NSString which is the human-readable non-unique name for the SyphonServer. If this string exists and is non-empty, you should use it in interface elements to identify the server, usually in combination with the name of the server's application (see SyphonServerDescriptionAppNameKey).
+*/
+
+extern NSString * const SyphonServerDescriptionNameKey;
+
+/*!
+ @relates SyphonServerDirectory
+ The object for this key is a NSString with the localized name of the application in which the SyphonServer is running. Use this in combination with the server's name (if present) to identify the server in interface elements.
+*/
+
+extern NSString * const SyphonServerDescriptionAppNameKey;
+
+/*!
+ @relates SyphonServerDirectory
+ The object for this key is a NSImage representation of the icon of the application in which the SyphonServer is running.
+*/
+
+extern NSString * const SyphonServerDescriptionIconKey;
+
+/*! @} */
+
+/*! @name Notifications */
+/*! @{ */
+
+/*!
+ @relates SyphonServerDirectory
+ A new SyphonServer is available on the system. The notification object is a NSDictionary describing the server.
+*/
+
+extern NSString * const SyphonServerAnnounceNotification;
+
+/*!
+ @relates SyphonServerDirectory
+ An existing SyphonServer instance has changed its description. The notification object is a NSDictionary describing the server.
+*/
+
+extern NSString * const SyphonServerUpdateNotification;
+
+/*!
+ @relates SyphonServerDirectory
+ A SyphonServer instance will no longer be available. The notification object is a NSDictionary describing the retiring server.
+*/
+
+extern NSString * const SyphonServerRetireNotification;
+
+/*! @} */
+
+/*!
+ @nosubgrouping
+ SyphonServerDirectory provides information on available Syphon Servers. Servers are represented by dictionaries. Generally you can expect to find some or all of the keys listed in Constants.
+*/
+
+@interface SyphonServerDirectory : NSObject {
+@private
+ NSMutableArray *_servers;
+ pthread_mutex_t _generalLock;
+ pthread_mutex_t _mutateLock;
+ NSMutableSet *_pings;
+}
+
+/*!
+ Returns the shared server directory instance. This object is KVO complaint, and can be used to observe changes in server availability, server names and statuses.
+ @returns the shared server instance
+*/
+
++ (SyphonServerDirectory *)sharedDirectory;
+
+/*!
+ NSArray of NSDictionaries that describe (using the keys above) currently available SyphonServer instances on the system.
+*/
+
+@property (readonly) NSArray *servers;
+
+/*!
+ Use this method to discover servers based soley on their name, or application host name. Both parameters are optional. If you do not specify either, all available SyphonServers will be returned.
+ @param name Optional (pass nil to not specify) Name of the published SyphonServer, matches the key value for SyphonServerDescriptionNameKey
+ @param appname Optional (pass nil to not specify) Application Name of the published SyphonServer, matches the key value for SyphonServerDescriptionAppNameKey
+ @returns An array of NSDictionaries matching the query you specified.
+*/
+
+- (NSArray *)serversMatchingName:(NSString *)name appName:(NSString *)appname;
+
+@end
diff --git a/drawing/Frameworks/Syphon.framework/Versions/Current/Resources/English.lproj/InfoPlist.strings b/drawing/Frameworks/Syphon.framework/Versions/Current/Resources/English.lproj/InfoPlist.strings
new file mode 100644
index 0000000..5e45963
--- /dev/null
+++ b/drawing/Frameworks/Syphon.framework/Versions/Current/Resources/English.lproj/InfoPlist.strings
Binary files differ
diff --git a/drawing/Frameworks/Syphon.framework/Versions/Current/Resources/Info.plist b/drawing/Frameworks/Syphon.framework/Versions/Current/Resources/Info.plist
new file mode 100644
index 0000000..fb6cbc3
--- /dev/null
+++ b/drawing/Frameworks/Syphon.framework/Versions/Current/Resources/Info.plist
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>BuildMachineOSBuild</key>
+ <string>10J869</string>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>English</string>
+ <key>CFBundleExecutable</key>
+ <string>Syphon</string>
+ <key>CFBundleIdentifier</key>
+ <string>info.v002.Syphon</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>Syphon</string>
+ <key>CFBundlePackageType</key>
+ <string>FMWK</string>
+ <key>CFBundleShortVersionString</key>
+ <string>1.0</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
+ <string>1</string>
+ <key>DTCompiler</key>
+ <string>com.apple.compilers.llvm.clang.1_0</string>
+ <key>DTPlatformBuild</key>
+ <string>4A2002a</string>
+ <key>DTPlatformVersion</key>
+ <string>GM</string>
+ <key>DTSDKBuild</key>
+ <string>4A2002a</string>
+ <key>DTSDKName</key>
+ <string>macosx10.6</string>
+ <key>DTXcode</key>
+ <string>0402</string>
+ <key>DTXcodeBuild</key>
+ <string>4A2002a</string>
+</dict>
+</plist>
diff --git a/drawing/Frameworks/Syphon.framework/Versions/Current/Syphon b/drawing/Frameworks/Syphon.framework/Versions/Current/Syphon
new file mode 100755
index 0000000..741b4e4
--- /dev/null
+++ b/drawing/Frameworks/Syphon.framework/Versions/Current/Syphon
Binary files differ
diff --git a/drawing/addons.make b/drawing/addons.make
index a63536d..7f3b8ca 100644
--- a/drawing/addons.make
+++ b/drawing/addons.make
@@ -1 +1,2 @@
-ofxSvg \ No newline at end of file
+ofxSvg
+ofxSyphon \ No newline at end of file
diff --git a/drawing/bin/data/escher1.png b/drawing/bin/data/escher1.png
new file mode 100644
index 0000000..5866fdf
--- /dev/null
+++ b/drawing/bin/data/escher1.png
Binary files differ
diff --git a/drawing/bin/data/fill.png b/drawing/bin/data/fill.png
new file mode 100644
index 0000000..dc5557f
--- /dev/null
+++ b/drawing/bin/data/fill.png
Binary files differ
diff --git a/drawing/bin/data/fill.svg b/drawing/bin/data/fill.svg
new file mode 100644
index 0000000..3389cfd
--- /dev/null
+++ b/drawing/bin/data/fill.svg
@@ -0,0 +1,816 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="210mm"
+ height="297mm"
+ viewBox="0 0 744.09448819 1052.3622047"
+ id="svg4024"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="fill.svg">
+ <defs
+ id="defs4026" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.35"
+ inkscape:cx="375"
+ inkscape:cy="520"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="1008"
+ inkscape:window-height="994"
+ inkscape:window-x="0"
+ inkscape:window-y="31"
+ inkscape:window-maximized="1" />
+ <metadata
+ id="metadata4029">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1">
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -435.75306,1094.5519 c -1.6237,-2.0625 -4.5865,-6.3159 -6.5841,-9.452 l -3.6319,-5.7019 0,-3.607 0,-3.607 0.998,0.6168 c 0.549,0.3393 2.2078,3.1783 3.6863,6.3089 l 2.6883,5.6922 3.7319,4 c 2.0525,2.2 4.7013,5.2375 5.8863,6.75 l 2.1543,2.75 -2.9885,0 -2.9886,0 -2.952,-3.75 z"
+ id="path4442" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -376.22406,1092.0089 c -3.9848,-3.4611 -11.97,-10.0854 -17.745,-14.7207 -17.7664,-14.2599 -36.9054,-35.1008 -41.3431,-45.0193 -0.8531,-1.9068 -3.5999,-7.242 -6.104,-11.8559 l -4.5529,-8.3891 0.037,-6.1109 0.037,-6.11095 2.327,6.49995 c 2.3837,6.6583 11.2451,24.1292 14.9626,29.5 7.4101,10.7055 21.9727,26.39 32.6356,35.1497 3.575,2.9369 9.2,7.621 12.5,10.4091 3.3,2.7881 9.4875,7.5464 13.75,10.5741 4.2625,3.0276 7.75,5.6988 7.75,5.9359 0,0.2371 -1.5772,0.4311 -3.505,0.4311 l -3.505,0 -7.245,-6.293 z"
+ id="path4440" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -309.46906,1095.6975 c -11.6219,-4.8855 -13.0137,-5.4988 -14.5,-6.3897 -0.825,-0.4945 -5.55,-3.2371 -10.5,-6.0946 -4.95,-2.8576 -9.9,-6.0086 -11,-7.0022 -1.1,-0.9937 -4.4378,-3.9673 -7.4173,-6.6079 -14.0265,-12.431 -27.6641,-28.2471 -37.2501,-43.2001 -2.8179,-4.3957 -11.6425,-22.5131 -13.7406,-28.21025 -3.5277,-9.5791 -7.7948,-25.0757 -10.5713,-38.3907 l -2.7108,-13 0.1036,-9 c 0.057,-4.95 0.321,-10.125 0.5867,-11.5 0.2658,-1.375 0.7029,-3.5999 0.9715,-4.9443 0.2685,-1.3443 0.9783,-8.3193 1.5773,-15.5 l 1.089,-13.0557 2.5141,-6.5 c 1.3828,-3.575 3.8854,-8.7396 5.5614,-11.4769 3.6831,-6.0156 14.8187,-20.6026 19.6705,-25.7675 l 3.5174,-3.7443 8.3701,-5.0024 8.3701,-5.0024 8.1792,-2.9177 c 4.4985,-1.6047 9.7775,-3.6 11.731,-4.4339 1.9535,-0.8339 7.4672,-2.2499 12.2526,-3.1466 l 8.7007,-1.6303 15.7475,1.5899 c 32.1671,3.2477 46.6921,8.0179 74.5904,24.4962 4.6893,2.7697 8.8457,5.0359 9.2365,5.0359 0.3908,0 -1.4922,-2.3828 -4.1845,-5.295 -2.6922,-2.9122 -5.5604,-6.2921 -6.3736,-7.5108 -1.8048,-2.7048 -13.3606,-12.1942 -14.8495,-12.1942 -0.5899,0 -1.4324,-0.5851 -1.8722,-1.3002 -1.3057,-2.1228 -6.4565,-5.2215 -11.7997,-7.0986 -2.75,-0.9661 -5.9,-2.1612 -7,-2.6557 -1.1,-0.4945 -5.5551,-1.8298 -9.9001,-2.9675 -4.3451,-1.1376 -8.7859,-2.5424 -9.8686,-3.1218 l -1.9684,-1.0535 -12.1314,-0.7209 -12.1315,-0.7209 -11,0.3485 -11,0.3484 -3.8086,1.0254 c -4.4145,1.1885 -25.2068,11.2136 -34.6914,16.7265 -5.6509,3.2846 -20.5732,13.1906 -24.245,16.0947 -0.6903,0.5459 -5.9653,5.2939 -11.7222,10.5511 l -10.4672,9.5585 -2.8469,4.243 c -1.5658,2.3336 -3.6805,5.143 -4.6994,6.243 -2.9225,3.1552 -6.9254,12.9034 -11.0869,27 l -3.8377,13 -0.047,-8.8489 -0.047,-8.8488 1.3645,-3.1512 c 0.7504,-1.7331 2.638,-6.4535 4.1946,-10.4898 l 2.8303,-7.3387 5.642,-7.6613 5.6421,-7.6613 8.9132,-8.0116 c 11.9391,-10.7314 17.3046,-14.9602 23.8313,-18.7831 3.0098,-1.7629 10.1704,-6.0081 15.9124,-9.4336 9.0728,-5.4126 19.4634,-10.6813 32.8207,-16.6423 2.0081,-0.8962 4.4831,-1.6373 5.5,-1.6468 1.0169,-0.01 4.9989,-0.7 8.8489,-1.5343 l 7,-1.5169 14.8674,-0.012 14.8673,-0.012 5.6327,1.1057 c 3.0979,0.6081 8.7826,1.8271 12.6326,2.7089 l 7,1.6032 8,3.754 c 4.4,2.0647 10.3856,5.1639 13.3013,6.8871 l 5.3013,3.1332 -1.6909,-3.2996 c -0.9299,-1.8148 -1.9892,-3.5245 -2.354,-3.7995 -0.3648,-0.275 -1.7502,-2.3 -3.0788,-4.5 -2.8439,-4.7095 -2.9484,-4.8538 -7.1652,-9.8838 -1.7907,-2.1361 -6.3017,-6.314 -10.0244,-9.2843 l -6.7685,-5.4005 -10.0678,-2.491 -10.0678,-2.4911 -5.1926,-2.5552 -5.1926,-2.5551 -17.5,-0.2889 -17.5,-0.2889 -11.678,0.7857 -11.6779,0.7857 -7.3221,1.7003 c -4.0271,0.9351 -10.8618,2.5454 -15.1882,3.5783 l -7.8661,1.8782 -9.6339,4.1068 c -13.4548,5.7356 -23.5843,10.7483 -25.7744,12.7547 -1.0227,0.9369 -3.4344,2.7687 -5.3594,4.0707 -3.6273,2.4534 -10.957,10.0126 -10.9844,11.3284 -0.01,0.4125 -0.4656,0.75 -1.0156,0.75 l -1,0 0,-2.3073 0,-2.3072 2.7204,-3.2838 2.7205,-3.2838 8.2594,-5.9625 8.2594,-5.9626 6.7702,-2.9931 c 3.7235,-1.6461 7.8951,-3.4745 9.2701,-4.0631 1.375,-0.5885 3.3054,-1.4825 4.2897,-1.9866 4.2526,-2.178 19.0538,-6.849 29.2103,-9.2182 l 11,-2.5661 10,-0.6988 10,-0.6988 20.1606,0.1359 c 22.54,0.152 23.3509,0.2406 33.9948,3.7151 4.1799,1.3645 8.4051,2.4809 9.3893,2.4809 2.6352,0 14.9553,5.9329 14.9553,7.2019 0,0.4002 0.9,1.2094 2,1.7981 l 2,1.0703 0,-0.8822 c 0,-0.4851 -0.9255,-1.9493 -2.0567,-3.2536 -1.1312,-1.3042 -2.7446,-3.8209 -3.5854,-5.5926 l -1.5285,-3.2213 -8.88,-8.5603 -8.88,-8.5603 -1.706,0 -1.7059,0 -1.5788,-1.3888 -1.5787,-1.38866 -4.5,-1.05473 c -2.475,-0.5801 -7.65,-1.99754 -11.5,-3.14986 -3.85,-1.15233 -9.025,-2.29596 -11.5,-2.54141 -2.475,-0.24545 -6.075,-0.72447 -8,-1.06448 -1.925,-0.34002 -8,-0.57686 -13.5,-0.52633 -9.8174,0.0902 -14.4713,0.38113 -33.5,2.09409 l -9.5,0.85519 -8,2.45918 c -4.4,1.35255 -13.8993,4.09991 -21.1095,6.10531 -7.2102,2.0054 -14.9509,4.5359 -17.2017,5.6233 -2.2507,1.0874 -4.4758,1.9772 -4.9447,1.9772 -0.4689,0 -2.9657,1.34 -5.5483,2.9779 l -4.6958,2.978 0,-2.3541 0,-2.3541 6.75,-3.4918 6.75,-3.4917 10.5,-3.5884 c 5.775,-1.97358 13.7625,-4.31911 17.75,-5.21225 3.9875,-0.89315 7.25,-1.82949 7.25,-2.08077 0,-0.46769 -7.5139,0.23416 -12,1.1209 -5.4349,1.07427 -10.9666,1.49514 -21.5089,1.63648 l -11.009,0.14759 -2.241,-0.71129 -2.2411,-0.71129 0,-2.69266 0,-2.69266 7.25,0.55644 c 7.6717,0.5888 25.6299,0.26687 29.1559,-0.52268 7.0256,-1.57322 12.2193,-2.54355 21.0941,-3.94097 13.0662,-2.05742 13.4619,-2.14094 18.914,-3.99199 2.5608,-0.86938 5.4277,-1.59616 6.3709,-1.61505 0.9433,-0.0189 5.5401,-1.39355 10.2151,-3.0548 4.675,-1.66125 11.65,-4.0865 15.5,-5.38945 l 7,-2.369 10.693,-5.50023 c 9.4873,-4.88008 14.633,-8.12425 26.1195,-16.46738 5.1376,-3.7317 7.3227,-5.9783 19.1454,-19.68479 13.8553,-16.06295 16.9581,-20.32444 20.5691,-28.25 l 2.8476,-6.25 1.6341,0 1.6341,0 1.6032,1.60314 1.6031,1.60314 -1.6327,7.14686 c -0.898,3.93077 -2.1265,10.74686 -2.7299,15.14686 -0.6034,4.4 -1.3079,9.34716 -1.5655,10.99369 -0.979,6.25617 -1.9197,29.70271 -1.8859,47.00631 l 0.035,18 2.2945,12.50005 c 2.127,11.5879 5.0108,22.0735 7.2156,26.2364 0.5058,0.955 0.9196,2.1848 0.9196,2.7327 0,1.1991 8.2498,19.1022 11.0735,24.0309 1.1029,1.925 3.427,6.425 5.1647,10 1.7378,3.575 3.7444,7.0939 4.4592,7.8199 0.7148,0.7259 1.5893,2.5259 1.9434,4 l 0.6437,2.6801 3.4259,5 c 1.8842,2.75 4.6138,6.8865 6.0656,9.1922 l 2.6397,4.1923 2.0422,1.1372 c 1.1232,0.6254 4.0498,3.6309 6.5036,6.6787 l 4.4615,5.5415 3.5385,2.292 c 1.9462,1.2607 4.6635,3.3531 6.0385,4.6498 5.0654,4.7771 24.6911,13.797 35.5,16.3157 3.3,0.7689 8.6793,2.0769 11.954,2.9065 3.2747,0.8297 10.2497,2.0455 15.5,2.7018 l 9.546,1.1933 22.437203,-0.1441 22.4372,-0.144 9.5628,1.4179 9.5628,1.4178 10.5,-0.8382 10.5,-0.8383 3.4419,3.4391 3.4418,3.4391 -3.1292,6.2249 c -1.721,3.4236 -4.4387,9.1731 -6.0392,12.7766 -9.563,21.5303 -37.5561,58.6974 -59.0848,78.44815 -2.9975,2.75 -9.108,8.6 -13.578703,13 -4.4707,4.4 -11.0273,10.475 -14.5702,13.5 -3.5429,3.025 -8.9256,7.8994 -11.9616,10.8319 -3.036,2.9326 -6.7351,5.9701 -8.2203,6.75 -1.4851,0.7799 -3.0601,2.0025 -3.5,2.7167 -0.9248,1.502 -11.7455,9.8381 -15.0034,11.5585 -1.212,0.64 -4.812,3.4481 -8,6.2402 -6.501,5.6937 -16.2013,12.7886 -22.0966,16.1616 -2.1543,1.2325 -6.4339,3.9285 -9.5103,5.991 l -5.5933,3.75 -33.798,-0.1025 -33.7981,-0.1025 8,-1.3947 c 4.4,-0.767 10.905,-1.6672 14.4554,-2.0003 3.5505,-0.3331 7.5173,-1.0094 8.8151,-1.5028 1.2979,-0.4935 4.2429,-0.9073 6.5446,-0.9197 l 4.1849,-0.023 11.7106,-3.3284 11.7106,-3.3283 10.2894,-5.7419 c 5.6592,-3.1581 10.6656,-6.0988 11.1254,-6.5351 l 0.836,-0.7932 -5.836,1.3084 c -3.2098,0.7196 -8.086,1.6511 -10.836,2.07 l -5,0.7615 -12.5,-0.1958 -12.5,-0.1958 -5.5,-1.0734 c -12.8202,-2.5022 -24.6974,-7.6927 -49.0919,-21.4536 -8.7534,-4.9378 -10.3804,-5.9158 -10.9081,-6.5565 -0.7533,-0.9149 -15.5862,-13.1574 -18.1814,-15.0063 l -2.2647,-1.6134 0.1701,-2.2582 0.1701,-2.2581 -4.697,-5.8088 c -6.6785,-8.2594 -10.9703,-15.6958 -15.374,-26.63875 l -3.8345,-9.5285 -0.5982,-4.1404 c -0.329,-2.2771 -1.2138,-6.6315 -1.9662,-9.6764 l -1.368,-5.536 -0.4906,-13.464 -0.4906,-13.4639 1.3855,-6 c 3.2445,-14.0508 7.4695,-24.7915 11.538,-29.332 0.8259,-0.9217 3.4958,-4.2966 5.9333,-7.4998 l 4.4317,-5.8241 6.5587,-6.0099 6.5587,-6.0099 8.0096,-3.7879 8.0095,-3.788 6,-1.5903 c 3.3,-0.8747 9.9965,-2.2806 14.881,-3.1242 l 8.8811,-1.5334 7.619,0.073 c 4.1904,0.04 10.0585,0.4193 13.0401,0.8426 l 5.4211,0.7697 -5.4211,-4.8524 c -10.7123,-9.5883 -28.1504,-19.7028 -41.2576,-23.9301 l -6.1635,-1.9879 -10,-1.4877 c -5.5,-0.8182 -12.025,-1.8092 -14.5,-2.2022 l -4.5,-0.7144 -8,0.239 c -20.3747,0.6085 -38.5149,6.2053 -52.113,16.0781 l -4.1129,2.9863 -6.8871,7.9315 c -3.7878,4.3623 -9.2813,11.063 -12.2077,14.8905 l -5.3207,6.959 -2.3296,5.7319 -2.3297,5.7319 -0.5934,4.8727 c -0.3265,2.6799 -0.8013,5.4792 -1.0552,6.2206 -0.4063,1.1863 -0.751,4.5447 -1.9343,18.8479 -0.1593,1.925 -0.6295,7.55 -1.045,12.5 l -0.7554,9 1.0474,7.5 c 3.4134,24.4431 11.6477,50.6849 21.6513,68.99995 8.5255,15.6089 15.7705,25.1935 30.3512,40.1524 l 9.4085,9.6525 2.6128,0.5281 2.6128,0.528 8.4966,6.0695 c 4.6732,3.3381 8.8876,6.0694 9.3654,6.0694 0.4778,0 4.3043,1.6165 8.5033,3.5921 11.1708,5.2559 26.4438,10.584 35.4197,12.3565 l 4.215,0.8323 -12,0.069 -12,0.068 -6,-2.5223 z"
+ id="path4438" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -193.18746,1065.2953 c 3.9828,-1.1037 10.0487,-3.3258 13.4799,-4.938 3.4312,-1.6122 9.8385,-4.1236 14.2385,-5.5809 4.4,-1.4574 8.45,-3.0922 9,-3.6329 l 1,-0.983 -3,0.7733 -3,0.7733 -11.5,0 -11.5,0 -6,-1.2826 c -8.8805,-1.898 -11.9871,-3.0805 -23,-8.7551 -14.4928,-7.4679 -14.4008,-7.4153 -22.5133,-12.8748 -9.2966,-6.2566 -12.6949,-9.1109 -21.5566,-18.1061 l -7.0699,-7.1764 -3.6801,-7.54705 c -2.0241,-4.1435 -3.6801,-8.1524 -3.6801,-8.9013 0,-0.7489 -0.4731,-1.8348 -1.0513,-2.413 -0.5782,-0.5782 -1.7097,-3.4807 -2.5145,-6.45 l -1.4632,-5.3987 -0.4877,-7.706 -0.4877,-7.7059 0.9509,-6.2941 c 1.1555,-7.648 1.3865,-8.6991 3.5805,-16.294 l 1.7333,-6 3.8129,-7.6146 3.8129,-7.6146 6.2687,-5.6728 6.2686,-5.6727 8.0383,-3.9075 8.0383,-3.9074 7.4096,-2.2011 7.4096,-2.2011 9.34,-0.1041 c 5.1371,-0.057 9.3402,-0.2223 9.3404,-0.3668 2e-4,-0.1444 -2.3621,-1.3666 -5.2496,-2.7161 -2.8875,-1.3494 -7.95,-4.0147 -11.25,-5.923 l -6,-3.4696 -6.539,-2.0677 -6.5389,-2.0677 -6.9611,-0.1883 c -3.8285,-0.1035 -11.3208,0.1241 -16.6494,0.5058 l -9.6885,0.694 -10.3034,2.0308 -10.3034,2.0308 -9.0401,4.3684 -9.0401,4.3684 -3.968,4.5503 c -9.0635,10.3933 -10.584,12.4512 -13.9575,18.8909 l -3.5331,6.7443 -1.5968,5.7557 c -0.8783,3.1656 -2.0028,8.2307 -2.4988,11.2557 l -0.9019,5.5 0.017,12.5 c 0.01,6.875 0.2085,13.4 0.4428,14.5 2.6639,12.5092 8.3395,30.0588 11.9218,36.86375 0.6262,1.1895 3.6962,5.7567 6.8222,10.1495 l 5.6835,7.9867 9.8607,10 c 5.4234,5.5 11.6956,11.4393 13.9382,13.1987 l 4.0774,3.1988 2.6377,0.662 c 1.4508,0.3641 2.8851,1.0622 3.1874,1.5513 l 0.5495,0.8892 1.9546,0 c 1.075,0 2.7359,0.4084 3.691,0.9075 0.955,0.4991 5.3364,2.3485 9.7364,4.1098 4.4,1.7613 8.9,3.5832 10,4.0486 3.486,1.4748 14.6708,3.902 24.5,5.3167 l 9.5,1.3672 8.5201,0.1251 8.5201,0.125 7.2414,-2.0067 z"
+ id="path4436" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -157.88086,1041.4058 c 3.5265,-0.5561 8.5292,-1.2815 11.1171,-1.612 l 4.7053,-0.6009 7.7947,-5.1955 c 4.2871,-2.8575 9.1447,-5.9807 10.7947,-6.9407 l 3,-1.745 -5.5,0.7247 c -3.025,0.3986 -10.0222,0.6916 -15.5494,0.6514 l -10.0493,-0.073 -5.9507,-1.7343 c -11.8449,-3.4525 -28.987,-11.0956 -33.0151,-14.7203 l -2.0644,-1.8582 -1.6805,0 -1.6804,0 -9.4159,-9.43105 -9.4159,-9.4312 -0.6566,-2.0688 -0.6566,-2.0689 -0.9326,0 c -0.5129,0 -0.837,-0.3374 -0.7202,-0.75 0.1169,-0.4125 -0.277,-1.6499 -0.8753,-2.75 -0.5983,-1.1 -1.8373,-5.0271 -2.7534,-8.727 l -1.6656,-6.7271 0.2909,-8.5212 0.291,-8.5211 0.7186,0 0.7186,0 -0.5598,-1.4588 -0.5597,-1.4587 1.2114,-3.7913 c 0.6664,-2.0851 2.8191,-6.2662 4.7839,-9.2912 l 3.5724,-5.5 5.5573,-5.613 c 6.7992,-6.8674 17.5938,-15.887 19.0135,-15.887 0.5741,0 1.0438,-0.3594 1.0438,-0.7987 l 0,-0.7987 -3.75,-0.027 c -2.0625,-0.015 -7.35,-0.3439 -11.75,-0.7319 l -8,-0.7053 -11,0.9851 -11,0.9851 -5.2493,1.6204 -5.2493,1.6205 -4.7302,3.175 -4.7302,3.175 -1.2068,2.4387 -1.2068,2.4386 -2.3137,1.225 -2.3137,1.225 -1.6794,3.3364 c -0.9237,1.8349 -3.4852,7.9314 -5.6922,13.5476 l -4.0127,10.2113 -1.0579,5.7224 c -0.5818,3.1443 -1.0578,8.2624 -1.0578,11.3705 l 0,5.6512 2.0591,6.4151 c 1.9814,6.1731 3.0446,8.7407 7.9573,19.2157 l 2.2514,4.80065 5.1161,5.2575 c 9.7172,9.9858 27.8923,23.8484 31.6282,24.1237 0.8377,0.062 2.0776,0.4549 2.7555,0.8739 l 1.2324,0.7616 0,-0.674 c 0,-0.3707 1.1105,0.054 2.4679,0.943 3.2534,2.1317 11.6863,5.1409 18.5321,6.613 3.025,0.6505 6.85,1.5783 8.5,2.0618 l 3,0.8793 11.5882,-0.413 c 6.3735,-0.2273 14.4735,-0.8682 18,-1.4243 z"
+ id="path4434" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -125.46906,1016.2935 8,-2.1484 7.1115,-3.5632 7.1116,-3.5629 3.388403,-2.981 c 1.8637,-1.6395 4.415,-3.6618 5.6697,-4.49385 3.7006,-2.4544 1.8989,-2.4732 -4.3997,-0.046 l -5.881503,2.26675 -7.5,0.015 -7.5,0.015 -7.5,-3.44025 c -4.125,-1.8921 -10.65,-5.4407 -14.5,-7.8854 l -7,-4.4451 -4,-4.1833 c -2.2,-2.301 -4.6588,-5.5007 -5.464,-7.1108 -0.8052,-1.6101 -2.2711,-4.1267 -3.2576,-5.5924 -0.9865,-1.4658 -3.0981,-5.8705 -4.6924,-9.7883 l -2.8988,-7.1232 0.2217,-7.2118 0.2217,-7.2117 2.1229,-4.7375 c 1.1676,-2.6056 3.7145,-7.1056 5.6597,-10 l 3.5368,-5.2625 4.9752,-4 c 2.7364,-2.2 4.9976,-4.2829 5.025,-4.6288 l 0.05,-0.6287 -4.25,0.773 c -6.0436,1.0992 -19.6952,3.1691 -23.3152,3.5351 -1.6858,0.1704 -5.9881,1.48 -9.5605,2.9101 l -6.4953,2.6003 -3.4395,3.1115 c -1.8917,1.7113 -6.7678,6.1976 -10.8357,9.9695 -4.0679,3.7719 -7.7286,6.858 -8.135,6.858 -1.1877,0 -3.849,4.5756 -4.4552,7.6601 -0.307,1.5619 -0.8199,6.2149 -1.1397,10.3399 l -0.5814,7.5 2.1681,9 2.1682,9 2.5597,4 2.5597,4 7.1259,6.8739 c 3.9193,3.78075 8.7009,7.86865 10.6259,9.08405 l 3.5,2.21 4.9867,1.2401 c 2.7427,0.6819 5.4427,1.5909 6,2.02 0.5573,0.429 5.7383,2.2376 11.5133,4.0191 5.775,1.7815 10.95,3.4175 11.5,3.6357 0.55,0.2181 5.5,0.2076 11,-0.023 l 10,-0.4197 8,-2.1485 z"
+ id="path4432" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -104.96906,993.97315 c 4.3756,-2.3042 7.484603,-4.1531 8.000003,-4.7577 0.275,-0.3226 2.525,-1.775 5,-3.2277 2.475,-1.4525 5.834,-3.7208 7.4646,-5.0403 l 2.9645,-2.3993 -7.2145,-0.7246 -7.2146,-0.7245 0,-0.8985 0,-0.8985 -1.9274,0 -1.9273,0 -6.822703,-3.5522 -6.8226,-3.5523 -3.3455,-3.1977 c -8.6105,-8.2304 -14.1171,-21.4635 -11.7337,-28.1978 2.7422,-7.7482 10.4375,-19.6702 15.0265,-23.2799 1.404,-1.1044 2.5527,-2.1965 2.5527,-2.4269 0,-1.6837 -25.1825,2.9553 -32.2842,5.9472 l -3.7843,1.5942 -4.7157,4.6859 -4.7158,4.6858 -3.4132,5.7146 -3.4131,5.7146 -0.2576,5.5197 c -0.1417,3.0358 -0.495,5.757 -0.7851,6.0471 l -0.5274,0.5274 2.4606,6.5372 c 2.7888,7.409 4.8825,11.0822 11.3787,19.9627 l 4.5571,6.2294 1.0179,0.02 c 0.5598,0.011 2.5848,1.0654 4.5,2.3425 l 3.4821,2.3221 5.5,1.6194 c 3.025,0.8907 7.3,2.301 9.5,3.134 l 4,1.5146 5.5,0.038 5.5,0.038 2.5,-1.3165 z"
+ id="path4430" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -74.469057,967.36855 4,-1.7882 6.5306,-6.0268 6.5307,-6.0267 3.178,-5.1124 3.1781,-5.1124 -0.7587,0 c -0.4173,0 -1.2482,0.4895 -1.8465,1.0878 l -1.0879,1.0878 -6.6177,-0.051 -6.6178,-0.051 -3.9522,-1.0642 -3.9522,-1.0642 -0.7773,-1.2229 c -0.4276,-0.6725 -1.5296,-3.3363 -2.449,-5.9195 l -1.6715,-4.6967 0.748,-3.3033 c 0.4115,-1.8168 1.4783,-4.7122 2.3708,-6.4342 l 1.6228,-3.1309 3.1126,-2.6191 c 1.7119,-1.4405 3.5281,-2.6191 4.0359,-2.6191 0.5078,0 0.9233,-0.3774 0.9233,-0.8388 l 0,-0.8387 -9.7525,0.2164 -9.7524,0.2165 -5.9976,1.1927 c -16.061403,3.1939 -23.163903,8.1109 -28.771603,19.9186 l -3.0236,6.3667 0.082,2.8978 0.082,2.8977 2.5924,5.2987 2.5923,5.2986 4.7241,4.633 4.7241,4.6329 7,1.9266 7.000003,1.9267 9,0.055 9,0.055 4,-1.7881 z"
+ id="path4428" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -58.969057,940.84725 c 1.375,-0.7839 4.0271,-2.1313 5.8937,-2.9942 3.3685,-1.5574 5.1753,-3.221 10.2415,-9.4299 l 2.6352,-3.2296 1.27,-4.6957 c 0.6985,-2.5827 1.6596,-5.2033 2.1358,-5.8237 l 0.8659,-1.1278 -2.02,-0.5283 -2.0201,-0.5282 -0.4786,0.7744 -0.4787,0.7744 -5.9986,0.6787 -5.9986,0.6786 -2.7737,1.4469 -2.7738,1.4469 -2.3628,0.01 -2.3628,0.01 -5.8308,3.75 -5.8307,3.75 -1.133,3.247 -1.1331,3.247 2.3422,4.2459 2.3421,4.2459 2.9845,0.6388 c 1.6414,0.3513 4.1094,0.6854 5.4844,0.7423 l 2.5,0.1036 2.5,-1.4253 z"
+ id="path4426" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -257.96156,768.55205 c -1.3497,-4.5333 -2.9722,-9.1828 -7.2236,-20.70056 l -4.0421,-10.95051 -1.3709,-1.37092 c -0.754,-0.754 -1.3709,-1.6894 -1.3709,-2.07865 0,-0.38925 -1.5289,-2.2696 -3.3976,-4.17857 l -3.3977,-3.47084 -3.8523,-1.8759 c -2.1188,-1.03175 -5.4887,-2.71925 -7.4886,-3.75 l -3.6361,-1.8741 -4.5699,0 -4.5698,0 -4.794,2.81067 c -2.6367,1.54588 -5.469,3.13853 -6.294,3.53923 -0.825,0.4007 -2.4,1.27913 -3.5,1.95206 -6.935,4.24254 -11.3156,6.58063 -13.5,7.20543 -1.375,0.39329 -3.968,1.39389 -5.7622,2.22355 -1.7941,0.82966 -6.5191,2.5561 -10.5,3.83653 l -7.2378,2.32807 9,0.0463 c 4.95,0.0255 13.2649,0.2729 18.4776,0.54981 l 9.4777,0.50348 3.0223,0.92249 c 1.6623,0.50736 7.1743,1.65404 12.2488,2.54816 5.0745,0.89413 11.8232,2.5191 14.997,3.61105 l 5.7705,1.98536 3.6944,2.96889 c 2.0319,1.63287 3.9654,2.96887 4.2966,2.96887 0.3312,0 2.2701,1.5115 4.3086,3.359 8.3158,7.5361 10.7381,9.5838 11.3696,9.6117 l 0.6632,0.029 -0.8188,-2.75 z"
+ id="path4424" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -262.18486,717.90498 -0.8893,-5.10298 -2.048,-4.5 c -1.1264,-2.475 -3.1507,-5.9625 -4.4984,-7.75 l -2.4503,-3.25 -3.0362,0 -3.0362,0 -5.6629,5.63007 c -3.1146,3.09654 -7.1712,6.78489 -9.0147,8.19634 l -3.3518,2.56626 6.8518,1.36848 6.8518,1.36847 5,2.36177 5,2.36177 5,4.82342 5,4.82342 0.5867,-3.89702 0.5868,-3.89703 -0.8893,-5.10297 z"
+ id="path4422" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -257.03916,689.802 c 0.039,-2.75 0.751,-8.55681 1.5829,-12.90403 1.6018,-8.37074 1.4322,-10.25738 -0.578,-6.43162 -1.3815,2.62901 -8.4701,11.48637 -11.1667,13.95295 -0.9725,0.88951 -1.7681,2.05726 -1.7681,2.59501 0,0.53774 -0.8964,1.78897 -1.9921,2.7805 l -1.992,1.80279 2.242,1.13461 c 1.2332,0.62404 4.1771,1.762 6.5422,2.5288 2.3651,0.76681 4.5802,1.84736 4.9225,2.40122 l 0.6224,1.00702 0.7572,-1.93363 c 0.4165,-1.06349 0.7889,-4.18362 0.8277,-6.93362 z"
+ id="path4420" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -131.96906,1097.892 c 0,-0.2963 1.4625,-1.2881 3.25,-2.204 1.7875,-0.9158 3.475,-1.9424 3.75,-2.2813 0.275,-0.3389 2.975,-2.4678 6,-4.7308 3.025,-2.2631 7.075,-5.5591 9,-7.3246 13.437403,-12.3238 29.713603,-28.0215 52.091503,-50.2404 14.2313,-14.1299 26.4986,-26.0549 27.2607,-26.5 0.7621,-0.4448 3.4553,-3.9589 5.9849,-7.80885 2.5296,-3.85 4.9744,-7.4501 5.4329,-8 0.4584,-0.55 4.215,-6.175 8.3478,-12.5 l 7.5141999,-11.5 5.2722,-10.9544 c 2.89967,-6.0249 6.13246,-12.048 7.18396,-13.3848 1.0515101,-1.3368 1.9118301,-3.0381 1.9118301,-3.7806 0,-0.7426 1.3176,-3.4944 2.928,-6.1152 l 2.928,-4.765 2.2402,-7 c 1.23212,-3.85 2.65,-7.5389 3.15085,-8.1975 l 0.91064,-1.1974 6.13993,0.029 6.13993,0.029 1.56179,0.8358 1.56178,0.8359 9.96944,0.6823 c 5.48319,0.3753 15.59444,0.82 22.46944,0.9883 l 12.5,0.3059 5,1.2013 5,1.2013 26.499997,0.7633 c 14.575,0.4198 28.075,1.0328 30,1.3622 6.72129,1.1503 12.58339,1.7855 24,2.6009 l 11.5,0.8213 4.5,1.6043 c 2.475,0.8824 5.175,1.6136 6,1.625 0.825,0.011 2.76684,0.6815 4.31519,1.4891 1.54836,0.8076 3.80141,1.6004 5.00677,1.7618 1.20536,0.1615 4.66352,1.5826 7.6848,3.1581 l 5.49324,2.8647 6,4.9906 c 3.3,2.7449 6.56386,5.7227 7.25303,6.6174 2.57489,3.3427 6.21182,8.7814 9.11242,13.6267 l 2.99321,5 2.64449,8 c 3.23551,9.7879 3.25502,9.8759 4.65412,20.9999 l 1.13195,8.99995 0.3025,19 c 0.37469,23.5347 1.02481,29.3329 5.54835,49.484 l 1.00658,4.4841 5.4954,7.1747 c 3.02248,3.9461 7.60198,9.1283 10.17668,11.516 l 4.68127,4.3412 -7.32364,0.2953 -7.32364,0.2953 -3.4285,-3.7431 -3.4285,-3.743 -1.99786,-5.3398 c -1.09882,-2.9361 -1.99786,-6.1956 -1.99786,-7.2425 l 0,-1.9035 -1,-0.618 -1,-0.618 -0.0136,9.309 c -0.008,5.1199 -0.285,10.3215 -0.61664,11.559 l -0.60297,2.25 -2.49036,0 -2.49036,0 0.7762,-1.75 0.77621,-1.75 0.12047,-19 0.12048,-19 -0.75571,-9 c -1.034,-12.3144 -3.33224,-21.653 -9.84396,-40 -2.02932,-5.7177 -6.91753,-16.43775 -7.97971,-17.49995 -0.275,-0.275 -2.20187,-2.975 -4.28194,-6 -4.20499,-6.1151 -12.70126,-16.2477 -26.17211,-31.2125 l -8.95405,-9.9471 -3.04595,-1.5585 c -1.67527,-0.8573 -5.07095,-3.2388 -7.54595,-5.2923 l -4.5,-3.7336 -7,-3.3176 -7,-3.3176 -16.25788,-0.7326 c -8.94184,-0.403 -17.66063,-1.0407 -19.37511,-1.4173 l -3.11722,-0.6847 0.59934,0.9698 0.59935,0.9698 4.77576,1.3125 c 2.62667,0.7219 6.35076,2.1106 8.27576,3.0859 1.925,0.9754 5.67281,2.6956 8.32846,3.8228 2.65566,1.1271 9.18066,4.9559 14.5,8.5085 l 9.67154,6.4592 7,6.8845 c 7.90445,7.7739 19.14227,20.1765 21.45881,23.6829 0.84766,1.283 4.93032,6.5369 9.07259,11.6754 9.03656,11.20955 12.32055,16.02325 14.5604,21.34245 2.97436,7.0635 5.98662,19.3949 6.96188,28.5 0.2651,2.475 0.91845,8.325 1.45187,13 0.53343,4.675 1.01544,13.2291 1.07114,19.009 l 0.10127,10.509 -1.21558,6.491 c -0.66858,3.5701 -1.36949,7.0535 -1.5576,7.741 l -0.34201,1.25 -2.05494,0 -2.05494,0 0.48051,-3.25 c 0.26428,-1.7875 0.8631,-6.027 1.33071,-9.421 l 0.8502,-6.1711 -0.2185,-7.8289 c -0.12017,-4.306 -0.54575,-11.654 -0.94573,-16.329 -0.39998,-4.675 -0.84082,-10.075 -0.97964,-12 -0.13883,-1.925 -1.01978,-7.55 -1.95767,-12.5 l -1.70526,-9 -2.60921,-6.5 c -1.43507,-3.575 -3.70967,-8.3 -5.05467,-10.5 -3.1382,-5.13305 -23.59191,-30.72865 -28.8732,-36.13165 -2.22129,-2.2724 -4.42834,-4.7479 -4.90457,-5.5011 -1.62367,-2.5678 -14.84959,-13.5957 -21.27507,-17.7394 -5.92583,-3.8214 -8.76366,-5.2878 -22.59079,-11.6733 -2.75,-1.27 -11.04505,-4.3668 -18.43345,-6.8817 l -13.43351,-4.5727 -4.257527,0 -4.25753,0 -0.64317,1.0407 -0.64317,1.0407 -1.82368,-0.5789 c -1.00302,-0.3183 -6.03698,-0.6046 -11.18657,-0.6361 l -9.3629,-0.057 -6.47927,1.2147 -6.47927,1.2146 -5.56063,2.7063 c -8.25245,4.0165 -14.4894,8.6786 -22.90125,17.1187 -4.14597,4.1599 -8.15785,8.3249 -8.91529,9.2557 l -1.37717,1.6923 8.18135,-4.0949 8.18135,-4.0949 7.78042,-1.2458 7.78041,-1.2458 10.41541,0.19 10.4154,0.1899 6,1.229 c 9.0375,1.8511 25.946797,6.74 35.492467,10.2617 8.45139,3.118 13.40575,5.5687 26.24176,12.9806 l 6.73423,3.8886 6.42147,5.4476 c 8.72049,7.3981 11.99716,10.7581 18.66389,19.1385 l 5.69274,7.15605 4.93012,9.8439 c 2.71157,5.4142 5.52689,11.869 6.25627,14.344 0.72939,2.475 1.88805,5.85 2.57481,7.5 0.68675,1.65 2.07021,7.95 3.07435,14 l 1.82571,11 0.0461,12.5 0.0461,12.5 -1.34974,5.25 -1.34974,5.25 -3.00725,0 -3.00725,0 0.70154,-1.75 c 0.38585,-0.9625 1.32912,-3.775 2.09617,-6.25 l 1.39462,-4.5 0.0108,-10.4854 0.0108,-10.4855 -1.5797,-11.0145 -1.5797,-11.0146 -3.0149,-9 c -1.65819,-4.95 -4.94657,-13.05 -7.30751,-18 l -4.29263,-9 -6.55046,-8.16795 -6.55047,-8.1681 -9.31231,-7.4076 c -9.36505,-7.4495 -12.43832,-9.4199 -25.31232,-16.2283 -3.85,-2.0361 -7.45,-4.0527 -8,-4.4814 -0.55,-0.4287 -4.6,-1.9121 -9,-3.2963 l -8,-2.5169 -3.848577,0.2853 -3.84859,0.2852 -3.15141,-0.923 c -1.73328,-0.5077 -5.40142,-1.2407 -8.15142,-1.6289 l -5,-0.7058 -11.2003,0.1845 -11.2003,0.1846 -5.7997,1.6714 c -7.78646,2.2438 -13.61364,4.987 -20.73622,9.7617 -3.26508,2.1887 -7.57884,4.9183 -9.58613,6.0656 -2.00729,1.1474 -6.71877,4.9035 -10.4699401,8.3468 l -6.82037004,6.2609 4.15650004,-1.4665 c 2.28605,-0.8066 4.15646,-1.2499 4.15646,-0.9852 0,0.2649 1.2375001,-0.1373 2.7500001,-0.8935 1.5125,-0.7562 5.675,-1.9848 9.25,-2.7301 l 6.5,-1.3553 8,0.114 8,0.1139 10.3734,2.1346 c 14.02577,2.8861 21.08024,5.2629 35.1266,11.8346 11.372267,5.3207 29.097677,18.00325 35.748727,25.57835 3.42131,3.8967 11.91423,16.1921 15.08974,21.8458 2.00508,3.5699 7.23605,19.3913 7.8648,23.7876 0.19665,1.375 0.83008,3.85 1.40763,5.5 l 1.05009,3 0.41055,8.3427 0.41056,8.3427 -1.10976,4.4073 -1.10977,4.4073 -2.46074,0 -2.46074,0 0.82945,-3.25 0.82946,-3.25 -0.0987,-10 -0.0987,-10 -3.18207,-11.9368 -3.18207,-11.9367 -3.05923,-6.0633 c -1.68257,-3.3347 -5.15624,-9.2132 -7.71927,-13.0632 l -4.66004,-7 -4.72884,-4.6142 -4.72884,-4.6142 -8.27116,-5.5169 c -4.54914,-3.0343 -10.517577,-6.6954 -13.263197,-8.13575 l -4.99205,-2.6189 -2.37338,0 -2.37339,0 -12.63457,-4.1279 -12.63457,-4.1278 -11.79264,-0.4838 -11.79265,-0.4838 -7.20735,2.223 c -12.93721,3.9901 -30.2579401,11.55195 -32.4241401,14.15575 l -1.1187,1.3445 5.6677,-0.3612 5.66778,-0.3612 7.0000001,1.2442 7,1.2442 8.70123,3.7711 8.70123,3.771 8.46116,5.6299 8.46116,5.6298 9.38658,9.2161 9.38658,9.2161 1.30195,3.5 c 0.71607,1.925 1.66022,4.4 2.09809,5.5 0.43788,1.1 2.1948,6.5 3.90426,12 l 3.10811,10 -0.10117,6.5 -0.10117,6.5 -1.15595,5 -1.15595,5 -2.74805,0.3164 c -1.51144,0.1741 -2.74319,0.1741 -2.73724,0 0.006,-0.174 0.61668,-2.3414 1.35716,-4.8164 l 1.34633,-4.5 0.20479,-7.6351 0.20478,-7.6352 -3.17448,-9.8648 c -1.74596,-5.4257 -3.86409,-11.7882 -4.70694,-14.1388 l -1.53246,-4.274 -3.98446,-4.5266 c -2.19145,-2.4896 -7.8637,-7.645 -12.605,-11.4563 l -8.62054,-6.9298 -5.5,-1.6628 c -3.025,-0.9145 -6.45932,-2.2489 -7.63181,-2.9653 l -2.13182,-1.3025 -8.30073,-1.682 -8.30074,-1.6819 -6.0674501,0.5802 -6.06743,0.5803 -6,2.0647 c -6.6829999,2.2998 -13.0453999,5.3359 -21.9999999,10.4984 -3.3,1.9025 -8.5875,4.8319 -11.75,6.5097 l -5.75,3.0506 0,1.0926 0,1.0926 1.3987,-0.5368 c 0.7693,-0.2952 4.1602,-1.08 7.5352,-1.744 l 6.1366,-1.2073 8.2092,1.7737 8.2093,1.7738 7.0054999,3.1969 c 3.853,1.7583 11.0876,5.7244 16.07698,8.8135 l 9.0714901,5.6165 6.17642,6.5664 c 7.11362,7.5628 10.60707,12.7777 13.75534,20.5333 l 2.23263,5.5 0.70986,4.75 0.70985,4.75 -2.09449,0 -2.0945,0 -0.55503,-2.75 c -0.30527,-1.5125 -1.25306,-5.225 -2.10621,-8.25 l -1.55118,-5.5 -3.90951,-6.6692 -3.90951,-6.6693 -4.03049,-3.4499 -4.03048,-3.4499 -8.2971801,-4.0185 -8.29719004,-4.0185 -8.42569996,-2.2441 -8.4255999,-2.2441 -11,-0.012 -11,-0.011 -6,1.533 c -6.3238,1.6158 -9.7399,2.9359 -12.9416,5.0011 -1.0679,0.6888 -4.3006,2.7097 -7.1838,4.4908 -2.8832,1.7811 -5.4632,3.5959 -5.7332,4.0328 l -0.491,0.7944 10.7286,0.1144 10.7286,0.1144 7.2099,2.5074 7.2099,2.5073 5.2271,3.3455 c 7.0717,4.526 11.4686,8.4937 14.614,13.1876 1.4473,2.1597 3.4166,5.1037 4.3762,6.5423 0.9596,1.4385 1.7470999,3.178 1.7499999,3.8655 l 0,1.25 -2.4999999,0 -2.5,0 0,-1.845 0,-1.845 -1.8287,-1.655 c -1.0058,-0.9103 -2.3378,-1.655 -2.96,-1.655 l -1.1311,0 -4.677,-5 -4.6769,-5 -1.6406,0 c -0.9024,0 -2.537,-0.6278 -3.6326,-1.3952 l -1.992,-1.3952 -8.9805,-1.893 -8.9806,-1.893 -5.5,0.6509 c -3.025,0.358 -7.75,0.9398 -10.5,1.2929 l -5,0.642 -5.5,2.3903 c -3.025,1.3147 -8.5066,3.7118 -12.1812,5.3269 l -6.681303,2.9366 12.181303,-0.055 12.1812,-0.055 5.1324,2.2964 5.1325,2.2963 2.8046,2.9275 2.8047,2.9274 -4.122,0 -4.122,0 -2.733,-1.0391 c -6.0397,-2.2963 -13.5822,-2.5705 -21.2278,-0.7719 l -4.6694,1.0985 -17.250003,0.4207 -17.25,0.4207 0,-0.5388 z"
+ id="path4418" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 246.12615,1002.1073 -0.94219,-12.30525 -2.04595,-8.8095 -2.04594,-8.8094 -1.93216,-3.6906 c -1.06269,-2.0298 -2.52231,-5.2655 -3.2436,-7.1905 -0.7213,-1.925 -1.77808,-4.1451 -2.34841,-4.9335 -1.83668,-2.539 -16.46348,-17.0665 -17.18313,-17.0665 -0.59323,0 -7.61664,-3.167 -16.16555,-7.2893 l -2.31171,-1.1147 -1.92472,1.202 c -1.0586,0.6611 -2.78268,1.202 -3.8313,1.202 l -1.90658,0 -0.59554,-1.5519 -0.59553,-1.552 0.78629,0.486 0.78629,0.4859 1.43965,-0.8897 1.43964,-0.8898 -1.98739,0.015 c -2.61325,0.02 -8.62265,-0.9524 -15.73739,-2.5473 l -5.75,-1.289 0.008,0.6162 c 0.005,0.3388 2.81714,2.1106 6.25,3.9372 l 6.24156,3.3211 5,4.3832 c 6.98915,6.127 12.10819,11.126 18.5,18.0661 9.78845,10.6281 22.81123,25.8179 25.21297,29.4085 3.3645,5.0299 9.16705,17.39685 11.86025,25.27765 l 2.31623,6.7778 0.82398,-1.4725 0.82399,-1.4723 -0.9422,-12.3053 z"
+ id="path4416" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 31.972683,926.99815 c 2.46057,-1.6929 6.43608,-4.0715 8.83448,-5.2857 l 4.36073,-2.2077 -0.81848,-0.4218 c -0.45016,-0.232 -3.37964,-1.2618 -6.50994,-2.2885 l -5.69146,-1.8668 -2.45894,1.1204 -2.45893,1.1204 -1.22886,3.8168 c -0.67588,2.0992 -2.7457,7.0892 -4.59961,11.0887 -1.85391,3.9996 -3.37074,7.5633 -3.37074,7.9193 0,0.356 2.1303,-1.7297 4.73399,-4.6349 l 4.734,-5.2822 4.47376,-3.078 z"
+ id="path4414" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 379.03093,1097.1003 c -1.925,-0.5616 -8.45,-2.0846 -14.5,-3.3843 -16.71759,-3.5913 -23.8843,-5.8077 -34.20747,-10.5789 l -4.79253,-2.215 -4.5,-3.8836 c -6.99694,-6.0384 -19.07179,-20.2669 -18,-21.2103 0.275,-0.2421 -0.24855,-1.022 -1.16345,-1.7333 l -1.66346,-1.293 -3.04199,-7.25 c -1.67309,-3.9874 -2.8212,-7.25 -2.55136,-7.25 0.26985,0 0.0462,-0.8304 -0.49695,-1.8452 -0.54316,-1.0149 -1.19838,-2.9274 -1.45604,-4.25 -0.25766,-1.3226 -1.20941,-4.4297 -2.115,-6.9048 l -1.64652,-4.5 -0.40322,-22.19865 -0.40322,-22.1985 -2.09354,-10.3014 c -3.27194,-16.0997 -8.23192,-29.6568 -12.91523,-35.3013 -0.91269,-1.1 -2.71807,-4.1375 -4.01195,-6.75 -1.29388,-2.6125 -2.70143,-4.75 -3.1279,-4.75 -0.42647,0 -1.06563,-0.9144 -1.42035,-2.0321 l -0.64496,-2.0321 -9.17243,-9.2216 -9.17243,-9.2215 -7.5,-3.6501 c -12.19357,-5.9343 -20.14298,-8.5335 -34.81344,-11.3827 -4.02239,-0.7812 -7.77022,-1.7026 -8.32851,-2.0477 l -1.01507,-0.6273 -16.17149,-0.4545 c -8.89432,-0.25 -25.84649,-0.5756 -37.67149,-0.7237 l -21.5,-0.2693 -21.499997,0.8516 c -11.825,0.4683 -30.76565,0.9549 -42.09033,1.0812 l -20.59033,0.2298 -1.60547,-1.3275 -1.60547,-1.3275 0.82208,-2.1725 c 1.67065,-4.4151 2.82664,-18.5043 3.46019,-42.1725 0.17667,-6.6 0.58892,-13.125 0.91611,-14.5 0.32719,-1.375 0.88529,-8.125 1.24023,-15 0.35493,-6.875 0.7803,-12.725 0.94527,-13 0.16496,-0.275 0.60128,-5.675 0.96959,-12 0.36832,-6.325 0.83468,-12.175 1.03636,-13 0.20168,-0.825 0.65364,-6.225 1.00435,-12.00005 l 0.63765,-10.5 1.47809,-8 c 0.81295,-4.4 3.09595,-14.075 5.07334,-21.5 l 3.59524,-13.5 5.35655,-11.37399 c 2.9461,-6.2557 5.35655,-11.81269 5.35655,-12.34887 0,-0.53619 0.61388,-2.39289 1.36418,-4.12601 3.8384,-8.86632 5.13582,-12.18041 5.13582,-13.11873 l 0,-1.0324 2.68635,-0.31028 2.68635,-0.31028 1.0157,3.67855 c 0.55864,2.02321 1.65142,4.41284 2.42842,5.31029 1.54272,1.78188 7.02567,14.03348 11.91847,26.63172 1.70883,4.4 3.87576,9.37968 4.81538,11.06595 5.140357,9.22499 13.643397,22.37951 16.440497,25.43405 1.76276,1.925 4.51087,5.28515 6.10692,7.46701 1.59605,2.18185 3.68941,4.76935 4.65191,5.75 l 1.75,1.78299 0,1.42857 c 0,0.78572 0.56827,2.02322 1.26282,2.75 0.69456,0.72679 3.66381,4.36586 6.59835,8.08678 l 5.33553,6.7654 5.65165,3.9727 c 6.25386,4.3959 12.04175,9.1209 16.07761,13.1249 l 2.64926,2.6284 5.96239,3.0032 c 3.27931,1.6517 11.58739,5.2683 18.46239,8.037 l 12.5,5.0338 7.91674,1.597 7.91675,1.597 17.58325,1.1077 17.58326,1.1078 13,-0.6538 c 14.97423,-0.7531 15.08712,-0.7732 39,-6.9432 l 18,-4.6444 7.5,-3.2006 c 4.125,-1.7603 7.65,-3.56 7.83333,-3.9994 0.18334,-0.4394 0.87103,-0.7988 1.52822,-0.7988 0.65718,0 4.4407,-1.5556 8.40783,-3.4568 l 7.21295,-3.4567 7.05666,-1.4605 c 3.88116,-0.8033 7.59764,-1.883 8.25884,-2.3993 0.66119,-0.5163 3.67717,-2.278 6.70217,-3.9148 7.23683,-3.9159 10.01539,-5.5538 11.92471,-7.0293 0.86641,-0.6695 3.555,-2.5315 5.97464,-4.1378 l 4.39934,-2.92044 4.36326,-6.86221 c 2.39979,-3.77421 5.14509,-8.09685 6.10065,-9.60588 l 1.7374,-2.74367 2.15543,-0.006 2.15542,-0.006 2.99772,-8.25 c 1.64874,-4.5375 4.35149,-11.175 6.00611,-14.75 1.65461,-3.575 3.76483,-9.12087 4.68937,-12.32415 l 1.68098,-5.82415 -0.5391,-0.53911 -0.53911,-0.5391 1.59112,-3.9766 1.59112,-3.97659 -0.61572,-15.66015 -0.61572,-15.66015 -1.37235,-5 c -0.75479,-2.75 -1.44012,-5.45 -1.52295,-6 -0.35894,-2.38339 -4.49537,-15.09095 -5.20815,-16 -0.43125,-0.55 -0.87627,-1.45 -0.98893,-2 -0.11266,-0.55 -0.60093,-2.04179 -1.08504,-3.3151 -0.48411,-1.27395 -0.8802,-2.71264 -0.8802,-3.19774 0,-1.11942 -4.79086,-10.17337 -6.05228,-11.43781 -0.52124,-0.5225 -0.94772,-1.68568 -0.94772,-2.58484 0,-0.89917 -0.87226,-4.29667 -1.93836,-7.55 -2.83699,-8.65746 -3.23616,-10.98117 -3.57553,-20.81451 l -0.30713,-8.89936 0.83481,-2.10064 c 0.45915,-1.15536 1.86945,-6.71475 3.13401,-12.3542 l 2.29919,-10.25354 1.62102,-0.51449 1.62101,-0.51449 8.20526,4.16332 8.20526,4.16332 3.15643,2.94854 c 1.73603,1.6217 4.97614,4.20552 7.20023,5.74183 2.22409,1.53631 5.69834,4.53158 7.72056,6.65617 2.02222,2.12459 5.34874,5.21289 7.39226,6.86289 2.04352,1.65 5.47085,4.72681 7.61629,6.83737 l 3.9008,3.83736 1.66555,4.16264 c 0.91606,2.28944 1.64539,4.38763 1.62075,4.66263 -0.0246,0.275 1.6059,3.2 3.62344,6.5 2.01754,3.3 4.00354,7.35 4.41332,9 0.88337,3.55691 2.80439,7.9998 6.70191,15.5 1.57196,3.025 4.69764,9.325 6.94597,14 2.24832,4.675 6.25673,13 8.90757,18.5 2.65085,5.5 5.60481,12.25 6.56436,15 0.95956,2.75 4.10435,9.95 6.98844,16 2.88408,6.05 6.05,13.25 7.03538,16 0.98537,2.75 2.10903,5.45 2.49701,6 0.38798,0.55 1.02776,2.125 1.42174,3.5 0.62301,2.17433 9.96536,22.38648 12.58908,27.23643 0.51665,0.95504 0.93937,2.56754 0.93937,3.58333 0,1.0158 0.3375,2.18441 0.75,2.59691 0.4125,0.4125 0.77123,1.05 0.79718,1.41666 0.0943,1.33207 5.7633,11.67662 6.93703,12.65832 2.29219,1.9171 6.92791,9.0768 10.68871,16.5084 3.1793,6.2824 7.592,12.8008 12.5753,18.5764 2.3365,2.708 7.0615,8.6018 10.5,13.0974 16.1238,21.0808 36.1215,42.3904 52.7518,56.2129 l 8.5,7.0648 6.6471,3.4845 c 3.6559,1.9165 8.3312,4.6274 10.3895,6.0243 l 3.7425,2.5397 1.7771,0 c 0.9774,0 1.9271,0.3375 2.1105,0.75 0.1833,0.4125 5.0583,2.2863 10.8333,4.164 5.775,1.8777 11.4,3.9597 12.5,4.6268 3.6895,2.2371 15.9305,6.3686 23.5,7.9314 l 7.5,1.5485 11.5,0.5661 11.5,0.5662 19.5,-1.0002 19.5,-1.0001 7.0959,-2.4918 c 3.9028,-1.3705 9.9778,-3.9563 13.5,-5.7463 3.5223,-1.79 8.2041,-4.1598 10.4041,-5.2663 4.4403,-2.2332 7.5915,-4.3393 14.8126,-9.9003 l 4.872,-3.752 1.0622,0.6565 1.0622,0.6565 -0.6459,-1.0452 -0.6459,-1.0451 2.4562,-1.6094 c 2.8198,-1.8476 4.8217,-2.0212 7.2902,-0.6323 0.955,0.5373 3.5364,1.4299 5.7364,1.9834 l 4,1.0065 2.6119,2.2665 c 1.4365,1.2466 4.4242,5.0718 6.6394,8.5005 l 4.0275,6.2339 3.1829,9.9127 3.1828,9.9126 0.6794,5.3534 0.6793,5.3535 -0.6422,5.5 c -1.238,10.6011 -3.1559,16.8 -10.829,35 -1.7391,4.125 -3.2285,8.2875 -3.3098,9.25 -0.081,0.9625 -0.4475,1.75 -0.8137,1.75 -0.3662,0 -1.2648,1.4625 -1.9968,3.25 -2.1425,5.2317 -8.8272,16.6723 -11.4834,19.6535 -1.3471,1.5119 -3.9588,5.25575 -5.8037,8.31945 -1.8449,3.0638 -4.3445,6.6294 -5.5547,7.9237 -1.2102,1.2943 -3.5091,4.3782 -5.1088,6.8532 -1.5997,2.475 -3.3703,5.0435 -3.9348,5.7078 -0.5645,0.6643 -1.0263,1.6111 -1.0263,2.104 0,0.4929 -1.0125,2.0286 -2.25,3.4128 -4.1028,4.5889 -5.75,6.7884 -5.75,7.6779 0,0.4839 -1.8,3.058 -4,5.7203 -2.2,2.6623 -4,5.3034 -4,5.8691 0,0.5657 -1.1432,2.2614 -2.5405,3.7683 -1.3972,1.5069 -2.2188,2.7398 -1.8257,2.7398 0.3932,0 -0.1805,1.0125 -1.2749,2.25 -1.0943,1.2375 -2.7164,3.375 -3.6047,4.75 -0.8882,1.375 -3.4401,4.975 -5.6707,8 -2.2307,3.025 -5.2622,7.3 -6.7367,9.5 -1.4744,2.2 -3.8432,5.1477 -5.2638,6.5505 -1.4207,1.4027 -4.2565,4.4402 -6.3019,6.75 l -3.7189,4.1995 -5.0901,0 -5.0901,0 0.7057,-1.25 0.7057,-1.25 -1.3467,1.25 -1.3467,1.25 -2.4743,0 -2.4743,0 2.0025,-2.25 c 3.6502,-4.1011 12.0344,-17.1966 14.5975,-22.8002 l 2.5243,-5.5188 1.6122,-1.3379 c 0.8866,-0.7359 1.6121,-1.723 1.6121,-2.1936 0,-0.4706 1.5847,-4.2405 3.5216,-8.3776 l 3.5217,-7.5219 0.9783,0 0.9784,0 5e-4,-1.75 c 3e-4,-0.9625 0.8627,-4.0185 1.9166,-6.7911 l 1.916,-5.0411 2.0835,-14.0887 c 1.1458,-7.7488 2.0834,-16.1739 2.0834,-18.7225 l 0,-4.63365 -0.9319,-1.7365 c -0.5125,-0.955 -2.1191,-5.5614 -3.5701,-10.2364 -2.4539,-7.906 -3.5201,-10.6787 -7.1137,-18.4999 -0.7581,-1.65 -3.2357,-5.025 -5.5057,-7.5 -2.27,-2.475 -5.4536,-6.8435 -7.0746,-9.7078 l -2.9473,-5.2079 -7.6211,-8.0421 c -4.1915,-4.4232 -8.0613,-8.0422 -8.5996,-8.0422 -0.5382,0 -1.689,-0.6191 -2.5573,-1.3757 -0.8683,-0.7566 -5.6287,-2.838 -10.5787,-4.6254 -10.2405,-3.6978 -22.4102,-9.1249 -33.8293,-15.0863 -4.3061,-2.248 -8.0415,-3.8751 -8.3009,-3.6157 -0.2594,0.2593 2.5024,3.3361 6.1372,6.8373 3.6348,3.5012 9.0527,9.2908 12.0398,12.8658 l 5.4311,6.5 4.5939,8 c 8.326,14.4991 13.2668,25.966 16.5886,38.5 l 1.9877,7.4999 0.387,24.49995 0.387,24.5 -1.483,9.5 -1.4829,9.5 -3.0449,9.3978 -3.0448,9.3978 -5.1211,10.6022 c -2.8167,5.8312 -5.3749,10.8272 -5.6849,11.1022 -0.31,0.275 -1.2015,1.7375 -1.9811,3.25 l -1.4174,2.75 -2.39,0 -2.39,0 0.7509,-1.25 c 0.413,-0.6875 2.3264,-3.5 4.252,-6.25 l 3.5011,-5 4.8452,-10.9423 c 2.6648,-6.0183 5.2294,-12.5433 5.6991,-14.5 0.4697,-1.9567 1.5595,-6.1709 2.4219,-9.3647 0.8625,-3.1939 2.052,-9.3418 2.6436,-13.662 l 1.0754,-7.8549 0.092,-16.838 c 0.1251,-22.88335 -1.0671,-31.49455 -6.3439,-45.81985 l -2.9402,-7.9819 -1.9396,-1.8071 -1.9397,-1.807 0,-1.4611 c 0,-0.8035 -0.3401,-1.461 -0.7559,-1.461 -0.4157,0 -1.3783,-1.4062 -2.139,-3.1248 l -1.3832,-3.1248 -7.1769,-8.2314 c -8.0144,-9.1918 -28.7801,-30.2022 -32.1404,-32.519 -5.3701,-3.7025 -17.7475,-11.7581 -22.1121,-14.3913 -8.2727,-4.9908 -12.2923,-7.8503 -12.2923,-8.7447 l 0,-0.864 -1.25,-0.028 c -0.6875,-0.015 -3.0177,-1.3653 -5.1781,-3 -2.1605,-1.6347 -4.3287,-2.9722 -4.8181,-2.9722 l -0.89,0 2.0681,2.9043 c 1.1375,1.5974 2.0681,3.2302 2.0681,3.6283 0,0.3982 1.4601,3.2537 3.2447,6.3456 4.2241,7.3185 7.6451,15.2521 17.3008,40.1218 7.7372,19.9283 10.772,31.763 11.9241,46.5 0.258,3.3 0.8901,8.2195 1.4047,10.9324 l 0.9357,4.9324 -0.2925,11.06755 -0.2926,11.0675 -2.1126,10 c -1.1619,5.5 -2.5242,10.9 -3.0272,12 -0.503,1.1 -1.8493,6.0078 -2.9917,10.9063 l -2.0772,8.9064 -6.6601,13.5936 c -7.2938,14.8871 -10.8586,20.8599 -13.7157,22.9802 -1.0275,0.7625 -3.0163,2.675 -4.4196,4.25 l -2.5514,2.8635 -3.4139,0 -3.4139,0 3.8292,-3.8526 c 2.1061,-2.119 5.6292,-5.9006 7.8292,-8.4036 l 4,-4.551 5.7358,-11.3464 c 9.5528,-18.8969 11.9113,-25.6261 16.4194,-46.8464 l 2.6556,-12.5 -0.091,-13.49995 c -0.05,-7.425 -0.3194,-14.85 -0.5981,-16.5 -0.2786,-1.65 -1.1562,-7.7249 -1.9501,-13.4999 l -1.4434,-10.5 -2.026,-6.5 c -6.4464,-20.6812 -12.5752,-35.9382 -15.2647,-38 -0.3587,-0.275 -3.2405,-5.45 -6.4039,-11.5 -3.1634,-6.05 -6.3775,-11.7105 -7.1424,-12.5788 -0.7649,-0.8683 -1.3908,-2.1058 -1.3908,-2.75 0,-0.6442 -0.3671,-1.1712 -0.8159,-1.1712 -0.4487,0 -1.8026,-1.7558 -3.0087,-3.9017 -1.206,-2.1459 -3.9751,-6.0584 -6.1534,-8.6945 -2.1784,-2.6361 -4.5769,-6.0653 -5.33,-7.6204 l -1.3694,-2.8275 -8.2333,-8.978 -8.2332,-8.9779 -1.3967,0 -1.3966,0 0.5141,-1.3398 0.5141,-1.3397 -3.9764,-3.4855 -3.9764,-3.4856 -3.9568,-5.9247 c -3.6306,-5.4357 -9.1818,-11.592 -9.1818,-10.1821 0,0.3252 1.6487,3.6661 3.6637,7.4243 5.5028,10.2633 12.3363,24.5929 12.3363,25.869 0,0.2672 0.861,2.3934 1.9133,4.725 2.6295,5.8257 9.0535,25.5706 9.513,29.2391 0.2066,1.65 0.8425,4.125 1.4129,5.5 1.2942,3.1195 3.6649,14.4219 5.7682,27.5 l 1.6083,10 0.4945,18.5 0.4945,18.5 -1.6167,13.9999 c -0.8891,7.7 -1.8083,15.125 -2.0425,16.5 -0.2342,1.375 -0.6547,4.525 -0.9344,6.99995 -0.6155,5.4459 -3.8304,16.6578 -6.4068,22.344 -1.5381,3.3943 -4.9966,14.4768 -6.7583,21.656 -3.378,13.7657 -4.6739,16.6973 -10.1671,23 -2.1571,2.475 -5.8951,7.2 -8.3067,10.5 -5.8155,7.958 -5.8048,7.9445 -10.859,13.5954 l -4.3869,4.9046 -2.7549,0 -2.7548,0 5.1417,-5.3976 c 4.5742,-4.8019 6.9671,-7.7861 16.641,-20.7524 1.3746,-1.8425 3.7352,-4.6202 5.2457,-6.1726 l 2.7465,-2.8227 2.9052,-6.6773 c 2.881,-6.6218 5.0493,-13.9698 7.6253,-25.8412 0.7356,-3.39 2.0925,-7.6239 3.0153,-9.4084 2.8172,-5.4478 7.7888,-25.77555 8.2979,-33.92775 0.052,-0.825 0.7393,-6 1.5286,-11.4999 l 1.435,-10 -0.2943,-15.5 -0.2942,-15.5 -1.1236,-9.5 c -1.5292,-12.9279 -3.7984,-25.2016 -6.1014,-33 -1.0557,-3.575 -2.2515,-8.3 -2.6573,-10.5 -0.892,-4.836 -1.0079,-5.3599 -1.328,-6 -0.1375,-0.275 -0.3336,-0.8375 -0.4358,-1.25 -0.1021,-0.4125 -0.9459,-2.4925 -1.875,-4.6222 -0.929,-2.1296 -1.6892,-4.4656 -1.6892,-5.191 0,-0.7253 -0.4001,-1.5661 -0.8892,-1.8684 -0.4891,-0.3022 -1.1933,-1.7913 -1.565,-3.309 -0.3717,-1.5177 -1.7135,-5.0094 -2.9818,-7.7594 -1.2683,-2.75 -3.5964,-7.9147 -5.1734,-11.477 -1.5771,-3.5623 -5.2381,-10.7623 -8.1355,-16 -2.8975,-5.2377 -5.5509,-10.423 -5.8964,-11.523 -0.3455,-1.1 -0.9572,-2.225 -1.3591,-2.5 -0.402,-0.275 -1.7511,-2.525 -2.9979,-5 -1.2468,-2.475 -4.3841,-7.2 -6.9718,-10.5 -3.9524,-5.0405 -8.6609,-11.8762 -13.52992,-19.6426 -0.55,-0.8773 -3.07506,-4.6916 -5.61124,-8.4762 -2.53618,-3.7847 -5.5411,-8.7119 -6.67758,-10.94946 l -2.06635,-4.06822 -4.03588,-3.64618 c -8.38252,-7.5731 -17.3082,-12.59042 -28.60895,-16.08172 l -8,-2.47156 -9,-1.12971 c -12.92606,-1.62253 -20.4742,-1.52683 -30.12328,0.38193 -1.1678,0.23102 -3.71217,0.67254 -5.65415,0.98117 -4.82924,0.76749 -12.22652,3.33989 -18.22257,6.33689 -5.34486,2.67152 -14.72232,9.37662 -14.05167,10.04728 0.22236,0.22236 4.44086,-0.16703 9.37445,-0.86531 l 8.97017,-1.26959 8.85352,1.72718 8.85353,1.72718 8,2.842 c 4.4,1.5631 9.575,3.3942 11.5,4.06911 1.925,0.67491 6.35187,2.53851 9.83749,4.14121 l 6.33749,2.9142 11.41251,11.1904 c 6.27688,6.1547 11.41251,11.5885 11.41251,12.0752 0,0.4867 0.89746,1.8483 1.99436,3.0258 1.09689,1.1775 5.07084,6.091 8.83099,10.9188 l 6.83664,8.7778 3.7711,7.2222 c 7.76198,14.8653 10.54364,20.4348 14.09539,28.2222 l 3.64872,8 2.50522,9 c 1.3779,4.95 4.0253,16.2 5.8831,25 l 3.3779,16 1.0475,11 c 0.5762,6.05 1.5497,14.825 2.1633,19.5 l 1.1158,8.5 -0.6759,16 -0.6758,16 -4.5582,15.9999 c -5.3094,18.63685 -7.3678,24.22965 -14.16974,38.49995 l -5.00478,10.5 -2.59158,3 c -1.42537,1.65 -2.59213,3.3054 -2.5928,3.6786 -6.7e-4,0.3732 -0.56372,1.2732 -1.25122,2 -0.6875,0.7268 -2.3439,3.3464 -3.68088,5.8214 -3.74311,6.9292 -9.27928,14.073 -16.75492,21.6204 l -6.8142,6.8796 -9.5,4.7693 -9.5,4.7692 -11.60369,2.9169 -11.60369,2.9168 -9.94282,0.639 -9.94281,0.6389 -11.95349,-1.1015 c -6.57443,-0.6058 -14.6535,-1.3107 -17.9535,-1.5665 -15.0869,-1.1691 -32.44085,-2.5805 -37,-3.0092 l -5,-0.4702 4.5,1.4776 c 2.475,0.8127 6.3,1.7341 8.5,2.0475 3.86268,0.5502 10.5,3.0908 10.5,4.0191 0,0.2492 -3.7125,0.4125 -8.25,0.3629 l -8.25,-0.09 -3.5,-1.0212 z"
+ id="path4412" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 465.03093,1090.7321 c 4.675,-0.8262 9.85,-1.9654 11.5,-2.5316 1.65,-0.5662 5.42601,-1.4367 8.39114,-1.9346 l 5.39113,-0.9051 7.10887,-4.1856 c 9.78979,-5.764 14.60886,-9.0153 14.60886,-9.8562 0,-0.7609 1.97286,-3.1539 7.82196,-9.4876 3.62847,-3.929 8.17804,-10.1284 8.17804,-11.1436 0,-0.875 6.3243,-9.8614 7.19179,-10.2192 0.44451,-0.1833 0.80821,-0.7759 0.80821,-1.3168 0,-0.5407 1.06807,-2.4157 2.3735,-4.1666 2.08537,-2.7968 8.14851,-13.1833 7.69582,-13.1833 -0.0936,0 1.37238,-3.375 3.25776,-7.5 l 3.42795,-7.5 2.78909,-9.99995 c 1.534,-5.5 3.1152,-10.6749 3.5138,-11.5 0.3986,-0.825 1.4384,-3.982 2.3107,-7.0157 l 1.5859,-5.5158 0.5156,-12.2126 c 0.2835,-6.7169 0.6084,-12.5598 0.7219,-12.9842 0.4783,-1.7883 -2.4439,-36.9712 -3.6771,-44.2716 -0.2322,-1.375 -1.1226,-5.65 -1.9786,-9.5 -0.856,-3.85 -1.7607,-8.575 -2.0104,-10.5 -0.634,-4.8861 -4.85949,-20.9809 -7.97116,-30.3621 l -2.60777,-7.8621 -7.46176,-15.1379 -7.46177,-15.1379 -6.79771,-10 -6.79771,-10 -2.35155,-0.1201 -2.35155,-0.1201 -0.85092,-1.5205 c -1.53346,-2.7401 -7.18786,-9.085 -16.35729,-18.3547 l -9.01673,-9.1153 -4.69514,-2.1347 c -2.58232,-1.174 -5.18775,-2.1346 -5.78983,-2.1346 -0.60209,0 -2.76428,-0.8387 -4.80487,-1.8636 l -3.71016,-1.8636 -6.5,-1.1369 c -3.575,-0.62534 -7.85,-1.38415 -9.5,-1.68629 -1.65,-0.30214 -7.3018,-0.80657 -12.55955,-1.12096 l -9.55956,-0.57161 -8.94044,2.19436 -8.94045,2.1944 -9.74468,6.0139 c -5.35957,3.3077 -9.97897,6.3931 -10.26534,6.8565 l -0.52066,0.8424 5.29402,-0.5464 5.29402,-0.5464 9.97132,2.6788 c 11.38489,3.0585 17.15524,5.1064 26.70125,9.4763 l 6.72992,3.0808 6.77008,4.9509 6.77007,4.9509 5.25,5.9813 c 2.8875,3.2896 5.25,6.246 5.25,6.5696 0,0.6472 10.02907,13.7316 11.16359,14.5646 0.3888,0.2854 2.70083,4.5604 5.13786,9.5 4.52395,9.1694 8.29545,19.2768 11.18729,29.981 0.89152,3.3 2.04432,7.3765 2.56177,9.059 0.51745,1.6824 1.24593,5.7324 1.61885,9 l 0.67802,5.941 -0.0318,22 -0.0318,22 -0.65133,3 c -0.35824,1.65 -0.89512,6.15 -1.19308,10 -1.22756,15.8617 -2.23246,21.8951 -4.91343,29.5 -1.26029,3.575 -3.2663,9.6143 -4.4578,13.4206 l -2.16635,6.9205 -4.05144,7.57945 c -2.22829,4.1687 -4.49928,8.1274 -5.04665,8.7972 -1.22858,1.5034 -7.1712,11.2268 -10.56231,17.2822 -1.38604,2.475 -4.78838,7.65 -7.56076,11.5 l -5.04069,7 -6.06997,5.6368 c -3.33849,3.1002 -8.31998,7.5017 -11.06998,9.7811 l -5,4.1444 -7.51746,3.8141 -7.51745,3.8141 -6.48255,1.1479 c -3.5654,0.6314 -9.4276,1.5981 -13.02713,2.1483 l -6.54459,1.0003 -10.95541,0.043 c -11.19676,0.044 -12.34968,-0.074 -19.08074,-1.9427 -2.13107,-0.5917 -5.50148,-1.0784 -7.48981,-1.0814 l -3.61514,-0.01 -2.38486,-1.8217 c -1.31167,-1.002 -5.46274,-3.1395 -9.22459,-4.75 l -6.83973,-2.9283 -3.66027,-3.3203 c -2.01315,-1.8261 -5.68467,-4.9761 -8.15893,-7 -6.09167,-4.9827 -5.89148,-4.7573 -11.26077,-12.6797 -2.60928,-3.85 -5.66707,-8.125 -6.79509,-9.5 l -2.05095,-2.5 3.02456,6 c 3.20492,6.3578 6.22953,11.6713 7.11538,12.5 0.29397,0.275 1.51061,1.7717 2.70367,3.326 1.19306,1.5542 5.45254,5.5123 9.46553,8.7956 l 7.29633,5.9697 7.75,4.1469 7.75,4.147 0,0.8664 0,0.8664 1.00583,-0.6216 1.00583,-0.6216 3.74417,1.3072 c 2.05929,0.7191 3.96917,1.5627 4.24417,1.875 0.275,0.3123 3.2,1.3902 6.5,2.3954 3.3,1.0052 7.28703,2.4768 8.86006,3.2702 l 2.86007,1.4425 -0.73074,-1.1824 -0.73074,-1.1823 1.87067,0.9968 1.87068,0.9968 6.5,0.5984 c 3.575,0.3291 9.1517,0.8386 12.39267,1.1321 3.24098,0.2936 6.39098,0.8581 7,1.2546 1.56097,1.0161 36.48051,4.7962 46.10733,4.9911 l 8,0.162 8.5,-1.5021 z"
+ id="path4410" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 406.39551,1068.9174 10.86458,-1.7783 3.13542,-1.7788 c 13.04062,-7.3986 13.19198,-7.508 26.97298,-19.5027 l 7.97858,-6.9444 1.59193,-2.7993 c 0.87556,-1.5396 1.92943,-2.8021 2.34193,-2.8056 0.4125,0 0.75,-0.481 0.75,-1.0612 0,-0.5801 1.72058,-3.6176 3.82352,-6.75 2.10293,-3.1323 5.32277,-8.3951 7.15518,-11.6951 1.83242,-3.3 3.89399,-6.675 4.58126,-7.5 1.87991,-2.2566 11.44004,-21.26555 11.44004,-22.74695 0,-0.7096 1.54689,-6.1192 3.43753,-12.0215 3.59621,-11.2269 4.24249,-14.1787 5.08642,-23.2315 0.282,-3.025 0.98396,-9.775 1.55991,-15 0.57594,-5.225 1.04322,-10.625 1.03839,-12 -0.0237,-6.7433 -1.04576,-26.9115 -1.52033,-30 -0.29579,-1.925 -0.78734,-5.3939 -1.09233,-7.7086 -0.78624,-5.9672 -2.09505,-11.93 -4.01492,-18.2914 -0.91293,-3.025 -1.90719,-6.5493 -2.20946,-7.8317 l -0.54959,-2.3317 -2.36781,-1.0788 -2.36781,-1.0789 -0.0339,-1.0895 c -0.0187,-0.5992 -0.90342,-2.8894 -1.9661,-5.0894 -1.06268,-2.2 -1.94741,-4.5473 -1.96607,-5.2161 -0.0528,-1.892 -3.30834,-8.2839 -4.21914,-8.2839 -0.44814,0 -0.81479,-0.5795 -0.81479,-1.2878 0,-0.7083 -1.33171,-2.8458 -2.95936,-4.75 l -2.95936,-3.4622 -0.0406,-1.382 -0.0406,-1.3819 -3.35639,-3.1655 c -1.84602,-1.741 -3.9415,-4.2587 -4.65663,-5.595 -0.71512,-1.3362 -4.82975,-5.7767 -9.1436,-9.8677 l -7.84346,-7.4383 0,-1.0989 0,-1.0989 -4.25,-1.8591 c -2.3375,-1.0224 -6.53923,-2.6541 -9.33717,-3.626 -2.79794,-0.9718 -6.39794,-2.4293 -8,-3.2387 l -2.91283,-1.4717 -6,-0.7547 c -7.13542,-0.8975 -11.88644,-0.9878 -28.5,-0.5418 l -12.5,0.3356 -3,0.8971 c -1.65,0.4934 -3.70437,1.0556 -4.56527,1.2493 -0.8609,0.1937 -5.28089,1.8204 -9.8222,3.615 l -8.25693,3.2628 1.3222,0.7171 c 0.72721,0.3944 5.1472,1.6919 9.8222,2.8834 9.93898,2.533 14.9216,4.7493 24.5,10.8979 l 7,4.4935 6.5,6.6833 c 3.575,3.6759 7.88586,8.4388 9.57969,10.5843 4.24462,5.3764 11.3718,17.3717 12.12152,20.4009 0.34031,1.375 1.57519,4.075 2.74419,6 2.7688,4.5594 3.69486,6.7586 7.4448,17.6802 l 3.12501,9.1014 0.56135,4.8592 c 0.30875,2.6725 0.99088,8.0092 1.51586,11.8592 l 0.95452,7 0.56712,20 0.56713,20 -4.05592,15.7259 -4.05592,15.726 -8.72194,17.274 -8.72194,17.27405 -9.06273,8.8522 -9.06274,8.8521 -4.07991,2.3932 c -2.24395,1.3163 -6.74395,3.3214 -10,4.4558 l -5.92009,2.0626 -8.56013,0.5778 -8.56013,0.5777 -6.91276,-1.2038 -6.91275,-1.2038 -4.77712,-2.055 -4.77711,-2.0551 0,-0.8768 0,-0.8769 -1.79705,0 -1.79705,0 -3.52213,-3.75 c -1.93716,-2.0625 -5.5098,-6.225 -7.9392,-9.25 -2.42939,-3.025 -4.71387,-5.725 -5.07662,-6 -0.36275,-0.275 -2.46285,-4.4061 -4.66689,-9.1802 l -4.00734,-8.68015 0.54564,-0.5456 0.54564,-0.5457 -1.26494,-1.5241 -1.26495,-1.5242 -1.62755,0.015 -1.62756,0.015 1.15344,0.7347 1.15344,0.7347 2.103,9 c 1.15665,4.94995 2.50181,9.89995 2.98924,10.99995 0.48744,1.1 1.83031,4.4123 2.98416,7.3607 l 2.0979,5.3607 -0.49682,0.8039 -0.49682,0.8039 0.88381,0.3354 c 0.4861,0.1845 2.74194,3.2604 5.01299,6.8354 5.05374,7.9554 7.75826,10.8978 16.67311,18.1397 l 6.94255,5.6398 6.5,3.3767 c 3.575,1.8572 8.1875,4.0158 10.25,4.7969 l 3.75,1.4202 0,0.8133 0,0.8134 1.31357,0 c 0.72247,0 3.53497,1.0931 6.25,2.4292 l 4.93643,2.4292 12,-0.2324 12,-0.2324 10.86458,-1.7782 z"
+ id="path4408" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 798.66115,1048.802 c 1.3857,-2.75 3.3178,-5.9 4.2935,-7 0.9757,-1.1 4.7134,-6.5 8.306,-12 l 6.532,-10 4.0041,-9 c 2.2022,-4.9501 4.9329,-12.14995 6.0683,-15.99995 l 2.0642,-7 0.7279,-7.5 c 0.4004,-4.125 0.6734,-8.175 0.6068,-9 -0.067,-0.825 -0.3014,-5.3364 -0.5217,-10.0253 l -0.4004,-8.5253 -1.1555,-2.159 c -0.6355,-1.1874 -1.1554,-2.7017 -1.1554,-3.3651 0,-0.6634 -0.9798,-3.168 -2.1773,-5.5658 l -2.1772,-4.3595 -1.2158,0 -1.2157,0 -0.5756,-1.5 -0.5756,-1.5 -1.3197,0 -1.3196,0 -3.777,-4.5186 -3.7771,-4.5185 -5.9194,-2.9881 c -8.5296,-4.3058 -13.5238,-5.8142 -24.8628,-7.5097 l -10.053,-1.5031 -9.7671,0.1259 c -5.3719,0.069 -11.9046,-0.1639 -14.5171,-0.518 l -4.75,-0.6439 0,1.037 0,1.037 1.5285,0 c 1.8297,0 12.6717,5.3643 14.6063,7.2268 0.7509,0.7228 3.7942,3.0796 6.7629,5.2373 l 5.3977,3.9231 5.9814,8.0564 c 3.2898,4.431 6.693,9.6314 7.5628,11.5564 0.8697,1.925 2.1113,4.175 2.759,5 0.6477,0.825 2.3834,3.75 3.8571,6.5 1.4738,2.75 3.5483,6.4773 4.61,8.283 l 1.9305,3.2829 1.5215,7.3662 c 2.4008,11.6227 2.7675,15.3529 2.6364,26.81285 l -0.1229,10.7451 -1.9626,12.7549 -1.9627,12.755 -2.1294,6.8675 c -1.1712,3.7771 -2.3546,7.6021 -2.6298,8.5 l -0.5004,1.6325 3.1322,-3.5 c 1.7227,-1.925 4.266,-5.75 5.6517,-8.5 z"
+ id="path4406" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 365.7959,1031.8514 c 3.79265,-0.7978 9.44278,-2.4035 12.55584,-3.5683 l 5.66011,-2.1178 4.9224,-3.6985 c 6.79905,-5.1087 13.13104,-11.101 16.07042,-15.2083 2.67325,-3.7354 11.26964,-19.62565 16.06646,-29.69855 l 2.97251,-6.242 3.0598,-12.6553 c 1.68289,-6.9604 3.25926,-14.0515 3.50304,-15.758 0.52937,-3.7056 0.54374,-28.8343 0.0189,-33.1026 -0.20287,-1.65 -0.68909,-5.6842 -1.08048,-8.9649 -0.39139,-3.2808 -0.89038,-6.8808 -1.10885,-8 -0.21848,-1.1194 -0.87779,-4.7351 -1.46515,-8.0351 -1.66318,-9.3445 -4.49083,-17.719 -9.12444,-27.0233 l -4.25746,-8.5491 -2.62722,-2.7138 c -1.44497,-1.4926 -3.20659,-3.8388 -3.91472,-5.2138 -2.31173,-4.4888 -17.31251,-20.9231 -23.02796,-25.2286 -1.93149,-1.455 -7.20108,-4.4673 -11.71018,-6.6939 l -8.19838,-4.0485 -7.28982,-2.0801 -7.28982,-2.0801 -9,-0.454 c -4.95,-0.2496 -11.025,-0.5779 -13.5,-0.7294 l -4.5,-0.2754 -5.5,1.6493 c -3.025,0.9071 -8.80591,2.4489 -12.84647,3.4263 l -7.34647,1.7771 1.34647,0.8533 c 0.74056,0.4693 2.26207,0.8602 3.38113,0.8686 1.11906,0.01 4.60089,0.9173 7.7374,2.0197 3.1365,1.1024 6.72091,2.194 7.96534,2.4257 1.24443,0.2317 2.4876,0.5233 2.7626,0.648 0.275,0.1246 0.95,0.2943 1.5,0.377 2.61286,0.3931 9.26006,2.9977 11.5,4.5062 1.375,0.926 4.27958,2.5033 6.45462,3.5052 l 3.95463,1.8216 7.54537,7.606 7.54538,7.606 4,6.9307 c 3.61492,6.2635 7.92809,16.2634 8.98146,20.823 0.22283,0.9646 0.63201,2.1208 0.90928,2.5695 0.27727,0.4486 0.84944,3.0344 1.27149,5.7462 l 0.76737,4.9306 -0.15718,14 -0.15719,14 -2.05825,7.5 c -1.13204,4.125 -2.30239,8.571 -2.60077,9.8801 -0.8016,3.5168 -10.15422,20.9811 -13.79847,25.7661 -3.88418,5.1001 -7.70526,7.7836 -15.86273,11.1402 l -6.29501,2.5902 -9.5,0.062 -9.5,0.062 -6,-2.8408 c -3.3,-1.5625 -7.4625,-3.9479 -9.25,-5.3009 l -3.25,-2.4601 0,0.8509 c 0,0.468 0.43404,1.2849 0.96454,1.8154 0.5305,0.5305 2.57197,5.908 4.53661,11.95 1.96464,6.042 4.49138,12.7855 5.61498,14.9855 3.10527,6.0801 5.51008,10.3395 6.6271,11.7381 0.55433,0.694 2.69565,4.4119 4.75849,8.26185 2.06284,3.8499 4.41391,7.5326 5.22459,8.1835 l 1.47397,1.1834 -0.76047,1.3166 -0.76046,1.3165 0.81357,-0.7366 0.81356,-0.7365 2.26428,3.069 c 1.24535,1.6879 3.64535,4.088 5.33333,5.3333 l 3.06906,2.2643 -0.65324,0.6533 -0.65324,0.6532 2.01168,0 2.01167,0 1.76796,1.9536 1.76795,1.9534 5.13703,1.0454 c 2.82537,0.5748 6.26204,1.2095 7.63704,1.4102 1.375,0.2008 2.80808,0.4263 3.18462,0.5012 0.37655,0.075 3.7877,-0.5166 7.58035,-1.3144 z"
+ id="path4404" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 842.01045,986.98405 c 0.6412,-1.7501 3.622,-8.132 6.6241,-14.182 l 5.4583,-11 -0.031,-2.1849 c -0.017,-1.2017 0.4556,-3.4517 1.0504,-5 l 1.0813,-2.8151 0.297,-8 c 0.1634,-4.4 0.5975,-9.126 0.9649,-10.5022 l 0.6678,-2.5021 -1.4927,-6.3989 -1.4928,-6.3988 -3.2742,-4.7982 -3.2743,-4.7982 -2.0292,-0.946 c -1.1161,-0.5203 -4.7292,-2.2276 -8.0292,-3.7939 l -6,-2.848 -9.3564,-0.357 -9.3565,-0.357 -4.6435,1.2063 c -5.9904,1.5562 -13.135,4.3251 -13.1399,5.0923 0,0.3291 1.6838,1.3221 3.7463,2.2068 10.4474,4.4811 17.9377,9.7875 23.0052,16.2977 10.3731,13.3263 11.9133,15.9973 16.3745,28.3972 l 1.9787,5.5 -0.053,8 -0.053,8 -2.5014,10.3137 c -1.3757,5.6725 -2.5013,10.5975 -2.5013,10.9443 0,1.3394 4.874,-6.0586 5.9795,-9.076 z"
+ id="path4402" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 340.44546,956.77555 3.66415,-1.7387 4.81817,-4.332 4.81816,-4.3319 3.8925,-7.1321 c 6.58601,-12.0674 7.1616,-13.2818 8.73927,-18.4388 0.8413,-2.75 2.09599,-8.15 2.7882,-12 l 1.25855,-7 -0.21978,-11.5 -0.21978,-11.5 -1.01744,-6 c -0.55959,-3.3 -1.91852,-8.2813 -3.01986,-11.0695 l -2.00242,-5.0695 -4.70713,-5.3588 c -2.58891,-2.9474 -7.54702,-8.1959 -11.01801,-11.6633 l -6.31089,-6.3045 -7.18911,-3.4269 c -10.11441,-4.8214 -19.1192,-8.2472 -26.68911,-10.1537 -3.575,-0.9004 -8.075,-2.2918 -10,-3.092 l -3.5,-1.4549 5.5,5.7398 c 8.04739,8.3983 11.31485,11.9284 13,14.0452 3.39506,4.2647 9.03751,13.2365 12.45748,19.8081 l 3.64293,7 1.94279,8 1.94279,8 0.007,4.6904 0.007,4.6904 -2.50311,6.9392 c -3.0401,8.4279 -6.67058,15.081 -10.10177,18.5122 l -2.56281,2.5628 -5.0658,1.6826 -5.06579,1.6825 -9.60036,-0.5809 c -9.17336,-0.5552 -13.50774,-1.1262 -17.35036,-2.2859 l -1.75,-0.5281 0,0.945 c 0,0.5197 0.64849,1.4831 1.4411,2.1409 0.7926,0.6578 4.19328,5.2143 7.55708,10.1256 l 6.11598,8.9296 -0.71741,1.2468 -0.7174,1.2469 0.84099,-0.764 0.84099,-0.764 2.78378,2.667 2.78377,2.667 -0.62476,1.097 -0.62477,1.097 0.78873,-0.7117 0.78872,-0.7118 4.6216,3.6606 c 2.54188,2.0133 5.07902,4.1884 5.63809,4.8335 0.55907,0.6452 4.15907,2.3586 8,3.8077 l 6.98351,2.6348 5.62519,-0.4004 5.62518,-0.4004 3.66416,-1.7388 z"
+ id="path4400" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 866.93785,941.50985 c 1.4879,-5.7392 1.9799,-10.0271 2.1463,-18.7078 l 0.1534,-8 -1.1157,-5.5 c -0.6137,-3.025 -1.8497,-7.75 -2.7467,-10.5 l -1.631,-5 -3.9338,-5 -3.9337,-5 -4.1536,-2.248 c -2.2845,-1.2364 -5.674,-2.5332 -7.5324,-2.8819 l -3.3787,-0.6338 -0.6405,0.9425 c -0.3523,0.5184 -3.678,2.8904 -7.3905,5.2711 -3.7125,2.3807 -6.75,4.6985 -6.75,5.1508 l 0,0.8222 4.25,1.0555 c 9.4433,2.3455 14.9563,5.8032 25.719,16.1304 l 4.8032,4.6089 1.5692,3.3911 c 2.5254,5.4577 4.2046,11.2017 4.0609,13.8912 -0.073,1.375 -0.272,5.1091 -0.441,8.2979 l -0.3074,5.798 -0.827,0.5111 c -0.4548,0.2811 -0.8269,0.961 -0.8269,1.511 l 0,1 0.9728,-0.6012 c 0.5351,-0.3307 1.4054,-2.2697 1.9341,-4.309 z"
+ id="path4398" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 314.26545,911.30565 2.73453,-1.3105 3.8405,-6.1252 c 2.11227,-3.3689 4.33838,-7.5535 4.94691,-9.2991 l 1.10641,-3.1739 -0.46277,-5.6937 c -0.25452,-3.1315 -0.77315,-6.1903 -1.1525,-6.7974 -0.37936,-0.6071 -0.81955,-2.0038 -0.97822,-3.1038 -0.15866,-1.1 -0.99966,-4.2954 -1.86889,-7.1008 l -1.58041,-5.1009 -2.41198,-2.8991 c -1.32659,-1.5946 -3.32607,-3.9668 -4.44329,-5.2715 -5.7959,-6.7688 -9.13224,-11.1277 -8.51718,-11.1277 1.27188,0 -3.28821,-5.607 -10.64648,-13.0907 l -7.30115,-7.4256 -6,-3.0917 c -3.3,-1.7005 -7.731,-3.6586 -9.84667,-4.3514 -2.11567,-0.6927 -5.04067,-1.8825 -6.5,-2.6439 -1.45933,-0.7615 -3.21583,-1.3872 -3.90333,-1.3906 l -1.25,-0.01 0,-1.0494 0,-1.0495 -5,0.2282 -5,0.2281 0,0.7026 c 0,0.3864 2.00319,1.207 4.45154,1.8235 l 4.45154,1.1209 0.79846,1.2494 c 0.43915,0.6872 2.04625,1.8928 3.57133,2.6791 6.6635,3.4354 10.94138,8.9992 15.56803,20.2476 l 3.1591,7.6805 0,5.7316 0,5.7317 -2.6455,4.5879 c -1.45502,2.5233 -4.49252,6.8779 -6.75,9.6769 l -4.1045,5.0892 -4.5,1.8856 -4.5,1.8856 -6,-0.1603 c -3.3,-0.088 -10.39821,-0.335 -15.7738,-0.5486 l -9.77381,-0.3882 0.77381,0.726 c 0.42559,0.3992 3.0238,1.473 5.7738,2.3862 2.75,0.9131 5.9,2.2212 7,2.9068 1.1,0.6856 4.0697,2.0188 6.59933,2.9628 l 4.59933,1.7161 2.32498,2.4749 c 1.27874,1.3611 2.71238,2.4748 3.18586,2.4748 0.47348,0 1.99688,0.7443 3.38535,1.6541 l 2.52449,1.6541 -1.30967,0.9114 -1.30967,0.9114 2.18555,-0.6124 2.18554,-0.6125 5.81446,2.9168 c 3.19795,1.6042 9.26504,4.1003 13.48242,5.5469 l 7.66797,2.6302 3.09182,0 3.09181,0 1.55215,1.8128 1.55215,1.8127 4.68806,-0.6557 c 2.57844,-0.3607 5.91861,-1.2455 7.42259,-1.9662 z"
+ id="path4396" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 54.138223,872.59475 1.13642,-1.1365 1.28119,0.4917 1.2812,0.4916 4.05711,-2.0698 c 2.23141,-1.1383 4.59507,-2.0697 5.25256,-2.0697 0.6575,0 2.78692,-1.2375 4.73205,-2.75 1.94513,-1.5125 4.84347,-3.425 6.44076,-4.25 l 2.90416,-1.5 1.58616,-2.6691 1.58615,-2.6691 -1.20076,-4.0078 -1.20077,-4.0079 -4.23176,-3.1154 -4.23176,-3.1155 -5.37472,-1.5648 -5.37472,-1.5649 -0.6353,1.028 c -0.34941,0.5653 -1.82562,1.3266 -3.28045,1.6918 l -2.64516,0.6639 -5.25105,5.6654 -5.25105,5.6654 -2.28026,5.1348 -2.28026,5.1349 0.55701,2.13 0.557,2.13 -1.4891,-0.5714 -1.4891,-0.5715 -0.61776,2.3066 c -0.33978,1.2686 -0.62392,3.2861 -0.63143,4.4832 l -0.0136,2.1767 1.74733,0.3365 c 0.96103,0.1851 4.32948,0.09 7.48543,-0.2121 l 5.73811,-0.5486 1.13642,-1.1364 z"
+ id="path4394" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 257.43054,870.77015 1.22713,-1.6782 5.27457,-0.1547 5.27457,-0.1548 3.91206,-5.4772 3.91206,-5.4773 0,-4.763 0,-4.7629 -0.86929,0 -0.86928,0 -2.51508,-5.75 c -2.48414,-5.6793 -3.69501,-7.3784 -10.16601,-14.2645 l -3.30257,-3.5144 -8.38889,-4.1311 -8.38888,-4.131 -7.66368,-2.1045 c -4.21503,-1.1575 -8.94003,-2.1331 -10.5,-2.1679 l -2.83632,-0.063 2.39518,-0.9581 c 3.04993,-1.22 2.66737,-1.4943 -3.14518,-2.2552 l -4.75,-0.6217 0.0232,0.7309 c 0.0128,0.4019 1.47526,2.4001 3.25,4.4404 4.4477,5.1131 6.54947,8.1766 9.83898,14.341 l 2.82442,5.2928 1.19028,6.8283 c 0.65465,3.7556 1.11387,8.3584 1.0205,10.2284 l -0.16978,3.4001 -1.95797,3.1681 c -2.55087,4.1274 -10.21996,11.0737 -14.84641,13.4472 l -3.65277,1.874 6.48978,0.6193 c 10.77071,1.0278 17.03106,1.1245 26.82601,0.4144 l 9.33624,-0.6768 1.22713,-1.6782 z"
+ id="path4392" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 190.53093,867.89435 c 1.65,-0.2518 4.67305,-1.1632 6.71788,-2.0251 l 3.71788,-1.5672 4.53212,0 4.53212,0 0,1.5 c 0,1.8366 0.24881,1.8447 4.28212,0.1394 l 3.21788,-1.3606 5.24315,-5.1881 5.24316,-5.188 0.61717,-2.459 0.61716,-2.459 -1.52822,-3.2424 c -0.84052,-1.7833 -2.31888,-5.2673 -3.28525,-7.7423 -0.96637,-2.475 -3.42226,-6.9803 -5.45755,-10.0118 l -3.70052,-5.5117 -7.86466,-7.7383 -7.86467,-7.7382 -1.75989,0 -1.75988,0 0.25,-1.1172 0.25,-1.1172 -1.95724,-0.3247 c -1.07648,-0.1787 -2.87648,-0.7336 -4,-1.2333 -3.46608,-1.5416 -8.54276,-3.0594 -8.54276,-2.5541 0,0.264 1.09108,1.9124 2.42463,3.6632 1.33355,1.7508 3.83197,5.861 5.55206,9.1338 l 3.12742,5.9505 1.94794,7.0294 1.94795,7.0294 0,4.3972 0,4.3972 -3.52036,7.2212 -3.52035,7.2212 -8.06075,5.5715 -8.06075,5.5715 2.33111,0.4434 c 2.37323,0.4514 8.91449,0.1361 14.3311,-0.6907 z"
+ id="path4390" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 120.53093,865.84055 c 3.85,-0.8406 9.025,-1.7719 11.5,-2.0696 9.4645,-1.1384 18.54492,-4.217 22.44794,-7.6106 l 2.51063,-2.183 1.62047,-4.2431 1.62046,-4.2432 -0.48331,-9.3445 c -0.56221,-10.8697 -0.72253,-11.6791 -3.00279,-15.1592 l -1.7134,-2.615 0,-1.8977 0,-1.8976 -3.06379,-3.8875 c -4.76835,-6.0504 -6.221,-7.225 -16.43621,-13.2905 l -5,-2.9688 -3.44617,-3.5641 c -1.89539,-1.9603 -3.83575,-3.5641 -4.31192,-3.5641 -0.47617,0 -3.20039,-1.0979 -6.05384,-2.4397 l -5.18807,-2.4396 -6.93652,-1.1955 -6.936517,-1.1955 -9.79811,0.5399 -9.79812,0.5399 -5.26536,3.2396 -5.26537,3.2395 -5.01584,5.1057 c -2.75872,2.8081 -6.20207,6.6807 -7.65189,8.6057 -3.00954,3.9958 -8.14105,13 -7.40881,13 0.26825,0 2.14869,-1.1272 4.17875,-2.5048 l 3.69104,-2.5048 5.10337,-1.5756 5.10338,-1.5756 11.1122,-1.0883 11.1122,-1.0883 7.3878,1.7512 7.387797,1.7513 3.93406,1.9973 3.93406,1.9973 7.31594,7.6311 7.31594,7.6311 0,2.182 0,2.1821 1.46228,0.5611 1.46227,0.5611 -0.36522,7.0743 -0.36523,7.0742 -2.50253,3.2216 c -3.83099,4.9318 -11.79714,13.0045 -15.6329,15.8419 l -3.44133,2.5456 3.94133,-0.2995 c 2.16773,-0.1648 7.09133,-0.9873 10.94133,-1.8278 z"
+ id="path4388" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 94.530933,862.94745 c 2.75,-1.2843 7.545297,-3.9667 10.656207,-5.961 l 5.65621,-3.6259 4.66289,-6.1313 4.66289,-6.1313 -0.27154,-4.148 -0.27155,-4.1479 -3.32708,-6.5 -3.32708,-6.5 -4.72048,-3.5674 c -4.93755,-3.7314 -7.62655,-4.9439 -15.419607,-6.9528 l -4.69914,-1.2113 -6.9774,0.3943 -6.97741,0.3942 -1.82346,1.6102 -1.82345,1.6102 -3.25,0.6907 c -1.7875,0.3799 -3.25107,0.9925 -3.25238,1.3613 -0.001,0.3688 -2.47152,1.9607 -5.48936,3.5376 l -5.48698,2.867 -3.26064,3.7932 c -1.79335,2.0863 -4.3036,5.4857 -5.57833,7.5543 l -2.3177,3.761 -0.41194,3.5787 -0.41194,3.5788 2.34798,-2.8514 2.34799,-2.8513 4.17603,-1.8696 4.17604,-1.8697 5.70561,-0.1466 c 3.13809,-0.081 7.50562,0.183 9.70562,0.586 l 4,0.7326 4.74613,2.9867 4.74612,2.9868 -0.55514,0.8982 -0.55514,0.8983 1.53333,0 1.53334,0 1.70014,3.25 1.70015,3.25 0.25524,5.8674 0.25523,5.8675 -1.1797,1.2776 -1.1797,1.2775 -0.73855,-0.4469 -0.73854,-0.447 0.59553,1.5519 0.59554,1.552 1.64301,-0.01 c 0.90365,0 3.89301,-1.0606 6.64301,-2.3448 z"
+ id="path4386" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 170.03093,857.44515 c 3.87335,-2.5082 6.32063,-3.9668 8.5,-5.066 3.7455,-1.8892 5.40642,-3.7265 7.95428,-8.7992 l 2.54572,-5.0684 0,-3.6762 0,-3.6762 -1.41519,-1.4152 -1.41519,-1.4152 -1.71736,-5.2634 -1.71737,-5.2633 -4.28006,-6 c -2.35404,-3.3 -6.78068,-8.7 -9.83699,-12 -3.0563,-3.3 -5.57062,-6.5144 -5.58738,-7.1431 l -0.0305,-1.143 -1.45466,-0.5582 c -0.80007,-0.307 -6.53757,-4.33 -12.75,-8.9401 l -11.29534,-8.3818 -4.22664,-4.6193 c -5.38499,-5.8851 -6.08187,-6.2157 -16.14814,-7.6594 l -8.37478,-1.2011 -9.125217,0.6528 -9.12522,0.6528 -6.15666,1.4204 -6.15665,1.4203 -7.48813,5.0588 c -4.11847,2.7824 -10.23547,7.5451 -13.59334,10.5838 l -6.10522,5.5249 0,1.3369 0,1.3368 -4,4.0402 -4,4.0402 0,2.539 0,2.5391 1,0 c 0.55,0 1,-0.4222 1,-0.9381 0,-0.5159 3.2012,-4.1329 7.11378,-8.0377 l 7.11378,-7.0997 3.63622,-1.8248 c 1.99992,-1.0037 6.56122,-2.8992 10.13622,-4.2123 l 6.5,-2.3874 13.5,0.01 13.499997,0.01 5.38618,1.8047 c 2.9624,0.9927 8.8124,3.427 13,5.4096 4.1876,1.9825 7.95132,3.5284 8.36382,3.4351 0.4125,-0.093 0.75,0.2401 0.75,0.7408 l 0,0.9103 6.75,4.2237 6.75,4.2236 7.56622,7.7352 7.56622,7.7352 3.74057,7.5704 3.74057,7.5703 0.002,4.8105 c 9e-4,2.6457 -0.47327,7.227 -1.05371,10.1807 l -1.05534,5.3702 -2.99676,5.8972 -2.99676,5.8973 2.74367,-0.6365 c 1.50903,-0.35 3.86868,-1.3649 5.24368,-2.2553 z"
+ id="path4384" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 70.050263,762.52675 5.51932,-2.2247 2.60495,0 2.60495,0 4.37572,-1.6971 4.37573,-1.6971 16.151387,-0.053 16.15139,-0.053 -0.95755,-1.49999 c -0.52665,-0.825 -2.43519,-3.975 -4.2412,-7 l -3.28366,-5.5 -1.35502,0.31494 -1.35501,0.31495 -5.05517,-2.49557 c -2.78034,-1.37256 -7.208397,-3.20179 -9.840117,-4.06494 l -4.78494,-1.56944 -3.71506,0.0119 -3.71505,0.0119 -5.5,1.47626 c -3.025,0.81194 -5.86406,1.4816 -6.30902,1.48813 l -0.80901,0.0119 0.66908,-1.0826 0.66908,-1.08259 -3.11007,1.60827 -3.11006,1.60828 0,1.01653 c 0,0.55909 -0.45537,1.56003 -1.01194,2.22432 -3.85318,4.59895 -7.48127,9.78246 -9.21084,13.15969 -1.94011,3.78836 -5.77722,14.11556 -5.77722,15.54876 0,0.3782 3.2625,-0.9411 7.25,-2.9317 3.9875,-1.9907 9.7337,-4.6206 12.76933,-5.8442 z"
+ id="path4382" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 54.030933,745.53453 c 0,-0.42211 2.01773,-2.87316 4.48385,-5.44678 l 4.48385,-4.67931 7.31479,-3.47117 7.3148,-3.47117 7.65919,-1.58205 c 4.21256,-0.87013 8.61632,-1.58205 9.78613,-1.58205 l 2.12692,0 -2.83476,-3.12477 c -1.55913,-1.71863 -3.69806,-3.85613 -4.75319,-4.75 -4.65199,-3.94103 -11.31819,-10.85183 -12.90183,-13.37523 l -1.72586,-2.75 -1.13255,0 c -0.62291,0 -2.5491,1.08045 -4.28043,2.401 l -3.14788,2.401 -1.60518,3.849 c -0.88286,2.11695 -2.58468,6.549 -3.78183,9.849 -1.19714,3.3 -2.76299,7.125 -3.47965,8.5 -0.71666,1.375 -1.8765,5.2 -2.57743,8.5 -0.70092,3.3 -1.66701,6.7875 -2.14686,7.75 l -0.87245,1.75 1.03519,0 c 0.56935,0 1.03518,-0.34536 1.03518,-0.76747 z"
+ id="path4380" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 531.03093,739.75631 c 0,-0.30012 -2.05065,-4.40181 -4.55701,-9.11485 -2.50635,-4.71304 -5.44614,-10.9456 -6.53287,-13.85013 l -1.97586,-5.28097 -4.05463,-6.35418 c -2.23004,-3.4948 -4.59427,-6.80418 -5.25384,-7.35418 -0.65957,-0.55 -2.1819,-2.4008 -3.38296,-4.11288 l -2.18374,-3.11288 0.59968,-0.59968 0.59968,-0.59968 -2.37922,-1.0409 c -1.30858,-0.57249 -5.97923,-1.63695 -10.37923,-2.36547 l -8,-1.32456 -3,0.71518 c -10.80828,2.57664 -13.57788,3.44729 -18.46535,5.80471 -3.00595,1.44989 -6.04611,3.16918 -6.75592,3.82065 -0.70981,0.65147 -2.23744,1.48502 -3.39473,1.85233 -2.42024,0.76815 -5.02934,2.83083 -13.0379,10.3074 l -5.72449,5.34423 -2.5458,6.58744 c -1.40019,3.6231 -2.39665,6.73661 -2.21435,6.91891 0.1823,0.1823 2.03943,-0.38218 4.12695,-1.2544 2.08751,-0.87222 5.64411,-1.79661 7.90354,-2.05419 2.25943,-0.25759 4.80682,-0.67703 5.66088,-0.93208 0.85406,-0.25506 6.25406,-0.91643 12,-1.46972 l 10.44717,-1.00597 5.73055,0.63775 5.73055,0.63774 -0.38299,0.62304 -0.38299,0.62303 6.32503,0.21401 6.32502,0.21401 5.32742,1.94981 c 2.93007,1.0724 6.90241,2.50343 8.82741,3.18008 5.67617,1.99521 13.73801,5.8265 15.17044,7.20956 1.73829,1.67839 8.11735,5.69407 9.07956,5.71568 0.4125,0.009 0.75,-0.22871 0.75,-0.52884 z"
+ id="path4378" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 71.620963,694.81885 5.86432,-1.7048 3.1807,0.51615 3.1807,0.51616 -0.80098,-2.67218 c -0.44053,-1.4697 -1.33071,-4.02218 -1.97817,-5.67218 -0.64746,-1.65 -1.20819,-3.225 -1.24607,-3.5 -0.16393,-1.19013 -2.05161,-5.86934 -4.23591,-10.5 l -2.3585,-5 -1.16491,3 c -0.6407,1.65 -3.32631,7.5 -5.96804,13 -4.93076,10.26572 -9.06317,20.11758 -9.06317,21.60704 0,0.46218 1.96329,-1.12296 4.36286,-3.52253 l 4.36285,-4.36286 5.86432,-1.7048 z"
+ id="path4376" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 439.74675,693.18618 c 0.61369,-0.61369 2.02091,-1.62619 3.12714,-2.25 1.10623,-0.6238 4.88541,-2.79689 8.39817,-4.82909 l 6.38683,-3.69492 8.31935,-2.15647 8.31935,-2.15648 11.6903,0.35139 11.69031,0.35139 4.15492,2.75 c 4.96255,3.28454 5.15894,3.31736 4.48756,0.75 l -0.52301,-2 -0.88337,0 -0.88337,0 -0.006,-1.75 c -0.003,-0.9625 -0.72416,-3.1 -1.60172,-4.75 -0.87756,-1.65 -2.95621,-6.375 -4.61922,-10.5 l -3.02365,-7.5 -2.9407,-3.72733 -2.9407,-3.72734 -7.01978,-2.09058 -7.01978,-2.09058 -5.66414,1.45816 -5.66415,1.45816 -4.28086,2.4573 -4.28086,2.45731 -2.55566,3.40245 c -4.96151,6.60546 -11.20412,16.53948 -12.81249,20.38884 l -1.62799,3.89634 -0.61781,7.30863 -0.6178,7.30864 0.94673,0 c 0.52071,0 1.44886,-0.50212 2.06256,-1.11582 z"
+ id="path4374" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 441.14447,659.21809 3.61354,-5.52828 5.38646,-4.51786 5.38646,-4.51787 5.99928,-2.78112 5.99927,-2.78113 5.16418,-1.0832 5.16418,-1.08319 4.58654,1.04955 c 2.5226,0.57725 4.58655,0.8827 4.58655,0.67878 0,-0.20393 -2.08955,-4.23538 -4.64345,-8.95878 l -4.64346,-8.58801 -4.8609,-2.99094 -4.86089,-2.99094 0.4931,-0.79786 0.49311,-0.79786 -2.23876,-0.60004 c -1.23131,-0.33001 -4.75711,-0.60618 -7.83511,-0.61369 l -5.59636,-0.0136 -3.14191,1.56739 -3.14192,1.56739 -3.32253,4.18261 c -1.82739,2.30044 -4.03115,5.32566 -4.89725,6.72272 l -1.57473,2.54012 -1.1175,5.45988 -1.1175,5.45989 -0.11982,8.5 c -0.0659,4.675 0.21837,10.68287 0.6317,13.35083 l 0.75151,4.85084 0.62133,-0.87865 c 0.34174,-0.48326 2.24743,-3.36638 4.23488,-6.40693 z"
+ id="path4372" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 432.42529,621.21156 c 1.00406,-1.69975 3.19288,-4.64774 4.86405,-6.55109 l 3.03848,-3.46064 2.97974,-1.54088 c 1.63885,-0.84749 5.25865,-2.21765 8.04399,-3.04481 l 5.06426,-1.50392 6.30756,0.67549 6.30756,0.67548 0,-1.61478 c 0,-1.82294 -1.65244,-4.59984 -7.46477,-12.54441 -4.77414,-6.52552 -4.78598,-6.53517 -10.53523,-8.58646 -2.475,-0.88306 -5.625,-2.08351 -7,-2.66767 l -2.5,-1.06212 -3,0.21631 -3,0.2163 -5.18646,2.48428 -5.18646,2.48428 -1.25899,3.70754 c -0.69245,2.03915 -1.44157,4.38254 -1.66472,5.20754 -0.65718,2.42963 -0.20936,9.2092 0.87659,13.27054 l 1.00819,3.77054 2.45592,3.61901 2.45593,3.619 0,2.86046 0,2.86045 0.78439,0 c 0.43142,0 1.6059,-1.3907 2.60997,-3.09044 z"
+ id="path4370" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 421.39886,583.04041 3.86794,-3.89041 5.52241,-2.98774 5.52242,-2.98773 4.85965,-0.57556 c 2.67281,-0.31655 4.85965,-0.73276 4.85965,-0.92489 0,-1.14636 -11.56454,-11.13945 -17.33224,-14.97705 l -6.83224,-4.54589 -1.41776,0.54404 -1.41776,0.54405 0,1.5904 0,1.5904 -0.88669,-0.548 -0.8867,-0.54801 -0.9948,1.23899 c -1.46806,1.82841 -2.36755,8.14587 -2.52572,17.73899 l -0.14015,8.5 0.83,4 0.83001,4 1.13703,-1.93559 c 0.62536,-1.06458 2.87759,-3.68628 5.00495,-5.826 z"
+ id="path4368" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 821.13105,1096.5519 c 1.435,-1.8671 1.5675,-2.028 8.123,-9.859 2.3523,-2.81 6.9769,-8.6253 10.2769,-12.9228 3.3,-4.2977 6.7112,-8.5236 7.5806,-9.391 2.6817,-2.6759 13.3356,-17.2389 17.4829,-23.8975 2.1651,-3.4762 5.6831,-9.0954 7.818,-12.487 2.1347,-3.3916 4.9901,-8.8724 6.3453,-12.1796 3.3557,-8.1893 4.9423,-11.0294 10.0324,-17.95895 l 4.3675,-5.9461 4.9901,-10.449 4.9901,-10.449 0.8747,-4.605 c 0.4811,-2.5327 1.3755,-5.92 1.9874,-7.5273 l 1.1127,-2.9225 -0.4643,-1.21 -0.4643,-1.2101 1.4606,-4.2394 1.4606,-4.2395 0.4149,-17.628 0.4149,-17.6281 -1.4353,-9 c -1.6444,-10.3106 -3.0669,-15.429 -5.7662,-20.7477 l -1.902,-3.7477 -6.6503,-7.0076 c -3.6576,-3.8542 -8.4357,-9.0303 -10.618,-11.5024 l -3.9679,-4.4946 -1.0693,0 -1.0694,0 -0.1506,-2 -0.1507,-2 0.9378,0 0.9379,0 0,-1.6085 0,-1.6084 2.5084,0.6296 2.5084,0.6296 4.5168,-2.0577 c 2.4842,-1.1317 7.768,-4.1573 11.7416,-6.7237 l 7.2248,-4.666 9.4174,-9.0475 c 12.0677,-11.5937 13.19,-12.7497 19.9487,-20.5474 3.0987,-3.575 8.4464,-9.4249 11.8839,-12.9996 l 6.25,-6.4996 0,-1.1434 0,-1.1435 1.5,-0.5756 1.5,-0.5756 0,-1.5314 0,-1.5313 0.9326,0 0.9326,0 0.5614,-1.75 c 0.3087,-0.9625 1.6888,-3.0573 3.0669,-4.655 1.378,-1.5977 4.6102,-5.9852 7.1825,-9.75 2.5724,-3.7648 5.0742,-6.84505 5.5595,-6.84505 l 0.8825,0 -0.5454,-0.88246 -0.5453,-0.88247 2.0188,-2.56656 c 1.1104,-1.41162 3.1352,-5.09076 4.4996,-8.17587 2.7912,-6.31143 5.9703,-11.12631 8.9954,-13.62398 1.1227,-0.92688 4.7144,-5.214 7.9817,-9.52694 3.26725,-4.31295 6.65355,-8.51672 7.52495,-9.34172 0.8714,-0.825 3.4123,-3.975 5.6466,-7 2.2342,-3.025 5.9169,-7.43145 8.1839,-9.79211 2.2669,-2.36066 4.1217,-4.72316 4.1217,-5.25 0,-0.52684 0.3421,-0.95789 0.7602,-0.95789 0.4181,0 1.8806,-1.01983 3.25,-2.26628 1.3694,-1.24645 4.7392,-4.05895 7.4885,-6.25 2.7492,-2.19105 5.4825,-4.43372 6.074,-4.98372 3.2523,-3.02442 25.5349,-19.5 26.373,-19.5 0.3751,0 3.7015,-2.025 7.3918,-4.5 3.6904,-2.475 7.0402,-4.5 7.4441,-4.5 0.4039,0 2.7996,-1.09944 5.3239,-2.4432 l 4.5895,-2.44321 12.9026,-3.72845 12.9025,-3.72846 14.5,0.13097 c 7.975,0.072 18.4357,0.26178 23.2461,0.42166 l 8.746,0.29069 0,4.59933 0,4.59933 -10.4162,0.58986 -10.4162,0.58987 -2.167,1.3108 -2.1669,1.31081 -2.0037,3.88037 -2.0037,3.88037 0.6131,3.26818 0.6132,3.26819 2.0468,2.60215 2.0469,2.60215 4.4521,2.6091 4.452,2.60909 2.7248,-0.48817 c 1.4986,-0.2685 4.8623,-1.17387 7.4748,-2.01193 l 4.75,-1.52376 0,4.7855 0,4.7855 -1.8195,0.47581 -1.8195,0.4758 -6.361,-0.86991 -6.3609,-0.86992 -4.0696,-2.46137 c -2.2382,-1.35376 -5.7361,-4.03586 -7.7731,-5.96024 l -3.7037,-3.49885 -1.0724,-3.98269 -1.0724,-3.98269 1.1215,-4.4542 1.1216,-4.45419 2.9567,-3.02418 2.9567,-3.02418 5.1978,-0.94917 5.1978,-0.94917 -6.5,-0.19757 c -3.575,-0.10867 -9.425,-0.12708 -13,-0.0409 l -6.5,0.15666 -4.5,2.19879 -4.5,2.19879 -2.6748,5.46519 c -1.4711,3.00585 -2.5315,5.60846 -2.3564,5.78358 0.1751,0.17512 -0.2388,2.43074 -0.9199,5.0125 -0.6811,2.58176 -1.0862,5.36714 -0.9003,6.18974 0.1859,0.8226 0.805,4.13254 1.3758,7.35541 1.291,7.28989 2.4461,9.48137 9.3402,17.72114 l 5.5062,6.58092 6.7265,3.31144 6.7265,3.31144 3.1591,-1.14236 3.1591,-1.14235 5.1486,0 5.1486,0 3.7804,-2.10148 c 2.0792,-1.15581 4.5679,-2.80056 5.5304,-3.65499 l 1.75,-1.55351 0,5.14157 0,5.14157 -3.5826,1.49691 -3.5826,1.49691 -7.7228,0.64405 -7.7227,0.64406 -5.9447,-1.6989 -5.9446,-1.69889 -3.8627,-2.51741 c -3.6011,-2.34696 -6.9976,-5.67619 -12.991,-12.73399 -3.2342,-3.80863 -10.382,-17.42255 -11.1098,-21.16022 -0.3155,-1.62012 -0.7884,-4.8962 -1.0509,-7.28018 l -0.4771,-4.3345 1.48,-7.09793 c 0.814,-3.90386 1.3488,-7.22908 1.1885,-7.38939 -0.1603,-0.16031 -3.3711,1.95362 -7.1349,4.69762 l -6.8434,4.98909 -3.0824,3.60863 c -1.6954,1.98476 -4.6669,5.29102 -6.6035,7.34725 l -3.521,3.73861 -2.2954,4.59606 c -1.2624,2.52782 -2.4851,5.40223 -2.7171,6.38755 -0.232,0.98533 -0.874,3.59151 -1.4267,5.79151 -0.5527,2.2 -1.0157,6.18074 -1.0288,8.84609 l -0.024,4.8461 1.6293,5.60465 1.6293,5.60465 1.4052,1.4052 1.4052,1.4052 -1.1759,1.41695 -1.176,1.41694 1.4311,-0.54915 1.431,-0.54914 1.4554,3.77625 c 2.1247,5.5129 2.2286,5.9331 1.0568,4.27626 -1.7083,-2.41561 -1.2475,-0.16794 0.518,2.5266 l 1.6094,2.45623 0.8791,-0.54335 0.8792,-0.54336 -0.5535,1.44228 -0.5534,1.44227 12.1492,9.11176 12.1492,9.11177 2.4158,0.60631 2.4157,0.60631 0,0.89159 0,0.89159 2.179,0 c 1.1985,0 3.698,0.54929 5.5546,1.22064 l 3.3756,1.22064 0.8095,-1.30969 0.8094,-1.30968 7.6337,1.15714 7.6337,1.15715 2.2523,-0.70714 c 3.1409,-0.98618 11.5707,-6.60851 15.7522,-10.50615 1.925,-1.79431 4.7375,-4.39519 6.25,-5.77974 l 2.75,-2.51735 0,6.05109 0,6.05109 -4.25,2.83379 c -2.3375,1.55858 -4.7767,3.45684 -5.4205,4.21836 l -1.1704,1.38458 -8.6818,2.89841 -8.6817,2.8984 -3.1478,-0.3993 c -1.7313,-0.2196 -6.5228,-0.7251 -10.6478,-1.1233 l -7.5,-0.7241 -5.5,-2.66135 c -3.025,-1.46373 -7.975,-4.41072 -11.0001,-6.54887 -3.025,-2.13814 -6.9582,-4.88082 -8.7404,-6.09484 -1.7822,-1.21402 -5.0819,-3.71536 -7.3327,-5.55854 l -4.0924,-3.35124 -1.3939,-2.65526 c -0.7667,-1.46039 -1.967,-3.26039 -2.6673,-4 -0.7003,-0.73961 -1.7953,-2.46974 -2.4332,-3.84474 -4.3733,-9.42551 -5.3401,-11.80237 -5.3401,-13.12789 0,-0.82305 -0.8972,-3.35351 -1.9938,-5.62325 l -1.9939,-4.12679 0.1823,-2.31103 0.1822,-2.31104 -1.7915,-4.66431 -1.7916,-4.66431 0.4857,-4.20404 0.4856,-4.20405 0.9273,-0.63164 c 1.3088,-0.89144 8.3799,-15.39282 7.7923,-15.98041 -0.2665,-0.26652 -0.4846,0.0289 -0.4846,0.65641 l 0,1.14099 -2.75,1.46023 c -4.1741,2.21641 -11.25,9.51406 -11.25,11.60256 0,0.54371 -0.3513,0.98857 -0.7808,0.98857 -0.4294,0 -1.33,1.2375 -2.0014,2.75 -0.6713,1.5125 -1.8758,3.875 -2.6766,5.25 -2.8105,4.82571 -8.2627,17.5455 -9.4301,22 -2.0734,7.91136 -2.2341,9.26407 -2.6734,22.5 l -0.4314,13 2.9623,14.37284 2.9623,14.3727 1.5785,2.4091 1.5785,2.4091 0.8116,-0.5016 0.8116,-0.5016 -0.436,2.2805 -0.4359,2.2806 1.5804,1.3116 c 0.8692,0.7214 1.5804,1.7281 1.5804,2.2372 0,0.509 1.2375,2.0652 2.75,3.4582 l 2.75,2.5327 -1.5,-0.7761 -1.5,-0.7762 6.335,7.1752 6.335,7.1752 6.7702,4.5008 c 7.532,5.0073 20.685,11.529 24.2469,12.0225 1.2721,0.1762 5.4629,0.8058 9.313,1.399 l 7,1.0786 8.75,0.02 8.75,0.02 0,-0.9166 0,-0.9167 -9.25,-0.011 -9.25,-0.011 -2.1971,-0.8225 -2.1971,-0.8226 12.6971,-0.1103 c 16.6646,-0.1448 15.6261,0.024 23.7192,-3.8681 l 7.0479,-3.3899 5.4788,-5.8158 c 3.0133,-3.1987 6.2364,-6.9409 7.1625,-8.3159 l 1.6838,-2.5 0.052,7.5827 0.053,7.5826 -3.75,2.9512 c -5.3165,4.1839 -20.8734,11.6511 -26.75,12.8397 -1.65,0.3337 -3.45,0.7007 -4,0.8154 -0.55,0.1148 -7.0146,-0.1436 -14.3658,-0.5743 l -13.3657,-0.783 -5.1344,-1.4027 c -10.8935,-2.9763 -13.2707,-3.8119 -17.4177,-6.1226 -5.1001,-2.8418 -9.5242,-5.6213 -10.2165,-6.4187 -0.275,-0.3168 -2.3,-1.8721 -4.5,-3.4562 -6.1968,-4.462 -16.4273,-15.5326 -19.0389,-20.6024 -0.9666,-1.8764 -2.7667,-4.7617 -4.0002,-6.4117 -1.2335,-1.65 -3.8699,-6.15 -5.8587,-10 -1.9888,-3.85 -4.0025,-7.675 -4.4748,-8.5 -0.4723,-0.825 -2.029,-4.0665 -3.4594,-7.20349 l -2.6007,-5.70353 -0.7691,-6.29647 -0.7691,-6.29647 0.1591,-10 0.1591,-10 1.0266,-5 c 0.5646,-2.75 1.3285,-6.35 1.6975,-8 l 0.6709,-3 -4.2619,5.99529 -4.2618,5.99529 -3.9052,10.00471 c -2.1478,5.50259 -4.3772,10.85462 -4.9543,11.8934 -1.7438,3.13895 -3.9912,11.55066 -5.9074,22.11131 l -1.8145,9.99996 0.2596,11.5 0.2595,11.5 2.6461,10.5 c 1.4554,5.775 3.9853,14.0493 5.622,18.3873 l 2.9759,7.8872 6.2597,9.1517 6.2596,9.1517 3.7439,2.9611 c 2.0591,1.6286 3.7647,3.4264 3.7902,3.9952 0.025,0.5688 2.423,3.3813 5.3277,6.25 l 5.2815,5.2158 1.2185,0 1.2186,0 0,0.8915 0,0.8914 3.75,1.6503 c 2.0625,0.9077 4.875,2.2987 6.25,3.0912 3.7484,2.1603 11.7117,5.4737 13.1951,5.4902 0.7177,0.01 3.3299,0.7722 5.8049,1.6981 l 4.5,1.6836 15,0 15.0001,0 8.4626,-2.2579 8.4626,-2.2578 9.8604,-4.0922 9.8604,-4.0922 5.927,-5.6051 5.927,-5.6051 0,-1.191 c 0,-0.6551 0.6024,-1.551 1.3387,-1.9908 0.7363,-0.4398 1.8476,-1.6997 2.4696,-2.7997 l 1.1309,-2 0.03,6.104 0.03,6.104 -2.3051,2.396 c -4.659,4.8428 -13.7769,10.7285 -16.6949,10.7767 -0.275,0.01 -3.0846,1.1513 -6.2436,2.5483 -5.1714,2.2871 -14.0833,5.0202 -25.2564,7.7456 -2.2,0.5367 -7.375,1.1415 -11.5,1.344 l -7.5001,0.3684 -10,-1.3921 c -9.8346,-1.3689 -17.6578,-3.3193 -19.1003,-4.7618 -0.4032,-0.4032 -1.4455,-0.7239 -2.3164,-0.7127 -0.8708,0.011 -5.8024,-2.1263 -10.9592,-4.75 l -9.3758,-4.7704 -7.8742,-7.7568 c -4.3307,-4.2662 -7.8741,-8.1934 -7.8741,-8.7269 0,-0.5336 -1.1432,-1.7192 -2.5405,-2.6348 l -2.5405,-1.6646 -3.7095,-5.4239 c -5.8768,-8.5928 -9.2611,-14.3745 -10.9706,-18.7421 -0.872,-2.228 -2.4075,-5.1241 -3.4122,-6.4357 -1.0047,-1.3117 -1.8267,-3.0422 -1.8267,-3.8457 0,-0.8034 -0.8447,-2.6552 -1.8771,-4.1151 -1.0324,-1.4599 -3.24855,-6.0294 -4.92475,-10.1544 l -3.0478,-7.5 -1.6959,-10.4357 -1.696,-10.4358 0.4466,-10.8401 0.4467,-10.84005 -0.7587,0.77583 c -0.7747,0.79223 -5.8027,9.97472 -8.912,16.27582 -3.3706,6.8306 -6.5181,17.4644 -8.5837,29 -0.2462,1.375 -1.142,5.9925 -1.9906,10.2611 l -1.5429,7.761 0.032,15.739 0.032,15.7389 0.9994,7 c 0.5496,3.85 1.2845,8.7878 1.6331,10.9729 l 0.6338,3.9728 3.5192,8.5272 c 1.9355,4.6899 5.0418,11.7464 6.9029,15.6811 1.861,3.9347 3.3837,7.5923 3.3837,8.128 0,0.5357 1.0125,1.7248 2.25,2.6423 1.2375,0.9176 1.6291,1.3598 0.8703,0.9828 l -1.3798,-0.6855 0.3798,0.8902 c 0.2088,0.4896 3.0015,4.5976 6.2059,9.1291 l 5.82605,8.2389 3.9025,2.7601 3.9025,2.7601 0.021,1.3426 0.021,1.3426 6.25,6.1802 6.25,6.1802 8.5,4.2253 8.5,4.2254 10,2.0866 10,2.0867 14,-0.1512 c 7.7,-0.083 14.9,-0.1839 16,-0.2238 4.3763,-0.1588 20.3319,-2.7842 25.7989,-4.2451 3.1893,-0.8522 6.6447,-1.5495 7.6786,-1.5495 l 1.8797,0 1.5,-1.5 c 0.825,-0.825 1.9694,-1.5 2.543,-1.5 0.5736,0 3.5202,-1.0956 6.548,-2.4346 l 5.5052,-2.4347 8.2734,-8.4525 c 10.2664,-10.4888 12.7733,-13.3462 12.7733,-14.5591 0,-0.5239 0.3375,-1.1024 0.75,-1.2858 0.4125,-0.1833 1.5087,-1.9083 2.436,-3.8333 l 1.6861,-3.5 0.064,7.158 0.064,7.158 -9.75,9.7204 -9.75,9.7204 -7.5,3.4716 c -10.3044,4.7698 -16.6491,6.903 -23.0564,7.7519 -2.994,0.3967 -8.3686,1.3874 -11.9436,2.2017 l -6.5001,1.4804 -21.5,0.078 -21.5,0.078 -8.6705,-2.132 -8.6705,-2.1321 -3.8295,-2.1626 c -2.1062,-1.1894 -5.6295,-3.0856 -7.8295,-4.2138 -7.911,-4.0567 -20.8882,-14.6159 -37.08945,-30.1787 l -5.2051,-5 -2.7814,-5 c -1.5297,-2.75 -3.5074,-6.3742 -4.3948,-8.0537 -0.8874,-1.6795 -2.5107,-4.3795 -3.6073,-6 -2.8042,-4.1436 -3.793,-6.6441 -6.8988,-17.4463 -1.5023,-5.225 -3.407,-11.75 -4.2326,-14.5 -0.8256,-2.75 -2.5659,-9.275 -3.8673,-14.5 l -2.3662,-9.5 -0.027,-8.5 -0.027,-8.5 1.4279,-7.4876 c 1.2412,-6.5084 1.3349,-9.3729 0.2593,-7.9291 -2.3082,3.0988 -7.1476,11.7034 -9.2282,16.4082 -3.4494,7.7996 -4.7529,11.8386 -7.8768,24.4064 l -2.5846,10.3979 0,3.6087 c 0,1.9848 -0.4698,5.1807 -1.044,7.1021 l -1.044,3.4934 0.1046,15 c 0.058,8.25 0.226,15.9 0.3742,17 1.0193,7.5652 6.151,23.0111 9.4687,28.5 1.1636,1.925 2.5601,4.5125 3.1033,5.75 l 0.9877,2.25 0.9552,0 0.9552,0 0.3195,2.1477 0.3196,2.1478 7,4.8619 c 6.1521,4.2731 22.1461,12.8426 23.969,12.8426 0.3655,0 2.1394,1.125 3.9421,2.5 1.8027,1.375 3.7977,2.5 4.4333,2.5 l 1.1556,0 0,1.3126 0,1.3126 5.1376,2.2433 c 2.8256,1.2338 6.98805,2.6349 9.24995,3.1135 15.606,3.3024 23.3136,4.8231 24.6124,4.8561 0.825,0.021 12.525,0.5367 26,1.1462 l 24.5,1.1081 3.5,-0.5197 c 1.925,-0.2859 6.2,-1.0352 9.5,-1.6652 3.3,-0.63 9.1535,-1.2651 13.0076,-1.4114 l 7.0074,-0.2659 6.8294,-2.1094 c 9.0001,-2.7798 12.7575,-4.5515 21.1557,-9.975 11.4079,-7.3671 14.33,-10.2792 21.2188,-21.1458 l 2.2188,-3.5 0.031,5.6795 0.031,5.6796 -7.5496,6.8204 -7.5496,6.8205 -9.6724,5.1739 -9.6724,5.1739 -8.028,2.4546 c -7.7537,2.3708 -20.103,4.8815 -31.5281,6.4102 l -5.5,0.7359 -16,-0.072 c -23.2485,-0.1053 -24.0244,-0.1593 -42,-2.9233 -2.2,-0.3383 -6.475,-0.9574 -9.5,-1.3758 -3.025,-0.4183 -10.6609,-2.231 -16.9686,-4.0281 l -11.46855,-3.2675 -5.0314,-2.42 c -6.7106,-3.2277 -20.7129,-11.4345 -26.0554,-15.2712 -2.3666,-1.6996 -4.5658,-3.0902 -4.8872,-3.0902 -1.1354,0 -10.1414,-7.0411 -14.062,-10.994 l -3.9731,-4.006 -1.5641,0 -1.564,0 -0.1424,-1.8904 c -0.1617,-2.1468 -5.9541,-12.7881 -7.4713,-13.7259 l -0.9973,-0.6163 0.6929,9.3663 c 0.3811,5.1515 1.3036,12.7413 2.0499,16.8663 l 1.3569,7.5 2.4209,6.5 c 1.3315,3.575 3.4671,8.975 4.7458,12 l 2.325,5.5 7.209,10.9999 c 7.8812,12.0259 11.2609,16.11375 25.135,30.40185 5.0875,5.2394 9.25,9.8492 9.25,10.244 0,0.3949 1.4625,1.7468 3.25,3.0043 1.7875,1.2575 6.1524,4.7343 9.6998,7.7262 l 6.4498,5.4397 9.05015,4.2725 9.0502,4.2724 9.5,2.9407 c 10.7121,3.3159 17.9938,5.1722 22.7011,5.7871 1.7606,0.2299 6.9356,1.3148 11.5,2.4107 l 8.2989,1.9926 10.5,0.6173 10.5,0.6173 6.0761,-2.0654 c 3.3419,-1.136 10.3446,-4.0465 15.5614,-6.4678 l 9.4851,-4.4023 6.9388,-4.5844 6.9387,-4.5843 7.0283,-6.8113 c 3.8656,-3.7461 8.3631,-8.6112 9.9943,-10.8112 1.6313,-2.2 3.3576,-4.2834 3.8363,-4.6298 0.4786,-0.3464 2.8278,-4.6214 5.2203,-9.5 l 4.3501,-8.8702 0.035,10.8242 0.035,10.8243 -5.75,6.0574 c -6.4706,6.8165 -13.461,12.2706 -20.7914,16.2217 -2.7272,1.47 -8.1086,4.4436 -11.9586,6.6079 -12.6998,7.1393 -17.918,9.6856 -25.0001,12.1993 l -7,2.4846 -6.7196,0.1921 -6.7195,0.1922 -8.2805,-1.0806 c -7.7561,-1.0122 -11.8877,-1.7742 -30.7804,-5.6776 -6.7803,-1.4008 -19.0315,-5.281 -35.5,-11.2435 -8.39445,-3.0393 -10.48585,-4.1208 -14.64875,-7.5746 -2.0068,-1.6651 -5.6068,-4.2366 -8,-5.7145 -4.6177,-2.8516 -5.0098,-3.1405 -14.3512,-10.5724 -7.6649,-6.0982 -20.7766,-19.3791 -24.8495,-25.1703 -1.7328,-2.46375 -4.388,-5.80415 -5.9005,-7.42315 -1.5125,-1.619 -2.75,-3.3583 -2.75,-3.8651 0,-0.5069 -1.2918,-2.8026 -2.8708,-5.1017 -1.5789,-2.2991 -5.4076,-9.2426 -8.5083,-15.4301 l -5.6376,-11.25 -0.9531,0 -0.9531,0 -1.0343,3.841 c -0.5688,2.1126 -1.4805,6.0501 -2.0259,8.75 -0.5454,2.7 -1.5559,6.709 -2.2455,8.9089 l -1.2539,4 0.1205,13.506 0.1206,13.50595 2.1945,7.994 c 2.6252,9.5628 9.3265,27.1906 12.2852,32.3165 3.961,6.8623 5.7617,10.5966 5.7617,11.9485 0,0.7415 1.7733,5.0339 3.9407,9.5386 l 3.9407,8.1904 8.4142,8.75 8.4141,8.75 -4.6049,-5e-4 -4.6048,-6e-4 -4.5853,-4.458 c -2.5219,-2.4519 -5.8743,-6.3891 -7.4497,-8.7494 -1.5755,-2.3603 -3.7059,-5.2537 -4.7341,-6.4298 l -1.8696,-2.1382 -1.8178,0.4754 -1.8178,0.4753 -0.6142,-0.9938 -0.6143,-0.9939 1.9889,0.5201 1.9889,0.5201 -1.1405,-3.3633 c -0.6272,-1.8499 -2.0468,-4.6635 -3.1547,-6.2526 -1.1078,-1.589 -3.1286,-5.189 -4.4906,-8 -1.362,-2.8109 -3.5368,-7.2853 -4.8328,-9.943 -1.296,-2.6577 -2.3592,-5.3577 -2.3626,-6 0,-0.6423 -0.7043,-2.5068 -1.5576,-4.1433 l -1.5515,-2.9754 0.464,-1.7746 0.4641,-1.7745 -0.7379,0 -0.7379,0 -1.0567,-4.25 c -1.3164,-5.2947 -5.2209,-18.5702 -6.25,-21.25 l -0.768,-2 -1.2568,4.5 c -0.6912,2.475 -1.8305,5.85 -2.5318,7.5 -0.7012,1.65 -2.0049,5.25 -2.8971,8 -0.8922,2.75 -2.0155,5.9 -2.4962,7 -2.5117,5.7475 -5.0244,12.5967 -6.4326,17.5344 l -1.5783,5.5344 0.5196,14.6779 c 0.4887,13.8064 1.3176,21.2665 2.945,26.5033 l 0.6992,2.25 -6.0577,0 -6.0576,0 -0.5548,-0.8978 c -1.1432,-1.8497 -2.5383,-16.0801 -2.9321,-29.9069 -0.224,-7.8676 -0.5802,-14.4777 -0.7916,-14.6891 -0.3984,-0.3984 -1.3056,0.9117 -9.3437,13.4938 -7.795,12.2014 -11.7987,18.1899 -15.2462,22.8038 -1.7876,2.3925 -3.5239,5.4404 -3.8584,6.7731 l -0.6081,2.4231 -4.959,0 -4.959,0 0.6468,-2.25 c 0.3557,-1.2375 0.8663,-3.0375 1.1347,-4 l 0.4881,-1.75 -0.9314,0 c -0.5123,0 -2.1788,1.8 -3.7034,4 l -2.772,4 -3.4864,0 -3.4865,0 1.345,-1.75 z"
+ id="path4366" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 917.43485,890.55205 -0.8188,-3.75 0.1578,-9.5 0.1578,-9.5 1.1663,-8.5 1.1663,-8.5 1.4472,-3.5 c 0.7959,-1.925 2.3392,-6.1349 3.4295,-9.3553 1.0902,-3.2204 3.3156,-8.3538 4.9452,-11.4077 1.6296,-3.0538 2.7538,-5.7615 2.4982,-6.0171 -0.2557,-0.2556 -2.9767,1.9325 -6.0467,4.8626 -3.07,2.93 -6.7775,6.2476 -8.2387,7.3724 -1.4612,1.1248 -4.0318,3.278 -5.7124,4.7849 -3.5373,3.1718 -8.1892,6.4781 -14.5555,10.3454 -2.475,1.5034 -5.5042,3.5075 -6.7315,4.4535 l -2.2315,1.72 3.9112,2.5883 3.9112,2.5883 3.2728,4.7823 c 1.8,2.6303 3.8825,5.4029 4.6278,6.1613 l 1.355,1.3789 -0.546,1.423 -0.5461,1.423 0.8418,-0.5202 0.8418,-0.5203 2.9947,4.2183 2.9948,4.2184 1.7622,5 c 0.9692,2.75 1.9235,5.5625 2.1206,6.25 l 0.3584,1.25 1.1427,0 1.1427,0 -0.8188,-3.75 z"
+ id="path4364" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 1142.0311,1097.7456 c 0,-0.3059 2.2479,-2.8398 4.9953,-5.6309 l 4.9953,-5.0747 5.5047,-8.1882 5.5047,-8.1881 0,-1.5584 0,-1.5585 1.5,-1.2449 1.5,-1.2448 0,7.228 0,7.2281 -2.5067,2.979 -2.5067,2.979 0.581,0.9401 0.5811,0.9402 -0.982,-0.2748 -0.9819,-0.2748 -5.3807,5.75 -5.3807,5.75 -3.7117,0 c -2.0414,0 -3.7117,-0.2503 -3.7117,-0.5563 z"
+ id="path4362" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -52.781257,878.65165 c -8.4217,-0.6327 -16.7467,-1.4174 -18.5,-1.7438 -1.7533,-0.3264 -5.8878,-0.8524 -9.1878,-1.1691 -23.462103,-2.2511 -46.451203,-7.3446 -56.751003,-12.574 -3.4138,-1.7332 -17.8457,-10.7354 -20.249,-12.6307 -0.55,-0.4337 -3.025,-1.978 -5.5,-3.4318 l -4.5,-2.6432 -9.5,-9.4148 c -5.225,-5.1781 -10.7263,-10.8452 -12.2252,-12.5936 -4.5775,-5.3397 -11.9127,-17.124 -17.2102,-27.6486 l -5.0334,-10 -1.2321,-5.5 c -3.5303,-15.7599 -5.4262,-26.23745 -5.9698,-32.99205 l -0.6042,-7.508 -0.8653,-1.68931 -0.8652,-1.68931 1.0512,-0.64972 1.0513,-0.64972 -0.9116,-1.16097 -0.9117,-1.16097 -0.6857,-8 c -0.3771,-4.4 -0.8816,-14.075 -1.121,-21.5 -0.2395,-7.425 -0.8201,-17.325 -1.2903,-22 l -0.855,-8.5 0.9057,-7 c 0.4981,-3.85 1.0619,-11.18885 1.2529,-16.30856 l 0.3473,-9.30856 1.6932,-3.56826 c 0.9313,-1.96254 1.8021,-4.07369 1.9351,-4.69144 0.1331,-0.61775 0.5042,-1.79818 0.8247,-2.62318 0.3205,-0.825 0.7683,-4.70053 0.9951,-8.61228 l 0.4123,-7.11228 2.656,-3.48211 c 1.4607,-1.91516 2.6701,-3.88964 2.6875,-4.38772 0.078,-2.23738 16.255,-16.99166 21.6754,-19.76919 1.7639,-0.90386 6.1514,-3.7016 9.75,-6.21721 3.5987,-2.51561 6.543,-4.32062 6.543,-4.01112 0,0.3095 2.3625,-0.4022 5.25,-1.58156 10.0199,-4.09248 21.0367,-7.87316 21.5235,-7.38633 0.2692,0.26919 1.2178,0.10598 2.108,-0.36269 0.8902,-0.46866 3.604,-1.12481 6.0308,-1.45811 2.4268,-0.3333 7.6018,-1.49012 11.5,-2.57072 l 7.0877,-1.96473 10.5,-0.55769 10.500003,-0.5577 12,1.04443 c 6.6,0.57443 14.925,1.28237 18.5,1.5732 8.2535,0.67144 10.0509,1.14518 29.8894,7.87827 l 16.3894,5.56248 5.1106,2.73574 c 2.8108,1.50466 5.6757,3.26912 6.3665,3.92102 0.6907999,0.65191 2.2345999,1.49589 3.4306999,1.87552 1.1961,0.37963 6.48089996,3.17725 11.74405,6.21695 5.2631401,3.03969 13.6735501,7.49799 18.6898201,9.90733 l 9.12047,4.38062 3.66068,3.21794 3.66068,3.21794 -3.47973,12.5 c -1.91385,6.875 -4.62296,15.8269 -6.02025,19.8931 -1.39729,4.06621 -3.20152,10.59121 -4.00939,14.5 -0.80788,3.9088 -2.90003,13.1819 -4.64922,20.6069 -4.43851,18.84058 -6.87768,33.6699 -8.47087,51.5 -0.29486,3.3 -0.98745,9.51021 -1.53907,13.80047 l -1.00295,7.80048 0.21555,5.19952 0.21555,5.19958 -1.28925,12 c -0.7090901,6.6 -1.4014101,13.8 -1.5384901,16 -0.26442,4.2436 -2.09706,22.3302 -3.44507,34 -1.04363,9.0345 -3.39411,20.8903 -7.22501,36.4427 l -3.0649,12.4428 -1.6296,3.244 -1.6296,3.244 -2.4999999,0.7702 -2.5,0.7702 -12,0.043 -12,0.043 -15.3122,-1.1503 z"
+ id="path4360" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -13.249357,872.09295 2.1454,-2.2909 2.4437999,-7.5 c 1.3442,-4.125 2.723,-9.525 3.0641,-12 0.3411,-2.475 1.3473,-7.7869 2.236,-11.8043 1.8611,-8.4128 1.4003,-10.1755 -1.0556,-4.0377 l -1.6969,4.241 -5.3262999,7.5505 -5.3263,7.5505 -6.352,5.0716 c -8.8138,7.0374 -11.4664,8.6705 -18.3519,11.2988 -3.3,1.2597 -6.9,2.6453 -8,3.0792 l -2,0.7889 18.0372,0.1717 18.0372,0.1716 2.1453,-2.2909 z"
+ id="path4358" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -56.089957,863.87505 c 1.4415,-0.7396 5.3209,-1.8577 8.6209,-2.4846 3.3,-0.6269 7.575,-1.556 9.5,-2.0647 1.925,-0.5087 4.85,-1.2062 6.5,-1.5501 l 3,-0.6253 5.8409,-6.0509 5.841,-6.0508 3.1168,-6.6233 c 1.7143,-3.6429 3.1736,-6.8483 3.2429,-7.1233 0.069,-0.275 0.6538999,-1.7751 1.2991999,-3.3336 0.6453,-1.5585 1.885,-5.0098 2.755,-7.6696 l 1.5818,-4.836 -0.3388,-1.6805 -0.3388,-1.6804 -5.1683999,6.35 c -2.8425,3.4925 -11.28,12.3513 -18.75,19.6861 -7.4699,7.3348 -13.5816,13.7473 -13.5816,14.25 l 0,0.914 -1.5,0 -1.5,0 0,0.8768 0,0.8769 -4.75,2.0595 -4.75,2.0595 -1.3193,2.161 c -0.7256,1.1886 -1.526,1.9543 -1.7787,1.7016 -0.2527,-0.2527 -3.0005,0.1313 -6.1062,0.8532 l -5.6467,1.3126 -0.8246,-0.5096 -0.8245,-0.5096 0,1.1971 0,1.1971 6.6291,-0.6791 6.6291,-0.6792 2.6209,-1.3448 z"
+ id="path4356" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -79.303257,857.79305 c 12.7645,-1.3071 17.0245,-2.5608 22.3342,-6.573 1.925,-1.4546 6.65,-4.338 10.5,-6.4077 l 7,-3.7629 6.338,-6.1237 6.3381,-6.1237 3.3256,-5 c 1.8291,-2.75 5.1637,-7.475 7.4103,-10.5 4.5034,-6.064 6.4572999,-9.9581 13.5216999,-26.9484 l 2.68109996,-6.4483 1.37570004,-8.0517 c 0.7567,-4.4284 1.656,-12.3266 1.99858,-17.55165 0.34258,-5.225 1.09572,-12.65 1.67364,-16.5 0.57793,-3.85 1.18798,-8.0113 1.35567,-9.24732 0.1677,-1.23603 0.62107,-4.16103 1.00749,-6.5 l 0.70259,-4.25268 -0.56679,0.53588 c -0.69455,0.65668 -6.17088,16.36006 -7.09998004,20.35916 -0.9789,4.21353 -13.30769986,35.07811 -16.81879986,42.10501 -4.0349,8.0753 -8.6286,15.029 -17.9689,27.1999 l -7.8276,10.2 -9.2232,6.8794 c -5.0728,3.7836 -11.6982,8.4975 -14.7232,10.4753 l -5.5,3.5959 -6,2.1851 c -3.3,1.2018 -9.6,3.8497 -14,5.8841 l -8,3.6989 -9.703803,1.3107 -9.7038,1.3106 -3.7962,-0.6733 c -2.0879,-0.3703 -4.6962,-0.8907 -5.7962,-1.1565 l -2,-0.4832 2.9716,1.6846 2.9717,1.6846 8.0283,0.8508 c 4.4156,0.4679 10.1078,1.0764 12.6494,1.3521 2.5416,0.2758 7.436103,0.7084 10.876703,0.9613 3.4407,0.2529 6.4865,0.6905 6.7685,0.9725 0.282,0.282 0.8621,0.2969 1.2891,0.033 0.427,-0.2639 2.9517,-0.7025 5.6105,-0.9748 z"
+ id="path4354" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -106.46906,846.96545 10.000003,-1.2615 16.2156,-7.364 16.2157,-7.364 4.3911,-3.587 c 2.4151,-1.9728 6.4376,-5.0099 8.9389,-6.7491 l 4.5478,-3.1621 7.3454,-9.0191 c 6.7071,-8.2353 16.203,-22.1556 20.2307,-29.6566 1.5916,-2.9642 7.5835,-17.3565 12.0735999,-29.00005 4.7518,-12.3223 11.3544,-34.37648 15.43892,-51.56925 l 2.9861101,-12.56924 0.66879,-7.43076 0.6688,-7.43075 -1.05285,-4 c -0.57907,-2.2 -1.32693,-5.9212 -1.6619,-8.26934 -0.33498,-2.34814 -1.2610101,-6.11721 -2.0578601,-8.37573 -0.79685,-2.25851 -1.44882,-4.76434 -1.44882,-5.56851 0,-0.80417 -2.73263,-6.93509 -6.07249004,-13.62427 L -5.1140571,618.802 -10.791557,611.35217 c -3.1226,-4.09741 -9.3582,-11.15941 -13.8569,-15.69333 l -8.1793,-8.24349 -9.3207,-4.49681 -9.3206,-4.49682 -6.1444,-1.55986 c -10.5798,-2.68589 -10.6454,-2.39985 -1.6056,6.99846 10.7038,11.12833 11.8148,12.57327 20.7141,26.94168 7.401,11.94941 15.8997,31.90937 19.6122,46.06129 l 1.8524,7.06128 0.9143,8.93872 0.9144,8.93871 -0.3193,11.5 -0.3192,11.5 -2.0803,9.33291 c -1.1441,5.1331 -3.6554,14.20529 -5.5806,20.16043 l -3.5003,10.82752 -4.7955,9.33957 c -2.6375,5.13672 -6.1155,11.31642 -7.7289,13.73252 -1.6133,2.4162 -3.3833,5.1232 -3.9333,6.0157 -0.55,0.8925 -2.35,3.4152 -4,5.6061 -1.65,2.1909 -3.45,4.599 -4,5.3514 -0.55,0.7523 -3.6936,4.2764 -6.9858,7.8313 l -5.9858,6.4635 -6.2062,4.4286 c -3.4134,2.4358 -7.0198,4.7394 -8.0142,5.1191 -0.9944,0.3797 -2.6031,1.4286 -3.5749,2.3309 -0.9718,0.9023 -2.9968,2.2147 -4.5,2.9164 -1.5032,0.7017 -3.4081,1.6827 -4.2331,2.18 -0.825,0.4974 -3.075,1.6592 -5,2.5818 l -3.5,1.6775 -12.250003,0.4052 -12.25,0.4052 0,0.8972 0,0.8972 -4.25,0 c -2.3375,0 -8.3,-0.4875 -13.25,-1.0797 l -9,-1.0769 -8.4234,-3.4033 c -4.6328,-1.8718 -10.8657,-4.8735 -13.8508,-6.6703 l -5.4275,-3.2668 -5.3991,-5.3364 c -2.9696,-2.9351 -5.3992,-5.7476 -5.3992,-6.25 0,-0.5025 -0.4172,-0.9136 -0.9271,-0.9136 l -0.927,0 3.3845,5.75 c 5.6823,9.6539 10.6092,16.0818 17.4404,22.7541 6.572,6.4191 11.3832,10.4959 12.3868,10.4959 0.2982,0 2.4772,1.29 4.8423,2.8668 2.365,1.5767 6.1001,3.4354 8.3001,4.1303 2.2,0.6949 4.6221,1.7674 5.3825,2.3832 l 1.3825,1.1197 7.6175,1.6412 c 9.4858,2.0438 11.2467,2.0827 23.6175,0.5222 z"
+ id="path4352" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -101.44336,817.72885 4.025803,-0.4821 10.726,-6.3807 c 10.6744,-6.35 16.9163,-11.0291 25.9757,-19.4718 l 4.7532,-4.4296 5.8582,-8.213 c 7.8061,-10.9438 15.5044,-23.7911 19.5855,-32.68519 l 3.3334,-7.26446 3.0563,-11 c 1.6809,-6.05 3.6146,-13.925 4.2972,-17.5 l 1.2409,-6.5 0.022,-17.5 0.022,-17.5 -2.2514,-8.5 c -4.6688,-17.62736 -14.1435,-41.17687 -18.8009,-46.73041 -1.0288,-1.22673 -3.4455,-4.3551 -5.3705,-6.95195 -3.3976,-4.58338 -12.9244,-14.15816 -18,-18.09055 -1.375,-1.0653 -5.65,-3.85556 -9.5,-6.20055 l -7,-4.26364 -8,-2.78879 c -4.4,-1.53384 -10.2016,-3.11619 -12.892403,-3.51635 l -4.8924,-0.72755 0.7014,1.13489 c 0.3858,0.6242 1.2374,1.14566 1.8924,1.15881 l 1.191,0.0239 6.582103,6.22609 6.5821,6.22609 2.9537,4.5 c 3.6824,5.61035 4.8212,7.50081 7.4637,12.39064 1.1564,2.13986 2.9126,4.76009 3.9026,5.82275 2.3769,2.55131 11.6247,21.17419 11.8121,23.78661 0.02,0.275 0.9349,2.78087 2.0337,5.56859 l 1.9978,5.06859 2.1951,12.93141 2.195,12.93141 -0.465,10 -0.4651,10 -2.765,10.5 c -1.5207,5.775 -3.1604,10.9275 -3.6438,11.45 -0.4835,0.5225 -0.879,1.64104 -0.879,2.48565 0,1.53308 -4.934,12.11733 -6.0902,13.06435 -0.3357,0.275 -1.1982,1.625 -1.9166,3 -0.7184,1.375 -4.1191,6.1 -7.5571,10.5 l -6.2508,8 -8.1784,7.5 -8.178403,7.49996 -7.0877,4.1664 -7.0877,4.1664 -11.0765,3.7887 -11.0766,3.7887 -10.1473,-0.016 -10.1474,-0.016 -6.3526,-1.7875 c -3.494,-0.9831 -8.4902,-2.7202 -11.1027,-3.8603 l -4.75,-2.0729 0,-0.8291 0,-0.829 -1.943,0 -1.943,0 -6.1791,-5.7208 -6.1791,-5.7208 -3.4866,-5.0292 -3.4866,-5.02925 0.5243,2 c 0.2884,1.1 1.5176,4.475 2.7315,7.50005 1.2139,3.025 2.9933,7.669 3.9544,10.32 0.961,2.651 2.2558,5.3285 2.8773,5.95 0.6214,0.6215 1.1299,1.5711 1.1299,2.1102 0,1.5846 4.2925,10.6198 5.0454,10.6198 0.3789,0 1.9542,1.9125 3.5008,4.25 1.5466,2.3375 5.003,6.4184 7.681,9.0687 l 4.869,4.8188 3.2019,1.0693 c 3.6057,1.2042 9.5619,5.3251 11.4602,7.9289 l 1.2582,1.7259 5.7418,1.2074 5.7417,1.2073 13,0.6564 c 12.5621,0.6342 19.56,0.5079 28.0258,-0.5059 z"
+ id="path4350" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -132.96906,772.85185 c 9.9882,-1.6631 13.9829,-3.0548 23.6915,-8.2541 l 7.1914,-3.8512 5.714803,-4.97229 c 22.8291,-19.86291 32.8297,-37.69327 38.7833,-69.14753 l 1.3582,-7.17527 -0.4054,-9.30213 -0.4053,-9.30213 -2.4365,-10.57973 c -2.9668,-12.8827 -10.1014,-32.17567 -12.2537,-33.13602 -0.9773,-0.43607 -6.0255,-7.17254 -9.602,-12.81306 l -2.8637,-4.51639 -7.0083,-6.5 c -3.8545,-3.575 -8.5164,-7.43194 -10.359703,-8.57098 -1.8433,-1.13903 -4.1509,-2.78393 -5.1281,-3.65533 -0.9771,-0.8714 -4.6354,-2.73928 -8.1296,-4.15085 l -6.353,-2.56649 -10.897,-0.53009 -10.8969,-0.5301 0.01,0.75192 c 0.01,0.7316 1.8389,1.9668 10.8502,7.31242 2.396,1.42139 5.8768,4.07089 7.735,5.88776 l 3.3786,3.30342 4.5038,7.80826 c 2.4771,4.29454 4.9057,8.05665 5.3969,8.36024 0.4912,0.30359 2.3205,4.27075 4.0651,8.8159 1.7446,4.54516 3.9817,9.83892 4.9714,11.76392 0.9897,1.925 2.716303,6.65 3.836903,10.5 l 2.0375,7 0.7517,9 c 0.4134,4.95 0.694,12.68191 0.6235,17.18203 l -0.1281,8.18202 -2.5121,9.66851 c -3.112903,11.98079 -4.913403,16.09258 -11.211203,25.60262 -8.2237,12.41817 -13.7398,17.5653 -26.3055,24.54579 l -5.5,3.05535 -5,1.21642 -5,1.21642 -8.9084,-0.0887 -8.9083,-0.0887 -4.0917,-1.07765 -4.0916,-1.07765 -7.5,-4.39449 -7.5,-4.39449 -4.7022,-5.9292 -4.7022,-5.92921 -4.6607,-9.10533 c -2.5634,-5.00793 -5.0591,-9.35151 -5.5459,-9.6524 l -0.8852,-0.54706 0.509,4.0508 c 0.2799,2.22793 1.1574,6.54056 1.95,9.58361 l 1.4412,5.53283 4.7033,8.72422 c 9.7981,18.17426 18.4548,28.96981 27.7645,34.62411 1.7205,1.0449 4.7067,2.9431 6.636,4.2182 l 3.5078,2.3183 5.9922,1.4485 5.9922,1.4485 6,0.066 6,0.066 8.5,-1.4153 z"
+ id="path4348" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -142.36026,738.72736 5.1707,-1.50319 5.8603,-4.07462 5.8602,-4.07463 4.3094,-4.63646 c 4.978,-5.3557 13.2382,-17.22856 15.4549,-22.21432 2.2808,-5.12988 2.7425,-6.59173 5.3437,-16.91981 l 2.392003,-9.49767 0,-8.31078 0,-8.31077 -1.0611,-7.19156 c -1.680703,-11.39151 -4.999803,-21.26921 -9.777703,-29.09829 -1.3113,-2.1487 -2.5246,-4.6237 -2.6962,-5.5 -0.1716,-0.87629 -0.3997,-1.81826 -0.5069,-2.09326 -0.1072,-0.275 -0.1417,-0.8375 -0.077,-1.25 0.065,-0.4125 -0.3316,-0.75 -0.8816,-0.75 l -1,0 0,-1.5 0,-1.5 -1.1722,0.25 -1.1722,0.25 -2.5778,-4.65041 -2.5778,-4.65041 -3,-2.45124 c -4.1668,-3.4046 -11.1076,-7.75468 -16.8168,-10.53981 l -4.8167,-2.34976 -4.858,-0.76794 -4.858,-0.76795 -3.8253,0.3912 -3.8252,0.39119 -1,1.09427 -1,1.09427 1.2927,-0.73214 1.2928,-0.73214 4.7072,3.76182 c 9.2038,7.35518 15.8608,15.82709 21.1445,26.90905 1.8356,3.85 4.1566,8.63109 5.1578,10.62464 1.0012,1.99355 2.0409,4.84034 2.3103,6.3262 0.2694,1.48586 0.9595,4.12978 1.5334,5.87537 l 1.0435,3.17379 0.3353,7.99562 0.3353,7.99561 -1.2702,6.00439 c -3.2892,15.5494 -6.6393,21.77694 -17.3826,32.31352 l -4.5,4.41338 -6,2.88795 -6,2.88795 -8.5,-0.0569 -8.5,-0.0569 -6.6516,-1.73571 -6.6516,-1.73571 -3.9744,-3.4838 -3.9744,-3.48379 -4.7538,-7.47285 c -2.6146,-4.11007 -5.4063,-8.52439 -6.2039,-9.80961 -2.7585,-4.44511 -2.4208,-1.32235 0.7019,6.4916 1.7243,4.31484 4.394,9.87016 5.9327,12.34516 1.5386,2.475 4.2006,6.975 5.9155,10 1.7149,3.025 4.5221,7.075 6.2382,9 1.716,1.925 4.5379,5.08731 6.2707,7.02735 1.7329,1.94004 5.2126,5.19483 7.7327,7.23285 l 4.5821,3.7055 5.4179,1.71772 c 2.9799,0.94475 5.643,2.02541 5.918,2.40147 1.4599,1.99635 11.6521,1.65354 19.6088,-0.65953 z"
+ id="path4346" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -151.36076,697.72776 5.1084,-3.47418 4.5307,-5.83436 c 5.5259,-7.11578 6.3998,-8.71224 8.8438,-16.15713 2.3321,-7.10391 3.754,-16.71209 3.4717,-23.46009 l -0.2091,-5 -2.8181,-9 c -1.5499,-4.95 -3.1304,-9.225 -3.5122,-9.5 -0.3818,-0.275 -1.8841,-3.12167 -3.3383,-6.32593 l -2.6441,-5.82594 -6.6206,-6.85779 -6.6207,-6.85779 -6.5362,-2.61663 -6.5362,-2.61663 -6.3178,-0.58996 -6.3179,-0.58997 -3.0458,1.26164 c -1.6753,0.6939 -3.0459,1.59953 -3.0459,2.01251 l 0,0.75087 3.9042,0.62431 3.9041,0.6243 4.3636,4.85338 4.3637,4.85338 3.2322,6.62908 3.2322,6.62909 0,1.96202 c 0,1.07912 0.3553,2.18164 0.7896,2.45006 l 0.7897,0.48804 -0.2955,9.32098 -0.2954,9.32098 -1.5251,4.5 -1.5251,4.5 -3.7191,5.5 -3.7191,5.5 -3.9188,1.91301 -3.9189,1.91302 -4.6591,0.44768 -4.6591,0.44768 -5.6902,-2.69189 -5.6902,-2.6919 -3.1492,-3.9188 c -1.7321,-2.15534 -3.5024,-3.9188 -3.934,-3.9188 l -0.7849,0 1.2827,4.2618 c 0.7054,2.344 3.4964,8.69485 6.2021,14.113 l 4.9196,9.8512 5.0377,5.137 5.0377,5.137 5.8898,2.86774 5.8898,2.86774 7.0725,0.76454 7.0725,0.76453 2.5,-0.4323 2.5,-0.43231 5.1083,-3.47418 z"
+ id="path4344" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -174.66836,660.19424 c 1.5403,-1.59073 2.4744,-2.89224 2.0757,-2.89224 -0.3988,0 0.2234,-1.0125 1.3827,-2.25 1.1592,-1.2375 2.6213,-3.6 3.2491,-5.25 l 1.1415,-3 0.5622,-8.22477 0.5621,-8.22476 -1.267,-4.52524 -1.2669,-4.52523 -0.8701,0 -0.87,0 0,-1.34996 c 0,-0.74248 -1.3528,-3.21748 -3.0063,-5.5 l -3.0063,-4.15004 -1.0151,0 c -0.5584,0 -2.7083,-1.12042 -4.7776,-2.48981 l -3.7623,-2.48982 -4.4662,-0.82914 -4.4662,-0.82915 -3.2484,0.84712 -3.2483,0.84713 -1.4962,3.58091 -1.4962,3.58092 -1.598,-0.61321 -1.598,-0.6132 -0.5241,2.00412 -0.5241,2.00413 -1.0134,0 -1.0135,0 0.6123,6.75 c 0.7733,8.52607 1.6553,11.50669 6.2271,21.04524 2.0311,4.23762 4.1784,8.75593 4.7718,10.04069 1.3644,2.95409 8.649,10.25768 8.649,8.67156 0,-0.31425 1.2375,0.0992 2.75,0.91888 l 2.75,1.49025 3.5,-0.56607 3.5,-0.56607 2.8007,-2.89224 z"
+ id="path4342" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 20.645183,648.32182 c 0.85897,-4.1141 1.95578,-8.21642 2.43737,-9.11627 l 0.87561,-1.63609 -1.21362,-3.31371 -1.21361,-3.31371 -2.25,-2.27457 c -1.2375,-1.25101 -2.25,-2.73977 -2.25,-3.30836 0,-0.56859 -2.5181,-5.08537 -5.59578,-10.03729 l -5.5957801,-9.00348 -3.67643,-2.9118 -3.6765,-2.9118 -7.8265,-3.66426 c -4.3045999,-2.01535 -8.0132999,-3.47753 -8.2414999,-3.24929 -0.4163,0.4163 8.2277999,13.78246 9.5201999,14.72081 1.9967,1.44976 8.16359996,12.01746 14.58895,25 2.56496,5.18254 6.9715901,18.49516 8.6762201,26.21124 l 1.16839,5.28876 1.35561,-4.5 c 0.74558,-2.475 2.0584,-7.86608 2.91737,-11.98018 z"
+ id="path4340" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 27.635573,621.69797 c 0.28419,-1.56718 1.24422,-4.38256 2.13342,-6.2564 l 1.61672,-3.40698 -1.92739,-1.42914 c -1.06006,-0.78603 -5.3775,-3.1761 -9.59431,-5.31127 l -7.66692,-3.88212 5.41692,7.55006 c 2.97931,4.15254 5.41692,7.89782 5.41692,8.32285 0,1.50577 3.12463,8.22573 3.60255,7.74781 0.26697,-0.26696 0.71791,-1.76763 1.00209,-3.33481 z"
+ id="path4338" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 742.03095,871.79135 c -14.1891,-2.5474 -17.5252,-3.3438 -26.7804,-6.3929 l -9.2804,-3.0574 -10.2196,-5.3603 c -16.2331,-8.5146 -24.7525,-13.4683 -30.1747,-17.5455 -2.7747,-2.0864 -6.6199,-4.7492 -8.5449,-5.9173 -4.5627,-2.7686 -21.8798,-17.4523 -21.9476,-18.6101 -0.029,-0.4918 -4.6649,-5.4519 -10.3024,-11.0226 -9.6259,-9.5119 -17.75,-19.233 -17.75,-21.2394 0,-0.4885 -1.2754,-2.4532 -2.8343,-4.366 -2.4617,-3.0207 -15.1657,-24.27724 -15.1657,-25.37554 0,-0.22083 -1.7822,-3.25918 -3.9604,-6.7519 -2.1782,-3.49273 -5.4407,-9.19424 -7.25,-12.67003 -1.8093,-3.47578 -3.9798,-7.07578 -4.8233,-8 -0.8435,-0.92421 -8.156,-14.96427 -16.25,-31.20014 l -14.71632,-29.51977 0,-1.57281 c 0,-1.35035 -3.39242,-8.96316 -8.54733,-19.1808 -7.5763,-15.01712 -11.94436,-23.29015 -12.51693,-23.70686 -0.37786,-0.275 -3.49615,-5.9 -6.92952,-12.5 -3.43338,-6.6 -7.74627,-14.06067 -9.5842,-16.57926 -1.83793,-2.5186 -3.80187,-5.78963 -4.36431,-7.26895 -0.56244,-1.47933 -2.83841,-5.14763 -5.05771,-8.15179 -2.2193,-3.00416 -4.47612,-6.48313 -5.01516,-7.73105 -1.9118,-4.42601 -12.20419,-18.43326 -15.06146,-20.49764 -0.93534,-0.67578 -3.28056,-3.60898 -5.2116,-6.51822 l -3.511,-5.28953 -7.66118,-7.23178 c -4.21365,-3.97748 -8.07878,-7.23178 -8.58919,-7.23178 l -0.92801,0 0.19753,-2.38664 0.19752,-2.38665 6.68436,-1.61335 c 3.67639,-0.88735 7.15317,-1.61336 7.72617,-1.61336 0.573,0 2.30862,-0.51915 3.85692,-1.15366 3.42259,-1.40261 4.44306,-1.66817 10.8151,-2.81447 27.83754,-5.00782 39.0577,-6.8678 45,-7.4597 3.85,-0.38349 11.725,-1.57073 17.5,-2.63831 8.64625,-1.59837 23.41092,-3.77765 43.50002,-6.42064 8.3928,-1.10419 23.0423,-2.51047 31.5,-3.02385 5.225,-0.31715 13.9425,-1.03564 19.3722,-1.59664 19.9354,-2.05972 67.7946,-2.82825 95.1278,-1.52756 7.15,0.34024 21.1,0.85961 31,1.15416 21.187,0.63037 30.9891,1.33594 33.892,2.4396 1.1594,0.44081 2.558,0.82425 3.108,0.8521 0.55,0.0278 3.6197,0.35468 6.8216,0.7263 l 5.8216,0.67567 0.8507,2.1435 0.8506,2.1435 -1.9985,1.72206 -1.9986,1.72207 0.5825,0.94252 0.5826,0.94253 -0.7563,0.33541 c -2.2973,1.01894 -21.3249,24.59671 -33.3581,41.33541 -3.9539,5.5 -8.4472,11.35 -9.9851,13 -5.7238,6.14089 -32.4056,45.21492 -39.0613,57.20298 -1.7701,3.18836 -4.4997,7.69815 -6.0657,10.02175 -4.398,6.52562 -9.2964,16.20834 -11.2688,22.27527 -0.9835,3.025 -2.3634,6.64009 -3.0664,8.03353 -1.6112,3.19345 -5.316,20.11327 -11.4719,52.39314 l -1.1303,5.92668 -0.3501,11.07332 -0.3502,11.07333 1.3087,7 c 1.36,7.27513 1.9866,9.33945 6.374,21.00005 l 2.6338,7 2.9328,4.5 c 1.6131,2.475 6.1374,8.55 10.054,13.5 3.9167,4.95 8.386,10.8872 9.9319,13.1938 1.5459,2.3066 6.0581,7.5052 10.0273,11.5523 l 7.2166,7.3584 4.4363,2.1301 4.4363,2.13 4.5,4.2618 c 5.7523,5.4478 14.138,11.8736 15.4952,11.8736 0.577,0 2.6141,1.2863 4.527,2.8586 1.9128,1.5722 4.4927,3.1783 5.7332,3.5691 1.2405,0.3907 3.4905,1.7359 5,2.9891 1.5095,1.2533 4.0946,2.9158 5.7446,3.6944 l 3,1.4157 0,2.9865 0,2.9866 -2.25,0.3195 -2.25,0.3196 0,0.9304 0,0.9305 -1.9732,0 c -1.0853,0 -3.8978,0.8487 -6.25,1.886 -9.9261,4.3773 -11.9587,5.114 -14.1107,5.114 -1.2464,0 -2.6936,0.3973 -3.2161,0.8828 l -0.95,0.8829 -8,0.5351 -8,0.535 -7.5,-1.3465 z"
+ id="path4336" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 779.33475,861.18995 c 4.4795,-1.6516 8.2944,-3.1528 8.4776,-3.336 0.1831,-0.1832 -1.7552,-1.7424 -4.3075,-3.4649 -5.0596,-3.4147 -14.1451,-7.4675 -19.1203,-8.5291 l -3.1464,-0.6714 -3.6356,1.5191 -3.6356,1.519 0.9808,1.7877 c 0.5394,0.9832 1.2494,3.8791 1.5779,6.4354 l 0.5972,4.6477 2.954,1.2236 c 1.6248,0.673 2.9541,1.5804 2.9541,2.0164 l 0,0.7929 4.0797,-0.4687 4.0796,-0.4687 8.1445,-3.003 z"
+ id="path4334" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 748.84435,860.58845 -1.0254,-3.7136 0.4729,-4.1951 0.4728,-4.1951 2.1996,-3.0889 2.1995,-3.089 2.4336,-0.6108 c 3.2002,-0.8032 3.0805,-1.3777 -0.9583,-4.6003 -5.3756,-4.2892 -10.4945,-6.8698 -19.3187,-9.7393 l -8.2107,-2.67 -4.214,3.3347 c -2.3177,1.834 -4.7993,4.1702 -5.5146,5.1915 l -1.3006,1.8569 -0.1976,2.8663 -0.1976,2.8663 2.7702,5.8023 2.7703,5.8023 1.9026,1.1882 c 1.0464,0.6536 1.9026,1.5909 1.9026,2.083 0,0.4922 1.1203,1.933 2.4895,3.202 l 2.4895,2.3072 6.7605,1.4534 c 3.7183,0.7994 8.1867,1.5003 9.9299,1.5575 l 3.1694,0.1041 -1.0254,-3.7136 z"
+ id="path4332" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 714.24795,857.05205 c -1.0579,-1.2865 -3.7946,-10.1649 -4.6069,-14.9458 l -0.458,-2.6958 1.674,-4.3147 c 2.4285,-6.2595 3.9382,-7.9727 11.1227,-12.6212 l 6.4489,-4.1725 2.2432,0 2.2431,0 -4.2947,-4.3564 c -2.3621,-2.3961 -6.9483,-6.3336 -10.1916,-8.75 -3.2432,-2.4165 -6.7721,-5.1837 -7.8419,-6.1493 -1.0698,-0.9656 -3.4325,-2.2935 -5.2504,-2.9509 -1.818,-0.6574 -3.3054,-1.4968 -3.3054,-1.8655 l 0,-0.6703 -5.225,-0.6931 -5.225,-0.6931 -1.227,-1.0184 -1.227,-1.0183 -1.798,0.5797 -1.798,0.5797 -4,5.541 -4,5.5409 -0.7631,2.712 -0.7632,2.712 0.5491,2.5 c 0.3021,1.375 3.3159,8.125 6.6975,15 l 6.1482,12.5 4.8181,7.177 4.8181,7.177 7.7476,3.035 c 9.0245,3.5351 8.7942,3.4777 7.4647,1.861 z"
+ id="path4330" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 674.95685,833.38475 -2.0603,-4.2643 -0.927,-5.6592 c -0.5099,-3.1126 -0.917,-8.1342 -0.9047,-11.1592 l 0.022,-5.5 1.7219,-5.0771 1.7218,-5.077 4.5,-5.0876 4.5,-5.0876 5.8929,-1.6979 5.8929,-1.6978 3.8573,0.5173 3.8574,0.5174 -0.6853,-1.1549 c -1.1497,-1.9376 -8.645,-12.0837 -9.7873,-13.2485 -0.5898,-0.6016 -2.9554,-2.2824 -5.2569,-3.7353 l -4.1845,-2.6415 -4.2933,-1.0535 c -2.3612,-0.5795 -4.8427,-1.1731 -5.5143,-1.3192 -0.6715,-0.1461 -1.534,-0.5786 -1.9166,-0.9612 -0.3822,-0.3826 -1.9329,-0.6956 -3.4457,-0.6956 l -2.7504,0 -4.3329,1.8962 -4.3329,1.8963 -4.1071,5.3537 c -5.1737,6.7441 -7.788,11.9369 -9.3487,18.5696 l -1.2273,5.2159 0.5143,6.4995 0.5143,6.4996 1.3273,3.7631 c 0.7299,2.0697 1.9061,4.4478 2.6137,5.2846 0.7076,0.8368 2.415,2.96 3.7942,4.7183 l 2.5076,3.1968 10.1923,6.8032 c 5.6057,3.7417 10.8144,7.3871 11.5749,8.1008 2.2442,2.1062 2.2683,0.8342 0.07,-3.7149 z"
+ id="path4328" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 637.46005,786.80205 c 1.4492,-3.3 4.0519,-8.8748 5.7838,-12.3884 l 3.1488,-6.3883 5.2325,-5.6517 5.2325,-5.6518 5.3366,-1.65189 5.3367,-1.65191 9,0.54378 9,0.54378 1.6843,0.89819 c 0.9263,0.49401 2.1638,0.89825 2.75,0.89825 l 1.0657,0 -0.043,-2.25005 -0.043,-2.25 -2.4499,-4 c -1.3474,-2.2 -2.7272,-4.675 -3.0662,-5.5 -0.3391,-0.825 -1.994,-4.36194 -3.6776,-7.85986 l -3.0611,-6.35987 -3.271,-3.46821 c -1.799,-1.90752 -3.4134,-4.20792 -3.5875,-5.11202 l -0.3166,-1.6438 -5.758,-2.94479 -5.7581,-2.94478 -2.7797,0 -2.7798,0 -5.4539,2.56871 -5.4539,2.56872 -3,2.91278 c -1.65,1.60203 -4.2375,3.72286 -5.75,4.71296 -1.5125,0.9901 -2.75,2.24146 -2.75,2.7808 0,0.53934 -0.8345,2.17509 -1.8543,3.63499 l -1.8544,2.65437 -1.7548,6 c -0.9652,3.3 -2.635,8.79021 -3.7107,12.20047 l -1.9559,6.20048 0.8939,10.7995 0.8938,10.7996 3.347,8.5 c 1.8408,4.675 4.28,9.85 5.4204,11.5 l 2.0735,3 0.6478,-5 0.6478,-5 2.635,-6 z"
+ id="path4326" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 611.70335,767.45615 0.1209,-6.8459 2.1793,-8.69897 2.1793,-8.69897 4.0689,-9.20515 c 2.2379,-5.06284 5.2983,-11.00516 6.8009,-13.20516 l 2.7319,-4 5.5574,-3.8265 5.5575,-3.82649 7.8158,-2.91988 7.8157,-2.91988 6.6229,-0.004 6.6229,-0.004 4.5482,2.0119 4.5482,2.01191 2.5144,2.98809 c 2.9775,3.53863 3.2487,3.6054 3.938,0.96962 l 0.5278,-2.01847 -1.7576,-10.73153 -1.7576,-10.73152 -2.3247,-5.5 c -1.2786,-3.025 -3.5977,-7.43506 -5.1536,-9.80013 -1.5559,-2.36507 -2.8289,-4.64338 -2.8289,-5.06291 0,-2.49204 -9.4404,-8.70019 -14,-9.20663 l -2.5,-0.27767 -6,1.2684 c -10.5071,2.22121 -19.4211,4.89924 -24.1217,7.24681 l -4.5637,2.27921 -2.9651,3.52646 c -1.6308,1.93955 -4.2302,4.87646 -5.7764,6.52646 -1.5462,1.65 -3.6461,4.35 -4.6664,6 -1.0203,1.65 -2.5899,3.675 -3.488,4.5 -0.8981,0.825 -3.346,4.2 -5.4398,7.5 -2.0938,3.3 -4.2956,6.32073 -4.8929,6.71274 l -1.086,0.71274 -0.1617,10.9898 -0.1616,10.98981 -0.6474,1.04746 -0.6473,1.04745 1.059,0 1.059,0 0,1.70323 c 0,4.61619 9.0955,29.77927 13.1198,36.29677 2.4867,4.0271 5.0962,8 5.2547,8 0.097,0 0.2313,-3.0806 0.2979,-6.8459 z"
+ id="path4324" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 584.03095,715.70591 0,-3.5961 1.6207,-5.6539 c 0.8914,-3.10965 2.0125,-6.14531 2.4913,-6.74592 l 0.8706,-1.09201 -0.6079,-0.60791 -0.6079,-0.60791 3.0908,-5.02316 c 1.6999,-2.76273 3.3696,-6.13404 3.7104,-7.4918 l 0.6196,-2.46864 4.7147,-4.91737 c 2.5931,-2.70456 6.6009,-6.16558 8.9062,-7.69117 2.3053,-1.52558 4.1915,-3.11224 4.1915,-3.5259 0,-1.02215 5.1277,-4.31545 6.7192,-4.31545 l 1.2808,0 -0.5029,-0.50295 -0.503,-0.50294 3.8285,-2.28301 c 5.1839,-3.09135 11.4784,-5.04458 18.6774,-5.79578 3.3,-0.34434 8.0918,-0.88256 10.6484,-1.19603 l 4.6483,-0.56995 5.3705,1.1149 5.3705,1.11491 4.0829,2.72709 4.0829,2.72709 5.2746,6 5.2747,6 1.387,3.25 c 1.4883,3.48736 2.001,3.98238 2.0711,2 0.024,-0.6875 0.6151,-5.975 1.3128,-11.75 l 1.2686,-10.5 -0.1127,-10.5 -0.1127,-10.5 -1.6853,-3.75 -1.6853,-3.75 -0.9072,0 -0.9071,0 0.618,-1 0.618,-1 -0.9916,0 -0.9916,0 -0.6875,-2.25 -0.6874,-2.25 -4.13,-3.84476 c -2.2714,-2.11461 -5.1608,-4.54089 -6.4207,-5.39173 l -2.2908,-1.54697 -4.2092,-0.77893 -4.2092,-0.77894 -5.5,1.33784 c -3.025,0.73582 -8.6628,2.19748 -12.5283,3.24814 l -7.0284,1.9103 -5.9015,3.77515 c -3.2458,2.07634 -8.8127,5.97898 -12.3708,8.67253 -3.5581,2.69355 -6.9791,4.89737 -7.6021,4.89737 l -1.1329,0 -7.9842,7.75 c -4.3913,4.2625 -8.6527,8.65 -9.4697,9.75 -0.8171,1.1 -3.1075,4.025 -5.0899,6.5 -1.9824,2.475 -3.8568,5.4 -4.1653,6.5 -0.3085,1.1 -2.005,5.825 -3.7699,10.5 l -3.2089,8.5 -0.3588,10.51318 -0.3589,10.51318 0.8631,3.48682 c 0.4747,1.91775 1.4397,6.07432 2.1445,9.23682 l 1.2814,5.75 0.8403,0 0.8403,0 0,-3.59609 z"
+ id="path4322" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 571.36115,688.26631 -0.5548,-7.98879 1.0047,-1.23776 c 0.5526,-0.68077 1.7355,-4.11543 2.6287,-7.63258 l 1.624,-6.39483 2.7172,-5.10517 c 1.4945,-2.80785 4.6824,-8.25518 7.0843,-12.10518 l 4.3671,-7 3.7769,-3.6328 c 2.0773,-1.99804 3.9445,-4.03074 4.1493,-4.51712 0.2048,-0.48638 2.6177,-2.67661 5.362,-4.8672 2.7443,-2.19058 5.8943,-4.80049 7,-5.79979 3.1884,-2.88154 14.5852,-10.10977 19.5104,-12.37408 2.475,-1.13786 8.9466,-3.49008 14.3813,-5.22714 l 9.8812,-3.15831 10.6188,-0.1306 10.6187,-0.13061 4.5,1.85663 c 2.475,1.02114 6.695,3.19607 9.3777,4.83318 l 4.8777,2.97656 2.2498,5.08723 c 1.9039,4.30506 2.9921,8.3156 5.0423,18.58405 0.1647,0.825 0.3518,2.4 0.4158,3.5 l 0.1164,2 1.7935,-3.58591 c 0.9864,-1.97225 1.8166,-4.22225 1.8449,-5 0.1433,-3.93886 7.4003,-25.14688 9.4499,-27.61652 l 1.0754,-1.29578 0.2913,-9.25089 0.2912,-9.2509 -1.1681,-4.58466 -1.1682,-4.58467 -2.8158,-3.69174 -2.8159,-3.69175 -0.36,-2.72359 c -0.1981,-1.49797 -0.3911,-3.08931 -0.429,-3.53631 -0.038,-0.44699 -2.8814,-2.06501 -6.3189,-3.5956 l -6.25,-2.78289 -8.4862,-1.78928 -8.4862,-1.78929 -10.0138,-0.11511 c -5.5076,-0.0633 -12.2866,0.17954 -15.0646,0.53967 l -5.0507,0.65478 -11.9493,4.82844 c -6.572,2.65565 -12.5836,5.43822 -13.3589,6.18349 -0.7753,0.74527 -3.0253,2.42164 -5,3.72527 -13.5776,8.96356 -29.3084,21.14273 -31.5842,24.45324 -0.9453,1.375 -3.7103,4.075 -6.1446,6 l -4.4259,3.5 -4.5713,5.79729 -4.5713,5.79729 -1.9362,5.20271 c -5.3577,14.39669 -8.8568,26.39431 -8.8568,30.36789 0,4.16761 4.6608,26.03056 7.0178,32.91885 1.1133,3.25378 3.2376,8.24453 4.7207,11.09054 l 2.6966,5.17458 0.7249,-0.44803 0.7249,-0.44802 -0.5547,-7.98879 z"
+ id="path4320" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 548.03093,640.45122 c 0,-1.56792 0.3975,-4.15542 0.88334,-5.75 0.48583,-1.59457 1.47363,-4.92422 2.1951,-7.39922 2.88898,-9.91071 13.94278,-27.25231 22.87868,-35.89277 9.6664,-9.34691 20.4977,-17.59394 39.2577,-29.89103 l 7.7147,-5.057 5.6769,-1.27043 5.6769,-1.27043 3.2829,-2.2278 3.2828,-2.22781 7.8255,-2.1806 7.8255,-2.1806 6,0.009 c 3.3,0.005 10.05,0.29783 15,0.65044 l 9,0.64111 6.1216,1.40463 c 3.3669,0.77255 8.5896,2.49607 11.606,3.83005 l 5.4843,2.42542 5.0555,4.7139 5.0556,4.71389 2.0361,4.15485 c 4.2708,8.71525 5.2319,12.85775 5.1982,22.40485 l -0.026,7.25 0.7342,-0.0115 c 0.7354,-0.0115 4.8159,-7.85523 4.6413,-8.92175 -0.051,-0.31173 1.5928,-3.82414 3.653,-7.80537 2.0602,-3.98122 4.9231,-10.64776 6.362,-14.81453 1.439,-4.16676 3.3344,-8.6719 4.212,-10.01141 0.8777,-1.33951 1.3665,-2.43547 1.0861,-2.43547 -0.2803,0 -0.126,-1.6875 0.343,-3.75 l 0.8528,-3.75 -1.1513,-4 c -0.6331,-2.2 -1.7272,-4.91515 -2.4313,-6.03366 -0.704,-1.11851 -1.42,-2.9508 -1.5911,-4.07175 l -0.311,-2.0381 -4.4648,-6.06498 -4.4649,-6.06499 -11.5008,-4.55549 -11.5009,-4.55549 -11,-2.6615 -11,-2.66149 -15.5,0.66074 -15.5,0.66073 -10.0459,1.45373 -10.046,1.45372 -7.8202,2.482 c -4.3011,1.3651 -9.6277,2.96871 -11.8369,3.56357 -7.9721,2.14668 -17.2308,7.10544 -32.5226,17.4184 -4.2022,2.83404 -13.9629,11.36445 -21.7569,19.01456 -11.31704,11.10811 -16.86684,19.43175 -20.93904,31.40451 l -2.44643,7.1928 -0.61275,5.70134 c -0.33701,3.13574 -0.82468,6.45098 -1.0837,7.36719 l -0.47095,1.66585 1.10859,0.68514 1.10859,0.68515 -0.28822,3.34537 -0.28822,3.34538 0.7021,0.70209 0.70209,0.7021 -0.53565,2.13422 -0.53566,2.13423 1.09261,4.46731 c 0.60094,2.45703 1.22981,4.91732 1.39749,5.46732 0.16768,0.55 0.63762,2.35 1.04431,4 0.40669,1.65 1.46596,5.1375 2.35392,7.75 l 1.61449,4.75 0.80245,0 0.80246,0 0,-2.85078 z"
+ id="path4318" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 531.62245,608.00408 c 0.0893,-1.21114 0.76708,-5.91458 1.50618,-10.45208 l 1.34383,-8.25 0.74785,0 0.74785,0 -0.55781,-1.45363 -0.55781,-1.45364 2.12409,-5.67714 c 1.16825,-3.12242 2.78338,-6.61842 3.58919,-7.76887 0.80581,-1.15045 1.46511,-2.83746 1.46511,-3.74891 l 0,-1.65717 4.25,-5.41447 c 2.3375,-2.97796 5.03839,-6.29461 6.00197,-7.37032 0.96359,-1.07572 3.42885,-3.92407 5.47825,-6.32967 5.059,-5.93818 21.0094,-19.23567 30.7698,-25.65216 6.8265,-4.4877 16.2987,-9.45989 24,-12.59812 2.128,-0.86713 17.9772,-5.21371 23,-6.30766 9.2161,-2.00721 11.4462,-2.44021 16,-3.1066 7.6014,-1.11237 12.7651,-1.39209 27.5,-1.48968 l 13.5,-0.0894 9.5,2.00354 9.5,2.00355 9.5,4.15256 c 5.225,2.2839 11.9298,5.06624 14.8995,6.18298 l 5.3996,2.03043 5.2863,5.28633 5.2863,5.28633 2.1512,4.21656 2.1511,4.21657 0.549,7.25966 0.5491,7.25967 -1.084,3.10964 -1.0841,3.10964 0.7867,0 c 0.4327,0 2.6652,-2.92582 4.9612,-6.50182 l 4.1745,-6.50182 1.3909,-5.24818 c 0.7649,-2.8865 1.8551,-6.43883 2.4224,-7.89406 l 1.0316,-2.64588 0.1326,-8.35412 c 0.073,-4.59477 0.1019,-9.3516 0.064,-10.57074 l -0.068,-2.21662 -4.6537,-5.28338 c -2.5596,-2.90586 -5.5971,-5.79471 -6.75,-6.41967 l -2.0963,-1.13629 -18.5,-0.74807 c -44.2141,-1.78786 -94.9571,-0.3357 -125,3.57724 -8.4237,1.09715 -21.9738,2.74714 -29.5,3.59222 -2.75,0.30879 -9.2118,1.63913 -14.3595,2.95631 -5.1477,1.31718 -9.5617,2.39488 -9.809,2.39488 -0.2472,0 -0.1714,0.45 0.1685,1 l 0.618,1 -2.1863,0 -2.1863,0 -6.58453,3.24156 -6.58453,3.24155 -3.54078,3.50845 c -4.13163,4.0939 -11.35137,12.79517 -11.94781,14.39957 -0.22673,0.60988 -0.98113,1.55887 -1.67645,2.10887 -0.69533,0.55 -2.26381,2.95289 -3.48552,5.33975 l -2.22129,4.33975 -0.53514,3.66025 c -0.29432,2.01314 -0.5365,9.96025 -0.53817,17.66025 l -0.003,14 4.23744,13 c 2.3306,7.15 4.97231,14.67945 5.87048,16.73211 l 1.63304,3.73211 0.53003,-0.53003 c 0.29152,-0.29151 0.60309,-1.52096 0.69238,-2.73211 z"
+ id="path4316" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 510.75391,562.75223 0.22299,-8.52918 1.45911,-4.71053 c 3.46185,-11.17608 7.55085,-19.73047 10.61665,-22.21052 0.33995,-0.275 2.43629,-2.975 4.65852,-6 2.22223,-3.025 6.24077,-7.54169 8.93009,-10.03709 l 4.88966,-4.53708 3.25,-1.33424 3.25,-1.33423 0,-0.9377 0,-0.93769 -1.03689,0.64083 c -0.57029,0.35246 -4.73279,1.26743 -9.25,2.03327 -4.51721,0.76584 -12.03811,2.08319 -16.71311,2.92746 l -8.5,1.53502 -7.24877,3.5202 -7.24877,3.52019 -3.50123,3.07412 -3.50123,3.07412 0,1.45543 0,1.45542 0.76204,-0.47096 0.76205,-0.47097 0.11389,4.66195 0.1139,4.66195 2.52343,9.25563 2.52343,9.25564 2.93153,4.74436 c 1.61235,2.60941 4.01936,6.88187 5.34892,9.49437 l 2.41738,4.75 1.00171,-0.0103 1.00172,-0.0103 0.22298,-8.52919 z"
+ id="path4314" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 486.57644,542.83443 -2.23515,-9.96757 0.93142,-4.03243 c 0.51227,-2.21784 1.13972,-5.11925 1.39432,-6.44758 0.2546,-1.32834 1.39625,-3.72591 2.537,-5.32795 l 2.07409,-2.91279 2.12641,-0.94343 2.1264,-0.94344 -3,0.54879 c -1.65,0.30184 -4.575,0.78549 -6.5,1.07479 -1.925,0.2893 -4.625,0.91585 -6,1.39232 -2.58569,0.896 -15.33696,3.95975 -18.27536,4.39101 -0.91671,0.13455 -1.93869,0.51657 -2.27106,0.84893 l -0.6043,0.60431 1.99757,0.634 1.99758,0.63401 3.62798,4.2073 c 4.87037,5.64808 5.52759,6.51256 5.52759,7.27074 0,1.04642 16.15658,19.65711 16.61027,19.13329 0.0937,-0.1082 -0.83543,-4.68214 -2.06476,-10.1643 z"
+ id="path4312" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 784.11535,521.53517 c 1.9714,-2.05324 6.2352,-7.10817 9.4752,-11.23317 3.2399,-4.125 6.8528,-8.47128 8.0285,-9.65841 l 2.1378,-2.15841 -4.6129,-1.15062 c -2.5372,-0.63284 -6.4065,-1.62387 -8.5985,-2.20229 -2.192,-0.57842 -7.592,-1.29862 -12,-1.60045 l -8.0145,-0.54877 2.7666,3.40948 c 1.5217,1.87521 3.4915,4.43044 4.3774,5.67829 l 1.6107,2.26883 0.1226,10.47283 c 0.067,5.76005 0.3477,10.46901 0.6227,10.46435 0.275,-0.005 2.113,-1.68841 4.0844,-3.74166 z"
+ id="path4310" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 848.03095,836.61895 c -1.925,-0.8554 -4.175,-1.9274 -5,-2.3824 -9.5084,-5.2436 -14.1373,-7.0029 -19.5,-7.4113 -0.55,-0.042 -1.45,-0.3415 -2,-0.6658 -1.3007,-0.767 -12.61,-4.2975 -19,-5.9313 l -5,-1.2784 -3.8892,-2.5739 c -2.139,-1.4156 -4.7265,-3.0181 -5.75,-3.561 -1.0234,-0.5429 -1.8608,-1.3304 -1.8608,-1.75 0,-0.4196 -0.5983,-0.7628 -1.3295,-0.7628 l -1.3294,0 -11.1887,-11.2595 c -6.1538,-6.1927 -11.968,-12.4231 -12.9206,-13.8454 -7.4336,-11.1 -9.5358,-14.6933 -14.2722,-24.3951 -2.9536,-6.05005 -5.8273,-11.31308 -6.3859,-11.69568 l -1.0158,-0.69562 0.6676,-0.66763 0.6677,-0.66763 -1.3471,-3.63674 c -0.7409,-2.00021 -1.8703,-5.88675 -2.5097,-8.63675 -0.6395,-2.75 -1.6968,-6.8 -2.3495,-9 l -1.1869,-4 0.08,-13 0.08,-13 1.8178,-8.5 c 0.9998,-4.675 2.2014,-8.9275 2.6702,-9.45 0.4688,-0.5225 0.8524,-1.95844 0.8524,-3.19098 l 0,-2.24099 0.8632,-0.53347 c 0.4747,-0.29341 2.3171,-4.17693 4.0941,-8.63004 l 3.231,-8.09657 4.1492,-6.17898 c 5.4907,-8.17659 5.5742,-8.31361 9.9198,-16.28596 5.6945,-10.44671 11.6061,-20.41269 12.6899,-21.39301 1.1885,-1.075 4.7261,-6.75902 7.4685,-12 1.5829,-3.025 4.9478,-8.65 7.4776,-12.5 4.5085,-6.86128 6.6802,-10.49512 9.2634,-15.5 1.7423,-3.37555 19.5275,-26.99385 22.2143,-29.5 1.1794,-1.1 6.865,-7.4 12.6348,-14 5.7698,-6.6 10.7278,-12.225 11.0177,-12.5 4.1748,-3.95962 15.9621,-22.87236 15.9723,-25.62756 0,-0.62015 0.6731,-1.68269 1.4906,-2.36119 l 1.4865,-1.23363 9.7635,1.52816 c 5.3701,0.84049 11.7887,2.04885 14.2637,2.68525 l 4.5,1.1571 9,-0.68369 9,-0.68368 14,-2.85523 c 7.7,-1.57038 16.7,-3.57944 20,-4.46459 3.3,-0.88515 10.05,-2.67844 15,-3.98508 14.2031,-3.74919 17.4713,-4.9426 28.0556,-10.24493 18.15405,-9.09444 23.35375,-12.65565 35.37965,-24.23093 l 7.792,-7.5 3.9841,-5.50119 c 2.1912,-3.02565 4.7523,-6.13875 5.6912,-6.918 l 1.7072,-1.41681 4.582,-9.29186 4.582,-9.29186 0,-5.29014 c 0,-12.47217 -2.2487,-27.86641 -4.4077,-30.24014 -0.4752,-0.5225 -0.864,-1.70401 -0.864,-2.62557 0,-5.18298 -15.8278,-35.45502 -22.0741,-42.21865 -0.9113,-0.98682 -2.7078,-3.83744 -3.9922,-6.3347 l -2.3353,-4.54048 -10.6813,-10.9153 -10.68125,-10.9153 -1.1179,0 -1.1179,0 0,-1.01809 c 0,-1.32717 -39.1524,-40.53737 -44.9642,-45.03058 -2.4553,-1.89823 -6.0553,-4.83709 -8,-6.5308 -4.2068,-3.6639 -12.1658,-9.16811 -17.0358,-11.78157 -1.925,-1.03303 -7.325,-4.41176 -12,-7.50827 -4.675,-3.09651 -11.2,-7.03472 -14.5,-8.75157 -3.3,-1.71685 -9.9732,-5.209 -14.8293,-7.76034 l -8.8294,-4.63879 -1.032,0.63781 -1.032,0.6378 -3.7753,-4.13012 -3.7753,-4.13012 -3.0838,-0.61676 -3.0838,-0.61676 -0.6004,-1.89156 -0.6003,-1.89156 -9.5428,-4.48936 c -5.251,-2.46915 -9.8891,-4.48936 -10.3093,-4.48936 -0.4202,0 -1.3427,-0.69728 -2.05,-1.5495 -0.7073,-0.85223 -3.3499,-2.48265 -5.8724,-3.62317 -7.0215,-3.1746 -28.7695,-17.55751 -48.5865,-32.13234 -3.85,-2.83157 -7.45,-5.47528 -8,-5.87491 -0.55,-0.39964 -3.4846,-2.88514 -6.5213,-5.52334 -3.0368,-2.63821 -7.1962,-5.92174 -9.2432,-7.29674 l -3.7218,-2.5 -0.01,-1.16821 c 0,-0.64252 0.2737,-1.89919 0.6165,-2.7926 l 0.6234,-1.62438 4.1266,-2.06633 4.1267,-2.06633 17.4606,-17.14105 c 9.6033,-9.4276 20.6283,-20.503 24.5,-24.612 12.624,-13.3978 15.9264,-16.537 24.0394,-22.8515 17.6506,-13.7377 21.1525,-16.5272 24.7773,-19.7362 2.0776,-1.8393 5.2276,-4.356 7,-5.5926 1.7725,-1.2366 3.5826,-2.8335 4.0224,-3.5486 0.4398,-0.7151 1.2708,-1.3002 1.8465,-1.3002 0.5758,0 3.0279,-1.7438 5.4491,-3.875 l 4.4024,-3.875 8.7512,-5.0018 8.7512,-5.0017 6.4492,-2.1908 6.4492,-2.1908 8.5508,-0.9964 8.5508,-0.9963 10.4058,0.5769 10.4057,0.5769 6.0943,1.5562 c 10.1432,2.5902 14.6865,4.3522 20.5438,7.9676 l 5.5938,3.4526 6.6168,6.2488 6.6168,6.2488 1.5847,3 c 4.9201,9.3145 9.815,20.1554 10.3295,22.8774 0.3246,1.7174 0.9299,3.5726 1.34505,4.1226 0.4152,0.55 1.0526,3.25 1.4166,6 l 0.6616,5 1.4599,2.9381 1.46,2.938 0.5623,5.062 c 0.3093,2.784 0.983,6.6369 1.4972,8.5619 0.5142,1.925 1.3864,6.6049 1.9382,10.3998 l 1.0032,6.8997 4.5747,10.60027 c 2.5161,5.83013 7.0309,15.12308 10.0329,20.65102 l 5.4582,10.05079 5.7621,7.63413 c 7.0663,9.36209 12.8719,15.72744 17.0723,18.71838 1.7495,1.24577 4.5177,3.48596 6.1515,4.9782 l 2.9706,2.71317 7.9343,4.22758 c 4.3638,2.32517 8.9634,4.41897 10.2212,4.6529 5.8693,1.09158 12.381,2.80814 13.2869,3.50258 0.55,0.42163 4.4556,1.31929 8.6791,1.99481 l 7.6792,1.2282 14.8209,-0.53731 14.8209,-0.53731 7,-1.98059 c 3.85,-1.08933 9.8386,-2.89008 13.308,-4.00167 l 6.3081,-2.02106 -0.3081,2.6632 -0.308,2.66321 -4.5,1.18991 c -2.475,0.65445 -5.85,1.60857 -7.5,2.12026 l -3,0.93036 3,0.68073 c 1.65,0.3744 5.025,1.45921 7.5,2.41069 l 4.5,1.72996 0.2884,9.28369 0.2884,9.28369 -4.2884,-2.498 c -13.7996,-8.03832 -33.882,-11.80821 -62.2885,-11.69282 l -13,0.0528 -3.4934,1.00436 c -1.9214,0.5524 -5.167,1.00436 -7.2125,1.00436 l -3.7191,0 -5.7875,2.12829 -5.7875,2.1283 -8.478,5.07654 -8.478,5.07655 -6.522,5.50024 c -3.5871,3.02514 -7.05,6.19546 -7.6954,7.04516 -1.8531,2.43991 -8.2527,19.39821 -10.1713,26.95314 l -1.7446,6.86989 -0.2864,9.04586 -0.2864,9.04585 2.1679,8.81509 c 2.9666,12.06338 5.9982,20.29573 11.1386,30.24736 l 4.3556,8.43228 1,0.31144 1,0.31144 0.1648,-4.23526 0.1648,-4.23526 1.7166,-6.00846 c 3.355,-11.74345 6.296,-20.12833 10.2125,-29.11666 l 3.9687,-9.1082 4.3087,-5.83248 c 7.0404,-9.53023 17.7849,-20.67824 25.06,-26.00119 1.8721,-1.3698 3.9126,-3.16888 4.5344,-3.99797 l 1.1305,-1.50743 5.8695,-1.05484 c 3.2282,-0.58016 9.6946,-1.90816 14.3696,-2.95111 4.675,-1.04294 11.425,-2.12746 15,-2.41003 l 6.5,-0.51378 9.7075,1.03814 9.7076,1.03813 5.2924,1.47852 c 2.9109,0.81318 5.7425,1.60184 6.2925,1.75258 0.55,0.15073 2.0125,0.83075 3.25,1.51115 l 2.25,1.23709 0,10.46481 0,10.46482 -0.75,-0.0236 c -0.4125,-0.013 -2.1,-1.86719 -3.75,-4.12043 l -3,-4.09679 -4.1401,-3.18587 -4.1401,-3.18586 -7.3599,-2.34639 c -4.048,-1.29052 -8.0349,-2.56185 -8.8599,-2.82519 -3.9533,-1.2619 -8.1606,-1.67513 -15.5,-1.52241 l -8,0.16647 -5.5,1.46746 c -3.0251,0.80709 -7.8552,2.40414 -10.7337,3.54898 l -5.2335,2.08153 -3.4135,3.77107 c -1.8773,2.07409 -4.5933,5.12107 -6.0353,6.77107 -1.4421,1.65 -3.2885,3.71275 -4.103,4.58389 -0.8146,0.87114 -1.4811,1.9055 -1.4811,2.29859 0,0.39309 -1.8,3.42467 -4,6.73683 -2.2,3.31217 -4,6.33446 -4,6.71621 0,0.38176 -0.8718,2.3207 -1.9373,4.30876 -1.0656,1.98807 -2.6699,6.25641 -3.5653,9.48519 -0.8953,3.22879 -2.5044,9.02053 -3.5759,12.87053 -1.0714,3.85 -2.721,10.49431 -3.6658,14.76514 l -1.7179,7.76515 1.0484,1.73485 1.0484,1.73486 -0.7128,3.35661 -0.7128,3.35661 0.5344,5.89339 0.5344,5.89339 0.6111,-0.0626 c 0.3361,-0.0344 2.1569,-3.21664 4.0461,-7.07156 l 3.435,-7.00895 5.3531,-7.17844 5.353,-7.17844 7.212,-6.57888 7.2119,-6.57888 4.5,-2.59504 c 8.8501,-5.1036 22.4821,-9.34339 35.663,-11.09181 l 9.1629,-1.21544 6.3371,0.66662 c 6.2053,0.65277 15.6163,2.90954 21.0871,5.05674 l 2.75,1.07933 0,2.87868 c 0,1.58327 -0.1678,2.87868 -0.3729,2.87868 -0.2051,0 -2.3426,-0.86265 -4.75,-1.91701 -2.4074,-1.05436 -5.7271,-2.16165 -7.3771,-2.46065 -1.65,-0.29901 -4.8,-0.97754 -7,-1.50785 -2.2,-0.53032 -5.5815,-1.09011 -7.5144,-1.24398 l -3.5144,-0.27976 -1.0587,0.65429 c -0.5822,0.35987 -3.7918,1.09447 -7.1324,1.63245 l -6.0738,0.97815 -5.3531,2.26238 c -2.9443,1.24431 -8.1018,3.97679 -11.4613,6.07218 -3.3595,2.09539 -6.5843,3.8098 -7.1662,3.8098 -0.582,0 -2.9884,1.8 -5.3477,4 -2.3593,2.2 -4.5371,4 -4.8397,4 -0.9516,0 -17.7122,21.30865 -20.0573,25.5 -2.7954,4.99624 -5.5683,14.45252 -7.4773,25.5 l -1.4689,8.5 -0.017,7.75 -0.017,7.75 1,0 c 0.55,0 1.8625,-0.8625 2.9167,-1.91667 l 1.9166,-1.91666 -0.5833,-0.58334 -0.5833,-0.58333 1.1333,0 c 0.6233,0 2.6315,-1.49818 4.4626,-3.32929 1.8311,-1.83111 7.2007,-5.90537 11.9324,-9.05391 l 8.6031,-5.72463 9.7113,-3.47096 9.7115,-3.47096 7.1396,-0.16049 c 3.9268,-0.0883 9.7811,0.18704 13.0095,0.61181 l 5.8699,0.77231 4.1301,1.77225 c 2.2716,0.97474 6.3725,2.79465 9.1132,4.04425 l 4.9831,2.27201 6.7669,6.53287 6.7669,6.53286 -0.02,4.58594 -0.019,4.58594 -3.6499,-4.35413 c -2.0074,-2.39476 -4.8111,-5.43457 -6.2304,-6.75511 -5.8493,-5.44224 -10.6348,-9.34575 -11.4841,-9.36756 -0.4969,-0.0128 -3.3915,-1.20023 -6.4325,-2.63882 l -5.5289,-2.61561 -11.5676,-0.0306 -11.5675,-0.0306 -5.75,2.21804 -5.7501,2.21805 0,0.92815 0,0.92815 -1.1155,0 c -1.4035,0 -14.2229,8.45427 -18.8845,12.45408 -5.3385,4.58067 -14.2051,13.72874 -18.5779,19.16764 -2.1572,2.68305 -4.1861,5.10328 -4.5087,5.37828 -1.3687,1.16672 -5.9134,9.80609 -5.9134,11.24125 l 0,1.56554 6.75,-2.38855 6.75,-2.38855 9,-1.59872 9,-1.59873 6.5,0.53727 c 3.575,0.2955 11,1.22401 16.5001,2.06334 l 10,1.52608 8.3641,2.97539 8.3641,2.97539 8.2864,5.51386 8.2863,5.51385 5.3496,5.31545 c 2.9422,2.9235 7.262,7.44963 9.5995,10.05806 l 4.25,4.74261 -0.076,6.22323 -0.076,6.22323 -1.1739,-3.18401 c -1.3603,-3.68947 -2.7614,-5.5058 -12.2173,-15.83752 l -6.9566,-7.60098 -5.0352,-3.80899 c -10.457,-7.91182 -21.012,-12.54808 -35.4629,-15.57794 l -7.5001,-1.57249 -11.5,0.13969 -11.5,0.13968 -5,1.81843 c -12.2401,4.45155 -18.3068,6.91674 -22.4405,9.11873 l -4.4405,2.3654 -5.4226,5 c -7.851,7.23918 -10.2696,9.76012 -9.8073,10.22246 0.225,0.22495 2.3669,-0.15179 4.76,-0.83719 5.2742,-1.51063 4.2117,-1.23683 10.9129,-2.812 l 5.562,-1.30739 10.938,0.47068 10.938,0.47069 7.9225,2.69259 c 4.3573,1.48092 12.4573,4.95331 18,7.71641 l 10.0776,5.02383 6.2233,4.93385 6.2233,4.93385 9.0166,10.74611 c 4.9591,5.91036 9.6461,11.48364 10.4156,12.38507 4.257,4.98682 10.689,19.43192 13.7416,30.86104 1.4677,5.4953 1.496,5.73922 1.7085,14.75 l 0.1711,7.25 1.5,0 c 1.8608,0 1.8696,0.5069 0.067,3.84571 -0.7882,1.45986 -2.5335,5.17656 -3.8783,8.25933 l -2.4452,5.60504 -5.0072,5.52905 c -2.7539,3.04098 -5.3961,6.20179 -5.8716,7.02404 l -0.8646,1.49499 -10.4349,6.62092 c -5.7392,3.6415 -11.0002,6.62092 -11.691,6.62092 -0.6908,0 -1.5784,0.52152 -1.9723,1.15893 l -0.7163,1.15892 11.9073,-0.68844 c 6.5489,-0.37865 14.0474,-0.90506 16.6633,-1.1698 l 4.756,-0.48136 6.646,-2.50155 c 3.6553,-1.37585 8.1526,-3.43266 9.994,-4.57069 l 3.3479,-2.06913 0,7.08156 0,7.08156 -1.5,0 c -0.825,0 -1.5,0.25714 -1.5,0.57143 0,0.31428 0.675,1.24643 1.5,2.07143 l 1.5,1.5 0,3.96375 0,3.96376 -2.25,-1.16787 c -1.2375,-0.64233 -2.8654,-1.65718 -3.6176,-2.25523 -0.7522,-0.59805 -4.3522,-1.89085 -8,-2.87289 l -6.6324,-1.78553 -11.5,-0.63275 -11.5,-0.63275 -5.5,1.24334 c -3.025,0.68383 -6.4,1.416 -7.5,1.62704 -1.1,0.21104 -7.6251,1.97842 -14.5001,3.9275 -6.875,1.94909 -13.175,3.66367 -14,3.81018 -0.825,0.14651 -2.4829,0.80688 -3.6843,1.46749 -1.2013,0.6606 -2.7329,1.2011 -3.4035,1.2011 -0.6706,0 -3.5126,1.07941 -6.3157,2.3987 -12.7244,5.98881 -20.3235,9.37832 -22.6136,10.08653 -5.9061,1.82642 -21.0035,11.42248 -32.6046,20.72374 l -7.1218,5.70989 -7.37815,8.19437 c -4.0581,4.5069 -10.2596,11.38552 -13.7811,15.28583 -3.5215,3.9003 -8.2465,9.55382 -10.5,12.56338 -2.2535,3.00956 -4.8463,6.23582 -5.7619,7.16946 -0.9156,0.93364 -3.2989,4.25218 -5.2963,7.37453 -3.8739,6.05595 -3.9375,6.14063 -8.6258,11.49357 -1.6861,1.925 -4.5878,5.75 -6.4483,8.5 -1.8606,2.75 -4.2913,6.125 -5.4016,7.5 -1.1104,1.375 -2.0288,2.86752 -2.0411,3.31672 -0.012,0.4492 -1.1472,2.29167 -2.5222,4.09439 -1.375,1.80272 -2.5,3.54109 -2.5,3.86305 0,0.32196 -4.725,7.67667 -10.5,16.34379 -5.775,8.6672 -10.5,16.3488 -10.5,17.0702 l 0,1.3119 -0.9856,0 -0.9856,0 -3.1371,6.25 -3.137,6.25 -5.6226,6.5 c -3.0924,3.575 -6.8634,7.85 -8.3799,9.5 -1.5166,1.65 -3.0116,3.7875 -3.3222,4.75 l -0.5648,1.75 -1.9012,0 -1.9012,0 0.5038,1.3128 0.5038,1.3129 -6.2852,5.2381 c -3.4569,2.8809 -8.4679,7.1276 -11.1355,9.4371 -5.6845,4.9213 -13.1132,9.7261 -14.8968,9.6351 -0.6892,-0.035 -2.828,-0.7638 -4.753,-1.6191 z"
+ id="path4308" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 855.53095,823.18855 c 2.75,-3.3545 5.7651,-6.9944 6.7003,-8.0886 l 1.7004,-1.9894 2.0171,-6.1543 2.0172,-6.1542 -0.3277,-2.7291 -0.3277,-2.7291 -1.3147,-1.5841 -1.3147,-1.5841 -0.8748,1.5632 -0.8748,1.5632 -1.1565,0 c -0.636,0 -4.4973,1.6875 -8.5806,3.75 l -7.4241,3.75 -3.1703,3 c -1.7437,1.65 -3.9164,4.1932 -4.8283,5.6515 l -1.6579,2.6516 -0.6237,4.5984 -0.6236,4.5985 2.0232,0 2.0232,0 0.618,1 0.618,1 1.7661,0 1.766,0 1.9249,1.9405 1.925,1.9406 1.5,0.052 1.5,0.052 5,-6.0991 z"
+ id="path4306" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 826.92305,813.80205 1.3287,-4.5 0.8896,0 0.8896,0 0,-1.5451 0,-1.545 6.4792,-6.3529 6.4792,-6.3528 8.5731,-3.1021 8.573,-3.1021 2.4799,0 c 3.3587,0 8.5246,2.2846 10.7054,4.7345 l 1.7896,2.0106 0.3177,4.8774 0.3177,4.8775 -0.9222,1.8054 c -0.5072,0.993 -0.7513,2.3183 -0.5423,2.945 l 0.3798,1.1396 3.435,-5.945 c 1.8893,-3.2698 3.4708,-6.395 3.5145,-6.945 0.044,-0.55 0.6085,-2.8566 1.2551,-5.1257 l 1.1755,-4.1257 -0.3875,-8.8352 -0.3876,-8.8351 -1.1175,-0.3725 -1.1175,-0.3725 0,-1.2637 c 0,-0.695 -0.7875,-2.1694 -1.75,-3.2764 l -1.75,-2.0127 -6.0001,-1.0398 -6,-1.0397 -3.9518,0.3851 c -4.6991,0.4579 -16.0258,4.09 -19.5482,6.2685 -4.096,2.5332 -9.3977,8.2324 -14.089,15.1454 -2.426,3.575 -4.7124,6.7292 -5.0808,7.0094 -0.3683,0.2802 -1.6445,2.9802 -2.836,6 l -2.1662,5.4906 0.5922,3.7146 0.5921,3.7147 2.4939,3.6749 c 1.3716,2.0212 2.4938,4.2871 2.4938,5.0353 0,0.7483 0.3518,1.3605 0.7817,1.3605 l 0.7817,0 1.3287,-4.5 z"
+ id="path4304" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 811.00615,811.73695 -0.9752,-2.5651 0,-3.8698 0,-3.8698 1.1662,-2.8151 c 0.6414,-1.5484 1.2428,-3.0401 1.3364,-3.3151 0.8932,-2.6248 2.4502,-5.4728 6.0134,-11 l 4.1904,-6.5 6.5084,-6.2003 6.5085,-6.2003 5.7823,-2.6449 c 3.1802,-1.4546 7.485,-3.2456 9.5661,-3.9798 l 3.784,-1.3351 6.4826,-0.6616 6.4827,-0.6615 5.8396,1.2671 5.8395,1.2672 3.6646,2.8409 3.6645,2.841 2.6008,4.4378 c 1.4303,2.4408 2.5223,4.7959 2.4266,5.2336 -0.096,0.4377 0.1091,1.4709 0.4552,2.2959 0.3461,0.825 0.755,3.6384 0.9088,6.2521 l 0.2795,4.7521 3.1216,-6.2521 c 6.5652,-13.1491 8.1962,-17.9918 8.7298,-25.91987 l 0.3814,-5.66771 -1.1676,-7.44322 -1.1677,-7.44321 -4.1013,-6.88907 c -2.2557,-3.78899 -4.3668,-7.79554 -4.6914,-8.90344 l -0.59,-2.01437 -5.7574,-2.21112 c -5.5192,-2.11965 -8.5827,-2.82193 -16.2574,-3.72686 l -3.5001,-0.41269 -8.5,0.95617 c -4.675,0.5259 -9.175,1.08581 -10,1.24426 -6.3731,1.22398 -17.817,6.3857 -27,12.17827 l -5.5,3.46936 -7.216,7.12079 -7.216,7.1208 -0.6014,1.89488 -0.6014,1.89488 -0.9326,0 -0.9326,0 -0.022,1.25 c -0.012,0.6875 -0.9023,2.375 -1.9778,3.75 l -1.9555,2.5 -0.022,1.78518 c -0.012,0.98187 -0.7074,2.83097 -1.545,4.10927 l -1.5228,2.324 -1.4868,6.8908 c -0.8177,3.7899 -1.7584,10.1097 -2.0904,14.044 l -0.6035,7.1533 2.168,7.005 2.168,7.005 2.201,2.5615 2.2011,2.5615 5.9941,2.488 c 3.2967,1.3683 6.5455,2.5069 7.2193,2.5302 l 1.2253,0.042 -0.9753,-2.5651 z"
+ id="path4302" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 783.49175,800.17835 c -0.3708,-1.168 -0.7631,-2.73 -0.8718,-3.471 -0.1088,-0.7411 -0.476,-1.6257 -0.816,-1.9657 l -0.6183,-0.6183 0.4061,-3.1606 c 0.2233,-1.7384 0.613,-4.9607 0.8659,-7.1607 0.7803,-6.7866 1.6114,-10.9143 2.6177,-13 0.5307,-1.1 2.4611,-5.7398 4.2898,-10.3106 1.8288,-4.57078 4.0605,-9.16958 4.9595,-10.21954 0.899,-1.04996 2.599,-3.79947 3.7778,-6.11002 l 2.1432,-4.20101 7.1426,-7.20355 7.1427,-7.20355 7.6331,-5.07751 7.6332,-5.07751 2.6168,-0.65679 c 1.4393,-0.36123 2.6169,-0.99952 2.6169,-1.41842 l 0,-0.76163 4.25,-1.11922 c 6.4534,-1.6995 16.6976,-3.83782 21.9574,-4.58328 l 4.7073,-0.66718 10.2928,1.12048 10.2926,1.12049 5.3522,2.68439 5.3522,2.6844 6.6478,7 6.6478,7 1.75,5.58789 1.75,5.58789 0,3.66211 0,3.66211 0.8781,0 0.878,0 2.0941,-5.75 2.094,-5.75 0.6569,-6.24805 0.6568,-6.24804 -1.2868,-9.75196 -1.2868,-9.75195 -3.3422,-6.66898 c -1.8381,-3.66794 -3.3421,-7.33823 -3.3421,-8.15619 l 0,-1.48722 -5.2429,-3.76667 c -2.8836,-2.07167 -8.0704,-5.04871 -11.5263,-6.61566 l -6.2833,-2.84898 -7.7237,-1.60804 -7.7238,-1.60804 -8.0001,-0.3773 -8,-0.3773 -10.5,1.40696 c -19.6815,2.63722 -27.9552,5.63093 -42.8046,15.48806 l -8.6954,5.77203 -5.3089,5.17379 -5.309,5.17379 0.5656,0.9152 0.5657,0.91521 -2.5067,2.97902 c -1.3787,1.63847 -2.5067,3.21204 -2.5067,3.49683 0,0.28479 -1.8401,3.70947 -4.0892,7.61039 -2.249,3.90092 -4.1853,7.65295 -4.3029,8.33784 -0.2176,1.26741 -3.2932,11.01604 -4.3365,13.74526 -0.3154,0.825 -0.6902,1.95 -0.8328,2.5 -0.1427,0.55 -1.0015,3.7 -1.9086,7 l -1.6491,6 -0.5024,11.21955 -0.5023,11.2195 5.4555,7.2805 c 3.0005,4.0042 6.6426,8.4055 8.0936,9.7805 1.451,1.375 3.6051,3.5125 4.7868,4.75 2.6722,2.7983 3.1044,2.8226 2.2487,0.1263 z"
+ id="path4300" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 754.58505,759.52795 0.054,-5.76255 0.8595,-1.9817 c 0.4728,-1.08993 0.9036,-2.2067 0.9575,-2.4817 0.054,-0.275 0.6241,-1.85 1.2671,-3.5 0.643,-1.65 2.7394,-7.05 4.6586,-12 3.4593,-8.92204 9.4966,-20.66831 13.5458,-26.35492 1.1568,-1.6246 2.1033,-3.21538 2.1033,-3.53506 0,-1.11042 16.5118,-17.8374 18.5,-18.74111 1.1,-0.49999 4.025,-2.24874 6.5,-3.88613 2.475,-1.63738 8.1,-4.70229 12.5,-6.81089 l 8,-3.83383 9,-2.3963 9,-2.3963 16,4.1e-4 16.0001,4e-4 6.1541,0.74534 6.1542,0.74535 6.7033,2.43138 6.7033,2.43138 6.6425,3.96131 6.6426,3.9613 5.7083,5.15425 5.7084,5.15425 2.4525,5.18459 2.4525,5.18458 1.2114,6.5 c 0.6662,3.575 1.1596,8.1875 1.0963,10.25 -0.063,2.0625 0.053,3.75 0.2586,3.75 0.3814,0 4.0531,-7.51711 6.9521,-14.23319 l 1.6115,-3.73319 2.1731,-10.76681 2.173,-10.76681 0.035,-6.5 c 0.036,-6.71896 -0.5455,-11.88531 -1.5245,-13.54523 -0.3097,-0.52512 -1.3323,-3.63348 -2.2724,-6.90747 l -1.7093,-5.95269 -1.9132,-2.43216 c -1.0523,-1.33769 -1.9132,-3.01635 -1.9132,-3.73036 l 0,-1.29819 -4.25,-3.31695 c -5.5799,-4.35491 -7.1192,-5.29883 -14.25,-8.73837 l -6,-2.89411 -13,-3.31836 -13,-3.31836 -10.5,-0.0239 c -11.3832,-0.0259 -20.684,0.88438 -31.2426,3.05766 l -6.7425,1.38782 -7.7575,3.01697 c -9.2948,3.61486 -19.9195,9.61249 -26.7575,15.10458 -2.75,2.20873 -7.9511,5.95188 -11.558,8.31812 l -6.558,4.30225 -4.942,4.95491 c -2.7181,2.7252 -7.1447,7.40267 -9.837,10.39437 l -4.8949,5.43945 -3.7133,7.65402 c -3.6913,7.60855 -4.8294,10.52022 -5.6075,14.34598 -0.2237,1.1 -0.8422,3.125 -1.3745,4.5 -1.0664,2.75509 -3.7952,15.75056 -4.3141,20.54523 -0.1813,1.67487 -0.6768,3.60708 -1.1012,4.29379 l -0.7717,1.24856 0.6334,10.62821 c 0.3484,5.84551 0.9008,11.0609 1.2276,11.58975 0.3269,0.52885 0.6827,2.41791 0.7908,4.19791 l 0.1965,3.23642 2.2435,3.63 c 1.2339,1.9966 2.3193,3.6275 2.412,3.6244 0.093,0 0.1927,-2.599 0.2225,-5.7683 z"
+ id="path4298" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 741.46085,703.56305 c 0.8052,-4.61178 6.5215,-19.26105 7.5158,-19.26105 0.3965,0 0.721,-0.59741 0.721,-1.32758 0,-1.8033 5.8739,-10.27683 10.5176,-15.17242 2.0868,-2.2 3.799,-4.32331 3.8049,-4.71846 0.011,-0.75742 8.007,-6.89819 16.6423,-12.78154 2.8255,-1.925 6.7421,-4.77401 8.7036,-6.33113 1.9615,-1.55712 8.6511,-5.71753 14.8657,-9.24535 l 11.2992,-6.41421 1.75,-0.005 1.75,-0.005 0,-0.87872 0,-0.87872 9.25,-3.22505 c 5.0875,-1.77377 11.4867,-3.85363 14.2204,-4.62191 l 4.9703,-1.39686 10.5297,-0.99854 c 5.7913,-0.54919 14.275,-0.9989 18.8525,-0.99936 l 8.3228,-8.4e-4 8.6772,2.04065 c 11.4419,2.69084 19.1053,4.9388 22.1772,6.50534 1.375,0.7012 4.1874,2.01127 6.2497,2.91125 5.1097,2.2298 15.3271,9.10198 16.9365,11.39145 0.7226,1.02786 3.2494,4.02924 5.6152,6.66973 2.3658,2.64049 5.4413,6.74597 6.8345,9.12328 l 2.5331,4.32239 1.4031,6.01455 1.4031,6.01456 -0.522,8.7534 c -0.287,4.81437 -0.7233,9.69938 -0.9695,10.85558 -0.2462,1.15619 -0.7149,3.7839 -1.0415,5.83934 -0.3267,2.05545 -1.2396,5.56716 -2.0288,7.80382 -0.7891,2.23665 -1.2758,4.22558 -1.0816,4.41984 0.1943,0.19426 3.0026,-3.54728 6.2407,-8.31454 3.2381,-4.76725 6.3465,-9.15889 6.9075,-9.75919 0.561,-0.6003 1.6882,-2.44145 2.5048,-4.09145 0.8167,-1.65 3.1169,-5.25903 5.1117,-8.02008 1.9948,-2.76104 5.0121,-7.48604 6.7052,-10.5 l 3.0783,-5.47992 2.037,-8 c 1.1204,-4.4 2.4465,-11.375 2.9469,-15.5 l 0.9097,-7.5 -0.3621,-5.92573 -0.3621,-5.92573 -0.7747,-0.57427 c -0.4261,-0.31585 -1.5853,-2.17316 -2.5761,-4.12735 l -1.8014,-3.55308 -5.1986,-5.58657 -5.1986,-5.58657 -6,-3.21114 c -3.3,-1.76613 -7.8,-4.40329 -10,-5.86035 -6.4393,-4.26475 -15.3678,-8.02659 -32.3115,-13.61371 l -8.3115,-2.74069 -9.6885,-0.30243 -9.6885,-0.30242 -13.5,1.5101 -13.5001,1.5101 -1,0.80544 c -0.55,0.44298 -2.6875,1.12078 -4.75,1.5062 -2.0625,0.38543 -3.75,1.00737 -3.75,1.38209 0,0.37471 -1.9475,1.20218 -4.3278,1.8388 -2.3802,0.63663 -10.4871,3.93585 -18.0152,7.33162 l -13.6875,6.17411 -9.2645,5.62579 c -10.1095,6.13895 -21.8316,14.80528 -30.6038,22.62579 -3.0846,2.75 -8.6159,7.37868 -12.2918,10.28595 l -6.6833,5.28595 -5.0631,6.44258 c -2.7846,3.54342 -5.063,6.66779 -5.063,6.94304 0,0.27525 -1.9722,4.559 -4.3827,9.51945 l -4.3826,9.01899 -1.7223,7.75202 c -0.9473,4.26361 -2.3501,9.44863 -3.1174,11.52226 l -1.395,3.77023 0,7.03878 0,7.03878 0.8866,-0.54797 0.8867,-0.54797 0.6566,-3.76104 z"
+ id="path4296" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 1000.7524,637.052 c 5.4522,-8.736 7.619,-13.20263 10.2402,-21.10892 l 2.274,-6.85891 -0.4922,-4.14109 -0.4921,-4.14108 -3.7281,-7.68127 -3.7281,-7.68126 -5.64745,-6.5511 -5.6476,-6.55109 -9,-5.73448 c -4.95,-3.15397 -9.225,-5.99785 -9.5,-6.31975 -2.309,-2.70276 -30.9181,-12.8514 -42,-14.89889 l -6.5,-1.20093 -23.5,0.46633 -23.5,0.46633 -4.5,0.91065 c -2.475,0.50086 -6.0751,1.65214 -8.0001,2.5584 -1.925,0.90627 -7.6034,3.20107 -12.6187,5.09958 -8.9305,3.38055 -19.867,8.75659 -37.8813,18.6212 -4.95,2.71061 -10.8121,5.82032 -13.027,6.91047 -2.2148,1.09014 -4.9889,3.01792 -6.1647,4.28394 -2.8266,3.0435 -16.2904,25.15312 -15.6855,25.75798 0.2593,0.25932 1.7275,-0.86222 3.2626,-2.49231 1.5352,-1.63009 4.2852,-4.0888 6.1113,-5.4638 1.826,-1.375 3.8916,-3.0625 4.5902,-3.75 0.6986,-0.6875 1.5574,-1.25 1.9084,-1.25 0.351,0 2.0706,-1.08386 3.8214,-2.40858 1.7508,-1.32471 6.9649,-4.24971 11.5869,-6.5 l 8.4037,-4.09142 2.3203,0 2.3203,0 13.5742,-4.48934 c 16.5474,-5.4726 22.5089,-6.88305 38.0076,-8.99224 l 12.0295,-1.63709 12.9705,0.99741 12.9704,0.99741 10,2.93182 10,2.93182 11,4.78626 c 6.05,2.63244 11.9,5.53504 13,6.4502 2.4058,2.00159 14.3516,9.02375 15.3507,9.02375 0.3891,0 3.0314,2.46892 5.8719,5.48649 l 5.1644,5.48649 3.72,6.65188 3.7199,6.65188 1.3483,5.61163 1.3483,5.61163 0.069,5.75 c 0.038,3.1625 0.2174,5.75 0.3986,5.75 0.1812,0 2.0848,-2.8125 4.23015,-6.25 z"
+ id="path4294" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 1018.8596,630.0828 c 7.6757,-6.22265 13.1254,-11.62076 13.1554,-13.0308 0.01,-0.4125 0.691,-0.75 1.516,-0.75 l 1.5,0 0.017,-1.75 0.017,-1.75 2.3891,-2.26487 2.3891,-2.26487 3.2231,-6.19309 c 1.7728,-3.40621 4.9843,-10.93702 7.1368,-16.73513 l 3.9136,-10.54204 -0.664,-4 c -1.2835,-7.73174 -1.4923,-8.6364 -3.0591,-13.25117 l -1.58,-4.6539 -4.4713,-6.54747 -4.4713,-6.54746 -4.0436,-3.78681 c -2.224,-2.08275 -6.1257,-5.2095 -8.6703,-6.94832 -2.5447,-1.73883 -6.7513,-4.83011 -9.348,-6.86952 l -4.7213,-3.70801 -4.7787,-1.76587 c -2.6283,-0.97122 -5.2287,-2.09838 -5.7787,-2.50478 -1.4453,-1.06798 -23.19175,-9.5282 -28.49995,-11.08762 l -4.5,-1.32199 -22.5,0.0167 -22.5,0.0167 -8.5,1.71266 c -10.8874,2.19368 -22.8872,5.63234 -35.5,10.17278 l -10.0001,3.59989 -17.5,8.72899 -17.5,8.72899 -4.5,4.50832 c -4.1314,4.13974 -20.499,26.00789 -19.4654,26.00789 0.2468,0 2.3782,-1.4625 4.7364,-3.25 4.6445,-3.52038 7.04,-4.76997 19.2296,-10.03071 10.2605,-4.4282 22.3892,-7.99093 35,-10.28104 l 10.0001,-1.81599 9,-0.27136 c 4.95,-0.14924 13.6167,-0.29812 19.2593,-0.33082 l 10.2592,-0.0595 6.2408,1.43163 c 3.4324,0.7874 8.9407,1.76177 12.2407,2.16527 l 6,0.73364 6.5,2.29093 c 3.575,1.26001 10.8574,4.07545 16.1831,6.25654 l 9.683,3.96561 5.317,3.51625 c 2.9243,1.93394 6.5544,4.07522 8.0669,4.7584 1.5125,0.68318 2.75,1.58959 2.75,2.01425 0,0.42465 0.7875,1.02471 1.75,1.33346 2.5691,0.82412 6.31415,4.35721 11.20785,10.57341 l 4.3298,5.5 4.3562,9.17027 4.3561,9.17027 0,8.55122 0,8.55121 -2.5555,5.77852 c -1.4056,3.17818 -2.5879,6.00351 -2.6274,6.27851 -0.2214,1.54219 -1.3089,3.59426 -2.2442,4.23469 l -1.0729,0.73468 0.8286,0.0153 c 0.4557,0.008 4.2807,-2.78333 8.5,-6.20389 z"
+ id="path4292" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 1051.952,612.09934 c 3.6184,-1.76146 8.154,-4.24471 10.079,-5.51833 1.925,-1.27363 4.3532,-2.86993 5.396,-3.54735 1.0428,-0.67741 4.1061,-3.23496 6.8074,-5.68343 l 4.9113,-4.45178 4.6665,-7.01938 c 2.5665,-3.86067 4.7518,-7.48237 4.8562,-8.04823 0.1043,-0.56586 0.92,-3.04452 1.8127,-5.50813 0.8926,-2.46361 2.14,-7.41361 2.772,-11 l 1.149,-6.52071 -0.1142,-6.13968 -0.1143,-6.13968 -3.13,-9.36032 -3.13,-9.36032 -2.5838,-4.5 c -6.1978,-10.79424 -13.734,-20.25265 -19.042,-23.89872 l -3.2432,-2.22775 -1.0068,0.62225 -1.0068,0.62225 0,-0.90714 0,-0.90714 -3.75,-1.65039 c -5.5361,-2.43645 -22.4574,-8.07535 -32.25,-10.74703 l -3.5,-0.9549 -15,-0.61245 -14.99995,-0.61245 -8.5,2.18909 -8.5,2.18909 -3.9676,2.04499 -3.9675,2.04499 -0.3252,-0.97558 -0.3252,-0.97558 -7.2072,2.26266 c -3.964,1.24447 -8.4852,2.94599 -10.0471,3.78116 l -2.8399,1.5185 5.3399,1.46947 c 2.9369,0.80821 8.9398,2.2519 13.3398,3.2082 10.4844,2.27869 18.7543,4.56712 20,5.53438 0.55,0.42706 4.6,2.00046 9,3.49645 4.4,1.49599 11.14995,4.17954 14.99995,5.96345 l 7,3.24345 10.5777,7.54407 c 13.3453,9.51789 18.0045,13.98658 22.4774,21.55861 1.0318,1.74684 2.1522,3.17607 2.4896,3.17607 0.3374,0 1.5514,2.1375 2.6977,4.75 l 2.0843,4.75 1.5631,7.5 c 1.9746,9.47408 2.1097,11.87761 1.1528,20.5 l -0.7769,7 -5.0735,9.94069 c -2.7905,5.46738 -5.8878,10.75488 -6.8829,11.75 -2.5303,2.53027 -1.4358,2.28076 6.1117,-1.39335 z"
+ id="path4290" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 1099.3465,590.96169 7.1846,-3.3403 10,-7.50135 c 5.5,-4.12574 11.8355,-9.26011 14.0788,-11.4097 l 4.0788,-3.90834 3.5515,-5.58226 3.5515,-5.58227 1.568,-5.41773 c 3.1157,-10.76508 3.2547,-12.16018 2.185,-21.91774 l -0.7127,-6.5 -1.9636,-5.5 c -2.7293,-7.64453 -6.7412,-16 -7.6825,-16 -0.4326,0 -1.7982,-1.8 -3.0346,-4 -1.2365,-2.2 -2.6462,-4 -3.1328,-4 -1.0592,0 -12.5766,-11.0402 -13.1126,-12.56936 -0.2061,-0.58815 -3.1626,-2.95065 -6.5699,-5.25 l -6.1952,-4.18064 -1.7262,0 c -0.9494,0 -2.4366,-0.59593 -3.3049,-1.3243 -0.8683,-0.72836 -4.9537,-2.74953 -9.0787,-4.49148 l -7.5,-3.16718 -7.3095,-1.50729 c -4.0203,-0.82902 -10.9953,-1.75268 -15.5,-2.0526 l -8.1905,-0.5453 -9,1.1167 c -12.8343,1.59246 -19.2832,2.6675 -25,4.16757 l -5,1.31198 -6.4488,4.24595 c -3.5469,2.33527 -7.03435,4.24595 -7.74995,4.24595 l -1.3012,0 0,0.89279 0,0.8928 13.74995,-0.39117 13.75,-0.39117 7,1.11291 7,1.11292 7,2.51069 c 3.85,1.38089 8.1945,3.35434 9.6544,4.38546 1.4599,1.03113 3.0579,1.87477 3.5511,1.87477 0.4933,0 3.6459,1.78633 7.0059,3.96962 l 6.1091,3.96962 2.2253,3.12514 c 1.224,1.71882 3.2321,4.2115 4.4627,5.53926 3.9027,4.21114 11.5126,16.16373 14.4163,22.64306 1.5412,3.43931 4.0447,10.5283 5.5631,15.7533 l 2.7609,9.5 0.1903,10.5 0.1904,10.5 -1.2735,6.12678 c -1.6044,7.71822 -4.1229,14.27285 -6.5082,16.93767 -1.8417,2.05763 -2.356,3.43555 -1.2823,3.43555 0.3111,0 3.7986,-1.50314 7.75,-3.34031 z"
+ id="path4288" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 853.74705,515.64961 c 2.0811,-0.90882 5.5839,-2.47129 7.7839,-3.47217 2.2,-1.00088 8.1305,-3.59286 13.1789,-5.75996 l 9.1788,-3.94019 5.5712,-1.24677 5.5712,-1.24678 0,-0.71166 0,-0.71166 -7.25,-0.69803 c -3.9875,-0.38391 -9.05,-1.09026 -11.25,-1.56967 -2.2,-0.4794 -6.0966,-1.11994 -8.659,-1.42342 l -4.6589,-0.55177 -3.1955,5.74224 c -1.7575,3.15822 -5.2034,8.32973 -7.6574,11.49223 l -4.462,5.75 1.0324,0 c 0.5679,0 2.7352,-0.74358 4.8164,-1.65239 z"
+ id="path4286" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 1007.112,277.62335 0.1959,-8.12683 1.4192,-6.84726 c 0.7806,-3.76599 1.8076,-8.93052 2.2823,-11.47672 l 0.863,-4.62946 3.9072,-7.9713 c 6.8946,-14.06628 10.4342,-18.34397 23.7514,-28.70408 l 8,-6.22362 7,-3.585 c 10.0509,-5.1475 11.8673,-5.92512 19.3162,-8.2693 l 6.6838,-2.10343 -4.2301,-2.69217 -4.2302,-2.69218 -1.5856,0 c -0.8721,0 -2.3435,-0.39979 -3.2698,-0.88843 -0.9264,-0.48864 -7.5343,-2.11008 -14.6843,-3.6032 l -13,-2.71477 -10.716,-0.0156 -10.716,-0.0156 -3.5329,2.08448 c -1.9432,1.14647 -4.6087,2.22854 -5.9234,2.40461 -1.3148,0.17607 -3.0028,0.82253 -3.7511,1.43658 -0.7483,0.61405 -3.3815,1.65698 -5.85135,2.31762 l -4.4909,1.20117 -3.0091,2.08912 c -4.5192,3.13745 -13.6483,12.45397 -16.7549,17.09881 l -2.7457,4.10528 0,7.64466 0,7.64467 2.0976,6.85533 c 2.5921,8.47144 9.5195,25.6092 12.3194,30.47688 1.1456,1.99185 3.9397,5.70435 6.2091,8.25 l 4.126,4.62846 1.5027,0 1.5026,0 1.25955,3.04093 c 1.3231,3.1943 4.9777,8.29775 5.5396,7.73582 0.1807,-0.18071 0.4167,-3.98564 0.5244,-8.4554 z"
+ id="path4284" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 958.19015,228.58481 -0.2946,-8.06598 1.1124,-4.13096 1.1123,-4.13097 3.3644,-5.72745 c 1.8504,-3.1501 4.5644,-7.07745 6.0311,-8.72745 1.4667,-1.65 3.3604,-4.014 4.2082,-5.25333 0.8478,-1.23933 4.3012,-4.33037 7.6743,-6.86896 l 6.1328,-4.61563 5.5,-2.43793 c 8.40335,-3.72488 16.22235,-6.08727 22.66275,-6.84718 l 5.8372,-0.68875 2,-1.2336 2,-1.2336 9.7575,0.2692 9.7574,0.2692 -1.4988,-2.13988 c -0.8243,-1.17694 -3.961,-4.66754 -6.9702,-7.75689 l -5.4714,-5.61701 -6.7873,-3.49756 c -3.7329,-1.92365 -7.9122,-4.13042 -9.2872,-4.90393 -1.375,-0.77351 -3.175,-1.462 -4,-1.52998 -0.825,-0.068 -6,-1.52782 -11.49995,-3.24409 -5.5,-1.71627 -11.7626,-3.39635 -13.9169,-3.7335 -2.1543,-0.33715 -5.0223,-1.03328 -6.3734,-1.54695 l -2.4565,-0.93396 -3.341,0.62677 -3.3409,0.62677 -1.1581,1.3954 -1.1581,1.39539 -1.8812,0 c -1.0346,0 -3.5411,0.88966 -5.5698,1.97702 l -3.6887,1.97702 -6.4381,6.27298 c -7.7136,7.51594 -9.9917,10.43812 -14.0991,18.08604 l -3.122,5.81306 -0.5848,5.68694 -0.5848,5.68694 1.0959,5.87513 c 0.6027,3.23132 1.7757,7.23795 2.6067,8.90363 0.8309,1.66569 1.5084,3.52188 1.5054,4.12488 -0.01,1.84206 6.2325,16.87552 8.5511,20.59636 1.1996,1.925 4.0742,5.88942 6.3882,8.80982 l 4.2072,5.30982 1.1562,-0.38542 1.1563,-0.38542 -0.2945,-8.06599 z"
+ id="path4282" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 929.46665,217.802 -1.4624,-3.5 0.7634,-0.0153 c 0.4199,-0.008 0.208,-0.3681 -0.4708,-0.79928 l -1.2343,-0.78396 -2.1131,-8.45072 -2.1131,-8.45073 0.6227,-8.5 c 0.8128,-11.09528 1.5592,-14.01138 5.887,-23 l 3.6111,-7.5 4.8419,-5 c 5.0784,-5.24419 11.3527,-10.63164 17.9353,-15.40005 l 3.9162,-2.83686 9.3032,-3.67885 9.3032,-3.67885 5.137,-0.98647 5.1371,-0.98647 9,0.14937 8.99995,0.14936 3.3721,1.38441 c 1.8547,0.76143 3.5001,1.38441 3.6564,1.38441 0.4752,0 -0.8113,-4.46445 -1.4408,-5 -1.0512,-0.89435 -7.0877,-8.86893 -7.0877,-9.36334 0,-0.69731 -14.71595,-14.81067 -19.99995,-19.18087 -2.475,-2.0471 -5.5125,-4.1843 -6.75,-4.7494 -1.2375,-0.5651 -2.25,-1.3527 -2.25,-1.7503 0,-0.3975 -0.7875,-0.9873 -1.75,-1.3104 -1.8371,-0.6169 -3.7848,-1.7787 -8.75,-5.2197 l -3,-2.0791 -7,-1.6761 -7,-1.676 -4.5399,0 -4.5399,0 -5.9601,1.5508 -5.9601,1.5509 -2.5,1.6731 c -1.375,0.9203 -2.7947,1.6849 -3.1549,1.6992 -0.3603,0.014 -2.0728,1.2893 -3.8058,2.8333 -1.7329,1.5441 -5.086,4.0347 -7.4514,5.5348 l -4.3007,2.7274 -4.821,5.9652 c -2.6516,3.28092 -5.0931,6.19028 -5.4255,6.46528 -1.3286,1.09904 -7.0407,9.45212 -7.0407,10.29587 0,0.49603 -0.6122,2.31988 -1.3605,4.053 -0.7483,1.73312 -2.3852,6.88302 -3.6376,11.44422 l -2.2771,8.2931 0.5277,11.2069 0.5277,11.20691 1.7188,5 c 0.9454,2.75 2.9043,7.475 4.3531,10.5 l 2.6342,5.5 8.1726,10.57802 8.1725,10.57803 5.9223,5.1306 c 5.1751,4.48329 15.8055,12.21335 16.7958,12.21335 0.1916,0 -0.3096,-1.575 -1.1139,-3.5 z"
+ id="path4280" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 877.43945,183.052 c -0.8266,-2.3375 -2.3903,-8.33959 -3.475,-13.33797 l -1.9721,-9.08797 1.0236,-6.91203 c 1.8728,-12.64541 2.1222,-13.88364 3.7089,-18.41203 0.8672,-2.475 2.4159,-6.32958 3.4415,-8.56572 1.0256,-2.23615 1.8647,-5.03339 1.8647,-6.21608 0,-1.18269 0.6355,-3.62811 1.4122,-5.43427 0.7767,-1.80616 2.1267,-5.30893 3,-7.78393 l 1.5877,-4.5 5.75,-6.0873 c 8.7266,-9.2383 15.7449,-14.6341 32.8886,-25.2856 l 5.1386,-3.1925 9.8614,-1.5212 9.8615,-1.5211 7.5,0.6452 7.5,0.6453 9.2527,4.5404 9.2527,4.5404 4.2473,4.2031 c 2.336,2.3117 4.8552,4.982 5.5982,5.934 2.8119,3.6029 1.9471,0.7198 -1.9363,-6.4559 -4.96,-9.1648 -11.2406,-17.7113 -16.0372,-21.8229 l -3.6225,-3.1053 -7.8775,-3.8563 c -4.3326,-2.121 -11.0274,-5.0365 -14.8774,-6.4788 l -7,-2.6225 -8.5969,-1.48 c -11.0596,-1.9039 -14.4647,-1.9243 -25.4031,-0.1524 l -9,1.4579 -5.5973,2.3427 c -3.0785,1.2885 -6.9035,3.2215 -8.5,4.2956 -1.5965,1.0741 -3.677,2.4084 -4.6233,2.9651 -4.3007,2.5298 -10.6781,7.3779 -15.0295,11.4253 l -4.75,4.4181 0,1.1794 c 0,0.6486 -0.9028,1.9963 -2.0061,2.9948 -1.1034,0.9986 -1.7886,2.0331 -1.5228,2.2989 0.2659,0.2659 -0.864,2.018 -2.5108,3.8936 l -2.9942,3.4102 -4.9816,10.328 -4.9817,10.32793 -1.6439,8.36793 -1.6439,8.36794 -0.034,9 -0.034,9 2.1589,5.51191 c 4.6714,11.92646 17.6776,32.03926 24.5655,37.98809 3.8104,3.29094 10.7175,8 11.7341,8 l 0.8052,0 -1.5029,-4.25 z"
+ id="path4278" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 841.65825,159.052 -4.275,-7.25 -1.2366,-4.5 c -2.6981,-9.81813 -3.0647,-11.97167 -3.3351,-19.59129 l -0.2806,-7.90871 0.7829,-3.99121 c 0.9789,-4.99056 2.7568,-10.64555 6.7623,-21.50879 1.7238,-4.675 3.3713,-9.2875 3.6611,-10.25 0.2898,-0.9625 0.9245,-1.75 1.4103,-1.75 l 0.8834,0 0,-1.39 0,-1.39 4.6368,-6.2987 c 2.5503,-3.4643 5.1378,-6.9694 5.75,-7.7891 0.6123,-0.8198 3.8132,-4.2266 7.1132,-7.5707 l 6,-6.0803 9.5001,-5.6046 c 5.225,-3.0826 11.075,-6.2921 13,-7.1323 7.7787,-3.3953 17.2415,-6.7894 19.7934,-7.0997 1.4886,-0.181 6.3066,-1.15 10.7066,-2.1533 l 8,-1.8243 11,1.1323 11,1.1322 6.5,2.6559 c 3.575,1.4608 8.3,3.8575 10.5,5.3261 2.2,1.4686 4.6074,3.0431 5.3498,3.499 l 1.3497,0.8288 -1.0177,-1.8706 c -1.56,-2.8677 -7.0156,-7.6095 -14.0458,-12.208 -3.5001,-2.2895 -6.5466,-4.1627 -6.7698,-4.1627 -0.2233,0 -2.2527,-1.1658 -4.5098,-2.5906 l -4.1038,-2.5907 -5.1263,-1.5114 c -2.8195,-0.8312 -5.5763,-1.8358 -6.1263,-2.2324 -0.55,-0.3966 -1.9,-0.7659 -3,-0.8208 -1.1,-0.055 -4.025,-0.7643 -6.5,-1.5765 -2.475,-0.8122 -6.6496,-1.7763 -9.2769,-2.1425 l -4.7769,-0.6657 -5.2231,1.0586 c -2.8727,0.5822 -6.1231,1.219 -7.2231,1.4151 -1.1,0.196 -2.675,0.6149 -3.5,0.9307 -0.825,0.3159 -3.3,1.1171 -5.5,1.7806 -2.2,0.6634 -4.456,1.5643 -5.0133,2.0019 -0.5573,0.4376 -3.2573,1.356 -6,2.0407 -4.2742,1.0672 -10.1506,3.454 -21.4868,8.7275 -1.375,0.6396 -4.709,2.7562 -7.4089,4.7035 l -4.9089,3.5405 -11.5911,11.7865 c -12.2302,12.4363 -16.1141,16.975 -17.3232,20.2434 -0.4062,1.0981 -1.9236,3.5503 -3.3719,5.4491 -1.4484,1.8989 -2.3884,3.4525 -2.089,3.4525 0.2994,0 -0.5939,2.8125 -1.9852,6.25 -1.3912,3.4375 -2.9499,8.275 -3.4638,10.75 l -0.9342,4.5 -0.065,10 -0.065,10 3.5819,8.28889 c 3.7955,8.78322 7.3915,14.46373 12.8244,20.2578 3.8077,4.06097 14.7452,12.73802 19.55,15.50973 1.7875,1.03114 3.25,2.22777 3.25,2.65919 l 0,0.78439 1.4511,0 1.4512,0 -4.275,-7.25 z"
+ id="path4276" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 802.71505,141.64493 c -0.8049,-1.56361 -1.9824,-4.64293 -2.6167,-6.84293 l -1.1532,-4 -1.0875,-13 c -0.5982,-7.15 -1.0041,-15.01379 -0.902,-17.47508 l 0.1856,-4.47512 0.8224,-0.5249 c 0.4523,-0.2887 1.1528,-2.5013 1.5567,-4.9169 l 0.7344,-4.392 3.3881,-6.5002 c 1.8634,-3.575 3.3881,-6.994 3.3881,-7.5977 l 0,-1.0977 -2.3524,2.4898 c -1.2938,1.3694 -4.1063,4.1194 -6.25,6.1112 -6.0823,5.6512 -14.9003,15.1138 -16.7448,17.9688 l -1.6734,2.5901 -0.1478,9.40986 -0.1479,9.40984 1.6582,3.20034 c 0.9119,1.76019 1.6581,3.8021 1.6581,4.53759 l 0,1.33725 4.75,4.66633 c 4.5691,4.48857 15.4051,12.70901 16.0737,12.19381 0.1781,-0.1372 -0.3348,-1.52878 -1.1396,-3.09239 z"
+ id="path4274" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 771.94325,124.86806 -1.1777,-4.67721 0.5792,-4.89066 0.5792,-4.89066 1.5792,-3.05377 1.5792,-3.05376 -0.8514,0 c -0.4683,0 -1.9423,1.16782 -3.2757,2.59516 -1.3334,1.42734 -4.4493,3.76824 -6.9243,5.20199 -4.4824,2.59663 -6.1781,4.16424 -5.7337,5.30059 0.4099,1.04822 14.0942,12.87511 14.4664,12.50287 0.1966,-0.19653 -0.1726,-2.46208 -0.8204,-5.03455 z"
+ id="path4272" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 990.54115,40.7326 c -3.0364,-8.067 -4.6766,-10.4152 -12.2247,-17.5015 l -5.934,-5.5708 -5.9257,-3.5834 c -3.2591,-1.9708 -8.8507,-4.7932 -12.4257,-6.272 -6.0872,-2.5178 -9.1022,-3.4414 -23,-7.0454 l -5.5,-1.4263 -8.59,-0.016 -8.5901,-0.016 -7.8019,1.9954 c -4.2911,1.0975 -8.3006,2.37 -8.91,2.8278 -0.6094,0.4579 -3.133,1.5978 -5.608,2.5332 -2.475,0.9355 -5.5762,2.5992 -6.8917,3.6972 l -2.3916,1.9964 0.5494,0.5495 0.5495,0.5495 7.0823,-3.6651 7.0822,-3.665 7.26,-1.6531 7.2599,-1.6531 9.5,0.1359 9.5,0.1359 4,0.9918 c 2.2,0.5454 8.0264,2.1801 12.9476,3.6326 l 8.9477,2.6408 6.4222,3.2252 6.4223,3.2251 3.296,3.2659 3.296,3.2659 3.6718,1.5342 3.6719,1.5342 -0.5695,1.4842 -0.5695,1.4842 4.4817,4.2943 c 2.465,2.3619 4.4818,4.6442 4.4818,5.0718 0,0.8538 5.92,8.5653 6.5754,8.5653 0.2241,0 -0.7053,-2.9562 -2.0653,-6.5693 z"
+ id="path4270" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 230.53093,775.63485 c -10.56036,-1.4535 -26.5,-6.5648 -26.5,-8.4977 0,-0.437 -1.82192,-1.724 -4.04872,-2.86 l -4.04872,-2.0655 -0.50766,-1.3229 c -0.27922,-0.7277 -2.79536,-2.8054 -5.59143,-4.6172 l -5.08378,-3.29413 -6.30086,-6.58771 c -3.46548,-3.62324 -8.93181,-9.39934 -12.14739,-12.83577 l -5.84652,-6.24806 -3.35615,-5.75194 c -1.84588,-3.16357 -4.11831,-6.87694 -5.04984,-8.25194 -3.27144,-4.82889 -7.75844,-13.54046 -9.01359,-17.5 -0.69738,-2.2 -1.53949,-4.45 -1.87134,-5 -0.33186,-0.55 -0.63874,-1.225 -0.68197,-1.5 -1.07668,-6.84951 -13.21177,-34.41138 -25.09626,-57 -6.76041,-12.84936 -11.75922,-19.41171 -23.048217,-30.25728 l -6.19244,-5.9492 0.35706,-7.64676 c 0.586,-12.54945 3.94764,-25.41612 9.20167,-35.2194 l 2.98664,-5.57265 10.808347,-14.42735 c 5.94459,-7.93505 11.7648,-15.57319 12.93379,-16.97366 4.47784,-5.36447 24.5275,-20.22357 27.34738,-20.26754 0.6875,-0.0107 1.25,-0.3525 1.25,-0.75951 0,-0.40701 3.38451,-2.14899 7.52114,-3.87107 l 7.52113,-3.13106 5.47887,-1.10031 c 3.01337,-0.60517 5.47886,-1.39243 5.47886,-1.74946 0,-0.35703 0.83533,-0.71207 1.8563,-0.78897 1.02096,-0.0769 5.18346,-1.24822 9.25,-2.60292 l 7.3937,-2.46309 8.94849,-1.17354 c 4.92167,-0.64545 9.25932,-1.36565 9.63922,-1.60044 1.89583,-1.17168 50.62781,-0.24993 58.91229,1.11431 7.70265,1.26843 16.31442,3.53256 20.29741,5.33642 3.89335,1.76326 9.01287,3.37173 28.70259,9.0179 9.36204,2.68463 9.00018,2.56933 12,3.8233 1.375,0.57476 6.775,2.71262 12,4.75078 11.08491,4.32399 15.48999,6.43155 17.81745,8.52457 1.69273,1.52224 7.84434,4.36384 11.82458,5.46211 l 2.14203,0.59106 0.52019,1.9892 0.52019,1.98921 -1.39255,2.72767 c -0.7659,1.50023 -2.91953,4.19777 -4.78584,5.99455 l -3.39328,3.26688 -3.08145,8.23312 c -1.69479,4.52822 -3.76529,11.38313 -4.6011,15.23313 l -1.51966,7 0.43432,7 c 0.35524,5.72542 0.9483,10.79955 1.43179,12.25 0.0458,0.1375 0.16274,0.5875 0.25981,1 0.0971,0.4125 1.25213,5.025 2.56681,10.25 1.31469,5.225 2.76431,11.525 3.22138,14 1.15386,6.24806 1.54117,7.6722 3.93405,14.46534 1.1557,3.28094 2.10128,6.51414 2.10128,7.1849 0,0.67076 0.51365,2.48636 1.14145,4.03466 0.6278,1.54831 1.2505,3.4901 1.38377,4.3151 0.13328,0.825 0.96779,4.48723 1.85448,8.13828 l 1.61217,6.63829 0.44979,11.79464 0.44979,11.79464 -2.87428,10.56708 c -3.43402,12.62489 -3.8403,13.73116 -8.51939,23.19783 -6.70515,13.56576 -8.10133,15.46585 -20.49778,27.89584 l -10.5,10.5284 -11,6.57965 c -19.08916,11.4182 -26.43853,14.0407 -54,19.2689 -1.1,0.2086 -5.3618,0.7021 -9.47066,1.0965 -4.10887,0.3945 -8.38387,1.0615 -9.5,1.4824 l -2.02934,0.7651 -9.5,-9e-4 c -5.225,-5e-4 -10.85,-0.1868 -12.5,-0.4138 z"
+ id="path4268" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 282.71038,758.31315 5.17944,-1.0761 7.50502,-3.46752 c 4.12775,-1.90714 8.06638,-3.46753 8.75251,-3.46753 0.68613,0 5.10312,-2.52807 9.81554,-5.61794 l 8.56804,-5.61794 6.25,-6.53927 6.25,-6.53928 0,-1.40853 c 0,-0.77469 0.53755,-2.39144 1.19456,-3.59278 1.1634,-2.1273 6.0254,-15.16427 7.90045,-21.18426 0.51392,-1.65 1.1638,-5.25 1.44417,-8 0.28037,-2.75 1.17674,-7.7 1.99194,-11 l 1.48218,-6 -0.0456,-17.4806 -0.0456,-17.48059 -1.39711,-7.01941 c -1.60283,-8.05299 -3.31624,-19.27169 -4.09627,-26.82069 -0.61919,-5.99247 -4.16116,-18.27635 -6.10457,-21.17122 -0.72831,-1.08487 -1.3242,-2.64697 -1.3242,-3.47131 0,-0.82435 -3.11217,-7.81172 -6.91594,-15.5275 -3.80376,-7.71577 -7.59664,-15.69425 -8.42861,-17.72995 l -1.51268,-3.70128 -5.82138,-6.14626 -5.82139,-6.14625 0.27478,-0.9768 0.27477,-0.9768 -0.90649,0.56024 -0.90649,0.56024 -6.89645,-6.73591 -6.89646,-6.73591 -6.25322,-4.25 c -3.43928,-2.3375 -6.6516,-4.25 -7.1385,-4.25 -0.4869,0 -1.03527,-0.34085 -1.21861,-0.75744 -0.62782,-1.42662 -8.33119,-6.97534 -12.83333,-9.24382 -2.475,-1.24708 -4.725,-2.55362 -5,-2.90343 -0.54467,-0.69291 -5.73078,-3.09531 -6.68186,-3.09531 -0.32329,0 0.55636,0.9 1.95478,2 1.39842,1.1 2.84125,2 3.20629,2 0.36503,0 1.32867,0.66498 2.14142,1.47772 0.81275,0.81275 2.24311,2.05194 3.17857,2.75375 0.93547,0.70182 4.61724,4.64934 8.18171,8.77228 3.56447,4.12294 6.7261,7.72125 7.02584,7.99625 0.29974,0.275 1.99033,2.35778 3.75686,4.62841 l 3.21189,4.1284 7.01228,13.78968 c 3.85675,7.58433 7.01227,14.24111 7.01227,14.79286 0,0.55174 0.62485,1.7136 1.38856,2.58191 l 1.38856,1.57874 4.84294,13 c 2.66362,7.15 5.12022,13.225 5.45911,13.5 1.01788,0.82597 3.88281,13.75101 5.78129,26.0821 l 1.78317,11.5821 -0.2352,10.4179 c -0.3652,16.17674 -1.10796,26.91483 -2.27694,32.9179 -0.58906,3.025 -1.28656,6.625 -1.54999,8 -0.9268,4.83746 -1.53284,7.3229 -2.53505,10.39649 -0.55658,1.70693 -1.89671,7.37851 -2.97807,12.60351 -4.36738,21.10277 -10.91908,34.83122 -22.22464,46.56959 l -5.30135,5.5043 -7.52119,5.04637 -7.5212,5.04639 4.5,-0.5397 c 2.475,-0.2968 6.83075,-1.0239 9.67945,-1.6158 z"
+ id="path4266" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 241.58143,754.96035 c 1.12777,-0.16154 2.47777,-0.55067 3,-0.86472 0.52222,-0.31405 3.59997,-0.87536 6.83944,-1.24737 l 5.88993,-0.67637 8.11007,-2.57111 8.11006,-2.57111 3.47533,-2.58659 c 7.35027,-5.47061 17.41104,-17.18087 21.41323,-24.92399 1.55296,-3.00454 5.34629,-14.2765 6.09632,-18.11532 0.17213,-0.88097 1.05364,-4.30177 1.95892,-7.60177 0.90528,-3.3 1.79651,-6.9 1.9805,-8 0.18399,-1.1 1.09218,-5.15 2.01819,-9 3.07363,-12.77897 3.4667,-14.9438 4.08529,-22.5 0.77446,-9.46004 0.69551,-38.6748 -0.11349,-42 -0.33453,-1.375 -0.99419,-4.75 -1.46591,-7.5 -1.3554,-7.90168 -3.45266,-15.25795 -7.26998,-25.5 -1.94741,-5.225 -4.11879,-11.075 -4.82528,-13 -0.7065,-1.925 -2.73194,-5.59604 -4.50098,-8.15787 -1.76904,-2.56183 -4.05549,-6.38683 -5.08099,-8.5 -2.35302,-4.84866 -17.64275,-24.41173 -23.6483,-30.25778 l -4.53613,-4.41565 0.61115,-0.98886 0.61115,-0.98886 -0.95294,0.58895 -0.95293,0.58894 -5.69974,-4.86378 -5.69974,-4.86377 -7.4237,-3.57066 c -4.08304,-1.96386 -7.90887,-3.57066 -8.50184,-3.57066 l -1.07813,0 0,-1.05902 0,-1.05901 -0.75,0.45325 c -0.4125,0.24929 -3.99263,-0.37378 -7.95584,-1.3846 l -7.20583,-1.83785 -10.29417,-0.11656 c -5.66179,-0.0641 -10.74416,-0.0848 -11.29416,-0.0461 -0.55,0.0388 2.6,1.90668 7,4.15092 4.4,2.24424 10.7,5.8824 14,8.08481 l 6,4.00437 3.5,4.49485 c 1.925,2.47216 6.6593,8.46741 10.52066,13.32278 7.44328,9.35935 8.84935,11.67506 16.69294,27.49212 12.99494,26.20508 18.83561,42.68651 20.19961,57 0.54542,5.72351 0.98907,9.0825 2.13743,16.18276 0.28312,1.75052 0.51855,8.50557 0.52319,15.01122 l 0.008,11.82846 -1.55375,9.48878 c -1.49076,9.10404 -1.87844,10.88963 -4.55702,20.98878 -1.31628,4.96281 -4.83323,13.31778 -11.99681,28.5 l -4.71841,10 -2.23078,2.5 c -1.22693,1.375 -2.74709,3.20261 -3.37813,4.06136 -2.73533,3.72231 -20.76934,16.21809 -25.14736,17.42463 -1.65,0.45473 -3.45,0.97786 -4,1.16252 -0.55,0.18466 -3.475,0.78315 -6.5,1.32999 l -5.5,0.99425 -5.5,-1.41136 c -3.025,-0.77625 -6.4,-1.70685 -7.5,-2.06801 l -2,-0.65665 1.94113,1.58163 c 1.06762,0.8699 2.47292,1.58164 3.12288,1.58164 0.64997,0 3.37646,0.99129 6.05887,2.20287 l 4.87712,2.20287 6.5,1.25699 6.5,1.25696 9,-0.4838 c 4.95,-0.2661 9.92272,-0.61599 11.0505,-0.77754 z"
+ id="path4264" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 337.28693,738.75383 4.49742,-4.04817 2.25556,-4.45183 c 2.21651,-4.37477 3.79787,-6.42439 13.19252,-17.09904 l 4.7015,-5.34207 3.1585,-8.50536 c 1.73718,-4.67795 3.50388,-9.40536 3.926,-10.50536 1.49632,-3.89919 3.03941,-12.11166 3.85188,-20.5 l 0.82328,-8.5 -0.41873,-6.26681 -0.41872,-6.2668 -2.89148,-11.2332 c -3.76305,-14.61923 -3.36553,-13.24316 -6.29544,-21.79242 -2.78559,-8.12815 -4.36292,-14.00661 -5.61891,-20.94077 -0.44829,-2.475 -1.08311,-5.625 -1.41069,-7 -0.32759,-1.375 -1.29979,-6.62669 -2.16045,-11.67043 -0.86067,-5.04373 -2.83111,-13.85146 -4.37876,-19.57273 l -2.81392,-10.40231 -2.37778,-4.01751 c -2.39357,-4.04418 -5.65725,-8.60676 -12.76825,-17.84986 l -3.85654,-5.01285 -8.3765,-5.62686 c -4.60707,-3.09477 -10.17649,-6.73081 -12.37649,-8.08008 -4.05899,-2.48939 -21.03676,-10.04901 -25.36831,-11.29564 l -2.36832,-0.68161 0.41971,1.35494 0.41971,1.35494 6.4486,4.19221 c 8.28723,5.3875 13.44753,9.29706 18.505,14.01984 4.34547,4.05791 9.44361,10.57187 9.44361,12.06624 0,0.50145 0.95238,1.76898 2.1164,2.81672 2.87408,2.58699 8.21693,10.44002 8.21693,12.07741 0,0.73017 0.31781,1.32758 0.70625,1.32758 0.69126,0 3.721,5.92479 11.76142,23 5.96192,12.66114 11.44199,30.59307 12.67185,41.46492 0.37113,3.28071 0.81835,6.20571 0.99384,6.5 0.77164,1.29407 1.82928,26.28806 1.92685,45.53508 l 0.10646,21 -1.79895,8.5 c -0.98943,4.675 -2.25999,10.75 -2.82349,13.5 -0.56349,2.75 -1.49368,6.23178 -2.0671,7.73729 l -1.04257,2.73729 -1.03845,-0.6418 -1.03846,-0.6418 0.60802,0.9838 0.60802,0.98379 -1.4522,4.92072 c -0.79871,2.70639 -1.86692,5.82071 -2.37379,6.92071 -0.50688,1.1 -2.04215,4.55382 -3.41172,7.67515 l -2.49012,5.67514 -4.3396,4.78301 -4.33959,4.78301 3.12929,-1.95815 c 1.72111,-1.07699 5.15313,-3.77984 7.62671,-6.00633 z"
+ id="path4262" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 219.03093,735.711 c 5.225,-1.403 11.15805,-2.90317 13.18455,-3.33371 l 3.68456,-0.78281 4.98871,-3.20124 4.98871,-3.20125 2.44084,-3.2001 c 5.0128,-6.57212 15.44182,-29.69343 19.48109,-43.18989 1.15224,-3.85 2.64724,-10.6 3.32222,-15 l 1.22723,-8 0.29791,-11.5 0.29792,-11.5 -1.93289,-15.5 -1.9329,-15.5 -2.40794,-8 c -2.1875,-7.26763 -4.39009,-13.04484 -6.76209,-17.73643 -0.48286,-0.95504 -0.87792,-2.25494 -0.87792,-2.88868 0,-0.63374 -2.925,-7.22055 -6.5,-14.63736 -3.575,-7.41681 -6.5,-13.8794 -6.5,-14.36132 0,-0.48192 -0.37372,-0.87621 -0.83048,-0.87621 -0.45676,0 -2.34007,-2.1375 -4.18512,-4.75 -4.41875,-6.25672 -12.86332,-14.97979 -20.27403,-20.94265 -3.28604,-2.64404 -7.60267,-6.15735 -9.5925,-7.80735 -6.56966,-5.44768 -12.71936,-7.79455 -29.10227,-11.10613 l -8.98642,-1.81648 -4.73464,1.26632 c -2.60405,0.69648 -8.57311,3.11533 -13.26459,5.37524 l -8.52995,4.10892 6.25467,0.92399 6.25468,0.924 -0.55661,0.90061 -0.55662,0.90062 1.56354,-0.59998 1.56353,-0.59999 5.7384,2.27724 c 5.16631,2.0502 8.92413,3.91106 16.31721,8.08025 3.43514,1.93718 12.49045,11.15605 19.02181,19.36539 5.03356,6.32672 7.0502,9.46307 12.21681,19 2.928,5.40471 7.51619,15.93803 8.27619,19 0.40954,1.65 1.53818,4.8 2.50809,7 l 1.76347,4 2.2175,11 2.21751,11 0.0999,14 0.0999,14 -1.2958,8.5 c -0.71269,4.675 -1.91095,10.75 -2.66281,13.5 -0.75185,2.75 -1.87706,7.025 -2.50048,9.5 -0.62341,2.475 -1.54312,6.075 -2.0438,8 -0.50068,1.925 -2.21873,6.19513 -3.81789,9.48918 l -2.90758,5.98917 -6.88582,7.60421 -6.88582,7.60421 -7,3.63045 -7,3.63045 -3.82022,0.23528 c -2.10113,0.12941 -4.00851,0.53994 -4.23864,0.91229 l -0.41842,0.67701 -6.26136,-0.4199 c -3.44375,-0.23095 -7.77308,-0.83202 -9.62073,-1.33572 l -3.35937,-0.91581 1.76436,1.94959 c 0.9704,1.07227 2.31134,1.94959 2.97989,1.94959 l 1.21553,0 3.87948,4.08376 3.87948,4.08376 10,4.80959 c 11.59765,5.578 12.19873,5.75946 19.5,5.88684 l 5.5,0.096 9.5,-2.55091 z"
+ id="path4260" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 188.43,706.34526 c 2.51068,-1.0762 5.81049,-2.8058 7.33291,-3.84356 1.52241,-1.03775 4.79302,-3.16367 7.26802,-4.72425 2.475,-1.56058 5.95359,-4.42825 7.73019,-6.37258 l 3.23019,-3.53516 2.62398,-6.53386 c 1.44319,-3.59362 2.8249,-7.65885 3.07047,-9.03385 0.24557,-1.375 1.14358,-5.425 1.99558,-9 0.852,-3.575 2.39917,-11.225 3.43815,-17 l 1.88905,-10.5 0.0112,-10.65063 0.0112,-10.65062 -1.9671,-11.5063 -1.9671,-11.5063 -2.91469,-8.34307 c -1.60309,-4.5887 -3.49012,-9.58058 -4.19342,-11.09308 l -1.27872,-2.75 -1.22554,0 -1.22555,0 -1.61394,-3.40113 c -0.88768,-1.87062 -1.61395,-3.84748 -1.61395,-4.39301 0,-0.54554 -0.57609,-1.21295 -1.28021,-1.48314 l -1.2802,-0.49126 -1.9698,-3.86573 c -3.33372,-6.54244 -9.20925,-14.02451 -17.59487,-22.40584 l -5.62509,-5.6222 -4.87491,-2.26607 c -9.39154,-4.36558 -10.9096,-5.00191 -15.37492,-6.44486 -2.475,-0.79978 -6.3,-1.6836 -8.5,-1.96405 l -4,-0.50989 -7.18103,0.80022 -7.18102,0.80022 -5.55636,4.87337 c -3.05599,2.68035 -5.56203,5.14926 -5.56897,5.48646 l -0.0126,0.61309 6.39561,0.51338 6.39562,0.51338 1.35438,0.8471 c 0.74492,0.4659 1.80439,0.87303 2.35439,0.90473 3.00914,0.17344 15.23061,7.20765 24.51026,14.10717 l 5.51026,4.09694 3.95583,4.89556 c 2.17571,2.69256 4.19609,5.12056 4.48974,5.39556 0.29365,0.275 1.63743,2.525 2.98617,5 1.34875,2.475 3.48625,6.0253 4.75,7.88955 1.26376,1.86425 2.29774,3.93472 2.29774,4.60106 0,0.66633 1.125,3.32735 2.5,5.91337 l 2.5,4.70185 0,1.94708 0,1.94709 1.16667,0 1.16666,0 -0.57527,0.57527 -0.57527,0.57528 0.93072,3.17472 0.93073,3.17473 0.46741,9.5 c 0.25708,5.225 0.71887,10.625 1.0262,12 0.30733,1.375 0.70861,6.12151 0.89173,10.5478 l 0.33296,8.0478 -1.21261,6.45281 c -0.66694,3.54904 -1.81456,7.57753 -2.55025,8.9522 -0.7357,1.37466 -1.28126,2.72439 -1.21235,2.99939 0.78404,3.12902 -4.79932,12.12304 -10.47865,16.87966 -5.14247,4.30699 -5.01225,4.22281 -11.68254,7.55224 l -5.87387,2.93189 -6.12613,-1.07883 c -6.27353,-1.10478 -9.82503,-2.34984 -12.82818,-4.4972 l -1.70203,-1.21702 -0.61215,0.61215 -0.61214,0.61214 3.45737,6.85249 3.45737,6.85248 2.85681,2.5 c 4.45239,3.8963 7.81021,5.8319 15.62256,9.00556 l 7.23425,2.93883 3.66709,0.0278 3.6671,0.0278 4.56488,-1.95674 z"
+ id="path4258" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 175.15417,671.42142 c 1.30722,-0.5101 4.28926,-2.58072 6.62676,-4.60136 l 4.25,-3.67391 0,-1.92207 0,-1.92208 1.05103,0 1.05102,0 1.62578,-3.75 c 2.07366,-4.78308 1.98239,-4.43459 3.42936,-13.09415 l 1.22717,-7.34415 -1.1838,-11.15585 c -0.65109,-6.13572 -1.34611,-12.28085 -1.5445,-13.65585 -1.5703,-10.88396 -2.62152,-15.3874 -5.00203,-21.42876 -1.82247,-4.62516 -10.63776,-22.16776 -10.64632,-21.18638 -0.004,0.48667 -1.00264,-0.41333 -2.21866,-2 -4.39626,-5.73627 -19.64239,-19.08457 -21.78905,-19.07676 -0.275,10e-4 -1.85,-0.69402 -3.5,-1.54449 -1.65,-0.85047 -5.44418,-2.27021 -8.4315,-3.15496 l -5.4315,-1.60865 -4.76971,0 -4.76971,0 -5.29879,1.40275 c -2.91433,0.77151 -6.58462,2.08193 -8.15619,2.91204 l -2.8574,1.50929 -1.82338,2.9983 -1.82337,2.9983 2.89088,-0.82909 2.89088,-0.82909 4.28989,0.4684 4.2899,0.4684 8.25,4.11428 8.25,4.11429 0,0.83606 0,0.83607 1.34346,0 1.34347,0 3.98836,4.75 c 4.89193,5.82611 10.58756,13.90176 12.57027,17.82295 l 1.48003,2.92705 -0.49253,1.3892 -0.49252,1.38919 1.10041,-0.68009 1.10042,-0.6801 0.6672,2.7909 c 0.36696,1.535 1.03829,3.26668 1.49183,3.8482 0.45355,0.58151 1.53713,3.73151 2.40796,7 l 1.58332,5.9427 -0.68116,10.48278 -0.68115,10.48277 -1.92665,4.51723 -1.92665,4.51722 -3.18804,3.33763 -3.18803,3.33763 -3.5,1.79033 c -1.925,0.98469 -4.88432,2.08884 -6.57628,2.45367 l -3.07627,0.66334 -2.7867,-1.0595 -2.7867,-1.05951 0.68945,2.76821 0.68944,2.7682 4.05197,5.37721 4.05196,5.3772 1.87157,0.48943 c 1.02936,0.26918 1.87156,0.807 1.87156,1.19516 0,0.38815 1.88943,1.94278 4.19872,3.45472 l 4.19873,2.74899 4.99606,1.27858 4.99606,1.27858 3.67845,-0.82649 c 2.02315,-0.45457 4.748,-1.24385 6.05522,-1.75396 z"
+ id="path4256" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 148.98398,636.94797 6.45305,-1.2307 1.78337,-5.95764 1.78336,-5.95763 0.0136,-8.30718 0.0136,-8.30718 -1.13367,-4.69282 -1.13367,-4.69282 -2.6659,-3 c -1.46624,-1.65 -3.24849,-4.17464 -3.96055,-5.61032 -0.71206,-1.43567 -4.43461,-6.29756 -8.27232,-10.80419 l -6.97767,-8.19388 -2.67811,-1.04258 c -1.47299,-0.57343 -5.15314,-2.17575 -8.17814,-3.56073 l -5.5,-2.51814 -5.5,-0.47979 -5.5,-0.4798 -2.64438,1.02981 -2.64438,1.0298 -1.52897,3.06491 -1.528977,3.06491 2.987967,0 2.98798,0 5.18538,2.2199 5.18538,2.21989 3.27377,2.96242 c 1.80058,1.62933 4.78176,5.24287 6.62485,8.0301 l 3.35108,5.06769 0.58602,3 c 0.32231,1.65 0.83831,4.76388 1.14668,6.91974 l 0.56067,3.91974 -1.09354,3.31343 -1.09353,3.31344 -2.87219,2.04518 -2.87219,2.04518 -3.55581,0.13367 -3.55581,0.13368 0,0.78034 c 0,0.42919 2.51368,2.94377 5.58596,5.58797 3.07227,2.6442 6.88641,6.56901 8.47586,8.7218 1.58944,2.1528 4.13826,4.73734 5.66404,5.74342 l 2.77414,1.82923 2,-0.0551 c 1.1,-0.0303 4.90387,-0.60889 8.45305,-1.28578 z"
+ id="path4254" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 124.29929,608.13711 1.76836,-2.10203 -0.46409,-5.61654 c -0.25525,-3.0891 -0.766,-6.62904 -1.13499,-7.86654 l -0.6709,-2.25 -1.20906,0 c -0.66498,0 -2.26593,-1.125 -3.55768,-2.5 -1.29175,-1.375 -2.83848,-2.5 -3.43719,-2.5 l -1.08855,0 -0.98713,-2.25 -0.98713,-2.25 -6.5,-0.15873 c -3.575,-0.0873 -7.241687,-0.45536 -8.148187,-0.81792 l -1.64819,-0.65919 -1.21737,7.21737 -1.21737,7.21738 6.19311,5.82055 6.193107,5.82056 -0.73787,1.27999 -0.73788,1.27999 0.81832,-0.74132 0.81831,-0.74133 1.31032,1.08747 c 0.72068,0.59811 3.23708,1.66285 5.59201,2.36609 l 4.28169,1.27863 2.5,-0.4062 2.5,-0.4062 1.76836,-2.10203 z"
+ id="path4252" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 356.1244,541.83109 c 0.4773,-2.5549 1.56479,-6.11401 2.41663,-7.90913 l 1.5488,-3.26386 -0.24017,-3.15192 -0.24016,-3.15192 -1.28929,-0.49475 -1.28928,-0.49474 -0.0384,-1.28139 -0.0384,-1.28138 -4.21158,-4.57672 c -4.58574,-4.98327 -10.91277,-9.92328 -12.70952,-9.92328 -1.03537,0 -6.9296,-2.25268 -14.5021,-5.54246 -1.65,-0.71682 -4.30462,-1.62864 -5.89915,-2.02627 l -2.89916,-0.72296 0.70817,1.14585 c 0.3895,0.63021 1.14485,1.14584 1.67857,1.14584 1.8289,0 11.41094,8.11036 16.59509,14.0463 l 5.18353,5.93521 3.48256,7.25924 c 4.41024,9.19294 7.21322,15.60863 8.13057,18.60991 l 0.71849,2.35067 1.01348,-1.01348 1.01349,-1.01349 0.86783,-4.64527 z"
+ id="path4250" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -426.06276,699.87497 c -0.2532,-0.2532 -4.3442,-0.54597 -9.091,-0.65059 l -8.6307,-0.19023 -1.1798,-0.72916 -1.1798,-0.72917 0.3375,-2.38691 0.3375,-2.38691 8.5,0.30395 c 4.675,0.16718 12.8634,0.43181 18.1964,0.58808 l 9.6965,0.28412 10.3035,-1.30159 c 16.0804,-2.03133 17.0545,-2.20665 21.3036,-3.83394 l 4,-1.53191 -9.5,0.66239 c -5.225,0.36431 -13.2573,0.58678 -17.8496,0.49439 l -8.3496,-0.16799 -6.4624,-1.49875 c -3.5544,-0.82431 -8.3471,-1.53038 -10.6505,-1.56904 l -4.1879,-0.0703 2,-0.79133 2,-0.79133 1.25,0.4686 1.25,0.46861 -0.01,-0.85699 -0.01,-0.85699 -8.6141,-2.80639 c -4.7377,-1.54351 -9.6844,-3.50777 -10.9928,-4.36501 l -2.3787,-1.55862 0,-2.41084 0,-2.41084 7.25,3.9347 7.25,3.9347 8.6111,2.12109 c 10.4925,2.58448 12.47,2.85971 26.3889,3.6728 l 11,0.64257 7.5,-1.1629 c 4.125,-0.6396 10.65,-2.14433 14.5,-3.34385 l 7,-2.18095 12.7963,-6.398 12.7963,-6.398 7.0303,-6.45174 c 8.8961,-8.16398 17.8083,-17.62269 20.3184,-21.56438 l 1.9414,-3.04857 -0.9414,0.43022 c -0.5177,0.23662 -7.4712,3.62671 -15.4521,7.53353 l -14.5108,7.10331 -7.2415,2.15663 -7.2416,2.15663 -11.2477,-0.58422 c -23.1534,-1.20263 -30.7594,-2.48959 -48.2476,-8.16369 -12.8576,-4.17169 -15.5588,-5.46588 -27.073,-12.97118 l -8.6027,-5.60753 -1.9084,-3.12973 -1.9084,-3.12974 0,-3.37244 0,-3.37245 1.6655,1.37245 c 0.916,0.75484 3.1174,3.62244 4.8918,6.37244 l 3.2263,5 3.8582,1.97999 c 2.122,1.08899 6.7792,3.73807 10.3494,5.88684 l 6.4911,3.90685 5.496,1.89089 c 3.0228,1.04 10.5467,3.22045 16.7197,4.84545 l 11.2237,2.95456 11.2891,1.04637 11.2892,1.04638 6.2899,-0.51785 6.2899,-0.51785 6.2101,-2.0095 c 7.5238,-2.43462 7.2552,-2.3162 22.3902,-9.86921 6.6991,-3.34312 14.7991,-7.75181 18,-9.79709 l 5.8199,-3.71868 6.8581,-7.06358 c 3.7719,-3.88496 8.669,-9.22221 10.8824,-11.86056 l 4.0244,-4.79698 -3.8825,1.79698 c -2.1353,0.98835 -4.4403,2.32272 -5.1221,2.96528 -0.6819,0.64255 -2.5944,1.46581 -4.25,1.82945 l -3.0103,0.66117 0,0.92055 0,0.92054 -1.8,0 c -0.99,0 -2.2275,0.41936 -2.75,0.93192 -1.9408,1.9038 -22.0193,7.98817 -31.45,9.53022 -1.925,0.31477 -4.7308,0.82383 -6.2351,1.13126 -1.5043,0.30742 -8.4793,0.5682 -15.5,0.57951 l -12.7649,0.0206 -6.8764,-1.1361 c -3.782,-0.62486 -8.4494,-1.79339 -10.3721,-2.59674 -1.9227,-0.80334 -4.2057,-1.46062 -5.0733,-1.46062 -0.8677,0 -5.3127,-1.40974 -9.8779,-3.13275 l -8.3003,-3.13275 0,-0.86725 c 0,-0.47699 -0.4124,-0.86725 -0.9164,-0.86725 -1.1087,0 -19.2261,-10.19072 -21.5586,-12.12632 -5.1251,-4.25292 -12.6521,-11.07348 -17.7327,-16.06821 l -5.7923,-5.69454 0,-2.94216 0,-2.94216 9.2568,9.1367 c 5.0912,5.02518 11.7994,11.45015 14.907,14.27771 l 5.6502,5.14102 7.843,4.24412 c 4.3136,2.33427 10.768,5.68846 14.343,7.45375 l 6.5,3.20963 8,2.11315 c 12.1691,3.21442 13.109,3.3549 26.1858,3.91372 l 12.1858,0.52076 9.652,-1.13833 9.652,-1.13832 2.8344,-1.46572 c 3.2382,-1.67454 10.0803,-4.01238 14.49,-4.95104 1.65,-0.35122 5.25,-1.93941 8,-3.52931 2.75,-1.58989 8.2779,-4.70824 12.2842,-6.92966 l 7.2843,-4.03894 4.4603,-4.18051 c 2.4532,-2.29928 5.8635,-5.03385 7.5785,-6.07681 3.7174,-2.26066 3.4007,-3.11661 -0.6733,-1.81977 -19.129,6.08919 -53.0003,9.01364 -69.934,6.0381 -3.3,-0.57986 -9.684,-1.70377 -14.1865,-2.49758 l -8.1865,-1.44327 -4.8135,-2.42338 c -2.6475,-1.33285 -9.4074,-4.83994 -15.0221,-7.79353 l -10.2085,-5.37015 -4.7285,-3.98947 c -2.6007,-2.19422 -7.3647,-6.6302 -10.5868,-9.85775 l -5.8582,-5.86827 -3.0931,-6.12724 c -1.7011,-3.36999 -3.894,-8.4553 -4.8729,-11.3007 l -1.78,-5.17345 -2.2721,-13.65782 -2.2721,-13.65783 1.2098,-7.17321 1.2099,-7.17321 3.9003,-8.17888 3.9003,-8.17888 7.7278,-8.82112 c 9.6161,-10.97677 11.6426,-12.93847 18.1231,-17.54369 6.2071,-4.41097 13.7417,-8.19716 25.5526,-12.84033 4.8086,-1.8904 8.7461,-3.68859 8.75,-3.99597 l 0.01,-0.55886 -7.25,0.76907 c -3.9875,0.42299 -8.375,1.05036 -9.75,1.39416 -1.375,0.34379 -7.45,1.45017 -13.5,2.45863 -17.1125,2.85242 -27.9162,7.26923 -34.9251,14.27812 -0.8635,0.86346 -4.1586,3.14919 -7.3224,5.0794 l -5.7525,3.50947 -5,5.73533 c -2.75,3.15443 -6.0125,7.09585 -7.25,8.75872 l -2.25,3.02339 0,-3.47142 0,-3.47142 2.75,-3.01561 c 1.5125,-1.65859 4.9731,-5.62011 7.6902,-8.80338 l 4.9403,-5.78775 9.0597,-5.89162 c 4.9829,-3.24039 9.5098,-6.25595 10.0598,-6.70124 0.55,-0.44529 2.575,-1.75289 4.5,-2.90577 l 3.5,-2.09615 5,-1.03897 c 2.75,-0.57144 10.625,-2.07325 17.5,-3.33736 l 12.5,-2.29838 -5.5377,-1.24027 -5.5377,-1.24028 -16.6982,-0.79447 -16.6983,-0.79447 -10.2641,0.81685 -10.264,0.81685 -6.25,2.92381 -6.25,2.92382 0,-4.3541 0,-4.3541 5.75,-2.55706 c 7.7829,-3.46111 15.3665,-5.53299 23.75,-6.48863 l 7,-0.79793 -6.5,-2.11899 -6.5,-2.119 -11.5,-5.88585 -11.5,-5.88586 -0.3123,-4.30832 -0.3123,-4.30832 3.3123,2.49971 c 4.666,3.52138 12.5225,7.99236 17.8123,10.13672 8.6523,3.50748 23.5148,8.54032 25.25,8.55032 l 1.75,0.0101 1.847,1.84701 1.847,1.84702 11.903,1.74107 c 11.5939,1.69586 25.1206,3.99649 42.403,7.21193 l 8.5,1.58145 19.0065,-0.57566 19.0066,-0.57565 4.9934,-1.01123 c 2.7464,-0.55618 14.8935,-3.08534 26.9935,-5.62035 l 22,-4.6091 5.5,-1.96879 c 5.7822,-2.06981 13.8735,-4.45626 20.365,-6.00647 l 3.865,-0.92299 1.9573,0.62122 1.9573,0.62122 -0.5259,1.37057 -0.526,1.37056 3.3854,4.05208 3.3855,4.05207 1.0697,5.23702 c 1.3909,6.80912 2.3259,22.40488 2.1724,36.23702 l -0.122,11 -1.4451,8.5 c -2.385,14.02833 -2.5975,15.42542 -2.6282,17.28486 -0.025,1.50486 -1.045,6.6226 -3.4316,17.21514 -0.2478,1.1 -0.945,4.475 -1.5492,7.5 -0.6043,3.025 -1.7835,7.91729 -2.6205,10.87176 -0.837,2.95446 -1.5991,5.87946 -1.6936,6.5 -0.094,0.62053 -0.4528,1.57824 -0.7963,2.12824 -0.3435,0.55 -0.9517,3.25 -1.3517,6 -0.4,2.75 -1.3259,6.18045 -2.0575,7.62322 -0.7317,1.44276 -1.1205,2.83302 -0.864,3.08946 0.2564,0.25644 -0.4365,1.28323 -1.5399,2.28177 l -2.0061,1.81553 0,2.34501 0,2.34501 -1.9687,0 -1.9686,0 0.5724,1.49157 0.5724,1.49157 -1.5777,0.6054 -1.5776,0.6054 -2.8879,4.69333 c -1.5883,2.58132 -3.5285,5.35019 -4.3116,6.15303 -0.7831,0.80283 -2.9828,3.70217 -4.8883,6.44297 -1.9054,2.74081 -4.7273,6.34081 -6.2709,8 -1.5435,1.6592 -3.5253,4.36673 -4.404,6.01673 -0.8786,1.65 -3.205,4.69706 -5.1697,6.77124 -1.9647,2.07418 -4.0329,4.6003 -4.596,5.61361 -3.0546,5.4968 -29.6582,35.11515 -31.5409,35.11515 -0.3967,0 -4.0426,3.19504 -8.1021,7.10009 -4.0594,3.90504 -10.5308,10.12255 -14.3808,13.81667 -3.85,3.69413 -10.15,9.12702 -14,12.07311 l -7,5.35651 -16,7.701 -16,7.701 -5.5,1.57137 c -8.5316,2.43752 -24.7197,5.58871 -33,6.42383 l -7.5,0.75642 -6.8014,-0.5 -6.8014,-0.5 -0.7653,0.76667 c -0.4209,0.42166 -0.9724,0.5595 -1.2256,0.3063 z"
+ id="path4248" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -301.07256,585.32149 8.3964,-0.96532 11.6036,-4.44562 c 6.3819,-2.4451 12.7285,-4.73818 14.1035,-5.09575 2.8569,-0.74295 6.4483,-2.2362 13.2699,-5.51748 l 4.77,-2.2944 6.23,-6.60492 6.2301,-6.60493 4.3287,-9.83351 4.3287,-9.83352 -0.5937,-0.59367 -0.5937,-0.59366 -3.2826,3.18164 c -1.8054,1.74991 -3.8237,3.18165 -4.485,3.18165 l -1.2024,0 0,0.93261 0,0.93261 -2.1339,0.67729 c -1.1737,0.37251 -4.8623,2.27631 -8.1969,4.23069 -6.3757,3.73669 -18.0059,8.53799 -23.7631,9.81014 l -3.4061,0.75265 -13,0.27446 -13,0.27446 -5.5399,-1.3034 c -13.0955,-3.0811 -29.9927,-10.34885 -37.7288,-16.22784 l -3.2688,-2.48403 0.6733,-1.08933 0.6732,-1.08933 -1.0932,0.67566 -1.0933,0.67566 -4.8459,-4.77115 c -5.0633,-4.9852 -11.9614,-13.99114 -13.9947,-18.27115 -1.7292,-3.63994 -5.534,-17.00495 -5.8359,-20.5 l -0.2592,-3 1.3587,-6.77839 1.3587,-6.77839 2.2269,-3.22161 c 6.0435,-8.74288 35.8625,-35.54636 46.8689,-42.12913 l 4.5,-2.69138 -6,0.62946 c -3.3,0.3462 -10.05,1.29713 -15,2.11317 l -9,1.4837 -6.5,2.33583 c -3.575,1.28471 -8.8121,3.18919 -11.638,4.23218 l -5.138,1.89636 -3.362,2.54587 c -1.8491,1.40024 -6.737,4.94361 -10.862,7.87416 -4.125,2.93055 -8.6436,6.48925 -10.0412,7.90822 -1.3977,1.41897 -4.5477,4.45073 -7,6.73723 -9.5234,8.87942 -12.7074,13.67031 -14.9866,22.55013 l -1.2083,4.70741 0.5975,8.83434 0.5974,8.83434 0.9615,2.95825 c 0.5288,1.62704 1.1785,4.75825 1.4438,6.95825 0.6915,5.73605 2.2906,10.61664 6.0459,18.45252 4.9572,10.34395 8.8402,15.07164 19.09,23.24282 l 7,5.58043 11,5.49491 c 6.05,3.0222 12.3074,6.19428 13.9054,7.04907 l 2.9055,1.55417 6.5945,1.07929 c 14.1971,2.32354 18.9576,2.80942 28.5946,2.91846 l 10,0.11315 8.3965,-0.96533 z"
+ id="path4246" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -290.63566,552.47774 c 0.6416,-0.51191 4.5416,-1.71755 8.6666,-2.6792 4.125,-0.96166 11.1975,-3.10038 15.7167,-4.75273 l 8.2168,-3.00426 5.5332,-4.06196 5.5333,-4.06197 0,-1.2354 0,-1.23541 5.75,-3.50534 5.75,-3.50534 1.5,-2.1896 c 0.825,-1.20427 2.0318,-2.74659 2.6817,-3.42737 4.8944,-5.12646 11.506,-13.45199 13.6087,-17.13657 0.6653,-1.16568 2.0155,-3.54152 3.0006,-5.27964 1.6477,-2.90735 6.709,-18.83741 6.709,-21.11606 0,-2.33675 -1.6726,-0.63624 -3.7032,3.76511 l -2.1916,4.75 -6.1864,7 c -7.2168,8.16583 -13.0442,13.0287 -21.5182,17.95665 l -6.0994,3.54703 -9.611,1.44276 -9.611,1.44277 -8.2896,-1.37088 c -16.5508,-2.73704 -21.1516,-4.42627 -32.2896,-11.85542 l -6,-4.00205 -5.3016,-6.08043 -5.3016,-6.08043 -1.9889,-4.44971 c -1.0939,-2.44734 -2.4248,-6.39445 -2.9575,-8.77135 l -0.9685,-4.32165 1.0958,-4.72864 c 2.3963,-10.3403 6.6933,-17.2055 15.9475,-25.47865 6.2049,-5.54709 5.6586,-5.88701 -2.2701,-1.41261 -16.7164,9.43352 -37.5067,28.21847 -43.3278,39.14854 -0.5899,1.10774 -1.5656,2.91407 -2.1682,4.01407 -0.6026,1.1 -2.0325,4.1326 -3.1774,6.7391 l -2.0817,4.7391 0,5.88518 0,5.88517 1.5328,4.34442 c 0.843,2.38943 3.5167,7.50851 5.9414,11.37572 l 4.4086,7.03131 7.1781,6.5 7.1781,6.5 5.6563,3.11749 c 10.0746,5.5527 27.0616,10.64381 37.4381,11.22041 l 4.8334,0.26858 1.1666,-0.93074 z"
+ id="path4244" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -258.35536,509.38395 c 7.7417,-1.9709 12.9066,-3.58665 13.8863,-4.34409 0.55,-0.42523 2.858,-2.07854 5.1288,-3.67402 l 4.1289,-2.90086 4.6211,-6.00553 c 2.5417,-3.30305 4.6212,-6.38526 4.6212,-6.84936 0,-0.4641 1.2293,-2.63578 2.7318,-4.82596 2.8835,-4.20329 7.2682,-13.02747 7.2682,-14.62723 l 0,-0.94651 -4.6061,3.51703 -4.6062,3.51704 -10.1438,5.07704 -10.1439,5.07704 -5.5,0.56353 -5.5,0.56352 -6.9993,-1.75777 c -8.5077,-2.1366 -13.1506,-4.47274 -18.4791,-9.29805 l -4.0502,-3.66777 -2.3998,-5 -2.3997,-5 0.2579,-5.71172 0.2579,-5.71172 3.1256,-6.28828 3.1255,-6.28828 3.2806,-3.56275 c 1.8043,-1.95952 3.8982,-4.32202 4.653,-5.25 l 1.3725,-1.68725 -1.4829,0 c -0.8156,0 -3.1407,1.125 -5.1669,2.5 -2.0262,1.375 -4.1778,2.5 -4.7815,2.5 -0.6036,0 -4.0711,1.84967 -7.7056,4.11038 l -6.608,4.11037 -8.3086,8.13963 -8.3086,8.13962 -3.4414,6.93998 c -1.8928,3.81699 -3.4414,7.71699 -3.4414,8.66667 l 0,1.72668 -1.0868,0.36228 -1.0868,0.36227 3.7513,7.97106 3.7513,7.97106 6.6731,6.5 6.6731,6.5 8.4124,4.1546 c 4.6268,2.28503 9.7272,4.53503 11.3342,5 l 2.9219,0.8454 10.1918,-0.21433 10.1918,-0.21434 3.8864,-0.98938 z"
+ id="path4242" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -256.60746,477.802 0.5756,-1.5 3.2814,-0.0108 c 3.5578,-0.0117 11.4871,-2.17444 16.2814,-4.44072 l 3,-1.41813 7.4041,-8.01513 7.4042,-8.01514 2.9245,-6.63803 2.9245,-6.63804 -0.513,-0.51298 -0.513,-0.51298 -3.367,2.56817 c -1.8519,1.41249 -5.9443,3.70794 -9.0942,5.10098 l -5.7271,2.5328 -6.3142,0 -6.3142,0 -4.4073,-2.32502 -4.4073,-2.32502 -2.2382,-3.92498 -2.2381,-3.92498 0.4567,-1.25 0.4568,-1.25 -0.9686,0 -0.9686,0 0.01,-2.25 0.01,-2.25 2.4442,-5.25 2.4442,-5.25 -0.7928,0 c -2.0941,0 -20.1156,17.20896 -20.1156,19.20813 0,0.55223 -1.3878,2.75632 -3.084,4.89797 -1.6963,2.14164 -2.8479,3.8939 -2.5593,3.8939 0.2886,0 -0.063,1.13386 -0.7826,2.51969 l -1.3072,2.5197 0.4883,4.2274 0.4883,4.22741 2.9333,5.5029 c 1.6133,3.02659 3.2925,5.86434 3.7314,6.3061 1.0237,1.03009 14.0697,5.56083 16.2348,5.63814 l 1.643,0.0587 0.5756,-1.5 z"
+ id="path4240" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -239.96906,443.4366 0,-0.89717 4.75,-1.1742 c 6.2537,-1.54593 11.6997,-4.4163 17.342,-9.1403 l 4.6043,-3.85495 2.7629,-6.15635 2.7628,-6.15634 -0.7153,-3.62765 c -0.3935,-1.9952 -0.8185,-4.52764 -0.9445,-5.62764 -0.1261,-1.1 -0.5594,-3.0125 -0.9631,-4.25 l -0.7339,-2.25 -1.2977,0 c -0.7138,0 -2.442,0.9 -3.8404,2 -1.3984,1.1 -2.9854,2 -3.5267,2 -0.5413,0 -3.1703,1.96202 -5.8423,4.36005 -4.4685,4.01035 -8.5312,7.08304 -17.0957,12.92974 l -3.2377,2.21021 -0.012,1.12756 c -0.01,0.62015 -0.6403,1.64868 -1.4077,2.28562 l -1.3954,1.15808 -0.8007,3.71437 c -0.4403,2.0429 -0.8249,4.38937 -0.8546,5.21437 -0.03,0.825 -0.412,2.05282 -0.8497,2.72848 l -0.7957,1.22848 3.2447,1.32397 c 1.7846,0.72819 4.5052,1.42002 6.0458,1.53741 l 2.801,0.21343 0,-0.89717 z"
+ id="path4238" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 41.162803,564.83065 c -4.49584,-3.00924 -9.17723,-6.5129 -10.40307,-7.78591 -3.87618,-4.02532 -10.01379,-8.30645 -16.7288,-11.66874 -7.2897601,-3.65008 -37.06589,-14.3414 -37.82579,-13.58158 -0.2696,0.26963 -0.9816,0.0829 -1.5822,-0.41485 l -1.092,-0.90508 -6.1342,-0.48906 -6.1341,-0.48906 -1.9618,-1.04991 -1.9618,-1.04992 -8.904,-1.08733 c -4.8973,-0.59804 -11.6041,-1.50677 -14.9041,-2.01941 -3.3,-0.51264 -8.925,-1.02672 -12.5,-1.14239 l -6.5,-0.21031 -1.161,-0.86611 -1.161,-0.86611 -0.648,1.04856 -0.648,1.04856 -1.941,0 -1.941,0 0,-0.84782 0,-0.84782 -3,-0.0853 -3,-0.0853 0,0.739 0,0.73901 -6.750003,0.15694 c -5.7799,0.13438 -10.75,0.70263 -10.75,1.22908 0,0.0829 -1.125,0.35629 -2.5,0.60742 -15.6378,2.8561 -35.8026,9.04676 -43.3751,13.31627 l -3.875,2.18483 -2.125,-0.30639 -2.1249,-0.3064 0.269,-2.49676 0.2691,-2.49677 1.25,-1 c 2.4211,-1.93696 6.0864,-12.87282 8.7849,-26.21092 0.4686,-2.31601 1.5222,-6.81601 2.3414,-10 2.9725,-11.55301 4.873,-29.14009 4.7841,-44.2727 l -0.056,-9.48362 1.1786,-1.45834 1.1785,-1.45834 -1.25,0.75098 -1.25,0.75097 -0.024,-8.30901 c -0.033,-11.31601 -0.7558,-17.40557 -3.5975,-30.30902 -1.3324,-6.05 -2.6425,-12.41115 -2.9114,-14.1359 -0.2688,-1.72474 -1.8474,-6.13232 -3.5079,-9.79461 l -3.0193,-6.65871 1.7474,-2.95798 1.7473,-2.95798 5.5329,-3.66743 c 5.7058,-3.78207 18.4832,-14.69251 22.9818,-19.6238 1.4031,-1.53802 4.3137,-4.46302 6.468,-6.5 2.1543,-2.03697 4.8543,-4.81927 6,-6.18287 1.1457,-1.36361 4.783,-5.25965 8.083,-8.65788 16.198703,-16.68086 23.615803,-24.84074 29.417003,-32.36284 1.9087,-2.475 3.7322,-4.725 4.0521,-5 1.2607,-1.08383 11.0396,-14.90194 15.483,-21.87832 6.8469,-10.75019 14.3811,-24.72343 18.3983,-34.12252 4.3772,-10.2412 5.3846,-12.48989 7.7216,-17.2363 2.3786,-4.83054 3.9975,-11.03843 3.5979,-13.79622 l -0.2222,-1.53336 2.0651,-2.21664 2.0651,-2.21664 2.4271,0 c 2.2456,0 5.3042,-1.08054 12.995,-4.59082 4.2977,-1.96156 26.72565,-10.48499 28.44581,-10.81041 0.79519,-0.15043 1.61544,-0.78245 1.82278,-1.40448 l 0.37699,-1.13097 3.67722,-0.62066 c 2.02247,-0.34136 5.54006,-1.45957 7.81687,-2.48491 2.27681,-1.02534 5.3807,-2.17574 6.89754,-2.55644 1.51684,-0.3807 5.95399,-2.35983 9.86035,-4.39807 3.90635,-2.03823 8.90246,-4.28143 11.10246,-4.98488 2.2,-0.70345 4.61049,-1.76529 5.35665,-2.35964 2.0962,-1.66972 4.86707,-3.18446 15.14335,-8.27838 18.97887,-9.40775 28.443637,-13.43562 32.176577,-13.69322 l 1.67658,-0.11569 -0.38008,-0.61499 -0.38008,-0.61498 9.2035,-4.60091 c 11.87988,-5.93881 26.47395,-12.74054 27.3367,-12.74054 0.37064,0 2.96731,-1.07366 5.77038,-2.38591 2.80307,-1.31224 7.34649,-3.39514 10.09649,-4.62866 6.55551,-2.94049 13.50368,-6.31718 16,-7.77571 2.55687,-1.49392 27.37566,-13.20972 27.9835,-13.20972 0.25147,0 2.91673,-1.125 5.92279,-2.5 3.00605,-1.375 5.83189,-2.5028 6.27963,-2.5062 0.44775,0 2.03481,-0.643 3.52682,-1.4213 1.49201,-0.7784 5.31701,-1.9494 8.5,-2.6023 3.18299,-0.6528 6.23726,-1.5184 6.78726,-1.9234 1.11299,-0.8197 7.26071,-2.4298 15.29997,-4.0072 2.91498,-0.572 6.54386,-1.6832 8.06418,-2.4694 l 2.7642,-1.4294 5.93583,-0.6809 c 3.2647,-0.3744 7.96082,-1.3741 10.43582,-2.2214 l 4.5,-1.5405 8.5,-0.2909 8.5,-0.2908 5.86867,0.9054 5.86867,0.9054 7.13133,3.4925 7.13133,3.4925 2.22335,2.2939 c 1.22284,1.2617 3.50551,3.869 5.07262,5.794 l 2.84927,3.5 1.82213,5.9143 1.82214,5.9143 -0.17261,5.75255 -0.17262,5.75254 -2.39165,7.83316 c -3.24609,10.63158 -5.94615,17.95924 -8.59769,23.33315 l -2.22034,4.5 -6.15335,7.5 c -3.38434,4.125 -7.2499,9.075 -8.59012,11 -1.34023,1.925 -3.27112,4.4 -4.29088,5.5 -1.01975,1.1 -2.59151,3.2375 -3.49278,4.75 -0.90128,1.5125 -1.99166,2.75 -2.42308,2.75 -0.43141,0 -0.78439,0.57471 -0.78439,1.27714 0,0.70243 -1.2375,2.67583 -2.75,4.38533 -1.5125,1.70951 -4.1,4.81075 -5.75,6.89165 -1.65,2.08089 -3.7875,4.4825 -4.75,5.3369 -0.9625,0.8544 -1.75,1.88027 -1.75,2.2797 0,0.39943 -1.06393,1.87423 -2.36428,3.27734 l -2.36428,2.55109 -3.71699,7.75043 c -2.04435,4.26273 -4.48843,8.65042 -5.43128,9.75042 -0.94285,1.1 -2.33232,3.2375 -3.0877,4.75 -0.75539,1.5125 -1.74739,2.75 -2.20445,2.75 -0.45706,0 -0.83102,0.53292 -0.83102,1.18428 0,1.82922 -3.92597,9.50939 -5.55003,10.85724 -0.79748,0.66185 -1.44997,1.62351 -1.44997,2.13701 0,0.51351 -1.35,3.65459 -3,6.98018 -1.65,3.3256 -3,6.52742 -3,7.11517 0,0.58775 -0.61128,1.77907 -1.3584,2.64738 -0.74711,0.86831 -1.83948,2.92874 -2.42747,4.57874 -0.588,1.65 -1.99175,5.44137 -3.11945,8.42526 -1.1277,2.9839 -2.3418,7.2589 -2.69799,9.5 -0.3562,2.24111 -0.80569,4.97474 -0.99887,6.07474 -0.35344,2.01255 -2.39045,10.57686 -4.28128,18 -0.56038,2.2 -1.74565,8.62456 -2.63393,14.27681 l -1.61506,10.2768 0.23279,7.17735 0.23278,7.17734 1.25773,5.54585 c 1.5819,6.97523 3.29411,11.52354 6.15915,16.36109 1.2375,2.0895 2.25,4.01868 2.25,4.28708 0,1.30815 11.05695,16.70878 16.42557,22.87828 8.82165,10.13765 14.74212,16.555 17.46632,18.93219 1.31554,1.14797 3.34054,3.01363 4.5,4.14591 2.14156,2.09137 5.13802,4.3447 14.10811,10.60927 l 5,3.49192 3,0.72733 3,0.72732 9.17301,5.44273 c 5.04515,2.9935 9.58791,5.44273 10.09501,5.44273 0.5071,0 1.72033,0.88214 2.69606,1.96031 0.97573,1.07817 2.05798,1.88649 2.40499,1.79626 0.34701,-0.0902 3.10593,0.43257 6.13093,1.16179 l 5.5,1.32584 3.20948,1.93442 3.20948,1.93441 9.29052,1.0067 9.29052,1.00669 20,-0.63141 20,-0.63141 3,-0.90461 c 15.34856,-4.62816 22.40424,-6.04563 54.19561,-10.88778 l 13.19561,-2.00983 4.30439,-1.98221 c 2.36741,-1.09022 10.40194,-3.99226 17.8545,-6.44899 7.45257,-2.45673 16.00257,-5.59243 19,-6.96822 2.99744,-1.37579 7.5591,-3.39974 10.13703,-4.49766 2.57793,-1.09793 7.63839,-4.05905 11.24547,-6.58026 3.60708,-2.52122 6.83261,-4.58404 7.16784,-4.58404 0.33522,0 2.47476,-1.24356 4.75453,-2.76348 2.27974,-1.51991 6.17004,-3.61123 8.64504,-4.64738 4.9856,-2.08719 21.4691,-9.81597 27.1362,-12.72354 1.9998,-1.02608 4.3623,-1.8656 5.25,-1.8656 l 1.6138,0 0,-1 c 0,-0.55 0.3375,-0.92618 0.75,-0.83596 1.1118,0.24317 6.5967,-1.32161 7.75,-2.21098 0.55,-0.42414 3.925,-1.74132 7.5,-2.92707 6.6702,-2.21236 10.3339,-3.75454 22.5,-9.47108 3.85,-1.80901 9.025,-3.97463 11.5,-4.81247 2.475,-0.83784 10.575,-3.85985 18,-6.71557 7.425,-2.85573 18.675,-6.76835 25,-8.69471 6.325,-1.92637 15.9769,-4.87846 21.4486,-6.56022 14.9876,-4.60649 19.089,-5.64788 30.6702,-7.78739 l 10.6188,-1.96172 14.3812,-0.0542 14.3812,-0.0542 9,1.97502 c 16.4923,3.6192 22.8577,5.23191 24.938,6.31817 1.1341,0.59217 5.7731,4.42875 10.3089,8.52573 l 8.2469,7.44904 5.5301,8.39732 c 3.0415,4.61852 5.8113,9.18999 6.1551,10.15882 0.3437,0.96882 1.1805,2.4365 1.8594,3.2615 l 1.2343,1.5 3.0172,12.5 3.0171,12.5 0.045,16.18464 0.045,16.18464 -1.0143,3.31536 c -0.5578,1.82345 -1.1248,3.76536 -1.26,4.31536 -0.1352,0.55 -0.529,1.9 -0.8752,3 -0.3461,1.1 -1.118,3.89204 -1.7152,6.20453 l -1.0858,4.20453 -2.5626,3.04547 -2.5626,3.04547 -1.9111,0 -1.9111,0 0,-0.8554 0,-0.85539 -6.75,-0.80095 c -3.7125,-0.44052 -11.9614,-0.91343 -18.3309,-1.05091 l -11.5809,-0.24996 -3.4191,-0.90585 -3.4191,-0.90584 -29.5,-0.43785 c -38.1019,-0.56552 -60.5175,-0.46045 -70.5,0.33047 -10.7137,0.84885 -23.1045,1.53054 -40,2.20064 -7.7,0.30539 -15.35,0.77153 -17,1.03587 -1.65,0.26434 -9.075,0.94372 -16.5,1.50974 -19.1589,1.46052 -31.2057,2.72434 -34.1701,3.58474 -3.7748,1.09565 -6.9337,1.56647 -19.3299,2.88114 -13.5336,1.43528 -25.08311,3.32587 -37.00002,6.05669 -8.43395,1.93268 -14.98141,3.3274 -18.91833,4.02993 -2.65284,0.47339 -12.47854,2.71241 -44.08167,10.04508 -6.05,1.40374 -12.8,3.15667 -15,3.8954 -10.71621,3.59835 -16.18011,5.84054 -18.82913,7.72681 l -2.90139,2.06597 -2.63474,0.28735 c -1.44911,0.15805 -4.04925,0.55186 -5.77809,0.87515 l -3.14336,0.58778 -1.02177,-2.93106 -1.02177,-2.93106 -5.83488,-4.29406 c -3.20918,-2.36173 -6.44717,-4.89679 -7.19553,-5.63347 -0.74836,-0.73668 -3.47662,-2.41166 -6.06281,-3.72218 -2.58619,-1.31052 -5.26966,-3.06656 -5.96328,-3.90232 l -1.26111,-1.51955 -16.17607,-7.96467 -16.17607,-7.96467 -9,-3.17702 c -21.25235,-7.50214 -21.67728,-7.61921 -47,-12.94887 -5.5,-1.15758 -13.825,-2.97289 -18.5,-4.03401 -7.54328,-1.71215 -12.50606,-2.56471 -21,-3.6076 -9.47105,-1.16286 -30.12629,-2.74333 -38.5,-2.94589 l -10,-0.2419 -8,1.29008 c -9.58602,1.54585 -17.60404,3.54146 -30.99717,7.71493 l -9.99718,3.11524 -6.00282,3.46584 c -3.30156,1.90621 -6.79343,4.14944 -7.75972,4.98495 -0.96628,0.83552 -2.59719,2.00907 -3.62422,2.6079 -1.02704,0.59883 -4.38996,2.76494 -7.47315,4.81359 l -5.60581,3.72481 -18.76997,18.78922 c -10.32348,10.33408 -20.884957,20.63411 -23.469967,22.88897 l -4.70001,4.09974 -4.70328,6.88622 c -16.57267,24.26591 -20.36402,30.2822 -25.29216,40.1362 l -4.12596,8.25 -2.33577,0 -2.33577,0 -8.17427,-5.47135 z"
+ id="path4236" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 52.122243,560.552 c 0.57664,-1.5125 2.16878,-4.93571 3.53809,-7.60714 1.36931,-2.67143 2.31691,-5.02989 2.10577,-5.24102 -0.21114,-0.21114 -2.82543,0.24065 -5.80953,1.00398 -2.9841,0.76332 -8.31267,1.71212 -11.84125,2.10843 l -6.41562,0.72057 2.91562,2.31392 c 8.97884,7.12588 12.04402,9.30479 13.18705,9.37413 l 1.27144,0.0771 1.04843,-2.75 z"
+ id="path4234" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 42.530933,545.23407 c 2.2,-0.58123 6.3748,-2.15372 9.27734,-3.49443 2.90253,-1.3407 5.50825,-2.43764 5.79049,-2.43764 1.01247,0 7.01147,-4.52421 11.18217,-8.43315 l 4.25,-3.98327 0,-1.73277 0,-1.73278 1,-0.61803 1,-0.61803 0,-1.75335 0,-1.75335 -7.59052,0.88335 -7.59053,0.88335 -3.3106,-1.57098 c -1.82084,-0.86405 -4.1426,-1.57135 -5.15948,-1.57178 -1.01688,-4.3e-4 -4.5657,-1.28608 -7.88627,-2.85699 l -6.03739,-2.8562 -6.96261,-6.93529 C 20.109173,494.3091 16.374383,488.34854 10.451703,472.66685 l -2.3171301,-6.13516 0.5292,-0.5292 0.5292,-0.5292 -1.00047,-1.86939 c -0.55026,-1.02816 -1.29881,-3.8697 -1.66345,-6.31452 -0.36464,-2.44482 -0.9293,-4.87603 -1.25479,-5.40269 l -0.59181,-0.95756 0.12352,-13.06356 c 0.0679,-7.18497 0.34093,-20.26357 0.60664,-29.06357 l 0.48312,-16 1.55055,-11 c 2.06461,-14.64681 3.8398701,-22.21188 9.2693301,-39.5 5.9253,-18.86694 11.26002,-32.91856 15.56571,-41 7.73304,-14.51426 10.82895,-19.82095 12.25295,-21.00277 0.82316,-0.68317 1.49666,-1.68851 1.49666,-2.23409 0,-0.54559 2.7,-5.46142 6,-10.92407 3.3,-5.46265 6,-10.28272 6,-10.71127 0,-0.42854 1.16776,-1.87011 2.59501,-3.20349 1.42726,-1.33337 3.29321,-3.77431 4.14656,-5.42431 5.03767,-9.74065 29.69766,-33.64008 44.008427,-42.65113 1.7875,-1.12553 3.25,-2.45197 3.25,-2.94765 l 0,-0.90122 1.37756,0 1.37755,0 1.27555,-1.53694 c 0.70155,-0.84531 7.53516,-5.40471 15.1858,-10.13198 7.65064,-4.72727 15.79425,-10.1715 18.0969,-12.09827 l 4.18664,-3.50323 8.5,-4.22918 c 4.675,-2.32604 10.90445,-5.45276 13.84322,-6.94827 l 5.34323,-2.7191 7.15677,-1.33504 c 3.93623,-0.73427 11.96175,-2.10331 17.8345,-3.04229 l 10.67771,-1.70725 8.82229,0.54847 c 8.78681,0.54626 10.02198,0.73734 13.82228,2.13828 3.66473,1.35097 12.99298,5.83275 13.5,6.48611 0.275,0.35438 2.8415,2.12549 5.70334,3.93581 l 5.20335,3.29149 3.9005,4.48798 c 4.21998,4.85556 8.2227,12.11017 8.46634,15.34454 l 0.15208,2.01887 0.78719,0 c 0.43296,0 0.7872,-0.53292 0.7872,-1.18428 0,-0.65135 0.86191,-3.01385 1.91536,-5.25 1.05346,-2.23614 2.88099,-6.36341 4.0612,-9.17171 l 2.14582,-5.10599 0.16026,-5.89401 0.16027,-5.89401 -3.41631,-10.5 -3.4163,-10.5 -6.55515,-6.5 -6.55515,-6.5 -7.5,-2.74534 -7.5,-2.74534 -12.59702,-1.51588 -12.59701,-1.51587 -7.40299,1.00996 c -4.07164,0.55548 -11.22798,1.19754 -15.90298,1.42681 -18.20585,0.89284 -33.9372,5.14951 -47.5,12.85281 -2.75,1.56193 -9.275,4.89882 -14.5,7.41532 -5.225,2.5165 -9.725,4.88047 -10,5.25327 -0.275,0.37279 -1.97066,1.27273 -3.76813,1.99986 -1.79746,0.72713 -5.76808,3.07329 -8.82359,5.21368 -3.05551,2.14039 -7.88485,5.06643 -10.73188,6.50231 -2.84702,1.43589 -5.4014,2.89045 -5.6764,3.23237 -0.275,0.34191 -2.524997,1.9469 -4.999997,3.56664 -2.475,1.61974 -4.95,3.42166 -5.5,4.00428 -0.55,0.58262 -3.86413,2.54223 -7.36473,4.35469 l -6.36473,3.29539 -4.59922,4.19752 c -7.38581,6.74073 -9.22993,8.73516 -17.67132,19.11163 -4.4,5.40865 -8.95428,10.7906 -10.12061,11.9599 -3.66486,3.67415 -21.59411,32.78933 -28.71247,46.62599 -1.83918,3.575 -4.45699,8.525 -5.81736,11 -2.2159301,4.03159 -4.4341901,8.78795 -12.5143501,26.83304 -1.3134,2.93317 -4.6119,12.22607 -7.33,20.65088 -2.7181999,8.42482 -5.6194999,17.04995 -6.4473999,19.16697 -1.6166,4.13395 -5.5843,22.12632 -7.5747,34.34911 -0.6717,4.125 -1.4051,8.4 -1.6297,9.5 -0.2246,1.1 -1.0616,6.275 -1.8599,11.5 l -1.4516,9.5 0.087,12.25497 0.087,12.25497 1.8623,19.24503 c 2.4949,25.78304 4.7162,42.40914 6.4246,48.08546 l 1.4096,4.68398 5.6505,10.73779 c 6.5791999,12.50275 10.6810999,18.36373 16.7983499,24.00244 l 4.41197,4.06681 6.3637701,3.24995 6.36377,3.24995 6.5,1.23844 c 8.39131,1.59879 9.69627,1.6314 14.5,0.36228 z"
+ id="path4232" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -7.2004571,527.552 c -3.2675999,-3.70983 -15.5306999,-27.78915 -16.9334999,-33.25 -1.2416,-4.8332 -1.5544,-6.60572 -2.3826,-13.5 -0.3964,-3.3 -0.8622,-7.125 -1.035,-8.5 -0.1728,-1.375 -0.5805,-5.65 -0.906,-9.5 -0.3255,-3.85 -0.832,-9.7 -1.1256,-13 -1.1607,-13.04673 -1.3514,-16.65911 -1.8212,-34.5 l -0.4872,-18.5 1.3552,-9 c 0.7454,-4.95 2.7976,-15.975 4.5606,-24.5 1.7629,-8.525 3.4217,-16.85 3.6862,-18.5 0.2645,-1.65 1.5698,-6.36252 2.9007,-10.47226 1.3309,-4.10974 2.4198,-7.82714 2.4198,-8.2609 0,-0.43375 0.8744,-2.69623 1.9432,-5.02774 1.0688,-2.3315 2.7069,-6.93368 3.6402,-10.22706 0.9333,-3.29338 2.0312999,-6.66838 2.4399999,-7.5 0.4088,-0.83162 1.1799,-2.63704 1.7136,-4.01204 1.0354,-2.66774 2.9382,-7.00531 8.3348,-19 4.2563,-9.46009 18.8041901,-38.03957 20.3031201,-39.88561 0.61879,-0.76208 2.47507,-3.77205 4.12507,-6.68882 5.60599,-9.90991 11.5467,-18.90727 17.28057,-26.17185 7.88997,-9.99628 21.21825,-25.41268 23.6811,-27.39119 1.12108,-0.90061 3.61333,-3.02816 5.53833,-4.72789 1.925,-1.69973 6.2,-4.5157 9.5,-6.25771 3.3,-1.74202 7.8,-4.6143 10,-6.38285 2.2,-1.76856 7.95641,-5.35428 12.792017,-7.96827 4.83562,-2.61399 9.43732,-5.398 10.226,-6.18669 0.78869,-0.78869 8.5225,-5.06676 17.18625,-9.50683 8.66376,-4.44007 18.23706,-9.48123 21.27401,-11.20257 3.03694,-1.72135 6.87172,-3.65329 8.52172,-4.29322 8.65827,-3.35796 12.67299,-4.68616 19.5,-6.45122 l 7.5,-1.93907 15,-1.20239 15,-1.2024 10.5,0.19927 10.5,0.19927 7.5,1.12582 7.5,1.12582 7.62967,2.93048 7.62967,2.93049 7.63203,7.77371 7.63203,7.77371 3.37977,5.45 3.37978,5.45001 0.70107,4.27753 c 0.38559,2.35264 0.72333,6.96514 0.75053,10.25 0.0272,3.28486 0.13476,5.97247 0.23903,5.97247 0.74644,0 6.83494,-10.62298 8.03026,-14.01087 l 1.47994,-4.19461 0.49268,-5.88815 0.49268,-5.88816 -1.98405,-11.60544 -1.98405,-11.60543 0.57183,-0.92525 0.57184,-0.92525 -6.11407,-5.92714 -6.11408,-5.92714 -8.70828,-4.97366 -8.70828,-4.9737 -11.5,-2.1775 -11.5,-2.1775 -9.5,0.5394 c -5.225,0.2966 -12.2,0.8656 -15.5,1.2643 l -6,0.7249 -4.39504,2.3335 c -2.41727,1.2835 -4.89227,2.742 -5.5,3.2412 l -1.10496,0.9076 -3.55257,-0.01 -3.55258,-0.01 -7.44742,3.6624 c -4.09609,2.01431 -8.34743,4.16422 -9.44743,4.77759 -2.6917,1.50089 -3.40967,1.85633 -31.5,15.59431 -13.475,6.59014 -25.625,12.30744 -27,12.7051 -1.375,0.39766 -3.625,1.47366 -5,2.3911 -1.375,0.91744 -5.65,3.17275 -9.5,5.01179 -13.929757,6.65388 -21.038277,10.36009 -22.999997,11.99165 -1.1,0.91486 -5.6,3.1808 -10,5.03542 -4.4,1.85461 -11.375,4.9011 -15.5,6.76997 -12.27348,5.56062 -13.30491,5.97595 -18,7.24803 -2.475,0.67057 -4.95,1.57078 -5.5,2.00047 -0.55,0.42969 -2.40169,1.08062 -4.11487,1.4465 l -3.11486,0.66525 -1.88514,1.71126 c -1.03682,0.94206 -5.26013,4.24092 -9.38513,7.33166 l -7.5,5.61954 -5.5268101,5.86943 c -7.61728,8.08949 -11.86558,13.59554 -17.2596799,22.36943 -2.536,4.125 -6.2489,9.28768 -8.251,11.47261 l -3.6401,3.97261 -3.4112,6.42809 c -1.8762,3.53545 -3.4112,6.84999 -3.4112,7.36565 0,0.51565 -1.35,3.85423 -3,7.41907 -1.65,3.56483 -3,6.79565 -3,7.17961 0,0.38395 -1.1085,2.32931 -2.4632,4.32301 l -2.4632,3.62492 -6.0976,18.35722 -6.0976,18.35721 -3.9258,16.8419 c -2.1592,9.26304 -4.1135,18.26304 -4.343,20 -0.2295,1.73695 -0.6731,4.5081 -0.9857,6.1581 -0.3127,1.65 -1.2614,8.4 -2.1083,15 -0.847,6.6 -1.9986,15.375 -2.5592,19.5 -1.5727,11.57225 -1.9405,18.21111 -1.939,35 l 10e-4,15.5 1.0694,11 c 0.5883,6.05 1.504,12.41725 2.035,14.14945 0.531,1.73219 1.3993,5.55719 1.9296,8.5 1.7419,9.66773 2.0944,11.28199 3.9027,17.87022 l 1.7894,6.51968 3.5672,7.21795 c 1.962,3.96988 4.7571,8.77797 6.2114,10.68465 l 2.6442,3.46669 6.6508,3.65577 6.6509,3.65577 11.5153,3.87518 c 6.3334,2.13135 12.3724999,3.88181 13.4202999,3.88991 l 1.905,0.0147 -1.5414,-1.75 z"
+ id="path4230" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -132.46906,521.49287 c 2.75,-0.58207 6.6875,-1.33353 8.75,-1.6699 l 3.75,-0.6116 0,-0.7997 c 0,-0.43983 -0.8849,-1.60052 -1.9665,-2.57931 l -1.9664,-1.77961 -3.6164,-7.41812 -3.6163,-7.41812 -1.9408,-6.70726 c -2.3826,-8.23382 -6.9676,-25.98451 -7.4152,-28.70725 -1.5085,-9.17632 -1.8069,-20.10161 -1.0377,-38 1.3818,-32.15564 2.4453,-40.25598 7.7461,-59 l 3.1108,-11 2.307,-3.41705 2.3069,-3.41705 -0.555,-0.89809 -0.5551,-0.8981 -1.824,1.65073 c -1.0032,0.9079 -3.096,3.52471 -4.6507,5.81514 -1.5547,2.29043 -4.0957,5.51442 -5.6467,7.16442 l -2.82,3 -2.4859,5.5 -2.4859,5.5 -0.9329,7.35476 -0.9328,7.35477 0.5626,9.64523 c 0.3094,5.30488 0.8003,10.32024 1.0909,11.14524 0.2906,0.825 0.6723,10.05 0.8484,20.5 l 0.32,19 -0.8258,5.67537 c -0.4542,3.12146 -0.9728,10.77146 -1.1524,17 l -0.3266,11.32463 -1.2905,6 c -0.7097,3.3 -1.7983,8.38782 -2.4191,11.30627 l -1.1287,5.30626 1.8993,6.06168 1.8994,6.06167 3.3528,2.2942 3.3528,2.29419 2.6472,-0.78754 c 1.456,-0.43315 4.8972,-1.26379 7.6472,-1.84586 z"
+ id="path4228" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -56.969057,516.75369 c 0,-0.30156 -0.8815,-2.37284 -1.959,-4.60284 -1.9748,-4.0875 -4.8861,-13.22602 -5.6861,-17.84885 -0.2379,-1.375 -1.5096,-8.125 -2.8258,-15 -2.5117,-13.11899 -2.7121,-14.43403 -4.6471,-30.5 l -1.2045,-10 -0.036,-31.5 -0.036,-31.5 1.7786,-9 c 0.9782,-4.95 2.0246,-11.025 2.3254,-13.5 0.3008,-2.475 1.1844,-6.75 1.9636,-9.5 0.7793,-2.75 2.9495,-10.85 4.8228,-18 10.6352,-40.59338 23.6492,-74.40207 38.2043,-99.25021 l 2.4897,-4.25022 0.8934,0.55215 0.8934,0.55216 -0.5988,-1.56046 -0.5988,-1.56045 3.1394,-4.24149 c 1.7266,-2.33281 4.8276,-6.80006 6.8911,-9.92722 2.0633999,-3.12716 5.1462999,-7.2183 6.8507999,-9.09142 3.2584,-3.58079 5.7644,-7.63093 5.12019996,-8.27517 -0.2096,-0.20957 -3.05859996,0.99895 -6.33099996,2.6856 -3.2725,1.68664 -9.5170999,4.29493 -13.8768999,5.79618 l -7.9269,2.72956 -1.3548,3.92049 c -0.7451,2.15628 -2.616,6.3955 -4.1575,9.4205 -1.5415,3.025 -3.8689,8.2 -5.1719,11.5 -2.5066,6.34827 -8.8758,19.10507 -16.9756,34 -2.6918,4.95 -6.9896,13.02731 -9.5506,17.94958 -2.561,4.92227 -6.4703,11.89727 -8.6874,15.5 -2.217,3.60273 -4.5299,7.45221 -5.1397,8.55439 -0.6098,1.10218 -2.5741,4.25218 -4.3652,7 -1.791,2.74782 -3.1427,5.22103 -3.0038,5.49603 0.1388,0.275 -0.7583,1.91947 -1.9936,3.65437 -1.2354,1.7349 -2.2461,3.7824 -2.2461,4.55 0,0.7676 -0.3801,1.82313 -0.8447,2.34563 -1.3366,1.50339 -4.9548,12.30427 -6.6442,19.83406 -0.8495,3.78624 -2.174,8.28624 -2.943403,10 -1.3225,2.94599 -2.44,8.75501 -3.1963,16.61594 -0.1852,1.925 -1.0132,8.9 -1.84,15.5 l -1.5032,12 0.4712,18.82171 c 0.2591,10.35194 0.6618,19.13016 0.8948,19.50716 0.233,0.377 0.9298,6.75723 1.5484,14.17829 1.2234,14.67614 2.4801,22.74618 4.748203,30.49284 l 1.464,5 4.5822,8.21552 4.5821,8.21552 4.8603,4.9635 4.8604,4.96349 3.7301,1.20131 c 2.0515,0.66072 4.1801,1.54954 4.7301,1.97516 1.844,1.42704 13.5,2.65065 13.5,1.41719 z"
+ id="path4226" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -96.469057,514.39347 5,-0.63439 -0.35,-1.97854 c -0.1924,-1.0882 -0.7028,-2.20354 -1.1341,-2.47854 -2.7841,-1.77527 -7.208703,-12.93809 -10.900103,-27.5 l -2.028,-8 -1.0549,-13.5 c -0.5802,-7.425 -1.2785,-15.3 -1.5517,-17.5 -1.0425,-8.39263 -1.6959,-23.57832 -1.6567,-38.5 l 0.041,-15.5 1.1702,-8.5 c 0.6437,-4.675 1.3388,-10.3 1.5448,-12.5 0.2059,-2.2 0.6767,-5.575 1.046,-7.5 0.3694,-1.925 0.7505,-4.175 0.847,-5 0.097,-0.825 1.096,-4.425 2.2211,-8 1.1251,-3.575 2.619,-8.975 3.319703,-12 l 1.274,-5.5 3.9373,-9 c 2.1655,-4.95 4.1738,-9.5625 4.463,-10.25 l 0.5257,-1.25 -0.9076,0 c -0.4992,0 -2.2231,2.08118 -3.8309,4.62484 -1.6079,2.54367 -5.1363,6.93117 -7.841003,9.75 l -4.9176,5.12516 -9.3745,14.39352 -9.3745,14.39352 -3.3624,11.10648 c -1.8493,6.10856 -3.8667,13.35648 -4.4832,16.10648 l -1.1208,5 -1.0741,14.5 -1.074,14.5 -0.1351,21 -0.135,21 1.7176,6.5 c 2.1396,8.09719 3.9292,14.19964 7.2511,24.72543 l 2.5959,8.22543 5.676,5.91069 5.6761,5.91068 3.5,2.12395 3.5,2.12395 3,-0.64713 c 1.65,-0.35592 5.250003,-0.93261 8.000003,-1.28153 z"
+ id="path4224" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 74.838873,509.802 c 2.85024,-1.375 5.5524,-2.5 6.00481,-2.5 0.4524,0 3.43384,-2.43022 6.62542,-5.40049 l 5.80287,-5.40048 -0.67954,-1.09952 -0.67953,-1.09951 -2.93026,0 -2.93026,0 -5.18272,-1.96928 c -2.8505,-1.0831 -5.44283,-2.33223 -5.76073,-2.77584 -0.3179,-0.44361 -2.46709,-2.2767 -4.77597,-4.07354 l -4.19797,-3.26698 -4.82981,-6.20718 c -4.9635,-6.37899 -7.48464,-11.09385 -9.71125,-18.16134 -3.50087,-11.11206 -3.46994,-10.95995 -8.14206,-40.04584 l -1.44568,-9 0.0898,-11.5 c 0.0494,-6.325 0.067,-12.4 0.0392,-13.5 -0.0854,-3.37426 2.77916,-18.65041 3.7242,-19.86035 0.48959,-0.62681 1.1759,-2.64555 1.52515,-4.48608 l 0.635,-3.34644 4.5969,-9.65356 c 2.5283,-5.30947 5.56805,-11.7483 6.755,-14.30852 l 2.1581,-4.65495 0.90523,0.55946 0.90522,0.55946 -0.75247,-1.21752 -0.75247,-1.21753 1.46834,-1.68698 c 0.80758,-0.92785 2.598,-3.71199 3.97869,-6.18699 4.32641,-7.7554 9.43465,-15.89991 12.39717,-19.76586 5.50616,-7.1853 7.25245,-9.76481 8.95929,-13.23414 0.94707,-1.925 2.48985,-4.4 3.42841,-5.5 2.3753,-2.78389 8.964017,-12.36135 8.964017,-13.03024 0,-1.30082 5.02892,-7.25774 12,-14.2144 l 7.5,-7.48449 6.5,-4.24264 c 3.575,-2.33346 7.39448,-5.24805 8.48772,-6.47686 3.22622,-3.62628 22.76801,-14.90775 32.39861,-18.70369 3.63752,-1.43375 8.50484,-3.45004 10.81626,-4.48064 2.31143,-1.03061 7.26143,-2.58859 11,-3.46219 l 6.79737,-1.58836 10.5,-0.15824 10.5,-0.15825 6,2.32607 6,2.32607 5.32795,4.10567 5.32794,4.10568 4.17206,5.06825 c 4.8725,5.91917 6.67205,8.92326 6.67205,11.13802 l 0,1.59691 1.24958,-0.41653 1.24959,-0.41653 1.81951,-4.90049 c 1.00073,-2.69527 2.14023,-5.13284 2.53221,-5.41681 0.39198,-0.28397 2.1129,-3.44131 3.82427,-7.01631 l 3.11159,-6.5 1.5395,-6.5 c 0.84672,-3.575 1.79843,-8.57185 2.11492,-11.10412 l 0.57543,-4.60412 -2.03976,-4.61121 -2.03976,-4.61121 -1.74694,-1.28467 c -0.96082,-0.70657 -2.67149,-2.581 -3.8015,-4.16541 l -2.05455,-2.88075 -9.18869,-5.26011 -9.18869,-5.26011 -6.54992,-1.23588 -6.54991,-1.23588 -7.17844,0.57513 c -3.94814,0.31632 -12.72727,1.51826 -19.50916,2.67097 l -12.33073,2.09585 -5.37032,2.00929 c -2.95367,1.10511 -9.55485,4.13342 -14.66927,6.72958 l -9.29896,4.72029 -20.5,13.76561 c -11.275,7.57109 -24.20049,16.34866 -28.7233,19.50571 l -8.22331,5.7401 -12.776687,12.24861 -12.7767,12.24862 -4.61068,6.22862 c -11.77814,15.9112 -18.01393,25.73572 -25.87534,40.76667 -2.74759,5.25338 -5.78725,10.42838 -6.7548,11.5 -1.89035,2.09371 -2.85205,3.99197 -6.20536,12.2486 -5.75156,14.16168 -15.82892,46.79589 -17.50876,56.69982 -0.27987,1.65 -0.7411,4.125 -1.02496,5.5 -0.96293,4.66424 -2.54332,23.43723 -3.2832001,39 l -0.7369,15.5 0.75159,11.5 0.7515901,11.5 2.05756,8.5 c 2.76426,11.41948 5.69317,19.38302 9.56255,26 l 3.21621,5.5 5.33025,5.86096 5.33025,5.86096 5.26942,3.38904 c 5.87935,3.78132 7.13144,4.19772 5.10302,1.69708 l -1.37244,-1.69196 1.41884,0.85533 c 0.78036,0.47043 4.38036,1.65473 8,2.63179 l 6.58116,1.77647 4.56285,0.0602 4.56284,0.0602 5.18225,-2.5 z"
+ id="path4222" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 431.38671,490.82422 c 2.12068,-0.9006 4.91561,-2.62403 6.21095,-3.82984 l 2.35516,-2.19238 1.42198,-4.0439 1.42198,-4.04391 -3.42723,-3.73976 -3.42723,-3.73975 -1.2057,0.27613 -1.20569,0.27614 -4.5,-2.62126 c -4.674,-2.72262 -7.26738,-3.46256 -15.21225,-4.34034 l -4.71224,-0.52062 0.59396,6.36062 0.59396,6.36062 -4.13171,2.32216 c -2.27245,1.27718 -4.13172,2.60297 -4.13172,2.94618 0,0.34322 1.82352,1.94786 4.05226,3.56586 2.22874,1.61801 5.94124,4.40476 8.25,6.19279 l 4.19774,3.25096 4.5,-0.42112 4.5,-0.42112 3.85578,-1.63746 z"
+ id="path4220" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 455.78093,484.97302 6.25,-2.15313 0,-0.75895 c 0,-0.41742 0.5625,-0.77168 1.25,-0.78726 l 1.25,-0.0283 4.51886,-4.22168 c 2.48537,-2.32192 5.52287,-5.64115 6.75,-7.37605 l 2.23114,-3.15439 -6.7e-4,-2.84563 -6.8e-4,-2.84563 -7.74932,-3.68329 -7.74933,-3.68329 -6.5,-0.71918 c -3.575,-0.39555 -8.975,-0.69846 -12,-0.67314 l -5.5,0.046 -5.73152,1.67202 c -3.15233,0.91961 -5.96089,2.04317 -6.24125,2.49679 l -0.50973,0.82476 3.57483,0.67064 3.57484,0.67065 -0.53266,1.38808 -0.53265,1.38807 1.51961,-0.58313 1.51962,-0.58313 4.01419,3.88406 4.01419,3.88406 2.06579,4 2.06578,4 -0.12521,3.38691 -0.12522,3.38691 -1.52531,2.3279 c -0.83891,1.28038 -1.5253,2.57735 -1.5253,2.88218 l 0,0.55423 2.75,-0.60698 c 1.5125,-0.33383 5.5625,-1.57588 9,-2.7601 z"
+ id="path4218" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 103.52073,485.04672 c 1.29116,-0.68458 5.99498,-4.73218 10.45292,-8.99468 l 8.10535,-7.75 -1.701,0 c -0.93555,0 -5.5376,-1.85702 -10.22677,-4.12671 l -8.52577,-4.12671 -5.619937,-5.62329 -5.61994,-5.62329 -3.27998,-5.91675 -3.27998,-5.91675 -2.44128,-8.08325 c -1.3427,-4.44583 -2.75168,-9.88329 -3.13108,-12.08329 l -0.6898,-4 0.0636,-12.5 0.0636,-12.5 1.28244,-7 1.28245,-7 2.97466,-8.5 c 1.63607,-4.675 3.18095,-9.57646 3.43307,-10.89213 0.25212,-1.31567 1.338,-4.21269 2.41307,-6.43783 1.07507,-2.22513 1.95467,-4.48201 1.95467,-5.01527 0,-0.53326 2.77387,-6.56621 6.16414,-13.40654 l 6.164147,-12.43698 1.33011,-0.51041 1.33011,-0.51041 -0.49623,-0.80292 -0.49623,-0.80292 4.13243,-5.34229 c 7.76189,-10.03435 22.4297,-24.23377 38.37152,-37.14618 4.93272,-3.99536 16.72382,-12.24913 19.65322,-13.75726 l 3.65323,-1.88076 5.75259,-0.9021 5.7526,-0.9021 4.59418,0.3574 c 14.29236,1.11185 17.80202,2.10881 26.59418,7.55437 l 6,3.71619 3.77918,4.12461 c 2.07855,2.26853 4.96971,5.92361 6.4248,8.12241 l 2.64562,3.9978 0.96806,-1.72983 c 0.53243,-0.9514 1.37148,-3.3424 1.86456,-5.31333 0.49307,-1.97094 1.01955,-4.03352 1.16995,-4.58352 0.1504,-0.55 1.25769,-3.11281 2.46064,-5.69514 1.20296,-2.58232 2.18996,-5.28232 2.19335,-6 0.003,-0.71767 0.68259,-2.6019 1.50934,-4.18717 0.82675,-1.58527 1.77644,-4.59118 2.11042,-6.6798 l 0.60724,-3.79748 -1.2535,-5.32021 c -0.68943,-2.92611 -2.37819,-7.5702 -3.7528,-10.3202 l -2.49929,-5 -3.61378,-3.25522 -3.61379,-3.25522 -5.19052,-2.53926 -5.19051,-2.53926 -8.33564,-0.58826 -8.33564,-0.58825 -9.97384,1.77876 -9.97385,1.77875 -14,6.44982 c -15.23609,7.01928 -19.66763,9.53065 -28.31184,16.04439 -3.12849,2.35743 -9.07821,6.71411 -13.22161,9.6815 l -7.53345,5.39525 -6.96284,7.3185 -6.96284,7.3185 -4.00371,6.18964 c -4.015167,6.20735 -26.136727,39.43718 -29.637497,44.51987 -1.02642,1.49023 -1.86621,3.10798 -1.86621,3.59501 0,0.48703 -0.88939,1.69039 -1.97642,2.67414 l -1.97642,1.78863 0.53544,0.86636 0.53543,0.86635 -0.80901,0.0156 c -0.44496,0.009 -1.90646,2.37105 -3.24778,5.25 -1.34131,2.87895 -3.97053,8.38445 -5.8427,12.23445 -1.87217,3.85 -4.94517,11.66254 -6.82889,17.3612 l -3.42494,10.3612 -0.73235,8.1388 c -0.4028,4.47634 -0.67402,13.3138 -0.60272,19.6388 l 0.12963,11.5 1.72335,9 c 0.94784,4.95 1.91508,10.35 2.14943,12 0.23435,1.65 1.3823,7.275 2.55101,12.5 l 2.12491,9.5 3.28641,7.26182 c 1.80753,3.99401 3.87573,7.86024 4.59601,8.59164 0.72029,0.7314 2.38942,2.75108 3.70918,4.48818 1.31976,1.7371 2.79606,3.15836 3.28067,3.15836 0.48461,0 3.99787,1.76615 7.80724,3.92479 8.14539,4.6157 9.6316,4.99867 17.33364,4.46666 l 5.821107,-0.4021 2.34757,-1.24467 z"
+ id="path4216" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 488.56447,476.32736 9.03354,-2.75856 7.96646,-4.15887 7.96646,-4.15886 3.15044,-2.90551 3.15045,-2.90551 0.67416,-3.99033 0.67416,-3.99032 -1.57811,-2.40851 -1.57812,-2.4085 0.54963,-0.54962 0.54962,-0.54963 -3.98082,-3.15286 -3.98081,-3.15286 -6.3153,0.13806 c -3.47342,0.0759 -8.1153,0.50947 -10.3153,0.9634 -2.2,0.45393 -6.025,1.10738 -8.5,1.45211 -2.475,0.34472 -6.3,1.13023 -8.5,1.74557 -2.2,0.61534 -4.3841,1.02376 -4.85356,0.90762 -0.46946,-0.11615 -1.74087,0.0704 -2.82536,0.41465 l -1.9718,0.62582 0.65869,0.6587 c 0.36228,0.36228 0.9587,0.6594 1.32536,0.66027 0.36667,8.8e-4 2.35463,0.99847 4.41769,2.21688 l 3.75101,2.21529 2.99899,4.72891 2.99898,4.7289 0,2.4885 0,2.48849 -2.08732,4.31183 -2.08732,4.31183 -2.20972,1.7539 c -1.21534,0.96464 -2.56375,2.33443 -2.99647,3.04397 l -0.78675,1.29008 2.83379,-0.64813 c 1.55859,-0.35648 6.89888,-1.88949 11.86733,-3.40671 z"
+ id="path4214" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 404.21017,473.47422 c 0.37358,-0.3697 0.95828,-1.80376 1.29933,-3.18681 l 0.6201,-2.51464 -2.79934,-3.10021 -2.79933,-3.10022 -3.28562,-1.67925 -3.28561,-1.67925 -5.67979,1.04997 -5.67979,1.04997 -4.53459,-0.47468 c -2.49403,-0.26111 -7.4596,-0.71425 -11.0346,-1.00702 l -6.5,-0.5323 3.5,1.9592 c 1.925,1.07755 4.25053,1.97805 5.16784,2.0011 1.87674,0.0472 10.34572,4.12209 16.22179,7.80525 2.1393,1.34093 5.5143,3.05051 7.5,3.79907 l 3.61037,1.36102 3.5,-0.53953 c 1.925,-0.29674 3.80566,-0.842 4.17924,-1.21171 z"
+ id="path4212" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 527.03093,466.72073 c 1.925,-0.30057 4.42272,-0.6607 5.5505,-0.8003 1.12777,-0.13959 2.47777,-0.51442 3,-0.83296 0.52222,-0.31854 4.5495,-0.93864 8.9495,-1.37801 8.69672,-0.86842 8.32997,-0.80953 10.50002,-1.68613 0.825,-0.33326 3.6148,-1.29384 6.1995,-2.13462 2.5847,-0.84078 6.4031,-2.44174 8.4852,-3.5577 l 3.7857,-2.02901 1.9315,0 1.9314,0 -0.6439,-0.64391 -0.6439,-0.6439 2.9322,-3.33952 2.9321,-3.33951 1.1582,-3.86586 1.1583,-3.86586 -1.1355,-4.90072 c -0.6246,-2.6954 -1.3771,-6.01174 -1.6724,-7.36966 -0.2953,-1.35792 -1.0154,-3.04542 -1.6001,-3.75 l -1.0632,-1.28106 0.7573,0 c 0.4165,0 -0.3702,-0.88689 -1.7482,-1.97087 l -2.5056,-1.97087 -7.2657,-1.12731 -7.2657,-1.12731 -5.6096,0.70087 -5.60962,0.70087 -6.504,2.55937 -6.504,2.55938 -1.78896,1.83793 c -0.98392,1.01087 -2.18928,1.83794 -2.67857,1.83794 -0.48929,0 -1.51714,0.62753 -2.28412,1.39451 -0.76698,0.76698 -4.01077,2.71744 -7.20842,4.33436 l -5.81391,2.93985 3.00169,2.1374 3.0017,2.13739 2.24031,5.20775 2.24032,5.20775 -0.66241,4.99347 c -0.76964,5.80185 -1.80209,8.08282 -5.41982,11.97388 l -2.62781,2.82635 2.5,-0.59374 c 1.375,-0.32655 4.075,-0.83966 6,-1.14024 z"
+ id="path4210" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 133.4061,459.0037 5.64936,-3.40313 -2.65737,-1.89929 c -3.83154,-2.73848 -11.35501,-10.70248 -11.36157,-12.02684 -0.003,-0.62015 -0.71569,-1.71688 -1.5836,-2.43718 -0.8679,-0.7203 -2.76971,-3.5879 -4.22623,-6.37245 l -2.64822,-5.06281 -1.60881,-7.03814 -1.60881,-7.03814 0.32203,-4.46186 c 0.17712,-2.45402 0.59537,-5.58686 0.92943,-6.96186 0.33407,-1.375 0.80027,-4.01142 1.03601,-5.85871 0.23573,-1.8473 0.85289,-4.1515 1.37146,-5.12047 0.8569,-1.60111 2.21102,-6.48472 3.60181,-12.98976 0.29032,-1.35792 0.89421,-2.93292 1.34197,-3.5 0.44776,-0.56708 3.14237,-6.32046 5.98802,-12.78528 6.74212,-15.31689 12.65045,-26.44097 16.21571,-30.53058 1.575,-1.80663 2.86364,-3.69436 2.86364,-4.19494 0,-0.50058 2.09282,-2.84742 4.65071,-5.2152 2.5579,-2.36778 5.61439,-5.20506 6.79221,-6.30506 4.09375,-3.82327 8.91476,-6.80931 19.71735,-12.21253 l 10.86535,-5.43462 5.38881,-0.55617 5.3888,-0.55618 3.39248,0.63644 3.39249,0.63643 5.0037,3.24332 c 6.7124,4.35086 9.66401,6.78729 11.58961,9.56675 l 1.60967,2.32345 0.56576,-0.91541 c 0.31116,-0.50347 0.96502,-3.46152 1.45302,-6.57344 l 0.88727,-5.65804 -0.88958,-5.75 -0.88958,-5.75 -2.58634,-5 -2.58633,-5 -5.51684,-5 -5.51684,-5 -6.59194,-3.84423 -6.59193,-3.84423 -9.01393,-0.49908 -9.01392,-0.49908 -6.90835,2.64432 -6.90834,2.64432 -6.82253,5.19899 c -3.75239,2.85944 -8.74363,6.63471 -11.09165,8.38948 -3.92093,2.93027 -9.27219,7.84061 -23.60756,21.66235 -4.64893,4.48237 -13.10938,15.08222 -16.89401,21.16601 -3.93994,6.33344 -14.391237,29.67397 -15.663667,34.98115 -0.3956,1.65 -1.81295,5.76335 -3.14967,9.14077 -1.33671,3.37742 -2.70525,7.87742 -3.0412,10 -0.33594,2.12258 -0.78301,4.14034 -0.99349,4.48393 -0.47905,0.782 -1.86817,18.325 -1.77176,22.3753 0.1413,5.93595 1.50355,16.91549 2.28814,18.44192 0.44046,0.85695 1.12059,3.32621 1.51139,5.48725 l 0.71055,3.92918 3.85844,7.57082 3.85844,7.57083 3.42047,3.5 c 8.567677,8.76691 20.429437,14.51168 27.817697,13.47239 l 2.6129,-0.36755 5.64937,-3.40314 z"
+ id="path4208" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 585.42475,457.14062 -0.4023,-0.66139 4.2543,-0.70651 c 7.0495,-1.17075 7.9031,-1.36296 12.6686,-2.85278 2.5221,-0.78846 7.6567,-2.22594 11.4103,-3.19439 l 6.8247,-1.76083 3.6753,-2.76828 c 2.0214,-1.52255 4.355,-3.35916 5.1858,-4.08136 0.8308,-0.72219 3.7558,-2.95863 6.5,-4.96986 l 4.9895,-3.65679 2.4862,-3.34321 c 1.3674,-1.83877 2.4924,-3.64322 2.5,-4.00989 0.01,-0.36666 0.3431,-0.99597 0.7456,-1.39845 l 0.7318,-0.7318 -0.6327,-2.60154 -0.6327,-2.60154 -1.3491,-0.79969 c -0.742,-0.43983 -1.3491,-1.23123 -1.3491,-1.75866 0,-0.52743 -1.3794,-2.86757 -3.0654,-5.20031 l -3.0654,-4.24134 -5.0464,-3.19211 -5.0465,-3.1921 -5.415,-1.70322 -5.4149,-1.70321 -5.7232,-0.0943 c -7.043,-0.11607 -11.3598,0.544 -12.8789,1.96926 l -1.1558,1.0843 -4.8442,0.17618 -4.8443,0.17619 -5,1.58965 c -2.75,0.87432 -7.1796,2.54382 -9.8435,3.71002 l -4.8434,2.12035 3.9735,1.68755 3.9735,1.68755 5.1738,4.93482 5.1739,4.93482 1.4642,5.60716 1.4643,5.60716 0.3853,6.27896 0.3854,6.27896 -1.9268,3.77678 c -1.0597,2.07723 -3.44,5.33506 -5.2896,7.23963 l -3.3629,3.46285 3.7842,-0.21862 3.7843,-0.21861 -0.4024,-0.66138 z"
+ id="path4206" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 690.33815,448.79789 c 6.706,-0.28763 15.1178,-0.7613 18.6928,-1.05261 l 6.5,-0.52965 7,-2.07038 c 7.2085,-2.13207 14.9966,-5.68702 19.6544,-8.9715 l 2.6543,-1.87175 1.681,0 1.681,0 3.0673,-3.46464 c 1.6871,-1.90556 3.3362,-3.29853 3.6647,-3.0955 l 0.5973,0.36916 0.2325,-2.65451 c 0.1279,-1.45998 0.5155,-6.68803 0.8614,-11.61788 l 0.6289,-8.96338 -1.1889,-5.53662 c -0.6539,-3.04515 -2.1174,-8.23663 -3.2524,-11.53663 l -2.0635,-6 -2.3817,-3 c -1.3099,-1.65 -5.1112,-6.01802 -8.4472,-9.70672 l -6.0657,-6.70671 -4.1988,-2.46068 -4.1988,-2.46067 -6.1706,-1.11893 c -3.3937,-0.61542 -9.677,-1.27749 -13.9628,-1.47128 l -7.7924,-0.35235 -9.5,2.34604 c -5.225,1.29031 -10.625,2.85881 -12,3.48553 l -2.5,1.13951 4.5,1.45221 c 9.4306,3.04341 13.6991,6.56732 20.9135,17.26558 l 3.7686,5.58847 1.7799,5 c 0.9789,2.75 2.6422,7.475 3.6962,10.5 l 1.9163,5.5 -0.4409,7.63789 -0.4408,7.6379 -2.0251,4.57793 c -2.1993,4.97197 -3.2053,6.41433 -7.486,10.73296 l -2.8182,2.84328 -6.8693,3.43657 -6.8694,3.43658 -4.0624,0.68634 -4.0624,0.68635 0,1.01909 0,1.01909 1.5572,-0.59756 c 0.8565,-0.32866 7.044,-0.83289 13.75,-1.12053 z"
+ id="path4204" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 823.03095,446.63384 c 2.475,-1.02974 7.7397,-3.54486 11.6994,-5.58916 l 7.1995,-3.7169 1.045,-3.76289 1.0449,-3.76289 0.01,-8.23565 0.01,-8.23565 1.198,-4.4793 1.1981,-4.47931 -1.3233,-5.28504 -1.3233,-5.28505 -4.9715,-10 c -2.7343,-5.5 -5.6755,-10.7906 -6.536,-11.75689 -0.8604,-0.96628 -2.0667,-2.76628 -2.6806,-4 l -1.1162,-2.24311 -4.9726,-3.32555 c -4.4509,-2.97665 -10.2323,-5.96933 -15.9726,-8.26799 -13.0297,-5.21769 -17.5855,-7.23585 -18.0572,-7.99902 l -0.5696,-0.90744 -1.941,0 -1.941,0 0,0.75 c 0,0.4125 1.2565,1.58977 2.7887,2.61616 l 2.7859,1.86616 7.5587,10.13384 7.5587,10.13384 2.1526,4.7391 c 1.1839,2.60651 2.1525,4.9937 2.1525,5.30487 0,0.31116 0.8702,2.47599 1.9338,4.81072 1.0636,2.33473 2.8665,7.80605 4.0066,12.1585 l 2.0727,7.91355 0.1021,6.70634 0.1021,6.70634 -0.6779,1.09679 c -0.3728,0.60323 -0.8752,2.18528 -1.1165,3.51567 -0.5631,3.10547 -3.979,11.08583 -5.6407,13.17789 -0.7052,0.88791 -3.2663,3.58445 -5.6913,5.99231 l -4.409,4.37792 -1.591,0.11222 c -0.875,0.0617 0.8841,0.64007 3.9091,1.28523 l 5.5,1.17301 5,-0.68318 5,-0.68318 4.5,-1.87226 z"
+ id="path4202" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 153.3798,447.91838 c 1.73312,-0.76098 6.67117,-2.88161 10.97344,-4.71249 4.30228,-1.83089 8.09159,-3.76457 8.42069,-4.29708 l 0.59838,-0.96819 -2.23674,-1.48514 c -1.23021,-0.81683 -3.47298,-3.32302 -4.98394,-5.56931 l -2.7472,-4.08417 -1.17875,-4.08932 -1.17875,-4.08931 -0.10069,-9.59208 -0.10068,-9.59207 1.74311,-8.81861 1.74312,-8.81861 2.01788,-4.5 c 1.10984,-2.475 2.07185,-4.725 2.1378,-5 0.0659,-0.275 0.44877,-1.7375 0.85073,-3.25 l 0.73083,-2.75 1.03997,0 1.03996,0 -0.49913,-0.80762 -0.49914,-0.80762 2.44012,-1.83245 2.44012,-1.83246 0,-1.16969 c 0,-1.17344 6.00607,-8.64673 12.83145,-15.96607 l 3.65164,-3.9159 5.25435,-2.40552 5.25435,-2.40553 5.25411,0.005 c 2.88975,0.003 7.2669,0.45958 9.72699,1.01521 2.46008,0.55562 4.59799,0.88511 4.75091,0.73219 0.15292,-0.15292 0.32323,-2.71512 0.37848,-5.69378 l 0.10044,-5.41575 -1.35136,-2.51263 c -0.74325,-1.38194 -2.66961,-4.33745 -4.28079,-6.5678 l -2.92944,-4.05518 -4.82056,-3.18988 -4.82057,-3.18988 0,-1.38102 0,-1.38103 -3.5,-0.6566 -3.5,-0.65661 -3.75,0.61153 -3.75,0.61153 -6,2.84832 c -3.3,1.56658 -8.025,3.74774 -10.5,4.84702 l -4.5,1.99871 -7.1939,6.33676 -7.1939,6.33676 -4.48565,5.77959 c -3.96575,5.10971 -13.62655,20.79843 -13.62655,22.12891 0,0.89862 -6.39627,14.0772 -7.08203,14.59149 -0.36669,0.275 -1.0002,2.075 -1.40781,4 -0.40761,1.925 -1.04629,3.95 -1.4193,4.5 -0.92726,1.36725 -3.55668,9.4588 -6.03937,18.58505 l -2.06343,7.58506 -0.19263,5.91494 c -0.10595,3.25322 0.15574,8.16495 0.58153,10.91495 l 0.77415,5 3.04859,5.5 c 1.67672,3.025 4.90522,7.81679 7.17444,10.64841 l 4.12586,5.14842 3,0.77821 c 1.65,0.42801 4.125,1.09548 5.5,1.48327 1.375,0.38778 3.55699,0.7583 4.84887,0.82338 l 2.34887,0.11831 3.15113,-1.38362 z"
+ id="path4200" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 772.41495,447.19189 c 2.2638,-0.61056 5.0938,-1.56804 6.289,-2.12774 l 2.1729,-1.01764 2.6608,0.66783 2.6609,0.66782 -0.5883,-0.9519 -0.5883,-0.9519 6.7049,-2.16615 c 3.6877,-1.19138 7.9415,-2.80559 9.4528,-3.58713 l 2.7479,-1.42098 2.5523,-3.34621 2.5523,-3.34622 1.9281,-5.60432 c 1.0605,-3.08238 2.1659,-7.76455 2.4563,-10.40483 l 0.5281,-4.80052 -1.5303,-7.5 -1.5303,-7.5 -4.1194,-9.5 c -2.2656,-5.225 -5.3644,-11.54533 -6.8862,-14.04517 l -2.767,-4.54517 -7.2902,-6.5324 c -4.0097,-3.59282 -8.6403,-7.36807 -10.2903,-8.38945 -1.65,-1.02137 -3.9,-2.64135 -5,-3.59995 l -2,-1.74291 -7.9383,-2.07247 -7.9384,-2.07248 -11.0616,0.0168 -11.0617,0.0168 -8.7155,1.78199 c -4.7934,0.98009 -9.0309,2.09753 -9.4166,2.48319 l -0.7012,0.70122 2.9885,0 2.9885,0 4.6866,1.59689 4.6867,1.5969 7.4915,8.14149 7.4915,8.14149 0,1.15463 0,1.15462 1.2789,0.49078 1.279,0.49077 4.0934,8.36621 4.0935,8.36622 2.0736,7 2.0737,7 0.6028,10.08184 0.6029,10.08185 -2.1208,5.66815 -2.1207,5.66816 -0.9281,0 -0.9282,0 0,1.33596 0,1.33595 -4.237,3.80362 c -2.3303,2.09199 -5.8997,4.67026 -7.9319,5.72951 -2.0322,1.05924 -4.2306,2.57143 -4.8854,3.36042 l -1.1906,1.43454 15.2564,0 15.2565,0 4.116,-1.11011 z"
+ id="path4198" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 645.53095,445.85203 c 2.2,-0.32784 6.925,-0.80034 10.5,-1.05 6.7734,-0.47302 10.697,-1.1627 25.1714,-4.42446 l 8.6713,-1.95407 3.3792,-2.21514 3.3793,-2.21513 2.9494,-4.08299 c 1.6222,-2.24564 3.4468,-5.02704 4.0546,-6.18089 l 1.1053,-2.0979 0.1566,-7.91472 0.1567,-7.91473 -1.45,-5.35841 -1.45,-5.35842 -3.2503,-2.64158 c -1.7877,-1.45288 -6.398,-5.45389 -10.2453,-8.89115 l -6.9949,-6.24955 -4.1443,-2.00623 -4.1443,-2.00622 -7.4224,-0.96334 c -4.0822,-0.52984 -9.9667,-0.97724 -13.0765,-0.99422 l -5.6542,-0.0309 -7.3458,2.55351 c -4.0402,1.40444 -8.2501,2.68067 -9.3553,2.83609 -1.1052,0.15541 -2.9052,0.73313 -4,1.28382 -1.0948,0.5507 -5.0332,1.80084 -8.752,2.77809 l -6.7616,1.77684 -0.5475,0.88582 -0.5474,0.88583 3.5102,0 c 4.2716,0 13.3039,2.27435 17.3578,4.37074 1.637,0.84653 5.4825,3.94706 8.5454,6.89008 l 5.5691,5.35093 0.6288,2.94413 c 0.3459,1.61926 1.2395,4.34455 1.9858,6.05618 1.3332,3.05754 2.8622,10.95296 2.8831,14.88794 0.01,1.1 -0.5993,3.125 -1.3447,4.5 -0.7455,1.375 -1.2794,2.6125 -1.1865,2.75 0.093,0.1375 0.169,0.72656 0.169,1.30902 l 0,1.05901 -1.1545,-0.71352 -1.1545,-0.71353 0.7007,1.13384 0.7008,1.13385 -1.1645,2.27066 c -0.6405,1.24887 -2.7988,4.0087 -4.7962,6.13296 l -3.6318,3.86229 2,-0.53924 c 1.1,-0.29658 3.8,-0.80747 6,-1.13531 z"
+ id="path4196" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 299.23551,439.552 -0.51808,-2.75 -2.09325,-1.498 c -1.15129,-0.8239 -3.99956,-2.51908 -6.3295,-3.76706 l -4.23624,-2.26907 -2.01376,1.25761 -2.01375,1.25761 0,1.75946 0,1.75945 1,0 1,0 0,1.47207 0,1.47206 5.25,1.465 c 4.59342,1.28179 7.75414,2.07502 9.86133,2.47487 l 0.61133,0.116 -0.51808,-2.75 z"
+ id="path4194" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 278.39256,436.802 c -0.31659,-0.825 -0.87584,-1.5 -1.2428,-1.5 l -0.66719,0 0.18405,-4.25 c 0.10124,-2.3375 0.48141,-5.37937 0.84483,-6.75971 l 0.66077,-2.50972 -3.14712,-2.32676 -3.14711,-2.32676 -4.73859,-0.0868 -4.73858,-0.0869 -1.18495,0.73234 -1.18494,0.73233 0,2.87589 c 0,5.67902 2.28787,9.48863 7,11.65593 5.93526,2.72987 11.51637,5.25419 11.71862,5.30031 0.12023,0.0274 -0.0404,-0.62516 -0.35699,-1.45016 z"
+ id="path4192" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 196.95471,431.84141 2.76978,-1.43231 2.39698,0.62683 2.39698,0.62682 -4.19698,-4.76802 -4.19699,-4.76803 -2.15375,-4.44905 -2.15374,-4.44905 0.14833,-5.7133 c 0.21568,-8.30744 0.66292,-10.72872 2.85687,-15.46637 1.08168,-2.33581 2.91342,-6.28553 4.07053,-8.77715 l 2.10383,-4.53021 4.26719,-5.16259 4.26719,-5.16259 1.32143,-0.0572 c 0.72678,-0.0315 2.05142,-0.7872 2.94364,-1.67942 l 1.62222,-1.62221 5.63904,0.58939 c 3.10147,0.32417 6.46745,0.90729 7.47996,1.29583 l 1.84093,0.70643 -0.81113,-1.92361 c -0.44612,-1.05799 -1.25602,-3.72361 -1.79978,-5.92361 -0.54375,-2.2 -1.64836,-5.62796 -2.45468,-7.61768 l -1.46604,-3.61768 -3.81378,-2.14346 -3.81377,-2.14346 -7.97632,-1.128 -7.97633,-1.128 -2.15755,1.51121 c -3.11232,2.17995 -11.19545,10.10085 -13.85636,13.57827 -7.62255,9.96152 -10.51772,15.33261 -14.92502,27.6888 l -2.49682,7 -0.52916,11.5 -0.52916,11.5 1.19289,5.71457 1.19288,5.71458 3.18645,2.68572 c 1.75255,1.47715 4.53646,3.30456 6.18646,4.06091 l 3,1.3752 6.827,-0.53963 6.827,-0.53963 2.76978,-1.43231 z"
+ id="path4190" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 257.11249,430.93397 -2.08156,-3.36804 0,-5.7868 0,-5.7868 4.02935,-3.83303 4.02936,-3.83304 -3.27936,-2.98282 -3.27935,-2.98281 -1.69098,-0.0293 -1.69099,-0.0293 -0.65254,-1.05584 -0.65255,-1.05584 -6.55929,0.32023 -6.5593,0.32023 -1.86282,2.49505 -1.86282,2.49505 -0.15473,6.49056 -0.15472,6.49056 1.58109,3 c 3.50763,6.65546 12.4522,12.18216 20.09121,12.41405 l 2.83156,0.086 -2.08156,-3.36803 z"
+ id="path4188" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 234.75805,428.552 c -1.26388,-2.0625 -2.88948,-5.1 -3.61244,-6.75 l -1.31448,-3 0.0947,-6.62567 0.0947,-6.62567 1.2552,-2.3884 c 2.0069,-3.81876 5.81988,-8.86026 6.70117,-8.86026 0.44538,0 2.4548,-0.68733 4.46537,-1.5274 l 3.65558,-1.5274 -3.28346,-4.13302 c -4.88544,-6.14949 -8.63711,-9.64448 -13.19616,-12.29332 l -4.0873,-2.37475 -5.07145,-0.25382 -5.07145,-0.25382 -2.04855,1.43486 c -1.12671,0.78917 -3.64779,3.52997 -5.60241,6.09066 l -3.55385,4.65581 -3.30729,7.3411 -3.30728,7.3411 -0.0189,8.5 -0.0189,8.5 5,4.82744 5,4.82743 5.46537,2.59448 5.46538,2.59447 6.03462,0.69126 c 3.31905,0.3802 7.50278,0.75284 9.29717,0.8281 l 3.26255,0.13682 -2.29797,-3.75 z"
+ id="path4186" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 315.49197,135.74286 1.70424,-3.59141 1.28049,0.49137 1.2805,0.49137 2.56663,-5.66609 c 4.66897,-10.30719 5.92483,-13.6343 6.29087,-16.6661 0.19921,-1.65 0.66416,-4.575 1.03322,-6.5 0.36906,-1.925 0.56482,-5.2841 0.43504,-7.4648 l -0.23598,-3.9647 -2.32506,-4.5353 -2.32506,-4.5352 -2.27438,-1.9041 c -1.2509,-1.0473 -4.70893,-3.1848 -7.68451,-4.75 l -5.41013,-2.8459 -4.30178,0 -4.30177,0 -9.84668,1.9906 c -5.41567,1.0948 -11.42168,2.0031 -13.34668,2.0184 -3.72131,0.03 -17.49279,2.3622 -22.5,3.811 l -3,0.8681 3,0.6314 c 1.65,0.3473 6.01876,1.1354 9.70835,1.7513 l 6.70834,1.12 8.79166,4.9987 8.79165,4.9986 5.35183,5.15596 c 6.85326,6.60242 12.25059,13.8308 15.05015,20.15594 l 2.21304,5 -0.15025,4 c -0.0826,2.2 -0.10851,5.26406 -0.0575,6.80902 l 0.0927,2.80901 0.8784,-0.54288 c 0.48312,-0.29858 1.64531,-2.15902 2.58264,-4.13429 z"
+ id="path4184" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 905.03105,468.72248 c -5.4001,-0.62227 -14.2268,-2.55883 -15.9501,-3.49943 -0.8525,-0.46527 -4.1121,-1.97018 -7.2437,-3.34424 l -5.6938,-2.49829 -1.0941,-2.04437 -1.0941,-2.04437 1.5762,-4.64272 c 0.8669,-2.5535 2.4967,-9.41233 3.6217,-15.24186 l 2.0454,-10.59915 -0.4774,-11.50302 c -0.2626,-6.32667 -0.6972,-12.40303 -0.9658,-13.50303 -0.2687,-1.1 -0.8188,-4.025 -1.2225,-6.5 -0.4037,-2.475 -1.2056,-5.39574 -1.7818,-6.49054 -0.5763,-1.0948 -1.163,-3.03924 -1.3037,-4.32097 -0.4907,-4.4704 -9.0164,-21.47401 -15.8414,-31.59426 l -5.4586,-8.09423 -5.0365,-5 -5.0364,-5 -0.022,-1.25 -0.022,-1.25 -0.9743,0 -0.9743,0 -1.4364,-2.75 c -1.334,-2.55416 -8.6724,-10.41771 -13.5552,-14.52528 -1.1607,-0.9764 -4.124,-2.75357 -6.5851,-3.94926 -2.4611,-1.1957 -4.4747,-2.53432 -4.4747,-2.97473 0,-0.4404 -0.5329,-0.80073 -1.1843,-0.80073 -0.6513,0 -3.0138,-0.86376 -5.25,-1.91948 -6.6056,-3.11858 -13.4387,-5.12124 -24.0657,-7.05317 l -10,-1.81796 -10,0.85828 c -5.5,0.47206 -11.0348,1.11411 -12.2995,1.42678 -1.2647,0.31267 -5.9897,1.22273 -10.5,2.02234 -4.5103,0.79962 -9.1005,1.66828 -10.2005,1.93037 -1.1,0.26208 -4.7,1.12388 -8,1.9151 -3.3,0.79123 -8.475,1.76224 -11.5,2.1578 l -5.5,0.71922 -12,3.77427 c -17.8875,5.62618 -25.9246,7.98645 -27.1948,7.98645 -0.6263,0 -5.8828,1.58744 -11.681,3.52764 l -10.5422,3.52763 -7.2907,4.16232 c -4.01,2.28927 -9.7658,5.0897 -12.7908,6.22317 -3.025,1.13346 -10.675,4.82052 -17,8.19346 -6.325,3.37294 -13.3,6.66643 -15.5,7.31887 -2.2,0.65244 -4.9,1.55656 -6,2.00916 -1.1,0.45259 -4.8422,1.99624 -8.3159,3.43032 -3.4738,1.43409 -6.7175,2.60743 -7.2084,2.60743 -1.1278,0 -26.81894,12.07752 -58.47572,27.48971 -22.57465,10.99052 -27.44581,13.43238 -34,17.04378 l -6,3.30605 -2.25,0.0802 -2.25,0.0803 0,0.87836 0,0.87836 -3.75,1.03158 c -2.0625,0.56736 -6.225,1.98091 -9.25,3.14121 -6.80963,2.61198 -19.26602,5.68178 -28.51193,7.02659 -3.84344,0.55903 -9.51805,1.43964 -12.61025,1.95693 -3.0922,0.51728 -10.9672,1.31097 -17.5,1.76374 l -11.87782,0.82323 -15,-0.13069 -15,-0.13069 -7.834,-1.64537 -7.83401,-1.64537 -6.0884,-2.47394 c -3.34862,-1.36067 -6.60964,-2.47394 -7.2467,-2.47394 -1.66481,0 -18.63106,-11.44868 -24.22769,-16.34864 -5.87007,-5.13936 -15.54679,-14.78038 -20.48812,-20.41252 -2.04541,-2.33136 -4.13405,-4.23884 -4.64142,-4.23884 l -0.9225,0 -1.69068,-4.25 c -0.92987,-2.3375 -2.29346,-5.6 -3.03019,-7.25 -1.79226,-4.014 -4.15594,-12.64924 -5.4745,-20 -1.21577,-6.7777 -1.51572,-8.2048 -3.03096,-14.42073 l -1.07762,-4.42072 0.59351,-7.57179 c 0.97541,-12.44399 3.95067,-22.76564 10.58163,-36.70947 1.60141,-3.3675 2.91165,-6.5843 2.91165,-7.14846 0,-0.56416 1.2612,-3.43393 2.80267,-6.37728 1.54146,-2.94335 3.55596,-7.15155 4.47667,-9.35155 2.20966,-5.27995 7.45089,-14.49198 9.67223,-17 0.97426,-1.1 2.28311,-3.52792 2.90856,-5.39537 l 1.13718,-3.39537 3.31231,-4.10463 c 1.82177,-2.25755 3.88239,-5.51986 4.57915,-7.24959 0.69677,-1.72973 2.07749,-4.01507 3.06826,-5.07854 3.32153,-3.56524 16.04297,-23.26737 16.04297,-24.84629 0,-0.61613 0.90635,-1.94047 2.01412,-2.94299 2.80507,-2.53855 8.98588,-12.01985 8.98588,-13.78424 l 0,-1.45809 1.65236,-1.37134 c 0.9088,-0.75424 6.1963,-7.36509 11.75,-14.69078 5.5537,-7.32569 11.79183,-15.42619 13.86251,-18.0011 2.07068,-2.57492 6.73303,-9.04097 10.36079,-14.36901 l 6.59592,-9.68734 1.88457,-9.31266 1.88456,-9.3127 0.25464,-9.1414 0.25465,-9.1413 -1.63349,-1.8587 c -0.89842,-1.0222 -2.65084,-3.8836 -3.89428,-6.3586 -1.24344,-2.475 -3.34654,-5.9261 -4.67356,-7.6692 l -2.41276,-3.1691 -7.69296,-5.9371 c -4.23112,-3.2654 -9.04295,-6.6296 -10.69295,-7.476 -4.88269,-2.5046 -15.21982,-5.6285 -20.69709,-6.2548 -2.80589,-0.3208 -5.866,-0.9924 -6.80025,-1.4924 l -1.69863,-0.909 -22.90202,0.078 -22.90201,0.078 -9,1.372 c -4.95,0.7546 -11.60053,1.3737 -14.77895,1.376 l -5.77896,0 -9.10347,3 c -5.00691,1.65 -9.50639,3 -9.99884,3 -0.49245,0 -5.94536,2.3105 -12.11758,5.1345 -15.22707,6.9669 -16.88753,7.6627 -19.74548,8.2734 -6.32014,1.3506 -11.19076,2.6944 -12.76051,3.5206 -2.71633,1.4297 -7.95038,3.5375 -18.71621,7.5371 -11.32799,4.2084 -21.16923,8.1826 -23.73643,9.5855 -0.95504,0.522 -2.18024,0.949 -2.72267,0.949 -0.54242,0 -3.36103,1.0869 -6.26356,2.4154 -2.90254,1.3284 -6.97533,2.9418 -9.05066,3.5852 -2.07533,0.6434 -12.65033,5.5825 -23.5,10.9758 -10.849667,5.39326 -21.439247,10.34807 -23.532397,11.01069 -2.09314,0.66261 -6.69372,2.95928 -10.22351,5.10369 -3.52978,2.14442 -9.01721,5.16709 -12.19428,6.71704 -3.17707,1.54995 -6.67649,3.31546 -7.77649,3.92336 -1.1,0.6079 -5.825,2.99017 -10.5,5.29395 -4.675,2.30377 -11.53323,5.95791 -15.24052,8.12032 l -6.74052,3.93165 -7.7594801,2.52529 c -4.26767,1.3889 -8.18697,2.94655 -8.70947,3.46143 l -0.95,0.93614 -5.05,-0.0318 -5.0499999,-0.0318 -1.8502,-1.40166 -1.8501,-1.40166 0.6568,-1.06278 c 0.3613,-0.58452 0.8502,-1.85196 1.0864,-2.81653 1.146,-4.67869 9.4704999,-28.34473 11.5210999,-32.75376 1.279,-2.75 3.95609996,-7.25 5.949,-9.99997 3.33619,-4.6035 5.56395,-8.8335 4.80154,-9.117 -0.173,-0.064 1.48545,-2.1165 3.6854501,-4.5604 2.2,-2.4439 6.475,-7.4609 9.5,-11.1488 9.80636,-11.9552 19.25924,-21.7246 31.29134,-32.3389 l 11.79135,-10.4019 1.11316,0.688 1.11317,0.688 -0.64593,-1.0452 -0.64592,-1.0451 2.56814,-1.6827 c 1.41248,-0.9255 3.54612,-2.5011 4.74142,-3.5013 11.97648,-10.0222 21.34482,-17.4349 27.17327,-21.5008 3.849997,-2.6858 7.899997,-5.6415 8.999997,-6.5681 1.1,-0.9267 4.95284,-3.255 8.56186,-5.174 3.60903,-1.9191 7.49668,-4.2896 8.63922,-5.2679 1.14255,-0.9783 5.16471,-3.1238 8.93814,-4.7678 3.77343,-1.644 8.21078,-3.98 9.86078,-5.1911 1.65,-1.2112 5.475,-3.596 8.5,-5.2997 l 5.5,-3.0976 8,-2.5501 c 7.10816,-2.2658 13.54317,-3.9285 20.13142,-5.2018 1.17228,-0.2266 6.12228,-1.5929 11,-3.0362 4.87772,-1.4433 11.61374,-3.2232 14.96893,-3.9552 3.35519,-0.732 7.18019,-1.7797 8.5,-2.3281 2.04799,-0.8509 9.97983,-2.232 27.15233,-4.7277 2.06397,-0.2999 4.98897,-0.7267 6.5,-0.9484 1.51102,-0.2216 6.34732,-0.6509 10.74732,-0.9538 4.4,-0.303 10.025,-0.75 12.5,-0.9935 2.475,-0.2434 13.5066,-0.7403 24.51467,-1.1042 l 20.01468,-0.6616 14.48532,1.6794 c 23.0642,2.6739 30.05435,3.6402 36.98533,5.1125 3.575,0.7594 11.225,2.3627 17,3.5629 10.5293,2.1884 16.61237,3.8996 31.5,8.8613 l 8,2.6661 0.24532,0.9553 0.24531,0.9554 3.25469,0.785 c 1.79007,0.4318 4.15468,1.191 5.25468,1.6872 1.1,0.4961 3.0125,1.1857 4.25,1.5323 l 2.25,0.6302 0,0.9326 0,0.9327 1.40746,0 c 2.24155,0 16.706,7.7773 21.09254,11.3411 2.2,1.7874 7.375,5.4641 11.5,8.1703 4.125,2.7063 7.9959,5.3859 8.602,5.9546 0.60609,0.5687 3.29733,2.834 5.98051,5.034 7.88173,6.4623 19.75698,17.6078 21.91749,20.5706 1.1,1.5084 2.675,3.7376 3.5,4.9537 2.01882,2.9759 10.61728,14.5942 14.02932,18.9565 1.51389,1.9355 4.21535,6.2192 6.00323,9.5192 3.67826,6.7891 6.74389,11.5284 8.40923,13 0.62241,0.55 2.68228,4.15 4.57749,8 3.54595,7.2034 11.93375,19.6993 16.78095,24.99997 1.5088,1.65 4.0513,4.72274 5.65,6.8283 1.5986,2.10557 6.2696,6.70928 10.38,10.23046 l 7.4733,6.40216 6.7424,3.42532 c 3.7084,1.88392 12.3109,5.48772 19.1169,8.00844 l 12.3744,4.58312 9.3661,2.00153 9.366,2.00153 10.6633,0.64764 10.6633,0.64764 10.452,-2.21144 c 11.8375,-2.50456 16.1116,-3.83142 23.9521,-7.43559 3.025,-1.39056 6.9297,-2.77662 8.6771,-3.08013 l 3.1772,-0.55183 1.3467,1.25142 c 0.7406,0.68829 1.9425,1.37862 2.6708,1.53408 0.7282,0.15545 2.7605,1.73045 4.516,3.5 1.7556,1.76954 4.749,4.4314 6.6521,5.91524 1.9031,1.48384 6.3851,4.9797 9.9601,7.76858 8.4138,6.56361 8.105,6.3294 10.8956,8.26455 1.3175,0.91367 8.0675,7.19796 15,13.9651 6.9324,6.76713 15.0396,14.32888 18.0159,16.80388 2.9763,2.475 6.8379,5.85 8.5813,7.5 5.1791,4.90173 11.4738,9.9049 14.3319,11.39143 1.4714,0.76528 4.3507,2.70603 6.3985,4.31278 2.0477,1.60675 8.1227,5.78715 13.5,9.28978 5.3772,3.50263 11.6758,7.84896 13.9968,9.65851 2.3209,1.80955 6.1459,4.35947 8.5,5.66647 2.354,1.30701 6.98,4.06705 10.28,6.13342 3.3,2.06638 8.025,4.77848 10.5001,6.02689 2.475,1.24841 8.9334,5.19983 14.352,8.78092 l 9.8519,6.51108 7.6507,3.22666 c 4.2079,1.77466 9.3998,4.41362 11.5376,5.86436 2.1378,1.45073 4.2427,2.6377 4.6776,2.6377 0.4349,0 3.6346,1.32074 7.1104,2.93497 l 6.3198,2.93498 5.213,4.31502 c 2.8672,2.37327 7.774,5.89003 10.9041,7.81503 3.1301,1.925 8.0043,5.36188 10.8315,7.63752 7.3198,5.89174 40.28995,38.62087 46.75645,46.41461 l 5.4363,6.55212 3.6324,10.44788 3.6325,10.44787 0.767,5.5 c 0.4219,3.025 0.8024,7.3 0.8455,9.5 l 0.078,4 -1.2944,5.78148 -1.2944,5.78148 -2.0246,3.96852 -2.0245,3.96852 -1.0387,0 -1.0387,0 0.7118,1.1517 0.7118,1.15171 -1.4219,1.09829 c -0.7821,0.60407 -1.8633,2.08383 -2.4028,3.28837 -1.4283,3.18904 -13.43755,16.64372 -17.20995,19.28135 -1.776,1.24177 -4.251,3.16875 -5.5,4.28216 -3.3193,2.95903 -13.8981,9.74642 -15.1907,9.74642 -0.6104,0 -2.7223,0.86426 -4.6932,1.92058 -1.9709,1.05632 -5.5642,2.4251 -7.9852,3.04173 -2.421,0.61664 -5.3018,1.51864 -6.4018,2.00446 -1.1,0.48581 -5.3227,1.59317 -9.3839,2.4608 l -7.3839,1.5775 -14.1161,0.40936 c -7.7638,0.22515 -15.6911,0.22787 -17.6161,0.006 z"
+ id="path4182" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 926.37315,461.28712 8.8421,-0.84663 10.1579,-3.22465 c 5.5868,-1.77355 12.699,-4.4611 15.8048,-5.97234 l 5.6469,-2.7477 1.1623,1.1531 1.1624,1.1531 -0.6662,-1.75 -0.6663,-1.75 0.9356,0 c 3.9206,0 32.27835,-23.80674 32.27835,-27.09816 0,-0.34695 1.3118,-2.13325 2.915,-3.96955 l 2.9151,-3.33873 3.5928,-7.26625 3.5929,-7.26626 0.5334,-4.79031 0.5334,-4.79031 -1.5821,-6.82193 c -2.1508,-9.27414 -4.1315,-13.97625 -9.1971,-21.83361 -2.3669,-3.6713 -4.3175,-7.0463 -4.33475,-7.5 -0.017,-0.45369 -1.1423,-1.6334 -2.5,-2.62157 l -2.4686,-1.79669 0.012,0.79669 c 0.01,0.43817 1.1667,2.81671 2.5778,5.28563 l 2.56565,4.48896 0.4986,3.01104 c 0.2743,1.65608 0.743,6.67231 1.0417,11.14718 l 0.543,8.13613 -2.1686,6.36387 c -1.19265,3.50013 -3.62435,9.00831 -5.40375,12.2404 l -3.2352,5.87653 -5.9656,7.26511 -5.9656,7.2651 -3.4441,2.35837 c -1.8942,1.2971 -5.2692,4.20117 -7.5,6.4535 -4.9974,5.04578 -7.6382,6.8351 -19.0559,12.91189 -4.95,2.63451 -9.4516,5.13627 -10.0036,5.55947 -0.552,0.4232 -4.5643,1.99906 -8.9162,3.5019 l -7.9126,2.73245 -6.5838,-1.26209 -6.5838,-1.26209 -4.1511,-2.37253 -4.1511,-2.37253 -3.9783,-4.51955 -3.9782,-4.51955 -2.8707,-5.49388 c -2.6102,-4.99549 -4.2357,-6.72898 -4.4528,-4.74863 -0.2994,2.73062 -1.0535,7.58306 -1.9814,12.75 -1.0603,5.90434 -1.2625,6.82852 -2.8849,13.18906 l -0.8134,3.18905 4.131,1.67853 c 2.272,0.92318 5.4809,2.138 7.1309,2.69959 l 3,1.02108 10,0.68727 c 5.5,0.378 10.675,0.50275 11.5,0.27723 0.825,-0.22553 5.4789,-0.79104 10.3421,-1.25669 z"
+ id="path4180" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 932.03105,444.62199 4.5,-1.45813 7.5,-4.78428 c 4.125,-2.63136 9.189,-5.57725 11.2533,-6.54643 l 3.7532,-1.76214 6.2468,-5.46405 c 13.9979,-12.24402 22.7467,-22.23506 22.7467,-25.9764 0,-0.73071 0.3399,-1.32856 0.7553,-1.32856 0.799,0 2.6489,-4.84976 4.3866,-11.5 l 1.0452,-4 -0.5038,-9 -0.5037,-9 -1.5837,-3 c -0.8709,-1.65 -1.5864,-3.525 -1.5897,-4.16667 0,-0.64166 -0.3437,-1.31666 -0.7562,-1.5 -0.876,-0.38932 -4.7122,-7.10861 -6.3279,-11.08333 -0.6147,-1.5125 -1.4415,-2.75 -1.8372,-2.75 l -0.7194,0 0.594,4.25 0.594,4.25 -0.9394,5 c -0.5167,2.75 -1.2037,5.225 -1.5268,5.5 -0.323,0.275 -0.661,2.75 -0.751,5.5 -0.09,2.75 -0.2025,5.5625 -0.25,6.25 l -0.086,1.25 -1.5,0 -1.5,0 0,1.06301 c 0,0.58466 -1.4297,4.07216 -3.1772,7.75 -3.1156,6.55748 -6.8457,11.99778 -11.8228,17.2438 l -2.5,2.63507 -9,5.40406 -9,5.40406 -6,2.33198 -6,2.33197 -7.594,0.55022 -7.5939,0.55022 -5.0925,-1.69144 c -2.8008,-0.93029 -5.2335,-2.00228 -5.406,-2.3822 -0.1725,-0.37991 -1.8192,-1.74862 -3.6595,-3.04156 l -3.3458,-2.35082 0.6528,4.85082 c 1.7539,13.03219 3.5201,17.26837 9.8006,23.50619 l 4.2383,4.20955 -0.2748,0.89187 -0.2748,0.89186 0.8431,-0.52102 0.843,-0.52103 4.8796,2.35173 4.8795,2.35172 3.5522,-0.51597 c 1.9537,-0.28378 5.5772,-1.17212 8.0522,-1.9741 z"
+ id="path4178" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 401.71177,416.73768 c 7.79946,-0.78492 16.34946,-1.85469 19,-2.37726 2.65054,-0.52258 6.84416,-1.17515 9.31916,-1.45017 5.24023,-0.58228 15.65698,-3.65313 32.5,-9.58098 l 12,-4.22337 7.47184,-4.02425 c 9.42783,-5.07773 11.16678,-6.19261 18.52816,-11.87883 3.3,-2.54905 7.575,-5.43231 9.5,-6.40726 1.925,-0.97494 3.725,-2.05077 4,-2.39072 0.275,-0.33995 2.975,-1.91766 6,-3.50601 3.025,-1.58836 6.21043,-3.49742 7.07874,-4.24237 0.86831,-0.74495 1.85825,-1.35446 2.19987,-1.35446 1.14387,0 10.12093,-6.37455 21.38896,-15.18817 l 11.16755,-8.73503 9.8325,-9.47666 c 5.4078,-5.21216 10.7713,-10.29194 11.9189,-11.2884 1.1475,-0.99646 5.1296,-5.63674 8.8491,-10.31174 3.7194,-4.675 8.743,-10.60502 11.1635,-13.17783 2.4205,-2.57281 4.4009,-5.17823 4.4009,-5.78984 0,-0.6116 0.8444,-2.78158 1.8765,-4.82217 2.1681,-4.28675 9.0966,-23.33134 9.7014,-26.66655 0.2248,-1.2399 1.0586,-4.09608 1.8528,-6.34707 0.7942,-2.251 2.4354,-8.9339 3.6472,-14.85089 l 2.2033,-10.75817 -0.6357,-11.04374 -0.6358,-11.04374 -1.518,-8 c -2.0601,-10.85767 -4.8617,-19.28365 -9.0136,-27.11002 -1.913,-3.60585 -3.4781,-7.22608 -3.4781,-8.04496 0,-5.09292 -18.0182,-28.34502 -21.9647,-28.34502 l -0.8952,0 2.4106,5.93245 c 2.8641,7.0486 3.8214,11.10986 5.9087,25.06755 l 1.5703,10.5 -0.5235,13.5 c -0.288,7.425 -0.7053,14.625 -0.9274,16 -2.9759,18.42337 -3.0824,18.91734 -6.1187,28.38377 l -2.6032,8.11623 -6.3385,12.5 c -10.597,20.898 -12.9438,25.21407 -17.7544,32.65236 l -4.6257,7.15235 -12.89435,12.84765 c -7.09187,7.0662 -14.88549,14.3016 -17.31914,16.07865 -2.43366,1.77706 -6.44983,5.03253 -8.92483,7.23438 -2.475,2.20185 -4.82347,4.0104 -5.21882,4.01899 -0.39535,0.009 -3.84914,2.04062 -7.6751,4.51562 l -6.95629,4.5 -1.51819,0 -1.51819,0 -1.55671,2.22251 c -0.85618,1.22237 -1.5567,1.90905 -1.5567,1.52594 0,-0.3831 -2.1375,0.55411 -4.75,2.0827 l -4.75,2.77926 -9.5,3.33422 c -5.225,1.83382 -11.40377,4.35991 -13.7306,5.61355 -5.09965,2.74756 -18.06214,6.98285 -24.2694,7.92964 -2.475,0.37752 -7.94998,1.54719 -12.16661,2.59928 l -7.66662,1.9129 -9.53416,0 -9.53417,0 -5.04521,-1.08201 -5.04522,-1.082 -15.74788,-8.05311 c -16.22861,-8.29896 -17.90099,-9.36314 -29.75808,-18.93603 -8.40956,-6.7895 -11.56143,-10.14155 -18.19151,-19.34685 l -5.04172,-7 -4.49545,-9.5 c -6.58302,-13.91154 -6.55885,-13.84105 -8.89647,-25.94968 l -1.05209,-5.44967 0.63662,-7.55033 c 0.82834,-9.82409 2.37105,-23.12951 3.48422,-30.05032 0.48656,-3.025 1.16378,-7.525 1.50494,-10 l 0.6203,-4.5 -2.53545,3.69695 c -1.39449,2.03332 -2.53544,4.18904 -2.53544,4.79049 0,0.95749 -3.56798,6.63794 -5.03282,8.01256 -0.29304,0.275 -2.07828,2.975 -3.96718,6 -1.8889,3.025 -3.86582,5.80049 -4.39314,6.16776 -0.52732,0.36727 -1.11025,1.66041 -1.29541,2.87364 l -0.33664,2.20587 -2.86813,4.24977 c -1.57747,2.33737 -4.08508,7.29166 -5.57247,11.00953 -1.48738,3.71787 -4.01479,9.51234 -5.61647,12.8766 l -2.91215,6.11683 -2.05169,9 c -1.12843,4.95 -2.49755,12.6 -3.04249,17 l -0.9908,8 0.66409,2.5 c 0.82196,3.09429 1.36671,6.20509 2.09168,11.94445 l 0.5614,4.44445 1.80623,4.21376 1.80623,4.21377 -0.58011,0.5801 -0.5801,0.5801 2.7675,6.51169 2.76751,6.51168 0.88748,0 0.88748,0 0,1.30728 0,1.30727 5.75,5.7134 c 3.1625,3.14236 6.96305,6.50705 8.44567,7.47707 1.48262,0.97002 3.50762,2.65331 4.5,3.74062 2.70584,2.96471 17.58015,14.67954 21.4328,16.88022 1.85434,1.05923 6.98325,3.80267 11.39757,6.09653 l 8.02604,4.17067 5.35072,1.28362 c 2.94289,0.70599 8.78118,1.60475 12.97396,1.99725 l 7.62324,0.71362 10,-0.41237 c 5.5,-0.22681 16.38138,-1.05458 24.18084,-1.8395 z"
+ id="path4176" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 937.53105,407.48835 c 5.251,-2.15244 16.0868,-9.21408 20.5284,-13.3783 l 3.5285,-3.30805 3.6107,-6 3.6107,-6 2.6896,-7.5 2.6896,-7.5 0.1553,-11.5 0.1554,-11.5 -1.852,-4 c -1.0186,-2.2 -1.8547,-4.225 -1.858,-4.5 0,-0.275 -1.2612,-2.32416 -2.7951,-4.55369 l -2.7891,-4.05369 -4.3235,-2.94631 c -2.3779,-1.62047 -5.4545,-3.92689 -6.837,-5.12537 -6.5086,-5.64256 -7.3582,-6.32096 -7.9165,-6.3212 l -0.597,-2.6e-4 0.099,9.25026 0.099,9.25026 -1.316,6.3982 c -0.7238,3.51901 -1.1126,6.72717 -0.8641,7.12925 l 0.4518,0.73105 -2.3107,2.37075 -2.3106,2.37075 -1.7212,4.38874 c -3.5624,9.08368 -11.5927,18.06906 -21.1894,23.70957 l -4.9378,2.90169 -8.5,0 -8.5,0 -4.3779,-1.79308 -4.3779,-1.79307 0.5616,1.79307 c 1.6971,5.41813 3.9527,10.58567 7.5335,17.25874 l 4.006,7.46566 6.2586,3.78434 6.2586,3.78434 2.1072,0 c 1.1589,0 4.546,0.85888 7.5268,1.90863 l 5.4198,1.90863 4.0418,-1.49563 c 2.2231,-0.8226 5.8419,-2.23347 8.0419,-3.13528 z"
+ id="path4174" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 920.26665,367.07133 c 3.9538,-3.01555 6.1732,-5.68629 11.2413,-13.5272 l 3.3984,-5.25787 2.0526,-5.78114 c 1.1289,-3.17962 2.3396,-7.87576 2.6905,-10.43587 l 0.638,-4.65474 -1.7093,-9.80625 -1.7094,-9.80626 -2.1323,-2.99824 c -1.1728,-1.64904 -3.2531,-4.25609 -4.6229,-5.79345 l -2.4905,-2.79521 -4.5095,-1.99474 c -2.4802,-1.09711 -5.3134,-2.72231 -6.296,-3.61154 l -1.7865,-1.6168 -0.015,0.90499 -0.015,0.90499 -0.7347,-1.05279 c -1.4146,-2.02615 -16.8261,-10.44721 -19.1202,-10.44721 l -0.8948,0 3.6179,8.25 3.6178,8.25 0.1823,5.68463 0.1822,5.68463 -1.0781,4.31537 -1.0782,4.31537 -2.2813,3.64975 c -1.2548,2.00737 -2.6418,3.80737 -3.0822,4 -0.4404,0.19264 -2.4903,2.45354 -4.5554,5.02424 l -3.7546,4.67398 -3.5703,1.17832 -3.5704,1.17831 -4.175,-0.63011 -4.1751,-0.63011 -6.6662,-3.24206 -6.6663,-3.24206 3.6491,5.01987 c 2.007,2.76093 4.0012,5.17216 4.4315,5.3583 0.4304,0.18614 1.6646,2.27469 2.7426,4.64124 3.7137,8.15193 11.9225,17.56714 20.258,23.2352 l 3.7485,2.549 5.7515,0.63458 c 3.1633,0.34902 8.7114,0.62715 12.3291,0.61807 l 6.5776,-0.0165 3.5803,-2.73067 z"
+ id="path4172" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 425.15996,363.29678 8.62903,-0.98881 9.66055,-2.51002 9.66055,-2.51002 7.71042,-3.21092 c 4.24073,-1.766 7.86042,-3.56284 8.04375,-3.99296 0.18334,-0.43013 0.99781,-0.78205 1.80995,-0.78205 1.29266,0 8.08415,-3.22125 26.85672,-12.73833 2.75,-1.39416 8.6,-5.11025 13,-8.25798 4.4,-3.14772 9.38298,-6.43169 11.07329,-7.29771 l 3.07329,-1.57458 7.57168,-7.8157 c 15.24217,-15.73339 20.39935,-22.5655 29.67726,-39.3157 4.5641,-8.23998 11.512,-22.28371 15.4715,-31.27227 l 2.5426,-5.77228 2.5243,-11.25469 c 3.365,-15.00354 4.9551,-26.75041 5.9154,-43.70076 l 0.3116,-5.5 -0.8156,-2.27612 c -0.4486,-1.25186 -1.0442,-3.27686 -1.3235,-4.5 -0.2794,-1.22313 -1.4148,-6.27388 -2.5231,-11.22388 -1.1084,-4.95 -2.6865,-10.41801 -3.507,-12.15113 -0.8204,-1.73312 -1.4917,-3.44849 -1.4917,-3.81192 0,-1.65721 -5.6554,-12.43539 -8.4147,-16.03695 -1.6855,-2.2 -3.1817,-4.1875 -3.3249,-4.41667 -0.1432,-0.22916 -0.515,-0.16209 -0.8261,0.14906 l -0.5657,0.56573 0.9943,3.85094 c 1.4528,5.6264 2.4278,17.4814 2.343,28.48694 l -0.074,9.636 -1.6403,9.864 c -1.725,10.37343 -5.0862,23.10817 -6.5868,24.95566 -0.4877,0.60041 -1.7852,3.90441 -2.8835,7.34221 -2.0272,6.3459 -5.90526,14.29242 -7.27112,14.89946 -0.4125,0.18334 -0.77085,0.85834 -0.79633,1.5 -0.0715,1.80106 -9.0716,16.07823 -14.02153,22.24286 -9.08608,11.31582 -13.40845,16.18901 -23.45733,26.44666 l -10.30869,10.52285 -7.69116,4.87216 -7.69116,4.87215 -8.1419,2.75873 c -4.47805,1.5173 -9.9419,3.53921 -12.1419,4.49313 l -4,1.7344 -4.5,0.38014 c -2.475,0.20908 -5.85,0.81594 -7.5,1.34858 l -3,0.96844 -11.5,0.10646 -11.5,0.10646 -5,-1.13667 c -2.75,-0.62517 -9.05,-2.48976 -14,-4.14352 l -9,-3.00685 -9,-4.56074 c -4.95,-2.50841 -11.36513,-6.32731 -14.25584,-8.48646 l -5.25583,-3.92571 -4.12891,-5.2132 -4.1289,-5.2132 -2.80332,-6 c -1.54183,-3.3 -3.75384,-9.48441 -4.91559,-13.74313 l -2.11226,-7.74314 -0.004,-16.75686 c -0.005,-23.86381 1.30893,-38.26182 4.08464,-44.75687 1.25917,-2.94587 3.01981,-8.65072 3.01981,-9.78408 l 0,-0.98564 -1.84744,2.38486 c -1.01609,1.31167 -3.82534,5.30986 -6.24279,8.88486 -2.41744,3.575 -5.2986,7.54384 -6.40256,8.81965 -2.21689,2.56197 -13.70988,24.22147 -14.95309,28.18035 -0.43179,1.375 -0.86408,2.725 -0.96063,3 -2.79717,7.96656 -5.15683,17.46545 -4.77337,19.21531 0.0862,0.39342 -0.30563,1.93147 -0.87076,3.41788 -0.56513,1.48641 -1.20968,3.86452 -1.43234,5.28469 -2.26017,14.41616 -3.25173,22.69801 -3.42709,28.62431 l -0.20838,7.04219 1.6572,7.45781 1.65721,7.45781 5.83029,10.5 c 3.20665,5.775 6.4053,11.85 7.10809,13.5 2.70097,6.34125 12.16219,17.28014 19.88387,22.98938 5.55905,4.11023 22.29456,12.53003 30.76268,15.477 l 6.28089,2.1858 10.71911,1.30215 c 13.89023,1.68738 15.11197,1.71342 25.34814,0.54045 z"
+ id="path4170" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 556.10285,358.44962 c 1.0936,-1.0188 7.439,-4.63309 14.101,-8.03176 l 12.1127,-6.17938 7.6072,-5.46653 c 4.184,-3.00659 11.0498,-8.0548 15.2575,-11.21824 4.2077,-3.16344 8.9327,-6.54609 10.5,-7.51699 9.5096,-5.89086 21.0654,-14.45484 23.9303,-17.73472 1.2011,-1.375 6.7368,-7.65158 12.3016,-13.94795 l 10.1178,-11.44795 0,-1.60205 c 0,-0.88113 0.4105,-2.02955 0.9123,-2.55205 1.3434,-1.3989 6.0877,-13.50925 6.0877,-15.5395 0,-0.95958 0.8809,-3.79974 1.9575,-6.31147 l 1.9576,-4.56677 0.2078,-9.76613 0.2078,-9.76613 -0.5992,-1.5 c -0.3296,-0.825 -1.0763,-3.87218 -1.6594,-6.77152 l -1.0602,-5.27152 -2.6371,-5.22848 c -1.4504,-2.87566 -2.9409,-5.45348 -3.3121,-5.72848 -0.3713,-0.275 -2.3818,-3.65 -4.4677,-7.5 -2.0859,-3.85 -4.4833,-7.77689 -5.3274,-8.72642 l -1.5349,-1.72642 -0.7543,0.46618 -0.7543,0.46617 -3.612,-4.40805 c -1.9867,-2.42443 -3.6121,-4.84759 -3.6121,-5.3848 0,-0.53721 -1.1172,-2.03647 -2.4827,-3.3317 -1.3655,-1.29523 -2.4905,-2.68427 -2.5,-3.08677 -0.045,-1.89407 -17.354,-16.73766 -19.5795,-16.79043 -0.5158,-0.0122 -2.0628,-0.90222 -3.4378,-1.97776 -1.375,-1.07554 -2.832,-1.96553 -3.2378,-1.97776 l -0.7378,-0.0222 2.8292,5.25 c 5.9397,11.02209 10.5846,25.18405 14.1852,43.25 0.9866,4.95 2.0646,10.125 2.3955,11.5 0.331,1.375 0.6145,5.875 0.6302,10 l 0.028,7.5 -1.0442,7.26008 c -0.5744,3.99304 -1.466,8.04304 -1.9814,9 -0.5154,0.95695 -2.1105,6.23992 -3.5446,11.73992 -1.4341,5.5 -3.4521,12.25 -4.4843,15 -1.0323,2.75 -3.3736,9.05 -5.2029,14 l -3.3261,9 -4.5047,6.62761 c -2.4776,3.64518 -8.2172,11.39047 -12.7547,17.21174 -4.5375,5.82128 -8.25,10.81956 -8.25,11.10729 0,2.17385 -28.334,29.53872 -30.595,29.54858 -0.6023,0.003 -1.9095,0.90478 -2.90502,2.00478 l -1.80998,2 1.19681,0 c 0.65824,0 2.09159,-0.83357 3.18509,-1.85238 z"
+ id="path4168" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 618.19805,330.33266 c 2.3831,-1.08313 6.8079,-3.33303 9.8329,-4.99977 3.025,-1.66674 6.0196,-3.03054 6.6546,-3.03066 0.635,-1.3e-4 5.934,-3.15023 11.7755,-7.00023 5.8415,-3.85 10.8976,-7 11.2359,-7 1.0363,0 9.7385,-4.33831 11.3673,-5.66697 0.8433,-0.68792 5.2328,-3.2093 9.7546,-5.60307 l 8.2212,-4.35233 5.6605,-5.43881 c 3.1132,-2.99135 6.9241,-7.17723 8.4687,-9.30196 1.5445,-2.12473 4.6828,-6.07082 6.974,-8.7691 2.2912,-2.69828 5.2955,-7.03487 6.6763,-9.63686 1.3808,-2.602 3.6609,-6.24489 5.0669,-8.09533 l 2.5564,-3.36442 0.3028,-2.13558 c 0.1665,-1.17456 0.7413,-3.26057 1.2773,-4.63557 0.536,-1.375 1.3335,-5.65 1.7724,-9.5 l 0.7978,-7 -1.1014,-6.5 -1.1015,-6.5 -2.5706,-5.5 c -1.4138,-3.025 -2.7321,-6.01289 -2.9296,-6.63976 -0.1975,-0.62687 -3.5091,-4.51212 -7.3591,-8.63388 -3.85,-4.12177 -7.702,-8.33388 -8.5599,-9.36024 -2.8072,-3.35821 -11.2239,-10.46153 -14.2502,-12.02648 -3.6942,-1.91036 -14.7986,-6.11446 -17.8837,-6.77073 -10.932,-2.32551 -28.9107,-8.4824 -31.5974,-10.82069 l -1.7088,-1.48724 -1.306,0.47151 -1.306,0.47152 2.894,2.148 c 6.8257,5.06619 16.7951,15.04259 22.8753,22.89121 l 4.4492,5.74323 2.0114,4.75677 c 1.1062,2.61623 2.3998,5.65678 2.8746,6.75678 0.9867,2.28579 4.0713,12.186 6.5431,21 l 1.6827,6 0.528,9.73232 0.5279,9.73231 -1.004,1.26769 -1.0041,1.26768 -0.6754,5.5 c -0.3715,3.025 -1.3707,8.31934 -2.2204,11.7652 l -1.5449,6.26521 -2.3365,4.39435 -2.3365,4.39435 0.5905,0.59045 0.5904,0.59044 -1.1666,0 -1.1667,0 0,1.07489 c 0,1.63223 -8.6661,14.70596 -13.9455,21.03843 -2.574,3.08732 -7.1267,7.74068 -10.1172,10.34078 -2.9905,2.60011 -6.3373,5.72803 -7.4373,6.95093 -2.7654,3.07439 -10.7535,8.67405 -18.5,12.96859 l -6.5,3.60349 1.6671,0.0114 c 0.9169,0.006 3.6169,-0.87475 6,-1.95789 z"
+ id="path4166" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 882.41505,326.1361 4.116,-1.1659 3.2608,-3.04078 3.2609,-3.04078 2.1177,-4.3746 2.1177,-4.37459 -0.4943,-6.90871 -0.4943,-6.90871 -3.3775,-6.76002 -3.3776,-6.76001 -5.2512,-7.12504 -5.2512,-7.12505 -4.2555,-3.49892 c -2.3405,-1.9244 -6.2806,-5.38891 -8.7556,-7.6989 -4.6898,-4.37712 -7.7629,-6.05209 -11.1041,-6.05209 l -1.9738,0 2.0389,2.18856 c 1.1215,1.20371 2.039,2.58254 2.039,3.06408 0,0.48153 1.1766,3.43418 2.6147,6.56144 l 2.6148,5.68592 0.1112,7 0.1113,7 -3.4338,6 -3.4337,6 -3.4398,3.25719 -3.4397,3.25719 -2.1025,0.40683 c -1.1564,0.22376 -3.577,1.03992 -5.3792,1.8137 l -3.2766,1.40687 1.7766,1.56682 c 0.9772,0.86175 4.5036,2.93063 7.8365,4.59751 3.3329,1.66688 6.5892,3.66853 7.2362,4.44812 l 1.1764,1.41742 8.2638,3.71978 c 4.5451,2.04588 9.3889,4.32862 10.7639,5.07275 3.2197,1.74248 2.6408,1.71347 7.384,0.36992 z"
+ id="path4164" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 693.53095,299.79448 c 2.2,-0.33778 6.025,-1.43105 8.5,-2.42949 2.475,-0.99843 10.0606,-3.98346 16.8569,-6.63339 l 12.3569,-4.81805 3.5306,-2.80578 c 1.9418,-1.54317 3.8595,-2.80577 4.2615,-2.80577 1.5993,0 18.9941,-18.74559 18.9941,-20.46903 0,-0.41438 1.8866,-3.00672 4.1924,-5.76077 l 4.1924,-5.00737 2.1368,-4.63141 c 1.1752,-2.54728 2.962,-7.69309 3.9706,-11.43512 l 1.8337,-6.8037 -1.2618,-6.6963 c -0.694,-3.68297 -1.4667,-8.0463 -1.717,-9.6963 -0.8033,-5.29399 -2.4778,-9.84416 -6.0723,-16.5 l -3.5103,-6.5 -5.6129,-7.0607 -5.6128,-7.06069 -4.9826,-3.93931 c -5.7229,-4.52457 -11.7697,-8.41037 -15.9637,-10.25863 l -2.9075,-1.28133 -6.5925,-0.51171 c -3.6259,-0.28144 -8.2822,-0.95174 -10.3475,-1.48956 l -3.755,-0.97785 -8.745,0.75965 c -4.8097,0.4178 -11.1075,0.72818 -13.995,0.68972 l -5.25,-0.0699 0,0.85017 0,0.85017 1.2535,0 c 0.6894,0 4.4501,1.55073 8.357,3.44607 l 7.1036,3.44607 7.893,8.69753 c 9.5346,10.50659 11.2462,12.47709 16.425,18.91033 l 4.0251,5 2.8476,6 c 3.7985,8.00369 4.2476,9.31782 4.784,14 0.2521,2.2 0.839,5.4625 1.3042,7.25 l 0.8458,3.25 -0.7994,0 -0.7993,0 0.062,5.25 c 0.034,2.8875 -0.2333,6.58755 -0.5941,8.22234 -1.0571,4.7893 -4.8793,13.8614 -6.7526,16.02766 -0.9513,1.1 -2.7422,4.025 -3.9799,6.5 -2.7661,5.53139 -4.1996,7.4121 -13.2844,17.42783 -10.0127,11.03871 -13.6489,14.72605 -17.691,17.9401 l -3.5,2.78297 2,-0.52213 c 1.1,-0.28717 3.8,-0.7985 6,-1.13629 z"
+ id="path4162" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 455.03093,296.01303 c 4.96421,-0.84891 17.53354,-4.93897 19,-6.18259 0.825,-0.69964 4.2,-2.74721 7.5,-4.55017 12.61228,-6.89072 24.70589,-15.81628 32,-23.61725 2.83874,-3.036 11.48582,-12.89488 16.98126,-19.36102 10.7033,-12.59389 22.3219,-37.18628 26.57016,-56.23941 l 1.9486,-8.73942 0,-15.26058 0,-15.26059 -1.5146,-9.33891 c -0.833,-5.13639 -1.7555,-12.78639 -2.0499,-17 -0.2944,-4.2136 -0.9315,-9.01109 -1.4157,-10.66109 -0.48427,-1.65 -1.40621,-5.7 -2.04879,-9 -1.12077,-5.7558 -4.85865,-15.9377 -5.58444,-15.2119 -0.19192,0.1919 0.33576,4.1431 1.17261,8.7804 l 1.52157,8.4315 -0.64494,9.5 c -0.82049,12.08587 -0.92553,12.89061 -2.93578,22.49293 l -1.67333,7.99294 -2.40936,5.92947 c -1.32515,3.26121 -2.40936,6.32252 -2.40936,6.8029 0,1.56302 -9.30155,20.18552 -11.87849,23.78176 -1.37939,1.925 -3.63022,4.7375 -5.00184,6.25 -1.37162,1.5125 -2.1419,2.75 -1.71174,2.75 l 0.78211,0 -2.64454,4.51257 -2.64454,4.51257 -4.29916,4.23743 c -7.01565,6.9149 -9.75962,8.88171 -16.6018,11.89975 -6.27216,2.76661 -8.02464,3.63088 -20,9.86341 l -5.5,2.86245 -10.44764,0.54514 -10.44764,0.54513 -0.55236,-0.88912 -0.55236,-0.88912 -3.93649,-0.6243 c -4.49553,-0.71296 -18.69799,-6.1933 -29.17779,-11.25891 l -7.11428,-3.43882 -5.59526,-5.50673 -5.59527,-5.50674 -2.66728,-5.45172 c -1.467,-2.99845 -2.99848,-5.65641 -3.40328,-5.90659 -0.4048,-0.25018 -1.31113,-2.50902 -2.01405,-5.01963 l -1.27806,-4.56475 -2.01749,0.28899 -2.0175,0.28899 -0.17659,-2.27832 -0.1766,-2.27833 1.08497,0.40333 1.08497,0.40332 -0.25,1.125 -0.25,1.125 1.0483,0 1.0483,0 -0.59978,-4.25 c -0.32988,-2.3375 -1.22036,-6.95 -1.97884,-10.25 -0.75848,-3.3 -1.62782,-9.55501 -1.93187,-13.90002 -0.30405,-4.34501 -0.76846,-8.11566 -1.03202,-8.37923 -0.26357,-0.26356 -1.01829,0.70395 -1.67716,2.15002 -0.65888,1.44608 -1.51079,2.62923 -1.89313,2.62923 -0.72395,0 -7.93891,13.88202 -8.41162,16.18447 -0.14856,0.72354 -0.52042,1.99053 -0.82637,2.81553 -1.4804,3.99193 -3.67798,12.09935 -4.74351,17.5 -0.65107,3.3 -2.1216,9.6 -3.26784,14 l -2.08407,8 -0.002,21 c -8.8e-4,11.55 -0.1909,20.1 -0.42227,19 -0.23137,-1.1 -0.82699,-2.4275 -1.3236,-2.95 l -0.91052,-0.95 0.0119,0.95 c 0.0353,2.82409 3.16319,12.06017 6.11478,18.05569 l 3.37197,6.84945 5.27563,5.27563 c 2.90159,2.90159 7.1769,6.4772 9.50069,7.94578 6.03724,3.81543 20.38171,10.89303 28.38258,14.00406 l 6.84248,2.6606 5,0.74674 5,0.74674 14,-0.34807 c 7.7,-0.19144 15.125,-0.54046 16.5,-0.77559 z"
+ id="path4160" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 845.03725,295.552 c 0,-0.4125 1.3002,-1.486 2.8816,-2.38555 l 2.8753,-1.63555 1.7411,-5.24191 1.7411,-5.24191 -0.6373,-5.62254 -0.6373,-5.62254 -2.949,-6 -2.949,-6 -6.3192,-6.1386 -6.3191,-6.1386 -7.6087,-4.49833 -7.6086,-4.49834 -4.1313,-4.25703 -4.1313,-4.25704 -0.5583,0.55832 -0.5583,0.55833 0.9532,1.83564 c 0.5242,1.00961 1.3092,4.08565 1.7444,6.83565 0.4352,2.75 0.9426,5.675 1.1275,6.5 0.435,1.94094 0.4272,16.19307 -0.012,22 l -0.3405,4.5 -1.6101,3.76406 -1.6101,3.76406 -1.7951,0.63794 c -0.9874,0.35087 -2.5806,1.3124 -3.5406,2.13675 l -1.7454,1.4988 8.7333,4.34683 c 12.5659,6.25443 20.7917,8.77686 30.0075,9.20173 l 3.2499,0.14983 0.01,-0.75 z"
+ id="path4158" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 743.58385,288.81632 c 8.2144,-2.68146 10.6992,-3.12326 22.9471,-4.08001 l 8,-0.62493 7.5,-1.96118 c 4.125,-1.07865 9.975,-2.90667 13,-4.06227 l 5.5,-2.10109 2.3124,-2.07536 c 1.2718,-1.14145 3.2562,-3.6024 4.4097,-5.46877 l 2.0972,-3.3934 -1.2444,-7.62366 c -0.6844,-4.19301 -1.478,-9.19865 -1.7636,-11.12365 -0.2855,-1.925 -0.8634,-3.95 -1.2842,-4.5 -0.4209,-0.55 -1.3399,-3.475 -2.0423,-6.5 l -1.2771,-5.5 -4.3176,-8.57926 -4.3175,-8.57926 -11.1088,-10.33026 -11.1088,-10.33027 2.2171,3.90953 c 1.2195,2.15023 2.5494,5.25952 2.9553,6.90952 0.406,1.65 1.6909,6.47923 2.8553,10.73162 3.0936,11.29696 3.0125,12.03265 -3.0616,27.76838 l -2.8951,7.5 -7.213,9.68348 c -3.9672,5.32591 -7.888,10.66582 -8.713,11.86647 -0.825,1.20065 -3.1796,4.32258 -5.2324,6.93762 l -3.7325,4.75462 -6.5175,4.24636 c -9.1066,5.93314 -8.96,6.115 2.0353,2.52577 z"
+ id="path4156" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 470.0035,215.7068 14.52743,-3.5952 5.5,-3.03852 c 10.22772,-5.65038 22.70418,-17.44395 26.73436,-25.27108 0.84959,-1.65 1.81942,-3.225 2.15517,-3.5 3.15963,-2.58788 14.20556,-27.61527 15.49056,-35.09784 0.32134,-1.87119 1.49564,-6.75792 2.60955,-10.85942 l 2.02529,-7.45725 0.0733,-10.04275 0.0733,-10.04274 -1.54535,-11.5309 c -1.64242,-12.2556 -3.7137,-21.6267 -6.40294,-28.9691 -1.47915,-4.0385 -2.87814,-6.5679 -6.98321,-12.6259 l -1.26997,-1.8741 0.67265,2.5 c 0.36996,1.375 0.79926,4.075 0.95399,6 0.15474,1.925 0.75206,7.5365 1.32739,12.4699 l 1.04605,8.97 -0.98007,0.98 c -0.53904,0.5391 -0.99113,1.9026 -1.00466,3.0301 -0.0135,1.1275 -0.88916,4.6335 -1.94587,7.7911 l -1.92128,5.7412 -3.00299,4.36469 c -1.65164,2.40058 -4.11183,6.87199 -5.46709,9.93648 l -2.46411,5.57179 -4.08704,5.41324 c -2.24786,2.97728 -4.08703,5.65691 -4.08703,5.95472 0,0.9621 -8.32163,8.89676 -14.05338,13.39988 l -5.57477,4.37979 -6.37554,2.49856 c -3.50654,1.3742 -7.21979,2.49855 -8.25166,2.49855 -1.03188,0 -2.85846,0.52573 -4.05908,1.16828 l -2.18295,1.16828 -9.76143,0.32331 -9.76143,0.32331 -4.0445,-1.39344 c -2.22448,-0.7664 -5.90815,-2.67511 -8.18594,-4.24159 -5.43818,-3.73995 -15.72676,-14.14468 -18.23784,-18.44374 -4.41342,-7.5559 -6.74999,-11.50254 -7.93596,-13.40441 -0.68594,-1.1 -2.50743,-5.32019 -4.04776,-9.37821 l -2.80059,-7.3782 -1.36358,3.24301 c -0.74998,1.78366 -1.36359,4.0784 -1.36359,5.09942 0,1.02102 -1.30345,5.42793 -2.89655,9.79313 -1.5931,4.3652 -3.23931,9.89066 -3.65825,12.27879 l -0.76169,4.34206 0.18182,7.79897 0.18182,7.79897 3.48694,13.60511 3.48694,13.6051 3.61509,7.09593 c 1.98829,3.90275 4.45243,8.16131 5.47586,9.46346 l 1.86077,2.36753 -0.6467,1.13247 -0.6467,1.13246 0.79074,-0.71375 0.79074,-0.71375 5.61959,5.08108 5.61958,5.08109 5.5,2.53425 5.5,2.53425 11,2.25654 c 6.05,1.2411 12.33765,2.29789 13.97257,2.34842 l 2.97256,0.0919 14.52744,-3.5952 z"
+ id="path4154" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 730.03095,150.302 c -0.5887,-1.1 -1.4555,-2 -1.9263,-2 -0.4708,0 -3.0179,-1.78651 -5.6602,-3.97001 l -4.8043,-3.97002 -2.5546,0.58743 c -1.405,0.32309 -4.7209,1.27081 -7.3686,2.10605 l -4.8139,1.51861 0.8139,0.80793 c 0.4477,0.44437 3.964,1.28862 7.814,1.87611 3.85,0.58749 8.8,1.70628 11,2.4862 2.2,0.77993 4.9,1.62227 6,1.87187 1.1,0.24961 2.1283,0.50603 2.2852,0.56983 0.1568,0.0638 -0.1965,-0.784 -0.7852,-1.884 z"
+ id="path4152" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 473.24342,145.32077 5.28751,-1.98124 7.08047,-6.76876 c 3.89426,-3.72282 8.90788,-9.24377 11.14138,-12.26877 4.19357,-5.67966 10.27815,-17.01972 10.27815,-19.15576 0,-0.66703 1.0125,-3.26737 2.25,-5.77854 l 2.25,-4.5657 0,-17 0,-17 -1.88526,-6 c -1.03689,-3.3 -1.9919,-7.1718 -2.12224,-8.6039 l -0.23698,-2.604 -2.68374,-4.396 c -8.07068,-13.2202 -11.13875,-17.7036 -14.08839,-20.5878 -1.79527,-1.7554 -4.2331,-4.5524 -5.4174,-6.2156 l -2.15328,-3.024 -11.6694,-8.0344 -11.66939,-8.0343 -1.40197,0 -1.40197,0 1.52952,2.3343 c 3.40017,5.1893 9.48715,27.052 9.6516,34.6657 0.0297,1.375 0.11496,4.075 0.18948,6 0.0745,1.925 -0.0228,6.0762 -0.21625,9.225 l -0.35173,5.725 -1.22438,0.4699 -1.22438,0.4698 0.0549,3.9792 0.0549,3.9792 -3.14521,5.4973 -3.14521,5.4972 -3.41933,3.0022 -3.41934,3.0023 -8.80229,2.707 c -4.84126,1.4888 -10.65845,2.9254 -12.92708,3.1924 l -4.12479,0.4854 -7.87521,-1.596 -7.87521,-1.596 -3.96144,-2.02 C 404.3907,77.211 402.08591,76.302 401.44775,76.302 l -1.16029,0 1.74101,7.25 c 0.95755,3.9875 2.28979,8.6 2.96053,10.25 1.19662,2.9437 1.62951,4.4911 2.65758,9.5 0.84036,4.09438 3.76469,10.0295 8.97426,18.21383 l 4.91009,7.71382 1.00945,0.0362 c 0.5552,0.0199 1.54897,0.90006 2.20837,1.95593 0.6594,1.05588 4.03873,3.94622 7.50961,6.42299 l 6.3107,4.50323 2.98094,0.74331 c 1.63951,0.40882 4.78093,1.55859 6.98093,2.55505 l 4,1.81174 7.71249,0.022 7.71248,0.022 5.28752,-1.98123 z"
+ id="path4150" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 4.9555829,133.052 6.5443001,-3.25 5.16369,-5.30042 5.1637,-5.30042 0.68852,-3.67017 0.68853,-3.67017 -2.19748,-1.77941 -2.19748,-1.77941 -2.09061,0 -2.09062,0 -5.2981901,3.21104 -5.2982,3.21104 -0.48845,1.53896 c -0.26864,0.84643 -0.53679,1.98896 -0.59589,2.53896 -0.0591,0.55 -0.49466,1.23928 -0.96786,1.53174 -0.4732,0.29245 -1.52220004,3.07294 -2.33120004,6.17887 -0.80899996,3.10592 -1.96969996,6.57914 -2.57929996,7.71826 l -1.1085,2.07113 1.2254,0 c 0.6739,0 4.1703,-1.4625 7.76964,-3.25 z"
+ id="path4148" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 36.949153,118.44259 c 3.53002,-2.55233 8.1695,-6.44059 10.30996,-8.64059 l 3.89175,-4 4.06472,-6.768 c 2.2356,-3.7225 4.45861,-7.0115 4.94003,-7.3091 l 0.87532,-0.5409 0,-2.8759 c 0,-1.5818 -0.41262,-3.9612 -0.91694,-5.2877 l -0.91695,-2.4117 -3.80783,-1.8069 -3.80783,-1.807 -3.06106,0.1151 -3.06107,0.1151 -4.96416,2.1828 c -2.73029,1.2006 -7.88916,4.2014 -11.46416,6.6685 l -6.5,4.4856 -5.25,5.5778 -5.25,5.5778 0,1.40579 0,1.4058 4.25,-0.63524 4.25,-0.63524 3.75,3.0945 3.75,3.0945 -0.006,2.67719 c -0.003,1.47246 -0.44983,4.27637 -0.99281,6.23092 l -0.98723,3.55372 -2.00719,2.15447 c -1.10395,1.18495 -2.00719,2.40742 -2.00719,2.7166 0,1.0553 8.48833,-3.6889 14.91822,-8.33792 z"
+ id="path4146" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 57.320773,111.15771 c 2.31559,-1.17935 5.56016,-3.13781 7.21016,-4.35211 1.65,-1.21431 3.83273,-2.50262 4.85052,-2.86291 2.39042,-0.84619 6.25765,-3.82305 13.7784,-10.60619 l 6.05982,-5.4654 3.01065,-5.9641 3.01064,-5.9641 -0.66293,-4.9974 -0.66294,-4.9975 -2.15596,-3.073 c -1.18577,-1.6902 -2.53496,-3.2314 -2.99818,-3.425 -0.46323,-0.1937 -1.61964,-1.1865 -2.5698,-2.2064 l -1.72757,-1.8543 -5.46632,-1.4098 -5.46633,-1.4098 -5,0.7386 c -6.17162,0.9116 -9.24584,2.0577 -18.3027,6.8235 l -7.10981,3.7412 -6.08246,5.8425 c -3.34535,3.2133 -5.94606,5.9788 -5.77936,6.1455 0.16671,0.1667 3.44663,-0.5848 7.28872,-1.6699 l 6.98561,-1.973 4.28825,0.609 c 2.35854,0.3349 5.75101,1.2201 7.53882,1.9671 l 3.25057,1.3582 2.66315,2.6631 2.66316,2.6632 0.66057,4.405 0.66057,4.4049 -0.63899,3.4061 -0.63899,3.4061 -2.47355,3.64503 c -1.36046,2.00474 -2.47356,4.075 -2.47356,4.60058 0,0.52557 -0.3375,0.96228 -0.75,0.97047 -1.04736,0.0208 -8.93085,6.90143 -7.96016,6.94757 0.43441,0.0207 2.68441,-0.92738 5,-2.10674 z"
+ id="path4144" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 100.03093,85.7658 c 10.07916,-7.8771 11.53817,-9.2649 17.30833,-16.4638 l 6.01149,-7.5 2.48154,-5.3989 2.48155,-5.3988 0.10854,-4.7643 0.10855,-4.7642 -3.0021,-4.2722 -3.00209,-4.2723 -4.49791,-2.725 -4.4979,-2.725 -5.30315,-1.2607 -5.30316,-1.2607 -7.522447,1.1695 -7.52246,1.1695 -6.25285,2.5016 c -3.43907,1.3758 -6.779,2.5015 -7.42208,2.5015 -2.50299,0 -17.17385,12.355 -17.17385,14.4629 0,0.1485 3.11458,0.047 6.92129,-0.2252 l 6.92128,-0.4952 5.32872,1.7654 c 8.46438,2.8041 9.90827,3.6681 15.86359,9.4921 l 5.62405,5.5 1.16196,4.6587 1.161947,4.6588 -1.000057,5.2733 -1.00006,5.2733 -1.95764,3.318 -1.95763,3.3179 0.71628,-0.01 c 0.39395,0 2.74127,-1.5923 5.216267,-3.5265 z"
+ id="path4142" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 123.04096,79.2465 c 0.28052,-0.4323 2.91429,-2.0592 5.85284,-3.6153 2.93854,-1.556 6.21935,-3.3321 7.29069,-3.9467 1.07133,-0.6146 5.76424,-4.6646 10.42868,-9 l 8.4808,-7.8825 4.05843,-5.3262 c 2.23214,-2.9295 4.9856,-7.4223 6.1188,-9.9841 l 2.06037,-4.6578 -0.1599,-4.5175 c -0.20923,-5.9117 -0.64346,-7.8491 -2.63851,-11.7724 l -1.65672,-3.2581 -3.62057,-2.7419 c -1.99131,-1.5081 -4.61788,-3.6578 -5.83682,-4.777 -1.21894,-1.1193 -3.49242,-2.6835 -5.05219,-3.4761 -1.55976,-0.7925 -3.916,-2.1103 -5.2361,-2.9283 -2.96486,-1.8374 -4.01135,-2.0253 -11.92717,-2.1423 l -6.32734,-0.093 -8.28392,3.975 C 108.9135,6.7868 97.961393,13.5496 92.030933,18.2687 l -2.5,1.9893 7.5,0.039 7.499997,0.039 7.10484,1.8458 7.10484,1.8458 3.36322,2.8871 c 1.84977,1.5878 4.59314,4.0679 6.09637,5.5113 1.50324,1.4434 3.36212,2.8656 4.13085,3.1606 l 1.39769,0.5364 0.57902,7.656 0.57902,7.656 -1.42316,5.4638 c -0.78274,3.0052 -2.375,7.3297 -3.53836,9.61 l -2.11519,4.1462 -5.13957,5.4578 -5.13957,5.4579 2.5,-0.7693 c 1.375,-0.4231 2.72951,-1.1229 3.01003,-1.5552 z"
+ id="path4140" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 439.87258,75.0414 5.34165,-1.0987 4.66511,-4.1943 4.66511,-4.1944 3.72884,-6.376 c 2.05086,-3.5068 3.77358,-6.826 3.82828,-7.376 0.0547,-0.55 0.51499,-1.5007 1.02289,-2.1127 l 0.92346,-1.1127 -0.40791,-10.3873 -0.40791,-10.3873 -2.18257,-6.4618 c -2.466,-7.301 -5.3367,-12.6277 -11.87701,-22.0382 -4.41367,-6.3506 -5.59117,-7.8377 -10.32773,-13.0427 -2.82229,-3.1015 -11.24755,-9.9573 -12.23668,-9.9573 -0.39425,0 -2.67899,-1.35 -5.07718,-3 -3.99587,-2.7492 -6.5,-3.7227 -6.5,-2.5268 0,1.2575 4.71116,10.2606 6.2756,11.9928 0.97658,1.0814 2.96588,4.4564 4.42068,7.5 l 2.64507,5.534 -0.0119,6.5632 -0.0119,6.5632 -2.69037,7.0406 -2.69037,7.0407 -3.24383,3.6461 c -1.78411,2.0054 -3.59152,3.6462 -4.01647,3.6462 -0.42495,0 -3.14723,1.519 -6.04951,3.3756 l -5.27688,3.3755 -8.92508,2.0774 -8.92509,2.0773 -7.6938,0.6799 -7.6938,0.68 3.1938,2.181 c 3.36005,2.2945 8.73176,7.0468 19.37713,17.1426 l 6.42076,6.0893 7.69795,3.0567 c 4.23393,1.6812 9.27301,3.5177 11.19801,4.0811 l 3.5,1.0244 6,-10e-4 6,-0.001 5.34165,-1.0988 z"
+ id="path4138" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 166.03093,59.2429 c 1.375,-0.488 3.85,-1.4182 5.5,-2.067 1.65,-0.6488 3.83522,-1.3403 4.85605,-1.5367 1.02082,-0.1964 4.38007,-2.2755 7.46499,-4.6203 l 5.60894,-4.2632 7.72605,-9.9641 7.72604,-9.9642 1.05896,-4.2055 1.05897,-4.2056 0,-5.0893 0,-5.0893 -1.35453,-3.2178 -1.35453,-3.2179 -5.16387,-4.9923 -5.16387,-4.9923 -3.7316,-1.2931 -3.7316,-1.2931 -11,-0.1969 -11,-0.1969 -8.5,1.3342 c -4.675,0.7337 -10.975,1.8018 -14,2.3734 l -5.5,1.0393 3,1.1169 c 1.65,0.6143 5.25077,2.3017 8.00171,3.7499 l 5.00171,2.6329 6.48502,5.7865 6.48501,5.7865 2.76328,4.3572 2.76327,4.3572 0,2.4653 0,2.4653 0.89301,0 c 0.49116,0 1.10965,0.5645 1.37442,1.2545 l 0.4814,1.2545 -1.75071,6.7291 -1.75071,6.7291 -4.08238,6.8717 c -2.2453,3.7794 -5.21819,7.9492 -6.60642,9.2663 -1.38823,1.3172 -2.53183,2.7089 -2.54133,3.0928 l -0.0173,0.6979 3.25,-1.0338 c 1.7875,-0.5685 4.375,-1.4331 5.75,-1.9212 z"
+ id="path4136" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 209.6565,41.782 c 3.23094,-1.386 7.13523,-3.2252 8.67621,-4.0871 l 2.80177,-1.5672 1.50016,0.5757 1.50017,0.5757 -0.51781,-0.8379 -0.51781,-0.8378 2.71587,-1.368 c 1.49373,-0.7524 5.03105,-3.4077 7.86072,-5.9007 2.82967,-2.493 7.86962,-6.9252 11.1999,-9.8493 l 6.05505,-5.3167 2.92861,-4.4214 2.92861,-4.4214 -0.51048,-4.7619 c -0.61219,-5.7108 -1.27037,-7.0875 -6.90499,-14.4427 l -4.35182,-5.6807 -5.87567,-3.5693 -5.87568,-3.5693 -2.03586,0 -2.03585,0 -0.35944,-1.0783 -0.35944,-1.0783 -9.47389,-2.4123 -9.4739,-2.4123 -6.68795,-0.01 -6.68794,-0.01 -6.81206,1.5462 -6.81205,1.5462 -2.6954,1.9434 -2.6954,1.9434 -1.35609,-0.5204 -1.35609,-0.5204 -5.67961,3.0308 c -3.12379,1.6669 -6.33656,3.0308 -7.1395,3.0308 -0.80293,0 -1.7076,0.4008 -2.01036,0.8907 l -0.55049,0.8907 7.70352,0.1158 7.70353,0.1158 6.50147,1.6305 6.50146,1.6305 3.46136,1.9441 c 6.71853,3.7736 13.6341,8.5148 15.52214,10.6418 l 1.91053,2.1523 -0.5752,0.5753 -0.57521,0.5752 2.31217,3.4071 2.31217,3.4072 1.22272,5.0969 1.22272,5.0968 -0.49359,3.68 -0.49359,3.68 -3.24811,7.8023 -3.2481,7.8023 -2.46742,2.9323 -2.46742,2.9324 0.96447,0 c 0.53045,0 3.60795,-1.134 6.83889,-2.52 z"
+ id="path4134" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 381.22402,31.6827 c 0.64421,-0.3982 3.67681,-0.9053 6.7391,-1.127 l 5.56781,-0.403 4,-1.8878 c 5.28212,-2.4928 11.26395,-5.9323 15.17789,-8.7271 l 3.17083,-2.2643 1.68,-5.058 1.68,-5.058 -0.0512,-7.8118 -0.0512,-7.8118 -4.05409,-6.2725 -4.05409,-6.2725 -2.24904,-1.4897 c -1.23703,-0.8194 -2.6991,-1.9865 -3.2491,-2.5935 -0.55,-0.607 -2.61305,-2.3073 -4.58455,-3.7784 l -3.58456,-2.6747 -6.41544,-2.626 c -5.81738,-2.3813 -11.65045,-4.0437 -27.91545,-7.9558 -3.025,-0.7276 -6.4,-1.6726 -7.5,-2.1002 l -2,-0.7773 5.57574,5.5266 5.57575,5.5265 1.29558,3.1278 c 0.71256,1.7203 1.58864,3.1278 1.94685,3.1278 1.19523,0 3.96348,6.4386 5.00901,11.6504 l 1.03322,5.1503 -2.11478,6.3496 -2.11477,6.3497 -4.1033,4.6445 c -13.66704,15.4697 -16.48349,18.4267 -20.00334,21.002 l -3.90004,2.8535 1.90004,0.022 c 3.46993,0.041 19.89536,1.2367 20.17655,1.4689 0.15208,0.1256 3.86948,0.315 8.26089,0.4208 l 7.98439,0.1925 1.1713,-0.7239 z"
+ id="path4132" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 262.03093,26.8137 c 3.025,-0.335 9.55,-1.5399 14.5,-2.6776 8.24818,-1.8958 11.31974,-2.9882 21.5,-7.6468 l 3.5,-1.6017 7.38062,-7.4834 7.38062,-7.4835 -0.60169,-7.118 -0.60169,-7.118 -1.4908,-3.568 -1.49081,-3.568 -4.12746,-2.0421 -4.12747,-2.0421 2.13069,-0.3313 2.13069,-0.3312 -3.79135,-3.8917 -3.79135,-3.8917 -4.33291,-1.8583 c -2.38309,-1.0221 -5.13902,-1.8583 -6.12427,-1.8583 -0.98525,0 -3.76044,-0.6959 -6.16709,-1.5464 l -4.37573,-1.5464 -14,-1.8598 -14,-1.8599 -9,0.3064 c -4.95,0.1686 -11.82257,0.6357 -15.27238,1.038 l -6.27237,0.7315 -0.5078,0.8216 -0.5078,0.8216 4.28018,1.0934 c 2.35409,0.6013 7.20517,2.5312 10.78017,4.2886 l 6.5,3.1953 3.95241,3.5081 c 2.17382,1.9294 6.15957,5.758 8.85721,8.508 l 4.9048,5 2.39279,4.9371 2.39279,4.9372 -0.0245,3.5628 c -0.0451,6.5748 -4.0351,20.0629 -5.93493,20.0629 -0.36062,0 -1.44983,1.8 -2.42047,4 l -1.7648,4 -0.92765,0 c -0.51021,0 -0.92765,0.4586 -0.92765,1.019 l 0,1.0191 2.25,-0.4586 c 1.2375,-0.2523 4.725,-0.7328 7.75,-1.0678 z"
+ id="path4130" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 329.76917,21.2094 c 9.08973,-2.7791 13.27575,-4.5159 14.26176,-5.9176 0.275,-0.3909 2.06098,-1.511 3.96885,-2.4891 l 3.46886,-1.7784 5.57864,-5.6112 5.57865,-5.6111 1.32806,-5.6076 1.32806,-5.6077 -0.41226,-6.3923 -0.41227,-6.3924 -1.96329,-2.5 c -1.07982,-1.375 -4.61371,-5.0787 -7.85309,-8.2305 l -5.88979,-5.7304 -5.61021,-2.1129 c -3.08562,-1.162 -8.53521,-2.7116 -12.11021,-3.4435 l -6.5,-1.3306 -19,0.6739 -19,0.674 2.74781,1.5 c 1.51129,0.825 6.53274,3.4569 11.15878,5.8488 l 8.41098,4.3488 6.63616,8.8866 6.63616,8.8867 1.52528,3.6505 1.52528,3.6505 -4.4526,9.114 -4.4526,9.1141 -5.36762,5.5 -5.36763,5.5 -4.75,2.4072 c -2.6125,1.324 -4.75,2.5856 -4.75,2.8035 0,0.218 5.5125,0.087 12.25,-0.2912 l 12.25,-0.6876 9.23824,-2.8245 z"
+ id="path4128" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -335.96906,371.61773 c -1.925,-0.20166 -10.2255,-1.73227 -18.4456,-3.40135 l -14.9456,-3.03469 -5.4517,-2.49367 -5.4517,-2.49366 -4.6913,-0.88967 c -4.5927,-0.871 -12.5296,-3.62086 -14.5141,-5.02866 -0.55,-0.39017 -3.475,-1.50288 -6.5,-2.4727 -3.025,-0.96982 -8.65,-3.23579 -12.5,-5.0355 l -7,-3.27218 -4.8648,-4.34683 c -2.6757,-2.39075 -7.1911,-5.92725 -10.0344,-7.85888 l -5.1696,-3.51206 -0.2498,-10.23794 c -0.1374,-5.63087 -0.069,-10.23794 0.1515,-10.23794 0.2207,0 1.5925,1.8 3.0484,4 1.4559,2.2 2.4187,4 2.1395,4 -0.5272,0 1.5959,2.65298 7.3455,9.17906 l 3.3664,3.82094 1.2461,0 c 0.6854,0 2.9522,1.35581 5.0374,3.01291 l 3.7913,3.01292 0.5068,-0.50679 0.5068,-0.50678 -1.4599,-1.75613 c -0.803,-0.96587 -2.6788,-4.24465 -4.1685,-7.28617 l -2.7086,-5.53003 -1.6011,-7.46997 -1.6011,-7.46996 -0.1409,-11.5 -0.141,-11.5 1.4484,-5 1.4484,-5 7.4618,-7.25 7.4618,-7.25 -6.6495,0 -6.6495,0 -4.8118,1.82836 -4.8118,1.82835 -2.2361,-0.99776 -2.2361,-0.99777 -1.3815,1.91941 c -0.7599,1.05568 -2.0788,2.81941 -2.931,3.91941 l -1.5495,2 -0.032,-4.16111 -0.032,-4.1611 3.0455,-2.5626 3.0454,-2.56259 4.0538,-1.09157 4.0538,-1.09156 13.6507,0.44194 c 7.508,0.24307 11.953,0.24606 9.878,0.007 l -3.7728,-0.43529 0.648,-1.04853 0.6481,-1.04852 -2.136,0.67791 -2.1359,0.67791 -11.2393,-1.23146 c -6.1816,-0.67764 -13.1518,-1.26151 -15.4893,-1.29781 l -4.25,-0.066 0,-2.7733 0,-2.7733 2.5428,0 c 1.3986,0 11.6361,0.90043 22.75,2.00096 l 20.2072,2.00096 6.5,2.37585 c 3.575,1.30672 9.875,3.35386 14,4.5492 17.1558,4.97138 20.806,6.20506 27,9.12514 3.575,1.6854 7.2814,3.48816 8.2364,4.00613 0.9551,0.51797 2.2113,0.94176 2.7917,0.94176 1.6205,0 26.297,11.69363 33.6447,15.94343 1.0049,0.58127 3.8522,1.95112 6.3272,3.0441 5.5365,2.44497 8.255,4.12945 9.2997,5.76247 l 0.7997,1.25 1.4503,0 1.4503,0 0,0.89159 0,0.89159 2.308,0.57927 c 3.2985,0.82788 16.2295,9.62916 22.692,15.44495 8.1785,7.36008 18,17.02233 18,17.70812 0,0.33108 1.9125,2.64173 4.25,5.13479 2.3375,2.49305 6.6125,7.71219 9.5,11.59809 l 5.25,7.06526 0,1.86461 0,1.86461 -2.75,1.21636 c -1.5125,0.669 -3.2,1.7611 -3.75,2.42688 -0.55,0.66578 -3.475,2.11047 -6.5,3.21042 l -5.5,1.99992 -9,1.59591 c -4.95,0.87776 -11.7,2.22836 -15,3.00133 -3.3,0.77297 -8.9766,1.58894 -12.6148,1.81326 -3.6381,0.22431 -7.0131,0.63859 -7.5,0.92062 -0.9985,0.57839 -40.9802,0.65437 -46.3852,0.0881 z"
+ id="path4126" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -314.45586,363.32339 c -0.3472,-0.56177 -1.3228,-1.02139 -2.1679,-1.02139 -1.4966,0 -7.3444,-2.88365 -8.3453,-4.11522 -0.275,-0.33837 -1.4754,-0.91942 -2.6676,-1.29121 -1.1921,-0.3718 -3.3339,-1.59349 -4.7595,-2.71486 l -2.592,-2.03886 0.6641,-1.07443 0.664,-1.07444 -1.0287,0.63578 -1.0287,0.63577 -2.3758,-2.38707 c -3.6692,-3.68663 -4.4659,-4.85708 -7.2607,-10.66741 l -2.6013,-5.40805 -1.3312,-6 -1.3312,-6 0.2767,-5.68995 0.2767,-5.68994 3.0941,-6.61779 3.0941,-6.61779 5.2035,-4.94362 5.2035,-4.94361 3.7564,-1.15887 c 2.0661,-0.63738 3.5642,-1.35112 3.3293,-1.58609 -0.4074,-0.40734 -5.2383,-1.70855 -10.5624,-2.84502 -2.363,-0.50439 -7.6663,-2.60806 -11.1502,-4.42298 -1.7885,-0.93169 -6.2581,-1.79414 -12.2831,-2.3701 l -3.9099,-0.37378 -5.2306,1.48799 -5.2307,1.48798 -3.5752,3.47266 -3.5753,3.47266 -3.1556,6.66912 -3.1557,6.66913 -1.581,7.6271 -1.5811,7.6271 1.6768,7.7267 1.6767,7.7267 2.6844,5.6462 c 1.4764,3.10541 2.613,5.9837 2.5258,6.3962 l -0.1586,0.75 1.25,0.003 1.25,0.003 1.8929,2.82575 1.893,2.82574 3.607,2.34059 c 1.9839,1.28732 5.1994,3.38469 7.1456,4.66083 l 3.5385,2.32024 8.2346,2.46471 c 8.9698,2.6848 23.067,5.39302 30.1884,5.79952 2.475,0.14128 5.77,0.37899 7.3222,0.52826 l 2.8223,0.27139 -0.6313,-1.02139 z"
+ id="path4124" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -291.96906,360.802 c -0.6847,-0.825 -1.7838,-1.5 -2.4424,-1.5 -0.6585,0 -2.7409,-1.39094 -4.6275,-3.09098 l -3.4301,-3.09097 0.2748,-0.98336 0.2747,-0.98335 -1.0197,0.63025 -1.0198,0.63026 -4.3848,-4.64182 -4.3848,-4.64182 -2.657,-5.42619 -2.6569,-5.42619 -0.076,-4.23791 -0.076,-4.23792 1.7835,-5.42105 1.7835,-5.42106 3.7762,-3.7762 3.7762,-3.7762 4.2492,-1.14419 4.2493,-1.1442 5.9007,1.1609 5.9007,1.1609 0.5798,-0.57978 0.5798,-0.57978 -1.927,-1.47931 c -1.0599,-0.81361 -4.402,-2.66944 -7.427,-4.12407 -3.025,-1.45462 -5.725,-2.92178 -6,-3.26036 -0.275,-0.33858 -1.625,-0.68672 -3,-0.77365 -3.1918,-0.20178 -13.9699,-3.08411 -12.0833,-3.23137 l 1.4166,-0.11058 -0.6001,-0.60014 -0.6002,-0.60013 -1.2797,0.79093 -1.2798,0.79093 -6.994,0.32234 -6.9941,0.32233 -3.3061,2.23687 -3.3062,2.23687 -2.4118,3.61565 -2.4119,3.61565 -1.0763,3.99705 -1.0763,3.99705 -0.068,5.3873 -0.068,5.3873 1.6161,6 1.616,6 2.6282,3.80522 c 1.4455,2.09287 4.2373,5.37259 6.2039,7.28826 l 3.5758,3.48304 2.5,0.61814 c 1.375,0.33998 4.975,1.88939 8,3.44313 l 5.5,2.82498 5.9601,1.51862 c 3.278,0.83523 6.9005,1.51861 8.05,1.51861 1.1494,0 2.5174,0.40632 3.0399,0.90294 0.8455,0.80365 3.3333,1.6501 5.8224,1.98106 l 0.8725,0.116 -1.2449,-1.5 z"
+ id="path4122" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -262.46906,359.28385 3,-0.0455 -1.7217,-1.21819 c -0.9469,-0.67001 -3.5133,-2.30782 -5.7031,-3.63959 l -3.9814,-2.42139 0.6076,-0.98312 0.6076,-0.98312 -1.2027,0.74331 -1.2027,0.7433 -3.5285,-3.74136 -3.5286,-3.74136 0.4742,-1.81325 0.4742,-1.81325 -1.1475,0.21582 -1.1474,0.21585 -0.3013,-4.6633 -0.3012,-4.6633 2.3012,-2.18083 2.3013,-2.18084 5.5,0.54762 5.5,0.54763 8,4.00742 8,4.00741 -2.1065,-1.7109 c -6.4334,-5.22521 -9.7925,-7.75582 -10.7825,-8.12314 -0.611,-0.22673 -1.561,-0.95253 -2.111,-1.61289 -1.4733,-1.76896 -18.1037,-8.17984 -25.924,-9.99348 l -6.7767,-1.57163 -6.1391,0.29512 -6.1391,0.29511 -2.3411,4.94005 -2.341,4.94005 0.4317,4.05995 c 0.2374,2.23297 1.1356,5.71123 1.9958,7.72946 l 1.5642,3.66951 2.0169,1.07943 2.0169,1.07943 0.6398,2.01558 0.6397,2.01558 0.9196,-0.56836 0.9196,-0.56835 2.6531,2.65312 2.6532,2.65313 6.1052,2.81542 c 5.5847,2.57536 15.1487,6.0446 20.1053,7.29296 1.1,0.27704 2.9,0.32746 4,0.11203 1.1,-0.21542 3.35,-0.41214 5,-0.43714 z"
+ id="path4120" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -241.43386,352.68699 c 3.123,-2.04632 3.0904,-2.57481 -0.2852,-4.61952 -1.5125,-0.91617 -4.1,-2.85797 -5.75,-4.31512 -3.6305,-3.20613 -16.8007,-9.45035 -19.9325,-9.45035 l -1.6303,0 -0.5756,-1.5 -0.5756,-1.5 -3.393,0 -3.393,0 0,2.5 c 0,1.375 -0.035,2.8375 -0.077,3.25 -0.043,0.4125 0.7184,1.2 1.6908,1.75 0.9725,0.55 3.503,2.85931 5.6235,5.13179 l 3.8553,4.1318 4.2038,1.60138 c 2.3121,0.88075 7.1288,2.23876 10.7038,3.01779 3.575,0.77903 6.6283,1.4616 6.7852,1.51683 0.1568,0.0552 1.3943,-0.62634 2.75,-1.5146 z"
+ id="path4118" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -384.79096,346.25328 c -1.197,-1.11517 -3.1473,-3.92292 -4.3339,-6.23944 l -2.1574,-4.21184 -1.3529,-7 -1.3528,-7 -0.4544,-8.94113 -0.4544,-8.94113 0.8232,-1.05887 c 0.4527,-0.58238 1.0964,-2.50252 1.4304,-4.26699 0.334,-1.76446 2.2601,-6.69102 4.2802,-10.94792 l 3.6728,-7.7398 5.5526,-5.2928 5.5526,-5.29279 3.319,-0.62265 c 1.8254,-0.34245 3.5515,-0.9989 3.8357,-1.45876 l 0.5168,-0.83611 -3.7778,-0.59103 c -2.0778,-0.32507 -5.5639,-1.0704 -7.7469,-1.6563 l -3.969,-1.06527 -10.4264,-0.32049 -10.4263,-0.32048 -0.949,-1.32374 -0.9489,-1.32374 0.563,1.75 0.5629,1.75 -3.2686,0 -3.2686,0 -0.95,0.8792 c -0.5225,0.48356 -2.6406,1.41948 -4.7069,2.07982 l -3.7569,1.20062 -3.0219,4.39218 -3.0219,4.39218 -1.0783,5.778 -1.0784,5.778 0.6149,8.5 c 0.7254,10.02802 1.027,11.76055 3.1713,18.21642 l 1.6234,4.88756 3.9466,4.69801 c 5.1515,6.13219 11.1211,12.19801 12.0045,12.19801 0.3851,0 2.0276,1.11695 3.65,2.48211 1.6224,1.36516 6.4455,4.30158 10.718,6.52538 l 7.7682,4.04326 0.5359,-0.53593 0.5359,-0.53594 -2.1763,-2.0276 z"
+ id="path4116" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -190.44816,329.16338 -0.6845,-2.36138 -5.195,-5 c -2.8572,-2.75 -6.3079,-6.41782 -7.6682,-8.15071 -1.3603,-1.73289 -5.5315,-6.77165 -9.2693,-11.19724 l -6.7961,-8.04653 -1.7039,-0.54683 c -0.9372,-0.30076 -3.7289,-2.38042 -6.2039,-4.62146 -2.475,-2.24105 -6.6347,-5.31802 -9.2437,-6.83771 -2.609,-1.51969 -6.659,-4.40383 -9,-6.40921 -7.3813,-6.3231 -10.5151,-8.69031 -11.5046,-8.69031 -0.5278,0 -2.1736,-1.125 -3.6572,-2.5 -1.4837,-1.375 -3.1233,-2.5 -3.6437,-2.5 -0.5204,0 -3.0847,-1.52309 -5.6985,-3.38465 -2.6138,-1.86156 -6.7773,-4.30387 -9.2523,-5.42736 -2.475,-1.12348 -8.2603,-4.31093 -12.8562,-7.08321 -4.5958,-2.77228 -10.7704,-5.9438 -13.7211,-7.04782 -2.9508,-1.10402 -7.7405,-3.32732 -10.6439,-4.94066 -5.7289,-3.18344 -16.4845,-7.58178 -21.2788,-8.70166 -1.65,-0.38542 -5.1357,-1.76806 -7.7461,-3.07254 -4.5305,-2.26406 -13.3571,-5.52231 -29.7539,-10.98336 l -7.5,-2.49791 -16.5,-3.47965 -16.5,-3.47964 -11.5,-0.50359 c -6.325,-0.27697 -12.9899,-0.73036 -14.811,-1.00752 l -3.3109,-0.50392 0.3109,-2.69326 0.311,-2.69325 1.5,0.33772 c 0.825,0.18575 7.575,0.76521 15,1.28769 l 13.5,0.94996 7.5,1.40422 c 4.125,0.77232 9.525,1.65251 12,1.95599 l 4.5,0.55177 -8.6229,-2.83353 c -4.7425,-1.55844 -10.1425,-3.77272 -12,-4.92063 -1.8574,-1.14791 -6.1705,-3.473 -9.5846,-5.16687 l -6.2074,-3.07977 -6.7926,-6.76084 c -3.7359,-3.71847 -7.805,-7.99386 -9.0425,-9.50088 l -2.25,-2.74004 0,-5.02573 0,-5.02573 3.25,3.33934 c 1.7875,1.83664 4.8072,5.24409 6.7105,7.57212 l 3.4605,4.23278 5.0395,3.76205 c 2.7717,2.06912 6.7079,4.53871 8.747,5.48797 2.0391,0.94926 3.9782,2.16389 4.309,2.69917 l 0.6015,0.97324 1.941,0 1.941,0 0,0.86505 0,0.86504 6.75,2.26063 c 3.7125,1.24335 7.9651,2.87908 9.4503,3.63495 4.6615,2.37246 4.4644,1.52017 -0.7817,-3.37967 -5.6243,-5.25303 -11.4186,-12.42828 -11.4186,-14.1399 0,-0.60836 -0.3634,-1.1061 -0.8075,-1.1061 -0.7605,0 -7.1925,-8.51959 -7.1925,-9.52692 0,-0.25765 -1.575,-2.66074 -3.5,-5.3402 -1.925,-2.67945 -3.5,-5.1951 -3.5,-5.59031 0,-0.39521 -1.6339,-4.39147 -3.6309,-8.88057 l -3.6309,-8.162 -2.4286,-8.95999 c -1.3357,-4.92799 -3.1114,-12.80299 -3.946,-17.5 l -1.5175,-8.54001 0.6504,-6.8812 c 0.3578,-3.7847 1.0213,-7.6097 1.4745,-8.5 0.4533,-0.8904 1.5408,-5.6848 2.4168,-10.6544 l 1.5928,-9.0356 2.436,-6.216 2.436,-6.216 6.402,-9.7484 6.402,-9.7484 8.9217,-9.0297 8.9217,-9.0297 6.9212,-4.4703 c 3.8067,-2.4587 7.1817,-4.4996 7.5,-4.5353 0.3184,-0.036 3.0538,-1.2173 6.0788,-2.6257 5.7316,-2.6685 13.2999,-4.9293 23.5,-7.02 l 6,-1.2297 8,-0.03 8,-0.03 6,1.9065 c 7.0724,2.2473 22.0577,9.4183 25.4242,12.1664 5.7667,4.7073 12.8947,10.8742 16.6092,14.3697 l 4.0335,3.7956 3.2241,5.8809 3.2241,5.8809 -0.5685,-11 -0.5685,-11 -2.4391,-9.6813 c -1.3414,-5.3246 -2.439,-10.392 -2.439,-11.2608 0,-0.8688 -0.8907,-3.4873 -1.9793,-5.8188 -1.0886,-2.3315 -2.1199,-5.1937 -2.2919,-6.3604 l -0.3125,-2.1212 -4.4582,-6.1186 c -2.4519,-3.3652 -4.7956,-6.1231 -5.2081,-6.1287 -0.4125,-0.01 -0.75,-0.4853 -0.75,-1.0659 l 0,-1.0558 -9.8599,-9.8461 -9.86,-9.8462 -3.39,-1.753 c -1.8646,-0.9642 -4.5151,-2.5284 -5.8901,-3.476 -1.375,-0.9475 -6.0252,-4.0278 -10.3338,-6.845 l -7.8338,-5.1222 -2.6662,-0.024 c -1.4664,-0.013 -4.9667,-0.2827 -7.7784,-0.5984 l -5.1121,-0.5742 -7.2197,1.1202 -7.2197,1.1202 -6.1166,2.5744 c -3.3641,1.4159 -8.5687,4.2186 -11.5658,6.2282 -2.9971,2.0096 -8.0211,5.2289 -11.1645,7.1539 -3.1434,1.925 -7.9145,5.2993 -10.6024,7.4984 -2.6878,2.1992 -6.012,4.8777 -7.387,5.9522 -1.375,1.0745 -7.0274,6.5113 -12.5608,12.0818 l -10.0609,10.1282 -4.1891,6.4113 -4.1892,6.4114 0,-2.6277 0,-2.6277 3.9332,-5.864 c 5.4533,-8.1303 17.1807,-20.0321 28.1235,-28.5416 1.8938,-1.4727 5.4683,-4.5227 7.9433,-6.7777 2.475,-2.2551 6.5181,-5.2935 8.9847,-6.7521 2.4666,-1.4586 5.2986,-3.4102 6.2933,-4.3369 0.9948,-0.9268 6.0361,-3.7697 11.2029,-6.3175 l 9.3942,-4.6325 5.0857,-1.0907 5.0858,-1.0907 10.7267,0.3379 10.7267,0.3379 8,3.9018 c 4.4,2.1461 12.2282,6.362 17.3961,9.3687 l 9.3961,5.4668 10.4264,10.1313 10.4264,10.1314 5.6775,8.6219 c 3.1226,4.7421 6.2251,9.4671 6.8943,10.5 l 1.2169,1.8781 -0.062,-14 -0.062,-14 -1.9563,-7 c -1.076,-3.85 -2.4761,-8.35 -3.1114,-10 -1.6735,-4.3463 -11.1826,-18.5071 -14.7173,-21.9167 l -3.0237,-2.9167 0,-1.3333 0,-1.3333 -1.5,0 -1.5,0 0,-2.2955 0,-2.2954 -14.0993,-8.4546 -14.0992,-8.4545 2.5736,-0.314 2.5737,-0.3139 8.2756,4.2674 c 4.5516,2.3472 8.5006,4.5431 8.7756,4.8799 0.275,0.3368 3.081,2.3096 6.2356,4.3841 l 5.7356,3.7718 7.4242,8.1776 7.4242,8.1776 3.673,7.3186 c 2.0201,4.0253 3.8899,7.1017 4.1551,6.8365 0.2652,-0.2653 1.1375,-3.2912 1.9384,-6.7244 l 1.4562,-6.2422 0.045,-4.6095 0.045,-4.6095 -1.1239,-3.5 c -0.6181,-1.925 -1.3328,-4.5196 -1.5882,-5.7656 -0.5095,-2.4858 -7.2532,-13.5341 -8.5867,-14.0678 -0.4581,-0.1833 -0.8329,-0.7458 -0.8329,-1.25 l 0,-0.9166 3.797,0 3.7971,0 3.644,3.75 c 2.0043,2.0625 4.2996,5.0235 5.1009,6.5801 l 1.4568,2.8301 3.2393,-6.5801 3.2394,-6.5801 4.8628,0 4.8627,0 0,1.1653 c 0,0.641 -2.2302,7.7285 -4.9559,15.75 -2.7257,8.0216 -5.2248,16.1597 -5.5535,18.0847 -0.3287,1.925 -0.9865,5.3 -1.4618,7.5 -2.1219,9.8219 -2.9849,16.1492 -4.5011,33 l -1.6195,18 0.1512,19 0.1512,19 0.8133,6 c 0.4473,3.3 1.0981,10.05 1.4462,15 l 0.6329,9 1.8926,8 c 1.041,4.4 2.399,10.3051 3.0177,13.1226 l 1.125,5.1226 5.4309,9.1031 c 2.9869,5.0067 5.4308,9.5858 5.4308,10.1757 0,1.19087 5.4619,12.25509 9.8612,19.97597 0.47,0.825 1.6262,2.97468 2.5692,4.77708 0.9431,1.80239 2.807,4.36943 4.1421,5.70454 l 2.4275,2.42747 0,1.54314 0,1.54314 3.6993,5.25232 c 2.0346,2.88877 5.4153,7.34654 7.5126,9.90616 l 3.8133,4.65385 5.2374,3.30341 c 2.8806,1.81687 7.2624,5.0555 9.7374,7.19696 4.6743,4.04438 5.3821,4.47788 23.5,14.39371 l 11,6.02023 8,3.03347 8,3.03347 11.5,2.71899 c 6.325,1.49545 13.975,3.30733 17,4.02641 8.2154,1.9529 17.735703,3.43115 24.742103,3.84182 l 6.2421,0.36587 1.5722,1.30478 1.5721,1.30477 -0.6048,2.40981 c -0.3326,1.32539 -1.0391,2.93378 -1.5698,3.5742 -0.5308,0.64042 -2.6811,4.5394 -4.7786,8.6644 -4.4732,8.79704 -8.2535,14.94189 -17.280403,28.08921 l -6.6051,9.61999 -0.6295,2.3954 -0.6294,2.3954 -8.0577,8.5 c -4.4318,4.675 -10.6493,11.425 -13.8167,15 -3.1674,3.575 -10.2359,11.01963 -15.7077,16.54361 l -9.9488,10.04361 -3.6123,1.68794 c -1.9867,0.92836 -4.1816,2.37398 -4.8775,3.21249 -0.6959,0.83851 -4.7793,3.98693 -9.0743,6.99649 l -7.809,5.47193 -3.9607,0.63334 -3.9607,0.63335 -0.6846,-2.36138 z"
+ id="path4114" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -178.65106,317.7395 c 0.5186,-1.61563 1.5198,-3.6125 2.2249,-4.4375 l 1.2819,-1.5 0.9224,-5.5 0.9224,-5.5 -0.285,-6 c -0.1568,-3.3 -0.3074,-6.6075 -0.3348,-7.35 l -0.05,-1.35 -3.5101,-3.51012 -3.5102,-3.51012 -6.1988,0.66111 -6.1989,0.66111 -1.271,1.05488 -1.2711,1.05489 -0.051,2.14413 c -0.028,1.17926 -0.3058,4.76596 -0.6169,7.97043 l -0.5657,5.82632 0.6087,3.17368 0.6087,3.17369 3.7383,4.24981 c 2.056,2.33739 5.2974,6.05515 7.2031,8.26169 l 3.4649,4.01189 0.9726,-0.32419 c 0.535,-0.17831 1.397,-1.64607 1.9156,-3.2617 z"
+ id="path4112" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -162.90576,301.552 3.3161,-6.75 0.3138,-2.94316 0.3138,-2.94317 1.2465,-0.79152 1.2465,-0.79152 -1.309,-0.0153 -1.309,-0.0153 0.7674,-1.24173 0.7674,-1.24173 0.1479,-10.70644 0.1478,-10.70643 -1.3562,-0.52045 -1.3563,-0.52045 0,-1.57122 c 0,-1.87836 -3.4584,-8.83998 -6.3027,-12.68714 l -2.0383,-2.75695 -4.9794,-1.65389 -4.9794,-1.65389 -8.6001,0.52199 -8.6001,0.52198 -5,1.71147 -5,1.71146 -3.5291,3.74368 -3.5291,3.74368 -3.3889,6.35816 -3.3889,6.35816 1.1183,6.5283 1.1182,6.52829 1.0498,0.34991 1.0497,0.34991 0,1.84523 0,1.84524 1.4277,1.42773 1.4277,1.42773 0.699,3.8937 0.6989,3.8937 1.6122,1.84262 c 0.8866,1.01345 2.4051,2.26704 3.3744,2.78577 l 1.7623,0.94314 -0.1657,-6.28576 -0.1656,-6.28577 1.6286,-3.13088 1.6287,-3.13089 3.0305,-2.55001 c 1.6668,-1.40251 3.9668,-2.8472 5.1112,-3.21043 l 2.0808,-0.6604 0.5561,0.55612 0.5562,0.55612 1.6595,-0.88816 1.6595,-0.88815 4.771,1.01754 4.7709,1.01754 2.941,4.05992 2.941,4.05992 1.1722,4.09588 c 0.6447,2.25273 1.0815,4.62445 0.9705,5.27047 l -0.2017,1.1746 1.0266,0.63442 1.0265,0.63442 0,5.94099 c 0,3.26754 0.1681,5.94098 0.3737,5.94098 0.2055,0 1.8658,-3.0375 3.6896,-6.75 z"
+ id="path4110" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -144.16806,275.0629 c 1.2095,-2.60651 2.199,-5.19401 2.199,-5.75 0,-0.556 0.375,-1.0109 0.8333,-1.0109 0.4584,0 0.8831,-0.5625 0.9439,-1.25 0.061,-0.6875 0.4183,-5.85957 0.7945,-11.49349 l 0.684,-10.2435 -1.0017,-1.2565 -1.0017,-1.25651 -0.723,-4.98683 -0.7229,-4.98682 -1.3487,-2.60803 -1.3486,-2.60803 -5.555,-4.89695 -5.5549,-4.89695 -6.7496,-2.31054 -6.7496,-2.31054 -10.5,-0.56979 -10.5,-0.56979 -9.5,3.11968 -9.5,3.11967 -6.7553,4.61244 -6.7553,4.61243 -1.5691,3.64003 c -0.863,2.00201 -2.6607,6.01249 -3.9947,8.91217 l -2.4256,5.27216 0,5.34449 0,5.34449 2.1256,5.11475 2.1256,5.11475 0.7514,-0.4644 c 0.4133,-0.25541 1.2883,-2.60954 1.9446,-5.23139 l 1.1931,-4.767 6.1716,-5.77782 6.1716,-5.77783 4.0598,-1.9653 c 4.6213,-2.23716 11.4249,-3.85764 19.5168,-4.64853 l 5.5602,-0.54344 6.2938,1.61241 6.2938,1.6124 2.9237,2.08183 2.9236,2.08182 2.4881,4.9099 c 2.0905,4.12542 6.8526,15.91974 7.8388,19.41456 0.1552,0.55 0.8922,4.46772 1.6377,8.70605 l 1.3554,7.70606 1.6135,-2.70606 c 0.8874,-1.48833 2.6029,-4.83865 3.8123,-7.44515 z"
+ id="path4108" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -235.64606,263.2476 -1.5238,-3.05441 0.3659,-8.19559 0.3659,-8.1956 1.7345,-3.40364 c 0.954,-1.872 1.7345,-4.31203 1.7345,-5.42228 l 0,-2.01865 7.9238,-7.64149 7.9238,-7.64148 3.8262,-1.58324 c 2.1044,-0.87078 7.9171,-3.23622 12.917,-5.25652 l 9.0909,-3.67329 7.1464,0.0226 c 8.7929,0.0278 12.5145,0.66012 22.442,3.81313 l 7.7701,2.4678 3.2299,2.66853 c 1.7764,1.4677 4.052,3.68347 5.0567,4.92394 1.0048,1.24046 2.3696,2.81546 3.0329,3.5 0.6634,0.68453 2.2089,2.67124 3.4345,4.41491 l 2.2285,3.17031 1.6405,5.07969 1.6406,5.07969 0.829,0 0.8289,0 -0.5859,-4.75 c -1.155,-9.36292 -5.2493,-20.32205 -9.5569,-25.5809 -2.6636,-3.25173 -13.2954,-13.82521 -19.6307,-19.52297 l -4.3118,-3.87789 -6.6882,-2.61773 -6.6882,-2.61773 -8.5,-1.15045 c -12.2722,-1.661 -11.9315,-1.65492 -17.9681,-0.32103 -6.9363,1.53269 -11.3458,3.02881 -16.8597,5.7205 l -4.3278,2.11266 -5.4816,6.05277 -5.4816,6.05277 -4.6565,9.37014 -4.6565,9.37015 0.012,10.62985 0.012,10.62986 2.1132,5.54545 c 2.8715,7.53522 6.2104,13.99731 8.6311,16.70455 2.6535,2.96755 2.8059,2.84323 0.9862,-0.8044 z"
+ id="path4106" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -245.96906,261.36102 c 0,-0.51754 -0.3919,-1.18318 -0.8709,-1.47919 -0.4789,-0.29602 -1.2001,-2.01008 -1.6027,-3.80902 -0.4025,-1.79895 -1.126,-5.07081 -1.6076,-7.27081 -0.4817,-2.2 -1.1517,-8.08791 -1.489,-13.08424 l -0.6132,-9.08423 2.2028,-7.39667 c 3.3927,-11.39197 8.5937,-20.5373 16.6059,-29.19933 l 3.4821,-3.76446 6.76,-3.40429 c 3.718,-1.87235 9.2063,-4.15203 12.1963,-5.06596 2.9899,-0.91392 6.4488,-2.06583 7.6863,-2.55981 l 2.25,-0.89813 0,-1.02144 0,-1.02144 -1.941,0 -1.941,0 -0.687,-1.11164 c -0.3779,-0.61141 -2.9919,-2.12532 -5.809,-3.36424 l -5.122,-2.25259 -6,-0.70595 c -3.3,-0.38827 -7.6347,-1.17976 -9.6326,-1.75887 l -3.6326,-1.05292 -6.8674,1.17681 -6.8674,1.1768 -7,3.51356 -7,3.51355 -4.3323,4.18275 c -2.3827,2.3005 -5.735,5.93582 -7.4495,8.07848 l -3.1171,3.89575 -0.1066,13.10425 -0.1066,13.10426 0.8319,5.32626 0.8318,5.32625 3.4202,6.79158 3.4202,6.79158 3.6078,3.38217 c 1.9842,1.86019 4.9294,5.51966 6.5447,8.13216 1.6154,2.6125 3.3121,4.75 3.7705,4.75 0.4584,0 2.6001,1.79243 4.7592,3.98317 3.9322,3.98963 5.4258,4.83637 5.4258,3.07585 z"
+ id="path4104" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -121.69616,228.302 -0.2272,-15.5 -1.1668,-4.5742 -1.1669,-4.5742 -4.106,-1.1588 c -2.2583,-0.63733 -7.481,-1.89533 -11.606,-2.79554 -4.125,-0.90021 -8.2875,-2.04869 -9.25,-2.55218 l -1.75,-0.91545 0.01,0.78519 c 0,0.43185 1.6373,1.89581 3.6301,3.25324 l 3.6233,2.46806 2.5028,3.78194 c 1.3765,2.08007 2.846,3.78194 3.2656,3.78194 0.4196,0 2.1303,2.1375 3.8015,4.75 l 3.0387,4.75 2.0308,7.35436 c 1.1169,4.0449 1.9931,7.6449 1.9471,8 -0.046,0.3551 0,4.92064 0.094,10.14564 l 0.178,9.5 2.6905,-5.5 2.6905,-5.5 -0.2272,-15.5 z"
+ id="path4102" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -107.54286,240.72872 c 1.6094,-1.98258 3.9218,-5.47714 5.1386,-7.7657 l 2.2123,-4.16102 -0.1385,-5.75067 -0.1386,-5.75068 0.872403,6.8e-4 0.8725,6.7e-4 -0.9846,-1.25 c -0.541503,-0.6875 -1.267703,-2.43786 -1.613803,-3.8897 l -0.6293,-2.6397 -1.7586,-0.67654 c -2.5338,-0.97476 -14.6768,-3.4592 -15.0556,-3.08037 -0.1758,0.17576 0.9194,3.18083 2.4337,6.67794 l 2.7533,6.35837 0.2875,11.6697 0.2875,11.66969 -1.4825,3.54819 c -2.7601,6.60593 -2.0123,6.07165 6.9437,-4.96086 z"
+ id="path4100" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -284.60906,226.30065 -1.4759,-5.49865 -0.1921,-13 -0.192,-13 1.4637,-3.5 c 3.0317,-7.24957 13.8234,-20.30619 20.7759,-25.13639 l 4.2397,-2.94544 6.7603,-2.57373 6.7604,-2.57372 11.75,0.6062 c 6.4625,0.33341 11.75,0.40063 11.75,0.14938 0,-0.62621 -12.8001,-8.93297 -17.7026,-11.48832 l -3.9868,-2.07801 -6.4053,-0.91531 c -3.5229,-0.50341 -8.6553,-1.49192 -11.4053,-2.19667 l -5,-1.28138 -7,-0.0248 -7,-0.0248 -3.7148,2.62283 c -3.6375,2.56843 -8.7852,8.01475 -8.7852,9.29501 0,0.35537 -0.8758,1.86541 -1.9462,3.35564 l -1.9462,2.70951 -2.1614,6.5 -2.1614,6.5 0.1204,7.5 0.1203,7.5 1.0929,6 c 0.6011,3.3 2.1703,9.3137 3.4872,13.36377 1.3169,4.05007 2.3944,7.74004 2.3944,8.19992 0,1.80478 10.8536,18.13275 11.668,17.55318 0.092,-0.0658 -0.4962,-2.59396 -1.308,-5.61822 z"
+ id="path4098" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -298.32856,226.052 c -1.3538,-1.7875 -3.7901,-6.175 -5.4142,-9.75 l -2.9529,-6.5 -1.6863,-6.76186 -1.6864,-6.76185 -0.5171,-8.55054 -0.517,-8.55054 1.694,-8.6876 1.694,-8.68761 2.5943,-5.3713 2.5944,-5.3713 6.8337,-6.237 6.8337,-6.23701 3.9988,-1.19806 3.9988,-1.19806 8.6958,-0.29534 8.6959,-0.29535 10.5655,1.22332 10.5656,1.22332 4.8042,2.12512 4.8042,2.12513 -1.1423,-1.37635 c -0.6283,-0.75699 -3.0446,-2.65701 -5.3697,-4.22227 -2.3252,-1.56525 -6.0275,-4.66771 -8.2275,-6.89435 -5.1978,-5.26067 -13.6272,-11.21157 -20.0398,-14.14732 l -5.1024,-2.33596 -5.4289,-0.51619 c -2.9859,-0.28391 -7.9502,-1.01022 -11.0318,-1.61403 l -5.6029,-1.09784 -4.079,2.57495 -4.079,2.57496 -5.864,7.78046 -5.864,7.78047 -2.7041,6.12505 c -1.4873,3.36877 -2.7041,6.76627 -2.7041,7.55 0,0.78372 -0.3791,1.85245 -0.8424,2.37495 -0.4633,0.5225 -1.6336,5.45 -2.6007,10.95 l -1.7584,10 0.5795,9 c 0.7863,12.21323 1.1077,14.51187 2.5163,18 1.623,4.01897 8.2301,16.87174 8.9961,17.5 0.3353,0.275 2.1313,2.525 3.9912,5 1.8598,2.475 5.0098,6.14305 7,8.15122 l 3.6184,3.65121 1.3009,0.0988 1.3009,0.0988 -2.4613,-3.25 z"
+ id="path4096" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -312.31406,224.47326 c -0.9103,-1.00581 -1.655,-2.13542 -1.655,-2.51026 0,-0.37483 -1.575,-2.92228 -3.5,-5.661 -1.925,-2.73872 -3.5,-5.379 -3.5,-5.8673 0,-0.4883 -0.6156,-1.39868 -1.3679,-2.02308 l -1.3679,-1.13526 -1.6995,-6.99236 c -2.0984,-8.63329 -2.4963,-12.53223 -2.7031,-26.482 l -0.1631,-11 0.7264,-4.5 c 0.932,-5.77309 5.2612,-20.1918 7.8065,-26 l 1.972,-4.5 5.3404,-7.03608 5.3403,-7.03608 3.808,-3.05947 c 2.0943,-1.68271 5.3829,-3.90256 7.3079,-4.93299 l 3.5,-1.87352 8.5943,0.0136 8.5943,0.0136 6.1557,1.8638 6.1557,1.8638 0,0.84168 0,0.84167 1.8042,0 1.8042,0 4.7705,3.02533 4.7704,3.02533 -0.7439,-1.27533 c -0.4091,-0.70143 -2.6927,-3.86786 -5.0746,-7.0365 l -4.3308,-5.76117 0,-1.64447 0,-1.6444 -2.7297,-3.5788 c -1.5013,-1.9683 -5.9192,-6.7786 -9.8175,-10.6897 l -7.0879,-7.1109 -8.5866,-5.6547 c -4.7226,-3.1101 -8.8675,-5.6547 -9.2109,-5.6547 -0.3434,0 -3.874,-1.5118 -7.8459,-3.3594 -3.9718,-1.8477 -9.3,-3.9147 -11.8404,-4.5933 l -4.6189,-1.2338 -7.2009,3.0255 -7.2009,3.0255 -5.4473,4.2025 c -2.996,2.3114 -7.8168,6.762 -10.713,9.8902 l -5.2657,5.6876 -3.6312,6.9276 -3.6312,6.9276 -2.0227,6.5 -2.0227,6.5 -1.0773,8.57544 -1.0773,8.57545 -0.034,10.92455 -0.034,10.92456 1.0465,7.26722 c 0.5755,3.99697 1.4716,9.15946 1.9912,11.4722 l 0.9448,4.20497 1.5564,1.13805 c 0.856,0.62592 1.5593,1.53844 1.5628,2.0278 0.01,0.79859 3.0115,6.69983 9.0264,17.72128 l 2.091,3.83152 5.1881,5.01778 c 5.3114,5.13702 14.887,12.81918 15.9788,12.81918 0.6947,0 9.949,6.06977 10.7093,7.02409 0.9477,1.18962 8.4662,5.97591 9.3871,5.97591 l 0.9229,0 -1.655,-1.82874 z"
+ id="path4094" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -342.56646,213.09859 c -3.3222,-2.55399 -8.0419,-7.42442 -13.0743,-13.49188 l -3.4796,-4.19529 -3.4955,-6.80471 c -6.3812,-12.42201 -10.0521,-25.05011 -10.899,-37.49301 -0.637,-9.35913 -0.5628,-32.93735 0.1128,-35.8117 0.3232,-1.375 1.1868,-5.425 1.9191,-9 1.6151,-7.8845 4.5002,-15.3625 9.1014,-23.5901 l 3.4527,-6.174 4.0838,-4.6395 c 5.3043,-6.0259 13.7374,-12.4671 21.876,-16.7088 l 6.5,-3.3876 12.0217,0 12.0218,0 6.654,3.2761 c 8.3542,4.1132 15.5356,8.9809 23.5962,15.994 3.4616,3.0117 6.4907,5.2788 6.7315,5.038 0.2407,-0.2407 -0.4847,-2.8836 -1.612,-5.8729 -1.1274,-2.9894 -2.1591,-5.8852 -2.2926,-6.4352 -0.8848,-3.644 -2.0952,-6.8461 -4.9141,-13 -1.7636,-3.85 -3.4836,-7.225 -3.8222,-7.5 -0.3386,-0.275 -1.5327,-2.3 -2.6536,-4.5 l -2.038,-4 -5.8464,-5.6856 c -8.8788,-8.6347 -21.6425,-17.6493 -32.4697,-22.9324 l -5.6235,-2.744 -9.3765,-1.0324 -9.3766,-1.0325 -4,0.8758 c -2.2,0.4816 -6.5543,1.1582 -9.6763,1.5035 l -5.6763,0.6278 -5.9965,2.4366 c -8.5498,3.4741 -18.5922,9.2319 -22.7638,13.0516 -0.6417,0.5876 -2.4539,2.1725 -4.027,3.5219 -8.0041,6.866 -21.7987,25.2841 -26.1463,34.9097 -3.8049,8.4238 -8.0629,30.4714 -8.3323,43.14375 l -0.1138,5.35625 1.1812,4.5 c 0.6497,2.475 2.0456,6.8625 3.1021,9.75 l 1.9209,5.25 -0.7359,0.0153 c -0.4048,0.008 -0.2278,0.34592 0.3933,0.75 0.6211,0.40408 4.2017,7.25969 7.9568,15.23469 l 6.8276,14.5 2.5431,3.11553 c 1.3988,1.71355 4.1182,5.2376 6.0432,7.83124 4.2692,5.75207 4.3476,5.83497 16.3533,17.29144 5.3246,5.08102 10.6858,9.86309 11.9139,10.62683 1.228,0.76374 6.2828,3.99672 11.2328,7.18442 15.1468,9.75422 29.264,16.67492 20.9026,10.24713 z"
+ id="path4092" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -72.469057,167.53883 c -2.75,-0.15119 -9.05,-0.75869 -14,-1.35 -4.95,-0.5913 -10.2378,-1.21294 -11.7508,-1.3814 -4.512403,-0.50247 -12.913703,-2.57114 -18.249203,-4.49351 -4.8126,-1.73396 -21.9354,-9.86716 -25.9417,-12.32211 -4.5722,-2.80166 -14.2881,-9.51016 -17.0259,-11.75573 -4.4884,-3.6814 -15.2837,-14.95515 -18.3323,-19.14476 -1.4851,-2.04087 -5.3452,-7.36615 -8.5782,-11.83395 l -5.878,-8.12327 -3.2528,-7.6661 c -1.789,-4.2163 -3.9364,-9.016 -4.772,-10.666 -4.4801,-8.8469 -10.3489,-25.5879 -11.0427,-31.5 -0.2259,-1.925 -1.3787,-6.2 -2.5618,-9.5 -1.9616,-5.4716 -5.6923,-21.6258 -6.6975,-29 -0.2249,-1.65 -0.4103,-8.4 -0.4121,-15 l 0,-12 2.076,-14.5 c 1.1419,-7.975 2.2956,-16.975 2.5638,-20 0.2683,-3.025 1.1095,-7.75 1.8694,-10.5 0.7599,-2.75 1.8236,-7.7675 2.3637,-11.15 l 0.9819,-6.1499 1.9022,-3.8501 c 4.7156,-9.5452 10.4806,-19.9573 11.947,-21.5776 l 1.604,-1.7724 6.845,0 6.845,0 0,0.8604 c 0,0.4733 -1.0636,2.4278 -2.3635,4.3433 l -2.3635,3.4828 -0.7419,3.4068 c -0.408,1.8737 -0.9098,8.1317 -1.1151,13.9067 l -0.3732,10.5 0.9105,5.5 c 0.5008,3.025 1.1796,7.9522 1.5086,10.9493 0.5962,5.4321 2.7082,14.0465 4.7413,19.3389 l 1.0711,2.7882 1.8529,0.9917 1.8529,0.9916 -0.2401,0.8541 c -0.132,0.4697 1.946,3.8484 4.6177,7.5082 l 4.8577,6.6541 10.4339,10.2709 10.434,10.271 3.2083,1.8573 c 1.7646,1.0216 7.5769,4.5951 12.9162,7.9411 5.3393,3.346 13.1536,8.1086 17.3651,10.5836 4.2114,2.475 9.2929,5.5108 11.2922,6.7462 l 3.634903,2.2462 13,4.0931 c 20.6146,6.4906 21.4548,6.6989 32.2427,7.9933 l 10.2427,1.2289 9.2573,-2.3059 9.2573,-2.3059 9.5,-4.4982 c 9.6336999,-4.5615 16.0903999,-8.5208 20.3873099,-12.5015 1.30391,-1.2079 4.52783,-3.7709 7.1642701,-5.6955 5.19575,-3.7929 12.79708,-10.9854 12.21985,-11.5626 -0.19647,-0.1965 -3.86656,0.7572 -8.15574,2.1193 l -7.7985101,2.4764 -9.65858004,1.0269 -9.65859986,1.0269 -6,-0.6268 c -7.5579,-0.7895 -13.9721,-2.5992 -23.5,-6.6303 l -7.5,-3.1732 -10,-6.4978 c -5.5,-3.5737 -10.225,-6.7591 -10.5,-7.0786 -0.6338,-0.7363 -4.0375,-2.8815 -6,-3.7816 -0.825,-0.3783 -3.075,-2.3061 -5,-4.284 -1.925,-1.9778 -4.4298,-4.2529 -5.5662,-5.0557 -2.8685,-2.0264 -17.588203,-20.4908 -20.694803,-25.9596 -1.4059,-2.475 -3.2678,-6.6397 -4.1374,-9.2549 l -1.5812,-4.7549 -1.1204,-8.7451 c -1.4826,-11.5718 -1.6568,-17.7558 -0.66,-23.4185 0.4525,-2.5704 0.9421,-6.6204 1.0881,-9 l 0.2654,-4.3266 5.4532,-0.2551 5.4533,-0.255 -1.8711,1.4538 -1.8711,1.4539 -1.802,8.8012 -1.802,8.8012 0.3013,7 c 0.3405,7.9119 1.3242,15.0399 2.484,18 0.431,1.1 1.5674,3.8 2.5253,6 0.9579,2.2 1.6104,4 1.45,4 -0.4367,0 5.212703,9.6707 7.122703,12.1927 0.9133,1.206 4.3161,5.1798 7.5617,8.8307 l 5.9012,6.638 7.98,5.6693 c 8.7314,6.2031 8.3228,5.9411 18.161,11.6483 8.3554,4.8471 21.7589,10.2693 28.5854,11.5639 6.6693,1.2648 15.2511,1.2102 24.0819999,-0.1533 l 7.19159,-1.1103 2.57144,-1.323 c 1.41429,-0.7277 6.7015801,-2.7297 11.7495301,-4.449 l 9.17809,-3.1259 1.15498,0.7138 1.15498,0.7138 -0.60291,-0.9755 -0.6029,-0.9755 5.19839,-1.8421 c 2.85912,-1.0132 6.27159,-2.6687 7.58326,-3.679 l 2.38486,-1.8369 1.80612,0 1.80613,0 0.61803,-1 0.61803,-1 -5.30901,-0.045 c -7.72025,-0.065 -15.88357,-0.9178 -19.20824,-2.0061 -1.59458,-0.522 -3.98615,-0.9491 -5.31462,-0.9491 l -2.4154,0 -5.18538,-2.0642 c -21.2511701,-8.4601 -38.84177,-20.7772 -49.18537,-34.4402 -3.9565,-5.2263 -8.5,-12.3644 -8.5,-13.3542 0,-0.4341 -1.5738,-4.4207 -3.4972,-8.8592 l -3.4972,-8.0701 -0.9855,-9.356 c -0.542,-5.1459 -0.9933,-10.1436 -1.0028,-11.1061 l -0.017,-1.75 3.3293,0 3.3293,0 -0.1124,4.75 c -0.062,2.6125 0.2056,6.325 0.5942,8.25 0.3885,1.925 0.9679,5.2152 1.2874,7.3116 1.1809,7.7485 7.881,22.692 12.3222,27.4829 0.6875,0.7416 1.25,1.6724 1.25,2.0685 0,1.2125 11.1935,11.9945 16.6054,15.995 2.808,2.0756 8.5865999,5.5172 12.8414999,7.648 l 7.73603,3.8743 4.00732,-0.2365 4.0073301,-0.2364 -0.43062,1.2918 -0.43062,1.2919 4.58184,1.2103 4.58184,1.2104 9.364,0.044 9.36399,0.044 10.63601,-2.5704 c 12.86648,-3.1094 24.46994,-6.9238 28.94316,-9.5144 1.81894,-1.0534 3.96254,-1.9152 4.76357,-1.9152 2.02777,0 5.25782,-1.9549 9.27368,-5.6126 l 3.41734,-3.1125 -12.88087,-0.5585 -12.88088,-0.5584 -4.5,-1.4601 c -4.673,-1.5162 -11.53052,-5.1962 -13.82143,-7.4169 -0.72678,-0.7046 -1.70714,-1.281 -2.17857,-1.281 -0.47143,0 -1.47379,-0.6167 -2.22747,-1.3704 -0.75368,-0.7536 -2.69832,-2.0583 -4.32143,-2.8993 -3.40672,-1.7651 -8.4511,-6.2357 -8.4511,-7.4898 0,-0.9864 -4.67038,-6.8785 -7.25,-9.1464 -0.9625,-0.8463 -1.75,-1.873 -1.75,-2.2816 0,-0.4087 -1.31724,-2.8201 -2.9272,-5.3588 l -2.92719,-4.6157 -2.07281,-6.8243 c -1.14004,-3.7533 -2.0728,-7.0918 -2.0728,-7.419 l 0,-0.5947 5.75,-10e-4 5.75,-0.001 -0.34145,5.4823 -0.34144,5.4823 5.20785,10.4006 c 4.88763,9.7611 8.79887,15.6375 10.40811,15.6375 0.38521,0 2.15762,1.1115 3.93871,2.47 3.93731,3.0031 11.38467,6.3709 18.12307,8.1954 l 5.00515,1.3553 12,0.5821 12,0.5821 7.999997,-1.6485 c 4.4,-0.9067 11.15,-2.4749 15,-3.4849 8.32207,-2.1832 26.75629,-9.1285 26.06462,-9.8202 -0.26694,-0.2669 -2.19068,-0.8303 -4.27498,-1.2519 -2.0843,-0.4216 -7.23388,-1.6612 -11.44352,-2.7548 l -7.65387,-1.9883 -4.59979,-2.2972 c -2.52988,-1.2635 -5.38564,-3.0178 -6.34612,-3.8984 -0.96049,-0.8807 -3.53971,-2.9376 -5.73161,-4.5709 -5.001507,-3.7271 -8.235207,-7.4459 -11.847267,-13.6245 l -2.83255,-4.8453 3.39841,0 3.3984,0 2.11478,3.75 c 1.16313,2.0625 3.771457,5.6805 5.796287,8.04 l 3.68151,4.29 4.8546,2.46 4.85461,2.46 2.06843,0 2.06843,0 2.28571,1.4977 2.28571,1.4976 4.61446,0.4326 4.61445,0.4325 2.13725,1.1439 2.13725,1.1438 16.1774,-0.2616 16.1774,-0.2616 8.66743,-1.7175 c 4.76708,-0.9446 11.06708,-2.4097 14,-3.2558 2.93291,-0.8462 6.55305,-1.6969 8.04476,-1.8905 1.4917,-0.1937 3.00018,-0.6401 3.35218,-0.9921 l 0.64,-0.64 -3.85219,-0.7064 c -2.1187,-0.3886 -6.10218,-1.7148 -8.85218,-2.9472 l -5,-2.2407 -5.75,-5.1973 c -3.1625,-2.8586 -5.75,-5.6114 -5.75,-6.1174 l 0,-0.92 3.25,0.01 3.25,0 3,2.7454 c 5.11655,4.6823 15.03209,8.2257 29.91229,10.6896 l 2.91229,0.4822 8.08771,-1.5043 c 4.44824,-0.8274 11.46271,-2.3548 15.58771,-3.3942 4.125,-1.0394 10.2,-2.2072 13.5,-2.5951 3.3,-0.3879 6.88418,-1.0271 7.96484,-1.4206 l 1.96483,-0.7153 -3.71483,-1.226 -3.71484,-1.226 0,-1.0515 0,-1.0514 22.75,0.622 c 12.5125,0.3421 23.2,0.6368 23.75,0.6549 0.55,0.018 4.35044,-0.2706 8.44541,-0.6414 l 7.44542,-0.6743 13.55458,1.6972 c 7.45503,0.9335 15.24209,2.0627 17.30459,2.5095 4.1792,0.9052 4.50486,0.5816 2.09501,-2.0812 l -1.65499,-1.8288 6.52904,0 6.52903,0 4.37596,2.43 c 2.40677,1.3365 6.85095,3.382 9.87595,4.5455 3.025,1.1635 6.89269,2.758 8.59487,3.5433 l 3.09488,1.4279 9.90512,1.5542 c 5.44782,0.8548 11.15706,2.0524 12.68719,2.6613 l 2.78207,1.1071 0.61106,-0.6111 0.61107,-0.6111 -1.89313,-0.7075 c -2.22908,-0.833 -14.05083,-10.1259 -16.79812,-13.2047 l -1.90499,-2.1349 3.46643,0 3.46643,0 2.14675,2 c 1.18071,1.1 2.54557,2 3.03302,2 0.48745,0 2.07224,1.0125 3.52177,2.25 l 2.63549,2.25 4.77005,1.8528 c 6.33788,2.4617 12.33785,5.1536 20.52004,9.2064 3.7125,1.8389 6.75,3.0574 6.75,2.7078 0,-0.3495 -0.9273,-2.5511 -2.06068,-4.8923 l -2.06068,-4.2568 -0.37876,-6.5589 -0.37876,-6.559 1.87205,0 1.87205,0 0.56417,1.7776 c 0.31029,0.9776 1.24823,4.4038 2.08431,7.6137 l 1.52015,5.8363 2.63821,3.6702 2.63821,3.6703 5.09486,3.4361 c 2.80218,1.89 6.6599,4.6872 8.57271,6.2161 l 3.47785,2.7798 1.82046,0 c 1.95936,0 5.80719,1.775 15.13478,6.9816 l 5.91092,3.2995 -0.78586,-1.8906 c -0.43222,-1.0398 -1.65473,-4.5905 -2.71668,-7.8905 l -1.93082,-6 -0.45211,-6 -0.45211,-6 3.76463,-8.5 3.76463,-8.5 2.37743,-0.3372 2.37743,-0.3371 -2.63419,4.7131 c -1.44881,2.5922 -2.6342,5.4664 -2.6342,6.3871 0,0.9207 -0.50115,2.1752 -1.11366,2.7877 l -1.11366,1.1137 0.41779,7.3363 0.41778,7.3363 2.23444,4.5 c 1.22894,2.475 3.241,6.381 4.47125,8.68 l 2.23682,4.1799 12.1456,12.5701 12.1456,12.57 1.19565,0 1.19565,0 -0.71132,-2.25 c -0.39123,-1.2375 -1.59309,-5.85 -2.6708,-10.25 l -1.95948,-8 -0.0543,-8.503 -0.0543,-8.503 2.52819,-6.222 2.5282,-6.2219 4.83023,-7.275 c 6.1303,-9.2332 6.93407,-10.0778 12.04038,-12.6523 l 4.21026,-2.1228 4.28987,0.01 4.2898,0.01 -7.49999,3.8994 -7.5,3.8993 -3.70143,4.8419 -3.70143,4.8419 -2.74914,8.5 -2.74915,8.5 0.1519,9.8139 0.1519,9.8139 5.27228,11.6861 c 5.07191,11.242 8.76373,18.0546 9.83228,18.1438 0.27896,0.023 0.35,-1.9343 0.15786,-4.3502 l -0.34935,-4.3924 1.68683,-7.8576 1.68682,-7.8575 4.50232,-9.4037 4.5024,-9.4036 4.213,-4.1534 4.2131,-4.1534 6.215,-2.3243 6.215,-2.3242 5.3075,0.048 5.3075,0.048 4.2535,1.1453 4.2534,1.1453 6.9913,4.4813 6.9913,4.4813 -0.6918,-5.793 -0.6918,-5.793 -1.8925,-5.5 -1.8924,-5.5 -4.7431,-4.6006 c -4.31,-4.1805 -11.4143,-9.3441 -15.2431,-11.0791 l -1.5,-0.6797 7.5542,-0.07 7.5542,-0.07 4.4458,2.8292 c 2.4452,1.556 5.0634,3.581 5.8182,4.5 l 1.3725,1.6708 1.3775,0 1.3776,0 0.1555,-2.25 c 0.086,-1.2375 0.064,-3.291 -0.048,-4.5633 l -0.2033,-2.3132 3.7398,0.3132 3.7399,0.3133 0.1869,4 c 0.1029,2.2 0.4994,11.4088 0.8812,20.464 0.3818,9.0552 0.8684,16.7459 1.0813,17.0904 0.2129,0.3444 0.6446,4.6356 0.9593,9.5359 l 0.5722,8.9097 1.9032,9 c 1.0468,4.95 2.1969,11.2184 2.5557,13.9298 0.3589,2.7115 1.9628,8.9395 3.5642,13.8402 1.6015,4.9007 2.9118,9.5508 2.9118,10.3337 0,0.7829 0.4382,2.2048 0.9737,3.1598 0.5355,0.9551 1.6323,3.9865 2.4372,6.7365 0.8049,2.75 3.4538,9.95 5.8863,16 2.4326,6.05 4.7823,11.9 5.2216,13 0.4393,1.1 0.7273,2.3375 0.64,2.75 -0.087,0.4125 0.2429,0.75 0.7338,0.75 l 0.8927,0 4.3573,8.5671 4.3574,8.5671 3.5,2.666 c 1.925,1.4664 4.5942,3.9608 5.9316,5.5431 1.3373,1.5823 2.9418,3.3899 3.5654,4.0168 0.6236,0.6269 2.418,3.3899 3.9876,6.1399 1.5696,2.75 3.4932,5.7552 4.2747,6.6783 l 1.421,1.6783 -0.5767,1.8217 -0.5766,1.8217 4.414,4.6694 4.4139,4.6695 -0.5272,2.01577 c -0.2899,1.10868 -1.2697,2.64687 -2.1774,3.4182 l -1.6503,1.40242 -6.5,1.63311 c -3.575,0.89821 -9.3413,2.16049 -12.8141,2.80506 l -6.3141,1.17196 -12.3129,-0.53176 -12.313,-0.53176 -10.8729,-5.26142 c -13.1578,-6.36708 -18.0621,-9.63048 -25.4011,-16.90278 -3.0847,-3.0568 -7.6284,-7.2749 -10.0971,-9.3736 l -4.4885,-3.8159 -2.0674,-4.1841 c -1.137,-2.3013 -3.7215,-7.7841 -5.7432,-12.1841 -2.0218,-4.4 -4.1105,-8.675 -4.6416,-9.5 -0.5311,-0.825 -3.6911,-6.9 -7.0222,-13.5 l -6.0566,-12 -6.993,-10 c -3.84609,-5.5 -7.42727,-11.078 -7.95813,-12.3954 -1.00849,-2.5028 -12.27326,-17.3088 -16.79013,-22.0683 -1.43772,-1.515 -4.91208,-5.2164 -7.72082,-8.2253 -7.74357,-8.2957 -18.05087,-16.8323 -29.19926,-24.1832 l -10.05157,-6.6278 -1.37104,0 c -0.75407,0 -1.79854,-0.3957 -2.32104,-0.8792 -0.5225,-0.4836 -2.75,-1.4454 -4.95,-2.1375 -2.2,-0.692 -6.57467,-2.5463 -9.72148,-4.1208 -3.14682,-1.5744 -6.25833,-2.8625 -6.91446,-2.8625 -0.65614,0 -4.38147,-1.5111 -8.27852,-3.358 -3.89705,-1.8469 -8.21054,-3.682 -9.58554,-4.078 -2.71763,-0.7827 -16.78349,-5.0391 -29.5,-8.927 -8.45306,-2.5844 -34.5632,-8.0706 -43,-9.0351 -2.75,-0.3144 -6.8,-0.7789 -9,-1.0322 -2.2,-0.2533 -10.3,-0.7394 -18,-1.0803 -14.72355,-0.6518 -20.29604,-0.9624 -35,-1.9508 l -9,-0.605 -6.5,0.9051 c -3.575,0.4977 -9.2,1.585 -12.5,2.4161 l -6,1.5112 -11.86654,1.1965 -11.86654,1.1964 -15.1853,3.8517 c -8.35192,2.1184 -16.28698,4.3205 -17.63346,4.8935 -3.05081,1.2982 -11.98782,3.5149 -22.44816,5.568 -4.4,0.8636 -10.8125,2.3426 -14.25,3.2866 l -6.25,1.7163 0,0.7625 0,0.7625 -2.45121,0 c -4.23371,0 -21.74313,5.31 -24.54879,7.4449 -2.01755,1.5351 -5.24768,2.92 -13,5.5733 l -6.5,2.2248 -12,6.2034 c -11.87919,6.141 -30.177217,17.3502 -33.958567,20.8026 -1.07722,0.9836 -5.57722,4.2248 -10,7.2029 -4.42279,2.978 -10.99992,7.8071 -14.61586,10.7313 -11.54666,9.3378 -19.39651,15.8279 -20.42557,16.8875 -0.55,0.5663 -6.4,6.5291 -13,13.2505 -15.7318001,16.0213 -22.65882014,24.278 -29.9329201,35.6788 -1.5791,2.475 -3.9729999,5.6191 -5.3195999,6.9869 -1.3467,1.3678 -3.3087,4.0678 -4.3599,6 -1.9665,3.6143 -7.2407,11.4791 -10.8412,16.1662 -1.121,1.4593 -3.9039,5.9593 -6.1843,10 -2.2804,4.0408 -4.6448,7.66797 -5.2541,8.06041 -0.6094,0.39243 -0.883,0.90197 -0.608,1.13229 0.275,0.23032 -1.1538,3.73423 -3.1751,7.78647 -4.3383,8.69715 -9.5477,22.09926 -11.3749,29.26416 -0.7159,2.80695 -2.43,8.25355 -3.8091,12.10355 -1.3791,3.85 -2.7748,8.25246 -3.1016,9.78324 l -0.5941,2.78325 -1.9291,1.65173 c -2.1597,1.84924 -2.5037,1.90413 -9.5161,1.51861 z"
+ id="path4090" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -66.435857,151.79222 1.5087,-7.88526 2.979,-6.30515 c 1.6385,-3.46783 2.9791,-6.55439 2.9791,-6.85901 0,-0.30463 -1.2375,0.13914 -2.75,0.98616 -3.9881,2.23339 -17.339,7.30251 -20.7926,7.89462 -1.6266,0.27887 -5.8824,1.18754 -9.4574,2.01927 l -6.5,1.51223 -9.750003,0.55984 -9.75,0.55983 0,-0.98638 0,-0.98637 -1.419,0 c -0.7804,0 -2.6929,-0.63885 -4.25,-1.41967 -1.557,-0.78082 -6.1612,-2.67961 -10.2314,-4.21953 -4.0702,-1.53992 -9.3733,-4.05107 -11.7847,-5.58033 -2.4114,-1.52926 -4.9312,-2.78271 -5.5996,-2.78544 -0.6684,-0.003 -2.5653,-1.13375 -4.2153,-2.51337 -1.65,-1.37962 -4.35,-3.16471 -6,-3.96687 -1.65,-0.80216 -4.0842,-2.24861 -5.4092,-3.21433 l -2.4093,-1.75586 0.4093,1.11197 c 0.517,1.40494 21.2733,19.12183 27.0939,23.12654 2.3982,1.64998 5.9252,3.66786 7.8378,4.48418 1.9126,0.81632 7.4547,3.39774 12.3158,5.73649 l 8.8382,4.25228 8.1618,1.88682 8.161703,1.88682 12.9709,0.53943 c 7.1341,0.29669 13.1791,0.7475 13.4334,1.00182 1.097,1.09701 2.2186,-1.70955 3.6289,-9.08073 z"
+ id="path4088" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -95.315757,133.25531 c 5.4157,-1.12568 12.4834,-2.44846 15.7061,-2.93951 l 5.8594,-0.89282 3.8174,-2.52623 c 2.0995,-1.38943 6.7564,-5.27552 10.3485,-8.63576 l 6.5311,-6.10953 4.0421,-6.40022 c 2.2231,-3.52012 4.0421,-6.80894 4.0421,-7.30854 l 0,-0.9082 -6.189,2.49981 c -8.2184,3.31958 -17.5469,5.82255 -27.311,7.32798 l -8,1.23344 -9.5,-0.0581 -9.500003,-0.0581 -6.5,-1.4793 -6.5,-1.47931 -9.7883,-4.60943 c -5.3836,-2.53529 -10.0529,-4.60949 -10.3763,-4.60949 -1.6207,0 -13.4548,-6.663 -17.9278,-10.094 -2.8008,-2.1483 -5.5909,-3.906 -6.2003,-3.906 -0.6094,0 -1.4678,-0.5934 -1.9076,-1.3187 -0.4399,-0.7253 -2.8247,-2.7033 -5.2997,-4.3955 -4.0743,-2.7857 -11,-9.7097 -11,-10.9973 0,-0.2853 -1.6238,-2.0061 -3.6083,-3.8239 l -3.6084,-3.3051 0.7629,-1.2342 0.7628,-1.2343 -1.0661,0.6589 -1.0661,0.6588 -5.4014,-6.2543 c -2.9708,-3.4399 -6.8356,-8.4691 -8.5884,-11.1759 l -3.187,-4.9214 0,1.1142 c 0,0.9068 3.032,9.9712 5.7628,17.2287 0.734,1.9507 0.7242,1.9136 1.6019,6 1.4393,6.7009 8.6582,21.8435 10.8853,22.8333 0.4125,0.1834 0.75,0.751 0.75,1.2613 0,0.5104 1.7734,3.5261 3.9409,6.7015 l 3.9409,5.7734 6.3091,5.99689 c 3.47,3.29826 8.5591,7.78262 11.3091,9.96523 2.75,2.18261 5.45,4.47282 6,5.08936 0.55,0.61653 4.15,2.7879 8,4.82525 3.85,2.03735 7.9,4.49606 9,5.46381 l 2,1.75955 9,2.73573 c 4.95,1.50466 9.45,2.89347 10,3.08626 0.55,0.19279 3.544,0.38605 6.6533,0.42947 l 5.6533,0.0789 9.846703,-2.04669 z"
+ id="path4086" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 658.12545,103.55263 -5.4054,-2.62825 -3.2507,-3.25058 -3.2506,-3.2507 -1.0182,-4.7739 -1.0182,-4.7739 1.3223,-3.1646 c 0.7272,-1.7405 1.8086,-3.4652 2.403,-3.8325 2.4825,-1.5343 12.4787,-1.1805 19.1233,0.6767 0.825,0.2306 1.1625,0.2306 0.75,-1e-4 -0.4125,-0.2307 -0.75,-0.8179 -0.75,-1.305 0,-0.487 -2.0058,-3.9861 -4.4574,-7.7758 l -4.4573,-6.8904 -5.2927,-2.5139 c -2.9109,-1.3826 -7.7194,-3.2252 -10.6854,-4.0945 l -5.3929,-1.5807 -3.3816,1.413 -3.3817,1.4129 -1.4755,-0.5662 -1.4755,-0.5662 0,1.9184 0,1.9185 -2.039,2.1885 c -1.1214,1.2037 -2.4356,2.1886 -2.9205,2.1886 l -0.8816,0 -0.734,3.25 c -0.4037,1.7875 -0.6419,5.275 -0.5293,7.75 l 0.2049,4.5 2.4303,3.5 c 1.3367,1.925 3.9016,5.1373 5.6998,7.1384 l 3.2694,3.6385 3.5,1.5914 c 4.2782,1.9453 7.258,3.8023 8.2347,5.1317 0.4041,0.55 0.7416,0.72915 0.75,0.3981 0.01,-0.33104 2.6028,0.65904 5.7653,2.20018 l 5.75,2.80207 4,-0.0107 4,-0.0107 -5.4055,-2.62824 z"
+ id="path4084" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -86.768257,101.21118 c 13.0959,-2.69578 34.2002,-9.32188 36.8779,-11.57868 0.8683,-0.7318 2.1058,-1.3305 2.75,-1.3305 l 1.1713,0 0,-1 0,-1 1.5398,0 c 0.8469,0 3.2094,-0.8606 5.25,-1.9124 l 3.7102,-1.9123 3.1092,-3.3377 c 3.86,-4.1436 9.6362,-12.1733 15.3492,-21.3376 2.4001,-3.85 5.1988,-7.5933 6.2194,-8.3184 l 1.8555999,-1.3185 -0.5282,-0.8547 -0.5283,-0.8547 -4.2383999,2.3613 -4.2385,2.3614 -9,2.6071 -9,2.6072 -10.5,-0.1632 -10.5,-0.1632 -7,-1.4239 c -10.231,-2.081 -17.4241,-4.7474 -32.0284,-11.8726 l -13.028403,-6.3563 -11.9716,-7.8932 c -6.5844,-4.3412 -14.0642,-9.1077 -16.6217,-10.5922 -2.5576,-1.4845 -5.7076,-3.7047 -7,-4.9339 -1.2925,-1.2291 -3.5544,-2.846 -5.0266,-3.5932 l -2.6766,-1.3585 -10.8047,-11.5238 c -5.9426,-6.3382 -12.0452,-13.1423 -13.5614,-15.1203 -1.5162,-1.978 -3.2235,-4.1521 -3.794,-4.8313 -1.911,-2.2752 -6.8213,-13.712 -8.0565,-18.7651 -0.6722,-2.75 -1.8528,-6.2563 -2.6234,-7.7918 -2.8214,-5.6212 -6.687,-27.2937 -6.3691,-35.7082 l 0.2078,-5.5 -1.0894,1.0667 -1.0894,1.0667 -4.5019,15.4333 c -2.4761,8.4883 -5.3703,19.7083 -6.4317,24.9333 l -1.9297,9.5 0.4965,11 c 0.2731,6.05 0.4707,12.8 0.4391,15 l -0.057,4 2.0441,8 c 1.1243,4.4 2.2916,9.575 2.5941,11.5 l 0.5501,3.5 3.0686,5.5 c 6.1248,10.9776 6.8449,12.1959 9.0351,15.2862 1.2245,1.7278 3.2389,4.2781 4.4764,5.6674 1.2375,1.3893 2.25,2.882 2.25,3.3171 0,0.4352 5.5125,6.3468 12.25,13.137 l 12.25,12.3458 10.5,6.837 c 5.775,3.7604 10.725,7.0784 11,7.3733 1.3129,1.408 24.6521,13.2968 30.2508,15.4095 8.855,3.34146 17.009903,4.17032 24.950003,2.53588 z"
+ id="path4082" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 683.03095,100.79689 0,-1.50509 -6.7209,-4.9352 c -3.6965,-2.7144 -9.5568,-6.3603 -13.0228,-8.1019 l -6.3019,-3.1667 -3.4713,0.6512 -3.4713,0.6512 1.721,2.7058 c 0.9466,1.4882 1.9564,2.9308 2.2441,3.2058 0.2877,0.275 1.0206,1.4 1.6287,2.5 l 1.1055,2 3.3828,1.9812 3.3827,1.9812 6.5117,1.6808 c 3.5814,0.92441 7.9742,1.72036 9.7617,1.76877 l 3.25,0.088 0,-1.50511 z"
+ id="path4080" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 613.53155,83.552 c -0.3924,-0.9625 -0.9244,-3.1909 -1.1822,-4.9521 l -0.4687,-3.2021 2.6035,-8.5353 2.6034,-8.5353 2.2217,-2.1359 c 1.2219,-1.1748 4.6967,-3.2693 7.7217,-4.6546 l 5.5,-2.5187 7.1995,0.08 7.1994,0.08 2.0506,1.0974 c 1.1278,0.6035 2.0505,0.8612 2.0505,0.5724 0,-0.2887 -1.9532,-3.567 -4.3405,-7.2852 l -4.3405,-6.7602 -4.1067,-3.5 c -6.1924,-5.2776 -9.9239,-8 -10.9655,-8 -0.5152,0 -1.6818,-0.8232 -2.5923,-1.8293 l -1.6555,-1.8293 -5.2495,-2.3077 c -2.8872,-1.2692 -6.636,-2.9824 -8.3306,-3.8071 l -3.0811,-1.4995 -5.1674,1.7163 -5.1674,1.7163 -3.3468,4.1702 c -1.8408,2.2935 -3.6273,4.9576 -3.9701,5.9201 l -0.6233,1.75 0.8988,0 0.8988,0 -0.9944,3.25 -0.9944,3.25 0.031,4.3958 0.031,4.3958 2.6338,7.9086 2.6338,7.9087 1.7459,1.6955 c 0.9602,0.9326 2.9541,3.9456 4.4308,6.6956 l 2.685,5 5.3207,5.75 c 2.9264,3.1625 5.6605,5.75 6.0759,5.75 l 0.7552,0 -0.7134,-1.75 z"
+ id="path4078" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 582.42765,34.0687 c 0.3556,-1.7783 2.0994,-6.1302 3.875,-9.6708 l 3.2283,-6.4376 3.7685,-2.7338 3.7684,-2.7339 4.9526,-1.1881 4.9526,-1.1881 4.2789,0.6627 c 2.3535,0.3645 5.854,1.1327 7.779,1.7071 3.657,1.0914 12.9944,6.5205 14.1956,8.254 l 0.6957,1.0039 0.7145,-0.7146 0.7146,-0.7146 -1.2245,-4.2565 c -3.6147,-12.565 -9.0091,-20.3631 -21.9681,-31.7564 l -6.2558,-5.5 -4.186,-2.2048 -4.186,-2.2048 -2.2029,-0.045 c -1.2117,-0.025 -3.3006,-0.5453 -4.642,-1.1565 l -2.439,-1.1113 -7.1402,3.752 -7.1402,3.7521 -1.8621,2.6151 -1.8621,2.6151 -0.8193,6.9942 c -0.9133,7.7963 -0.7598,12.3041 0.4739,13.9173 0.453,0.5922 1.3929,3.3268 2.0889,6.0768 0.6959,2.75 2.1521,7.475 3.2359,10.5 1.0838,3.025 2.3324,6.85 2.7746,8.5 1.1831,4.4146 2.1509,6.5 3.0165,6.5 l 0.768,0 0.6467,-3.2333 z"
+ id="path4076" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 563.56335,-3.448 0,-7.75 1.922,-3.9034 1.922,-3.9034 3.1352,-3.1353 3.1353,-3.1352 6.4949,-3.1024 6.4949,-3.1025 5.9331,-1.2875 c 3.2632,-0.7081 6.8331,-1.1657 7.9331,-1.0168 l 2,0.2707 3.4921,2.6579 c 1.9207,1.4618 5.2291,3.444 7.3521,4.4047 2.1229,0.9607 5.704,3.2073 7.9579,4.9924 l 4.098,3.2457 -0.7954,-1.9925 c -0.4375,-1.0958 -1.8553,-6.3169 -3.1507,-11.6023 l -2.3553,-9.6099 -2.416,-5.3901 -2.416,-5.3901 -3.1333,-3.8875 c -1.7263,-2.1381 -3.1363,-4.2034 -3.1363,-4.5895 0,-0.3861 -1.0125,-1.1678 -2.25,-1.7372 -1.2375,-0.5694 -4.7464,-3.0968 -7.7975,-5.6164 l -5.5476,-4.581 -4.2246,-0.6756 -4.2246,-0.6755 -0.5369,-0.8687 c -0.853,-1.3801 -3.09,-1.0281 -8.1797,1.2872 l -4.7391,2.1557 -4.5,4.7239 -4.5,4.7239 -1.8258,4.8703 c -1.0042,2.6787 -2.6917,8.2049 -3.75,12.2803 l -1.9242,7.41 0,6.1448 0,6.1447 3.5691,10.4453 c 1.9631,5.7449 3.7452,11.9218 3.9603,13.7265 0.342,2.8692 1.1512,5.2188 1.7973,5.2188 0.1147,0 0.2073,-3.4875 0.2057,-7.75 z"
+ id="path4074" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 1122.5311,152.24463 c -2.2,-0.45505 -5.6718,-0.8533 -7.7151,-0.885 l -3.715,-0.0576 -4.785,-1.6043 c -2.6317,-0.88236 -7.26,-3.09574 -10.285,-4.91861 -3.025,-1.82287 -7.3916,-3.90398 -9.7036,-4.62469 l -4.2035,-1.31038 -1.2155,-2.27101 c -0.6684,-1.24908 -1.5775,-2.27104 -2.0201,-2.27104 -1.1202,0 -9.0832,-8.07783 -14.4108,-14.61875 l -4.4465,-5.45908 0,-1.85612 0,-1.85613 -2.4827,-2.35496 -2.4827,-2.35496 -0.017,-1.69098 c -0.01,-0.93004 -0.4513,-1.95923 -0.9818,-2.28709 -0.5305,-0.32786 -3.5114,-5.19193 -6.6242,-10.80903 -3.1128,-5.6171 -7.0091,-11.9428 -8.6584,-14.0572 l -2.9987,-3.8443 -8.6271,-16.6816 c -7.6106,-14.7161 -10.0141,-19.7591 -13.168,-27.6298 -1.5639,-3.903 -12.1228,-25.075 -14.90955,-29.8962 l -2.8303,-4.8962 -7.8596,-8.6689 -7.8596,-8.669 -4.5,-3.3774 c -2.475,-1.8576 -5.6738,-4.439 -7.1085,-5.7364 l -2.6085,-2.359 -8.3915,-2.9141 c -4.6153,-1.6028 -9.3774,-2.9296 -10.5825,-2.9485 l -2.1913,-0.034 -0.5642,-0.913 -0.5643,-0.9129 -4.2447,-0.7224 c -6.0925,-1.0369 -11.1163,-1.3771 -20.4993,-1.3883 l -8.2544,-0.01 -4.9126,0.9316 c -7.619,1.4449 -25.6269,7.7773 -35.6285,12.5286 l -9.0499,4.2992 -1.3134,1.5825 -1.3134,1.5826 -0.9497,-0.5869 -0.9497,-0.587 -1.687,1.4592 c -0.9279,0.8025 -3.7195,2.6278 -6.2036,4.0562 -2.4842,1.4284 -5.4092,3.4064 -6.5,4.3957 -1.0909,0.9892 -4.7206,3.8205 -8.066,6.2917 -3.3454,2.4712 -8.7119,6.7431 -11.9254,9.4931 -5.4464,4.6607 -8.5177,7.6421 -20.2827,19.6884 -2.5184,2.5786 -4.8769,4.6036 -5.2412,4.5 -0.3642,-0.1036 -2.0068,1.1616 -3.6501,2.8116 -1.6433,1.65 -9.9246,9.6018 -18.4029,17.6706 l -15.4151,14.6706 -8,6.1239 c -4.4,3.3682 -8.9,6.7439 -10,7.5015 l -2,1.3776 -4.5231,0.6574 -4.523,0.6574 -6.0359,-4.8295 c -3.3197,-2.6562 -9.4928,-8.4295 -13.7181,-12.8295 l -7.6823,-8 -0.01,-1.1093 -0.01,-1.1093 -4.4381,-3.7831 -4.4381,-3.783 -2.1867,-5.1076 c -1.2027,-2.8092 -4.085,-9.1577 -6.4052,-14.1077 -2.3202,-4.95 -5.9125,-12.825 -7.9829,-17.5 -2.0704,-4.675 -4.8884,-10.975 -6.2622,-14 -1.3738,-3.025 -2.6326,-6.1996 -2.7973,-7.0546 -0.1647,-0.8551 -0.9655,-3.1489 -1.7796,-5.0973 -0.8141,-1.9484 -1.8022,-5.9738 -2.1958,-8.9453 -0.3936,-2.9715 -1.356,-8.2191 -2.1387,-11.6612 -0.7826,-3.4422 -2.079,-9.9672 -2.8808,-14.5 l -1.4553,-8.2416 -0.018,-21.25 -0.018,-21.25 7.107,0 7.107,0 -0.7272,1.75 c -0.4,0.9625 -1.4027,3.775 -2.2284,6.25 l -1.5011,4.5 -0.4175,13.4889 -0.4175,13.4889 0.8754,-0.9889 c 0.4814,-0.5439 1.9033,-3.4639 3.1597,-6.4889 3.2935,-7.9301 10.7365,-20.7913 13.5997,-23.5 0.5813,-0.55 2.2917,-2.6875 3.8009,-4.75 l 2.7438,-3.75 2.1362,0 2.1362,0 -2.5179,2.75 -2.5178,2.75 -7.6891,16.6804 c -4.2289,9.1742 -8.4072,18.6242 -9.2851,21 l -1.5961,4.3196 0.026,8.1794 c 0.014,4.4986 0.3239,9.1177 0.6879,10.2645 l 0.6618,2.0852 0.841,-0.5198 0.841,-0.5197 0.7112,-4.2098 0.7112,-4.2097 3.2332,-6.535 c 1.7783,-3.5943 3.7705,-7.6601 4.4273,-9.0351 4.5442,-9.5138 10.4864,-17.3604 21.5912,-28.5105 l 8,-8.0326 4.8001,-3.2285 4.8002,-3.2284 2.6998,0.01 2.6999,0.01 -4.5,2.6663 c -2.475,1.4664 -4.725,2.9247 -5,3.2405 -0.275,0.3159 -2.75,2.3735 -5.5,4.5726 -2.75,2.199 -5.821,4.674 -6.8244,5.5 -1.0035,0.8259 -4.0217,4.5058 -6.7072,8.1776 l -4.8828,6.6758 -4.4817,9.3242 c -2.4649,5.1282 -4.7725,10.6741 -5.128,12.3241 -0.3555,1.65 -1.2785,4.6855 -2.0512,6.7454 l -1.4049,3.7455 -1.1192,9.4904 -1.1193,9.4904 1.0783,6.1215 1.0783,6.1216 1.781,3.6426 1.7811,3.6426 0.959,0 0.959,0 0.638,-3 0.6379,-3 3.2628,-5.48 c 1.7944,-3.014 5.0296,-7.9476 7.1893,-10.9635 l 3.9266,-5.4834 10.2137,-8.7693 10.2137,-8.7692 6.346,-3.094 c 3.4903,-1.7017 8.4403,-3.9993 11,-5.1059 l 4.654,-2.012 9,-1.7474 9,-1.7473 12,1.2667 c 6.6,0.6967 13.643,1.6904 15.651,2.2083 4.8586,1.2532 9.849,3.5034 9.849,4.4411 0,0.4158 0.5851,0.7559 1.3003,0.7559 l 1.3003,0 5.6997,5.5206 5.6997,5.5206 0,1.2794 c 0,0.7037 0.492,1.7715 1.0934,2.3728 l 1.0935,1.0935 0.6317,6.8565 c 0.3474,3.7712 0.6429,9.6694 0.6565,13.1073 l 0.025,6.2506 0.6132,-6e-4 c 0.8549,-9e-4 8.8384,-8.6806 12.4171,-13.4999 1.6333,-2.1995 3.6447,-4.7569 4.4697,-5.683 0.825,-0.9261 3.6207,-5.9112 6.2127,-11.078 l 4.7127,-9.3942 0.5629,-10.9228 0.5628,-10.9228 -1.9838,-6.8509 -1.9838,-6.8509 -2.7613,-3.6491 c -1.5186,-2.007 -3.7898,-4.4712 -5.0471,-5.4759 -1.2572,-1.0048 -2.9263,-2.4673 -3.7091,-3.25 -0.7827,-0.7828 -1.7928,-1.4332 -2.2446,-1.4454 -0.4519,-0.012 -1.9465,-0.9023 -3.3215,-1.9778 l -2.5,-1.9555 2.8411,-0.022 2.841,-0.022 5.8397,4.0963 5.8397,4.0963 2.5363,3.6598 c 1.3949,2.013 3.0748,5.2321 3.733,7.1537 0.6582,1.9216 1.5978,3.7607 2.0879,4.0868 l 0.8911,0.593 2.0159,7.907 2.0158,7.9071 0.3311,6.2624 0.331,6.2624 -1.4082,5.3927 c -1.6178,6.1954 -3.8826,11.4646 -7.2595,16.8897 -1.3002,2.0889 -2.2002,3.9499 -2,4.1355 0.4402,0.4081 11.275,-6.6099 14.1099,-9.1394 1.1115,-0.9918 3.749,-4.1304 5.861,-6.9747 l 3.8401,-5.1714 3.4987,-7.4725 3.4985,-7.4726 1.0206,-4.5543 c 0.5614,-2.5049 1.3042,-9.6401 1.6508,-15.856 l 0.6302,-11.3018 -3.5552,-5.25 -3.5552,-5.25 5.3972,0 5.3972,0 1.0963,2.0483 1.0962,2.0484 0.5286,7.7016 c 0.6654,9.6959 0.6631,10.7523 -0.047,21.7017 l -0.584,9 -1.9073,7.6797 c -1.049,4.2239 -2.2522,8.2379 -2.6737,8.92 l -0.7665,1.2402 1.4141,-0.5304 c 0.7777,-0.2918 4.9679,-1.8307 9.3117,-3.42 l 7.8976,-2.8895 8.6024,-8.5268 c 13.551,-13.4321 19.9533,-21.7927 20.0604,-26.1965 0.036,-1.502 2.4609,-7.602 5.1719,-13.0132 0.4785,-0.955 0.87,-2.6425 0.87,-3.75 l -3e-4,-2.0135 1,0 1,0 0,7.9349 0,7.9349 -1.112,2.8151 c -0.6116,1.5483 -1.2048,3.4901 -1.3182,4.3151 -0.2955,2.1505 -2.5577,7.3661 -3.461,7.9796 -0.4214,0.2862 -1.9937,2.7983 -3.4941,5.5823 -1.5003,2.7841 -3.8274,6.3416 -5.1713,7.9056 -1.3439,1.5639 -2.4434,3.2236 -2.4434,3.688 l 0,0.8445 2.9935,0 c 1.6464,0 8.9589,-1.1392 16.25,-2.5315 l 13.2565,-2.5315 9.6451,-3.0403 9.6451,-3.0402 5.3549,-3.3526 c 2.9452,-1.8439 6.9778,-4.4614 8.9613,-5.8165 l 3.6064,-2.4639 4.7608,-6.4323 4.7609,-6.4323 1.4772,-3.9295 c 0.8125,-2.1612 1.71075,-5.1669 1.99625,-6.6794 l 0.519,-2.75 0.8865,0 0.8865,0 0.1513,2.25 c 0.3187,4.741 -0.2091,11.3327 -1.0609,13.25 -0.4887,1.1 -1.4318,3.4461 -2.0958,5.2137 l -1.20715,3.2137 -4.9891,5.2863 c -2.744,2.9074 -5.2837,5.3252 -5.6437,5.3727 -0.36,0.047 -1.4421,0.4331 -2.4046,0.8569 l -1.75,0.7707 0,1.3449 0,1.345 -4.25,2.893 c -2.3375,1.5911 -8.3572,4.9372 -13.3771,7.4356 l -9.127,4.5426 8.127,1.6132 8.1271,1.6132 8,-0.049 c 4.4,-0.027 12.4326,-0.4065 17.8501,-0.8431 l 9.85005,-0.7938 11.3379,-5.727 11.3379,-5.727 4.4976,-3.959 c 2.4737,-2.1774 6.2049,-6.3087 8.2915,-9.1806 2.0867,-2.8719 4.3326,-5.7833 4.9909,-6.4696 0.6584,-0.6864 2.6249,-4.9614 4.3701,-9.5 1.7451,-4.5387 3.3953,-8.4771 3.667,-8.7521 1.0416,-1.0543 -0.9374,9.6716 -2.3986,13 -1.8528,4.2202 -7.7938,13.5935 -10.695,16.8738 -2.9096,3.2896 -15.2717,13.1262 -16.4964,13.1262 -0.5521,0 -1.3644,0.6444 -1.8051,1.432 l -0.8014,1.4321 -8.2379,4.0679 c -4.5309,2.2374 -8.8383,4.068 -9.5721,4.068 -0.7338,0 -4.9639,1.0864 -9.40015,2.4143 -4.4363,1.3278 -10.5942,2.7301 -13.6842,3.1162 l -5.6181,0.7019 6.2579,3.0027 c 3.4419,1.6514 8.4619,3.6009 11.1555,4.3321 l 4.89735,1.3296 11.6371,0.6807 11.6372,0.6806 5.2753,-1.1313 c 2.9014,-0.6223 7.2486,-2.0303 9.6605,-3.1291 2.4119,-1.0987 5.0935,-1.9977 5.959,-1.9977 0.8656,0 4.1036,-1.35 7.1957,-3 3.092,-1.65 6.2558,-3 7.0307,-3 4.0959,0 12.6801,-6.5387 27.8754,-21.2332 l 9.0659,-8.767 5.6841,-9.4937 c 3.1264,-5.2215 5.6912,-10.059 5.6996,-10.7499 0.01,-0.6909 0.396,-1.8567 0.8613,-2.5907 l 0.8459,-1.3346 0.5497,2.1022 0.5498,2.1021 -1.661,1.6651 c -0.9136,0.9157 -1.7022,2.1453 -1.7524,2.7324 -0.2125,2.4798 -1.6812,6.5673 -2.3598,6.5673 -0.4039,0 -1.8131,2.1375 -3.1318,4.75 l -2.3973,4.75 -10.064,10 c -5.5353,5.5 -11.2434,10.9 -12.6848,12 -1.4414,1.1 -5.242,4.057 -8.4459,6.5711 -6.9268,5.4356 -15.1233,10.1496 -21.3251,12.2646 -2.475,0.844 -7.3116,2.6921 -10.7479,4.1067 l -6.248,2.5721 -9.752,1.0542 c -5.3637,0.5798 -12.3214,1.0372 -15.4617,1.0164 l -5.70945,-0.038 0.5177,1.3491 0.51765,1.3491 5.1918,2.7848 c 2.8556,1.5317 6.3169,3.5632 7.6919,4.5146 l 2.5,1.7299 11.5,3.6516 11.5,3.6516 18,0.5709 18,0.5709 13,-2.1595 c 15.3333,-2.547 21.2184,-4.1314 32.0001,-8.615 4.4,-1.8298 10.475,-4.3387 13.5,-5.5753 l 5.5,-2.2483 7,-4.7472 7,-4.7472 6.2273,-6.0049 6.2272,-6.005 0.443,0.7169 0.4431,0.7168 -2.4203,2.3294 c -1.3312,1.2812 -2.4203,2.7804 -2.4203,3.3315 l 0,1.002 -1.5,-0.5756 -1.5,-0.5756 0,1.0123 c 0,0.5568 -2.4096,3.3551 -5.3546,6.2186 l -5.3546,5.2064 -6.8954,3.4259 c -3.7925,1.8843 -8.0204,3.9707 -9.3954,4.6365 -4.5113,2.1844 -17.4178,7.2388 -21.5,8.4197 -2.2,0.6365 -4.9,1.5615 -6,2.0556 -2.0176,0.9063 -15.1791,3.634 -23.5045,4.8713 -2.4775,0.3681 -5.0935,1.0334 -5.8134,1.4784 l -1.309,0.809 -11.0378,0.4959 -11.0377,0.4959 -6.6489,-1.1932 c -3.6568,-0.6562 -10.9737,-2.4986 -16.2596,-4.0941 -5.286,-1.5955 -10.3485,-2.9009 -11.25,-2.9009 l -1.6392,0 0,0.825 c 0,0.4538 0.9157,1.6913 2.0349,2.75 1.1192,1.0587 2.8067,2.8023 3.75,3.8747 6.4837,7.3708 13.1115,12.0783 26.7151,18.9749 l 9,4.5627 2,0.05 c 1.1,0.028 3.8,0.7085 6,1.5131 4.0381,1.4769 15.0485,3.9287 21.5,4.7876 1.925,0.2563 5.419,0.7936 7.7645,1.194 l 4.2644,0.728 -1.2177,1.4672 -1.2177,1.4672 5.9533,-0.6498 c 3.2743,-0.3575 10.9033,-1.3259 16.9533,-2.1521 l 11,-1.5022 6.5,-1.9711 c 3.575,-1.0841 8.075,-2.6921 10,-3.5733 10.5264,-4.8186 16,-7.6273 16,-8.2101 0,-0.3603 0.825,-1.1702 1.8333,-1.7999 l 1.8334,-1.145 0,1.2788 0,1.2788 -6.3971,4.1762 -6.397,4.1763 -8.6182,3.0418 c -10.0627,3.5517 -8.6036,3.1472 -23.2544,6.4464 l -11.5,2.5896 -10.5001,0.1537 c -5.775,0.084 -13.2,-0.02 -16.5,-0.2324 l -6,-0.3861 -8,-2.4437 c -14.5826,-4.4545 -22.9097,-7.6498 -31.1935,-11.9699 l -8.1935,-4.2729 4.4666,8.6814 4.4666,8.6814 5.0075,5.5773 5.0075,5.5773 6.4387,4.7656 6.4387,4.7656 6.3402,2.9669 c 6.4609,3.0234 12.1371,4.6899 23.7212,6.9641 3.575,0.7019 6.9275,1.6623 7.45,2.1344 l 0.95,0.8582 6.7509,0 6.7508,0 4.7992,-0.95 c 4.4161,-0.8742 19.7875,-3.797 23.2992,-4.4302 3.3224,-0.5991 15.1433,-4.6424 18.9514,-6.4822 2.2313,-1.0781 3.8296,-1.5922 3.5517,-1.1426 -0.2779,0.4496 -3.5423,2.2624 -7.2542,4.0283 l -6.7489,3.2107 -8.5,2.4067 c -4.675,1.3236 -11.65,3.1683 -15.5,4.0993 l -7,1.6926 -18.5001,0.034 -18.5,0.034 -11.5,-5.5858 c -6.325,-3.0722 -14.875,-7.6593 -19,-10.1937 l -7.5,-4.608 -0.3235,0.9142 -0.3234,0.9141 2.7859,3.7796 c 5.8273,7.9056 22.8612,24.9837 25.861,25.9281 1.1,0.3463 4.475,2.2263 7.5,4.1778 l 5.5,3.5482 4,0.5628 4,0.5627 0.32,2.2532 0.3199,2.2532 4.5074,1.135 4.5073,1.1349 0.898,2.36188 0.898,2.36182 1.4104,0 c 0.7758,0 2.6555,0.6459 4.1771,1.43534 l 2.7666,1.43534 6.9207,1.16732 6.9207,1.16733 8.677,-0.48696 8.677,-0.48696 7.4778,-2.18235 c 4.1129,-1.20029 7.9526,-2.57633 8.5328,-3.05787 0.5802,-0.48153 2.2777,-1.3404 3.7722,-1.9086 l 2.7172,-1.03309 0,0.89196 0,0.89195 -6.25,2.97897 c -10.4389,4.97555 -18.5664,6.9713 -31.75,7.7964 l -5.5,0.34422 -10.5,-2.56217 c -22.3894,-5.46335 -36.0506,-11.19383 -48.3546,-20.28333 -3.058,-2.2591 -5.771,-4.1075 -6.0289,-4.1075 -0.2578,0 0.8473,2.3625 2.4557,5.25 1.6084,2.8875 4.6759,8.625 6.8167,12.75 3.8358,7.39125 11.8198,19.0715 15.038,22 2.8219,2.56785 13.9251,10 14.9394,10 0.5302,0 2.2388,1.35053 3.7967,3.00119 l 2.8327,3.00119 3.5022,0.63071 c 5.4764,0.98627 6.046,1.09938 14.0021,2.78052 l 7.5,1.58475 4.5,-0.0165 4.5,-0.0165 7,-1.52523 c 3.85,-0.83888 9.025,-1.7834 11.5,-2.09892 2.475,-0.31553 4.95,-0.9015 5.5,-1.30217 0.55,-0.40066 1.7875,-1.00921 2.75,-1.35233 l 1.75,-0.62385 0,2.93343 0,2.93343 -2.25,1.20419 c -1.2375,0.66231 -6.2762,2.25314 -11.1972,3.53519 l -8.9472,2.33099 -8.5528,-0.115 c -4.704,-0.0632 -10.3528,-0.48732 -12.5528,-0.94237 z"
+ id="path4072" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 740.60655,66.5297 c 1.7948,-1.4939 7.4096,-9.8728 13.7779,-20.5604 l 1.8536,-3.1107 0.3435,-6.285 0.3435,-6.285 -3.9072,-1.9933 -3.9072,-1.9933 -3.9725,0 -3.9724,0 -0.6348,2 -0.6348,2 -1.3612,0 c -0.7486,0 -1.9558,0.5877 -2.6826,1.3059 -0.7268,0.7183 -2.1733,1.6289 -3.2145,2.0236 l -1.8932,0.7176 0.6572,0.6571 0.6571,0.6571 -2.7381,2.858 -2.7381,2.8579 -0.2086,5.4646 -0.2087,5.4646 2.4328,2.8912 c 1.338,1.5901 2.4327,3.1951 2.4327,3.5666 0,1.0963 6.032,9.5378 6.798,9.5135 0.3861,-0.012 1.636,-0.7997 2.7776,-1.75 z"
+ id="path4070" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 719.53955,47.3291 -0.6262,-1.9729 2.0888,-4.7221 c 1.1489,-2.5971 3.14,-6.0968 4.4247,-7.7771 l 2.336,-3.055 6.8355,-3.3929 6.8356,-3.3928 4.1876,0 4.1877,0 4.4787,2.1681 c 2.4633,1.1924 5.2976,3.0729 6.2984,4.1788 l 1.8197,2.0108 0.6304,4.214 0.6304,4.214 4.8026,-5 c 5.1745,-5.3871 12.5615,-15.8831 12.5615,-17.8482 0,-0.6638 0.6239,-2.0975 1.3864,-3.1862 l 1.3865,-1.9794 0.1096,-7.2046 0.1097,-7.2046 -1.0673,-2.3424 -1.0672,-2.3424 -2.1789,-1.3677 c -1.1983,-0.7522 -5.2651,-2.8957 -9.0372,-4.7633 l -6.8584,-3.3957 -6.8501,-0.5743 -6.8502,-0.5743 -4.7915,1.3037 c -5.583,1.5192 -16.5812,6.446 -20.5414,9.2019 l -2.75,1.9137 0,2.3486 0,2.3485 -0.7671,0.3334 c -0.4219,0.1833 -2.424,2.3767 -4.4492,4.8742 l -3.682,4.5409 -2.5411,5.4591 -2.5411,5.4591 -0.01,5.7215 -0.01,5.7215 2.5328,5.7271 c 2.7766,6.2784 6.9904,12.3299 8.5855,12.3299 l 1.0165,0 -0.6262,-1.9729 z"
+ id="path4068" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 703.38685,15.7041 2.5414,-6.0978 5.7635,-7.7164 5.7635,-7.7164 6.5379,-4.3115 c 8.8153,-5.8134 11.4317,-7.0498 19.0378,-8.9969 l 6.5,-1.664 6.5871,-0.069 6.5871,-0.069 2.4129,0.7149 c 1.3271,0.3931 5.1721,2.0333 8.5445,3.6447 l 6.1317,2.9298 2.6698,2.4744 2.6699,2.4744 1.3481,0 1.3481,0 1.7934,7.75 1.7934,7.75 0.012,4.914 0.013,4.9141 5.3331,-5.9141 5.333,-5.914 2.9412,-6.1005 2.9412,-6.1004 1.4666,-6.3996 1.4666,-6.3995 0.6565,-9.5 c 0.3612,-5.225 0.7986,-9.6508 0.9721,-9.8351 0.1735,-0.1842 -0.1242,-1.5342 -0.6615,-3 l -0.977,-2.6649 -5.1913,-4.1263 c -10.673,-8.4831 -19.4386,-11.5573 -36.8374,-12.9191 l -7.6459,-0.5984 -8.8541,1.7262 -8.854,1.7262 -8.9637,4.463 -8.9637,4.4631 -4.5363,3.4567 c -2.495,1.9012 -7.3524,6.172 -10.7944,9.4906 l -6.258,6.0339 -0.6378,2.6421 c -0.3508,1.4531 -1.4026,3.767 -2.3373,5.142 -0.9348,1.375 -2.95,5.1776 -4.4782,8.4502 l -2.7786,5.9501 -1.0388,6.0644 -1.0388,6.0644 2.1021,6.4854 c 1.1561,3.567 2.8352,8.2322 3.7312,10.3671 l 1.6291,3.8815 0.8389,-0.8815 c 0.4613,-0.4849 1.9824,-3.6257 3.3802,-6.9795 z"
+ id="path4066" />
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m -445.94686,-75.8713 0.022,-3.3267 1.9556,-2.5 1.9555,-2.5 0.022,-1.75 0.022,-1.75 1.8588,0 1.8588,0 8.3912,-7.4958 8.3912,-7.4957 5.163,-2.5791 5.1631,-2.579 2.772,0.3248 2.7719,0.3248 -6.6953,3.3507 -6.6954,3.3508 -9.2396,7.8133 -9.2397,7.8134 -1.9177,3.3359 c -1.0548,1.8347 -2.9673,4.6079 -4.25,6.1626 l -2.3323,2.8267 0.022,-3.3267 z"
+ id="path3580" />
+ </g>
+</svg>
diff --git a/drawing/bin/data/haring.png b/drawing/bin/data/haring.png
new file mode 100644
index 0000000..bb8318e
--- /dev/null
+++ b/drawing/bin/data/haring.png
Binary files differ
diff --git a/drawing/bin/data/haring.svg b/drawing/bin/data/haring.svg
new file mode 100644
index 0000000..0abafe1
--- /dev/null
+++ b/drawing/bin/data/haring.svg
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="210mm"
+ height="297mm"
+ viewBox="0 0 744.09448819 1052.3622047"
+ id="svg4350"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="haring.svg">
+ <defs
+ id="defs4352" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1.0139534"
+ inkscape:cx="377.14287"
+ inkscape:cy="531.42853"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="1008"
+ inkscape:window-height="994"
+ inkscape:window-x="0"
+ inkscape:window-y="31"
+ inkscape:window-maximized="1" />
+ <metadata
+ id="metadata4355">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1">
+ <path
+ style="fill:#000000;stroke:#000000;stroke-opacity:1"
+ d="m 644.37883,470.47429 c -1.21154,1.24929 -1.63542,4.30436 -2.1982,15.84343 -0.46816,9.59864 -1.9657,19.6153 -3.72492,24.91508 -0.7075,2.13137 -0.99853,4.95176 -0.64676,6.26755 0.49362,1.8463 -0.21256,3.37401 -3.09394,6.69322 -2.05346,2.36549 -4.2082,4.48914 -4.78831,4.71921 -0.58012,0.23009 -2.02946,1.48997 -3.22075,2.79973 -1.19129,1.30978 -3.07879,2.39541 -4.19444,2.41252 -2.2303,0.0342 -2.11151,-0.34625 -4.39259,14.06904 -2.02334,12.78645 -2.86961,14.46804 -7.51227,14.92735 l -3.71338,0.36736 -0.0357,5.1908 c -0.0196,2.85492 -0.086,5.86664 -0.14736,6.69267 -0.0614,0.82604 0.88036,2.28131 2.09281,3.23392 5.10086,4.00776 5.26151,13.63008 0.2877,17.22888 -3.59472,2.60092 -4.87612,1.73658 -1.80767,-1.21932 3.95498,-3.80991 4.66002,-8.16668 1.87652,-11.59576 -3.08834,-3.80461 -8.25152,-3.59508 -11.9472,0.48484 -5.53472,6.11019 -4.44513,11.43745 2.77127,13.54947 3.57095,1.0451 3.67862,1.16757 1.14417,1.30145 -3.96614,0.2095 -8.60187,-2.37388 -9.36205,-5.21724 -0.85625,-3.20266 0.94861,-8.72075 3.9418,-12.0515 2.11868,-2.35761 2.39937,-3.60638 2.29786,-10.22304 l -0.11562,-7.53736 -8.73808,0.84433 c -4.80594,0.46438 -8.88793,0.98189 -9.07109,1.15003 -0.18316,0.16815 -0.53314,2.96593 -0.77775,6.21732 -0.41871,5.56549 -0.25552,6.12056 2.78704,9.48047 4.58693,5.06536 5.16717,9.42838 1.72581,12.97697 -1.47823,1.5243 -3.18809,2.82377 -3.79968,2.88771 -0.61159,0.064 -2.45993,0.26129 -4.1074,0.43853 -6.69824,0.72065 -12.03945,-5.36183 -9.75955,-11.11401 0.61151,-1.54281 2.20888,-3.65559 3.54973,-4.69507 2.21163,-1.71455 2.42724,-2.58495 2.32303,-9.37817 l -0.11487,-7.48821 -5.83955,0.75155 c -7.01304,0.90258 -7.89162,0.19476 -8.44095,-6.80028 l -0.39027,-4.96921 -3.99275,0.50293 c -2.19602,0.27662 -6.01712,0.56026 -8.49133,0.63032 -4.38093,0.12401 -4.4954,0.0489 -4.37729,-2.87483 0.46682,-11.55603 0.92397,-14.65507 2.41195,-16.35083 0.90294,-1.02903 1.63369,-2.39415 1.62388,-3.03358 -0.01,-0.63944 2.86109,-3.57338 6.37978,-6.51989 4.77317,-3.99697 6.54549,-6.18486 6.97995,-8.61658 0.32028,-1.79262 0.9822,-3.26545 1.47093,-3.27295 0.48873,-0.007 0.8194,-4.52494 0.73482,-10.03877 l -0.15379,-10.02513 4.18432,-4.31394 c 2.30138,-2.37267 5.60525,-4.928 7.34191,-5.67852 1.73667,-0.75053 3.38587,-1.98789 3.66487,-2.7497 0.27901,-0.76182 -0.65471,-5.0611 -2.07493,-9.55396 -1.42021,-4.49288 -2.59434,-8.95913 -2.60915,-9.92504 -0.0148,-0.9659 -0.90809,-2.02104 -1.98505,-2.34475 -4.49676,-1.35166 -3.29869,-7.46652 1.47725,-7.53979 3.09662,-0.0475 5.35046,4.09176 3.48847,6.40667 -0.84545,1.05111 -0.97376,2.72421 -0.40539,5.28646 1.18688,5.35063 1.14399,5.19103 3.04324,11.3237 l 1.7288,5.58222 5.12471,-1.01288 c 3.4897,-0.68973 6.57474,-0.67131 9.66967,0.0577 4.24828,1.0007 4.65814,0.91776 6.27873,-1.27039 0.95359,-1.28752 3.09318,-5.28715 4.75467,-8.88806 1.6615,-3.60091 4.04695,-8.6907 5.30101,-11.31063 1.61331,-3.37047 2.10424,-5.75123 1.67872,-8.14099 -0.53974,-3.03121 -0.32632,-3.451 2.08177,-4.09482 6.88498,-1.84072 9.05894,3.82875 3.00854,7.84595 -2.23603,1.48462 -4.13405,4.45564 -6.78379,10.61881 -2.02351,4.70659 -4.74901,10.2604 -6.05666,12.34179 l -2.37756,3.78436 5.20685,4.89246 c 2.86376,2.69087 5.21404,5.36118 5.22283,5.93405 0.009,0.57287 0.9017,2.93581 1.98427,5.25098 1.08256,2.31517 2.28752,6.00472 2.67769,8.199 0.96058,5.40229 1.0312,5.62804 2.64671,8.4604 0.77756,1.36323 1.70482,3.79065 2.06059,5.39426 0.98341,4.43269 2.82615,4.1933 7.41689,-0.96355 l 4.18219,-4.69792 1.37831,-16.6694 c 0.75808,-9.16817 1.06859,-17.14839 0.69005,-17.73383 -0.37855,-0.58546 -0.82599,-1.86762 -0.99432,-2.84926 -0.16834,-0.98164 -1.28537,-3.63379 -2.4823,-5.89365 -2.08558,-3.93767 -2.10194,-4.16492 -0.39288,-5.45532 2.20656,-1.666 5.60989,-1.7901 7.1856,-0.262 0.90316,0.87587 1.33104,0.75038 1.79911,-0.52766 0.71639,-1.9561 3.46776,-2.24468 5.21801,-0.54732 1.52185,1.47587 1.65674,6.01095 0.22275,7.48962 z m -1.96328,-6.66282 c -1.01036,0.0155 -3.198,7.12333 -2.42356,7.87437 0.25056,0.24298 1.13262,-0.13788 1.96014,-0.84638 1.63749,-1.40196 2.01003,-7.05172 0.46342,-7.02799 z m -3.31884,11.0522 c -0.79245,0.0122 -1.712,0.47632 -2.04344,1.03147 -0.33145,0.55515 0.32382,0.99515 1.45615,0.97778 1.13232,-0.0174 2.05187,-0.48153 2.04344,-1.03147 -0.008,-0.54993 -0.66371,-0.98993 -1.45615,-0.97778 z m -1.26244,6.02007 c -0.43754,0.007 -0.87665,1.70115 -0.97581,3.76542 -0.0992,2.06426 -0.76215,8.84828 -1.47332,15.07559 -1.57146,13.76034 -1.5716,14.49921 -0.003,13.95478 0.68394,-0.23732 1.71605,-3.10349 2.29358,-6.36927 1.21631,-6.87791 1.33334,-26.44454 0.15807,-26.42652 z m -2.8341,-13.95347 c -0.82261,-2.18617 -2.14102,-2.56299 -3.13607,-0.89634 -0.93828,1.57157 1.6462,6.9152 3.33208,6.88934 1.4483,-0.0222 1.39097,-1.77545 -0.19601,-5.993 z m -1.83284,49.02918 c -1.4536,0.0223 -1.98954,0.69727 -1.96232,2.47137 0.0404,2.63358 1.45372,4.03117 3.04657,3.01265 0.54472,-0.34832 0.97355,-1.73162 0.95296,-3.074 -0.0272,-1.7741 -0.58361,-2.43231 -2.03721,-2.41002 z m -4.65358,6.32166 c -0.78875,-0.24924 -1.24149,0.56427 -1.21661,2.18605 0.0387,2.52356 1.01205,3.27314 2.39649,1.84555 1.01288,-1.04443 0.27302,-3.57247 -1.17988,-4.0316 z m -6.25759,1.84667 c -0.53059,0.008 -0.9371,1.81458 -0.90335,4.01432 0.067,4.37113 1.64976,5.28887 2.94056,1.7051 0.85294,-2.36814 -0.34997,-5.74531 -2.03721,-5.71942 z m -6.39503,-76.89565 c -2.32442,0.0642 -3.80063,1.68161 -3.10844,3.40589 0.64329,1.60245 0.7928,1.60105 2.53381,-0.0238 2.13329,-1.99097 2.37811,-3.43185 0.57463,-3.38208 z m -3.71729,67.35665 c -2.47634,-0.0682 -14.40597,-0.27872 -26.5103,-0.46789 -27.63102,-0.43182 -26.02529,-1.44937 -25.75272,16.31936 0.10246,6.67896 0.48531,12.83534 0.85077,13.68084 0.53603,1.2401 1.79514,1.40621 6.51394,0.85929 5.42818,-0.62912 8.51656,-2.13436 15.88888,-7.744 0.97034,-0.73834 2.02612,-0.28767 3.8882,1.65972 l 2.55616,2.67328 -2.48633,1.68417 c -3.43642,2.32774 -3.08888,3.46362 1.0404,3.40027 3.32151,-0.0509 3.50227,0.1214 3.55237,3.38689 0.029,1.89232 -0.28154,3.65062 -0.69015,3.90733 -0.40861,0.25671 -3.22406,0.0862 -6.25655,-0.37911 -9.04147,-1.38707 -15.24638,-1.68314 -20.26722,-0.96707 -4.7137,0.67227 -4.73987,0.6972 -4.68215,4.45932 0.0976,6.36236 0.28938,6.39902 27.35449,5.22972 17.07694,-0.73777 24.51098,-1.4102 25.26051,-2.28484 0.95722,-1.11701 2.28757,-6.90988 4.20024,-18.28953 0.37077,-2.20594 0.53187,-9.18423 0.358,-15.50731 l -0.31611,-11.49651 -4.50243,-0.12393 z m 0.50525,-7.86076 c -0.0696,-0.0237 -11.50903,0.31013 -25.42108,0.74189 -22.8278,0.70847 -25.2614,0.94527 -24.95388,2.42811 0.30054,1.44915 3.08637,1.67199 23.60381,1.888 12.79468,0.13469 23.54316,0.51654 23.8855,0.84854 0.34234,0.332 1.47771,0.12889 2.52306,-0.45136 1.37758,-0.76467 1.70639,-1.65451 1.19483,-3.23352 -0.38819,-1.1982 -0.76268,-2.19794 -0.83224,-2.22166 z m -21.74497,-6.62218 c -22.76455,0.34921 -28.9715,1.09778 -28.93481,3.48953 0.0189,1.23373 3.7916,1.3967 24.85272,1.07362 13.65674,-0.2095 25.14109,-0.70127 25.52081,-1.09282 0.37972,-0.39155 0.54489,-1.4067 0.36704,-2.25589 -0.27998,-1.33686 -3.20523,-1.49978 -21.80576,-1.21444 z m 17.23972,-8.06504 c -2.12718,-3.96634 -3.57722,-5.12003 -10.34487,-8.23078 -7.64452,-3.51381 -14.62173,-3.14679 -22.91323,1.20529 -6.71509,3.52464 -12.06504,8.88483 -12.01664,12.03964 0.027,1.76116 0.58508,1.89588 5.77205,1.3935 6.08389,-0.58924 29.82413,-1.90449 36.97293,-2.04834 2.33706,-0.0471 4.2454,-0.33284 4.24076,-0.63511 -0.005,-0.30228 -0.77458,-1.97817 -1.711,-3.7242 z m -9.90965,1.3382 c -1.45987,1.18502 -2.93118,2.15194 -3.2696,2.14871 -1.95452,-0.0186 -3.26683,-1.99779 -3.01533,-4.54748 0.35934,-3.64281 4.42951,-4.58789 7.15977,-1.66246 1.70782,1.82991 1.67262,1.99337 -0.87484,4.06123 z m -2.6606,-3.61683 c -1.84453,0.64644 -2.11901,2.80366 -0.35329,2.77658 0.87073,-0.0134 1.57222,-0.73671 1.55886,-1.60743 -0.0134,-0.87074 -0.55587,-1.39685 -1.20557,-1.16915 z m -16.41428,4.35644 c -1.14317,1.1788 -5.03201,0.79792 -6.23825,-0.61096 -2.56939,-3.00105 0.88569,-5.69944 5.25074,-4.10079 1.60309,0.58711 2.20453,3.45681 0.98751,4.71175 z m -2.88413,-3.28948 c -0.8249,0.0127 -1.48969,0.68381 -1.4773,1.49146 0.0137,0.89448 0.6053,1.23449 1.51352,0.8699 0.82005,-0.32921 1.48484,-1.00036 1.4773,-1.49146 -0.008,-0.49109 -0.68862,-0.88255 -1.51352,-0.8699 z m 26.1321,73.60784 c -1.17935,0.0181 -1.47852,1.41173 -1.40012,6.52224 0.0919,5.9942 0.73618,7.53576 2.42253,5.79685 0.361,-0.37224 0.6161,-3.30149 0.56689,-6.50946 -0.0693,-4.51798 -0.42753,-5.82745 -1.5893,-5.80963 z m -13.99396,-15.79823 c -0.68751,0.005 -2.9416,-0.24484 -5.00909,-0.55407 -2.96236,-0.44307 -3.75414,-0.24136 -3.73584,0.95179 0.0251,1.63399 2.89963,2.66785 7.29108,2.6223 1.78378,-0.0184 2.7418,-0.55546 2.72688,-1.52836 -0.0127,-0.8249 -0.58552,-1.49614 -1.27303,-1.49166 z m -7.75722,-6.78497 c -5.23148,3.99335 -3.22216,5.67486 2.10213,1.75917 1.92407,-1.41502 2.60309,-2.50341 1.95434,-3.13256 -0.64876,-0.62915 -2.05816,-0.15197 -4.05647,1.37339 z m 0.65859,41.86917 c -2.62186,-2.54263 -3.28202,-2.73617 -6.27898,-1.84076 -8.6498,2.58427 -9.07663,11.77406 -0.62676,13.49455 3.55981,0.72481 7.55701,-1.50289 8.88514,-4.95184 1.27786,-3.31839 1.18485,-3.63331 -1.9794,-6.70195 z m -3.29512,5.90118 c -1.70638,1.46094 -4.19319,-0.0984 -3.43937,-2.1567 0.72261,-1.97307 2.02996,-2.07885 3.56299,-0.28828 0.8704,1.01663 0.83989,1.62005 -0.12362,2.44498 z m -3.505,-43.19141 c -0.48303,0.30884 -0.86482,1.43488 -0.84844,2.5023 0.0328,2.13837 2.6089,2.63953 3.2926,0.64055 0.53919,-1.57648 -1.26525,-3.89671 -2.4442,-3.14285 z m 1.51815,19.40897 c -1.39542,0.0214 -2.06489,2.76075 -1.98278,8.11315 0.0707,4.60781 1.29852,6.47079 2.39371,3.63193 0.85116,-2.20637 0.51694,-11.75932 -0.41093,-11.74508 z M 569.7237,454.9254 c -0.8249,0.0127 -1.49292,0.47295 -1.48448,1.02289 0.008,0.54993 0.69026,0.98953 1.51516,0.97687 0.8249,-0.0127 1.49292,-0.47295 1.48449,-1.02289 -0.008,-0.54993 -0.69026,-0.98953 -1.51517,-0.97687 z m -2.51604,92.04942 c -1.88498,0.0289 -6.8592,0.5837 -11.05383,1.23284 -8.00966,1.23956 -10.96544,0.49563 -9.87377,-2.4851 0.32085,-0.87608 -0.10028,-1.42552 -1.0812,-1.41047 -0.88375,0.0136 -1.61862,0.36237 -1.63306,0.77514 -0.0145,0.41277 -0.24721,2.45952 -0.51725,4.54834 l -0.49099,3.79785 4.32888,-0.55957 c 2.38088,-0.30778 7.92425,-0.88892 12.31859,-1.29144 9.73655,-0.89187 11.48013,-1.3833 11.45184,-3.22772 -0.0148,-0.96473 -1.14101,-1.41528 -3.44921,-1.37987 z m -10.68894,-11.58741 c -0.0364,-0.13696 -0.7296,-0.23884 -1.54038,-0.2264 -0.81079,0.0124 -2.20098,1.49643 -3.08931,3.29777 -0.88835,1.80134 -2.10985,3.60748 -2.71444,4.01364 -1.86057,1.24991 0.90664,4.30193 3.59222,3.96196 4.73108,-0.59893 5.07045,-1.06371 4.42726,-6.06328 -0.335,-2.60407 -0.63891,-4.84673 -0.67535,-4.98369 z m -1.83764,-9.01471 c -0.88629,0.91392 -1.32818,2.36729 -0.98196,3.22974 1.0847,2.70203 2.69422,1.68038 2.64271,-1.67749 -0.0457,-2.97614 -0.16852,-3.09098 -1.66075,-1.55225 z m -3.62932,4.97921 c -1.49302,-1.2009 -2.66596,-0.49907 -2.63413,1.57614 0.0113,0.73324 0.92035,1.31936 2.02022,1.30249 2.30707,-0.0354 2.57674,-1.29984 0.61391,-2.87863 z m -6.24839,5.10471 c -1.62012,1.3871 -1.66958,4.5174 -0.0863,5.46266 0.66803,0.39884 1.98166,-0.33057 3.052,-1.69464 1.77916,-2.26741 1.78523,-2.46136 0.1142,-3.64435 -1.30027,-0.92051 -2.11115,-0.95307 -3.07989,-0.12367 z m 99.38676,-82.30399 c -0.69274,-0.67181 -0.73203,-1.83686 -0.11631,-3.44862 0.87373,-2.28712 0.93689,-2.22586 1.04617,1.01455 0.0798,2.3671 -0.21179,3.13045 -0.92987,2.43407 z M 638.1566,180.8435 c -1.16557,0.0179 -1.23344,-0.12398 -1.66256,-3.4749 -0.92917,-7.25569 -4.28856,-16.32664 -7.42793,-20.05673 -3.95358,-4.69749 -4.41848,-6.02608 -1.39051,-3.9737 2.16748,1.46913 9.04319,11.17072 9.20588,12.98946 0.0508,0.56784 0.28479,1.92958 0.51999,3.0261 1.50198,7.0024 1.79585,11.47381 0.75513,11.48977 z m 2.6837,267.74034 c -1.02031,6.9067 -2.84336,6.94491 -2.16153,0.0453 0.55428,-5.60893 0.7657,-6.18054 2.08934,-5.64901 0.46728,0.18765 0.49978,2.70932 0.0722,5.60372 z M 638.76517,284.8464 c -1.2174,0.0187 -1.84924,-1.88163 -2.81221,-8.45786 -0.40182,-2.74416 -1.66803,-6.91121 -2.81379,-9.26012 -1.98397,-4.0673 -1.83383,-7.24267 0.19728,-4.17236 3.66806,5.5448 7.71301,21.8553 5.42872,21.89034 z m -1.40052,153.5584 c -3.55485,2.79871 -3.56756,2.83726 -2.82856,8.57925 0.46589,3.61995 0.35869,6.01321 -0.28786,6.42664 -0.67834,0.43376 -1.06949,-1.90322 -1.14526,-6.84269 -0.10191,-6.64313 0.13956,-7.6867 2.11035,-9.12065 1.88915,-1.37454 1.99658,-1.76027 0.71093,-2.5526 -0.83297,-0.51335 -2.07703,-0.93164 -2.76458,-0.92951 -2.08896,0.006 -1.43374,-1.49865 1.69063,-3.88358 3.62372,-2.76609 3.76467,-4.21636 0.40479,-4.16482 -3.96717,0.0609 -4.198,-2.63031 -0.55779,-6.5032 l 3.223,-3.429 -2.90322,-0.64836 c -5.20651,-1.16273 -5.81623,-2.31461 -2.89151,-5.46263 l 2.62035,-2.8204 -3.74132,-1.49624 -3.74131,-1.49624 3.03323,-3.95286 c 2.94306,-3.83535 3.78731,-6.15352 2.24904,-6.17551 -0.41264,-0.006 -1.86303,-0.83914 -3.22308,-1.85164 l -2.47284,-1.84092 2.82419,-3.82291 c 2.64017,-3.57382 2.70541,-3.89081 1.00123,-4.86506 -1.00262,-0.57319 -2.79395,-1.80773 -3.98073,-2.74342 l -2.15779,-1.70127 4.68187,-4.64563 c 5.71091,-5.6667 8.56733,-5.11785 3.14816,0.60492 l -3.73019,3.93917 3.44442,3.44635 3.44441,3.44634 -2.6482,2.85039 c -1.4565,1.56771 -2.64304,3.18618 -2.63674,3.5966 0.006,0.41042 1.59635,1.38006 3.53346,2.15476 1.93711,0.77469 3.53023,1.94351 3.54026,2.59736 0.01,0.65387 -1.38766,2.68459 -3.10597,4.51273 l -3.12421,3.32391 3.69795,1.47889 c 2.03386,0.81339 3.70264,1.7857 3.7084,2.16067 0.006,0.37498 -1.15149,1.93244 -2.57165,3.46102 l -2.5821,2.77925 3.7124,1.48467 3.7124,1.48468 -1.77632,2.52008 c -0.97698,1.38605 -2.11356,2.5394 -2.52575,2.56302 -1.80755,0.10353 -0.47116,3.1867 1.81442,4.18603 2.99,1.30733 3.31064,3.39225 0.6581,4.27914 -3.05936,1.02291 -3.33579,3.51749 -0.50363,4.54484 1.37229,0.49779 2.49788,1.08778 2.5013,1.31109 0.003,0.2233 -1.60067,1.67111 -3.56468,3.21734 z m -0.90092,-196.52815 c -1.14372,0.0175 -1.51905,-1.2299 -1.58078,-5.25386 -0.0494,-3.2216 -0.71849,-6.15803 -1.71784,-7.53921 -1.88538,-2.60577 -1.2271,-4.02116 1.02698,-2.20811 3.24743,2.61207 5.11692,14.95753 2.27164,15.00118 z m -2.08944,78.79132 c -0.18355,5.68806 -1.10309,7.66532 -2.52829,5.43649 -0.29709,-0.4646 -0.11393,-3.73029 0.4071,-7.2571 1.6169,-10.94545 -2.14909,-35.54247 -7.22417,-47.1836 -1.93339,-4.43478 -1.95945,-4.5787 -0.83212,-4.59599 1.76495,-0.0271 5.87111,11.55847 8.46109,23.87303 1.24557,5.92226 2.04038,19.68796 1.71639,29.72717 z M 631.7415,211.12564 c -3.3985,2.98501 -11.51401,6.2592 -13.13804,5.30051 -0.85052,-0.50206 -3.63394,-4.97475 -6.18539,-9.93932 -4.71313,-9.17074 -6.1117,-10.31903 -9.96382,-8.18079 -1.23901,0.68774 -1.59402,1.96401 -1.32713,4.77091 0.2004,2.10761 0.61543,9.85741 0.9223,17.2218 0.41627,9.99021 0.90694,13.57359 1.9326,14.11365 0.75606,0.39811 3.93531,1.20811 7.065,1.80001 7.41884,1.40306 8.26445,2.48937 7.53616,9.68141 -1.75665,17.34719 -9.13672,22.49128 -11.38479,7.93547 l -0.61602,-3.98867 -11.13413,0.50019 c -6.12377,0.2751 -11.34335,0.1291 -11.59905,-0.32448 -0.25572,-0.45357 -0.0626,-4.53848 0.42972,-9.0776 0.49207,-4.53912 0.58765,-8.55068 0.21241,-8.91458 -0.37524,-0.36389 -3.26139,0.0912 -6.41367,1.01133 -3.15228,0.92013 -7.60212,2.19351 -9.88855,2.82976 -4.9578,1.3796 -5.66478,3.44315 -4.95458,14.46155 l 0.45963,7.13084 -2.98967,0.69614 c -5.83844,1.35945 -19.0098,1.24515 -21.02639,-0.18248 -2.43492,-1.72376 -1.26787,-3.38118 5.10304,-7.24726 l 4.48158,-2.71958 -0.78727,-7.63361 c -0.43299,-4.19847 -0.99827,-8.33299 -1.25618,-9.1878 -0.50323,-1.66801 5.0503,-5.01683 8.40499,-5.0683 2.14353,-0.0329 8.69296,-2.74706 9.35986,-3.87887 0.25025,-0.42472 0.54107,-5.47674 0.64626,-11.22672 l 0.19123,-10.4545 -4.79079,-1.40771 c -5.22374,-1.5349 -6.39231,-1.03218 -6.94686,2.98861 -0.19006,1.37808 -1.37912,6.00936 -2.64235,10.29174 l -2.29677,7.78614 -5.90089,0.0905 c -4.4473,0.0682 -6.23471,-0.3355 -7.25601,-1.6389 -2.09707,-2.67628 -1.75029,-3.8565 2.35055,-7.99987 3.47071,-3.5067 3.93833,-4.65464 5.30102,-13.0133 0.82199,-5.04204 1.4686,-10.85811 1.4369,-12.92462 l -0.0576,-3.75728 10.06198,0.45821 10.06198,0.45822 4.12924,-4.39942 4.12923,-4.39942 5.46024,0.63681 c 4.72838,0.55145 5.96298,1.18611 9.21094,4.73494 l 3.7507,4.09813 12.19601,-4.24224 c 6.86602,-2.38826 12.57995,-3.86988 13.07457,-3.39021 0.99163,0.96167 3.93072,14.10494 4.84561,21.66909 0.743,6.14293 1.79588,7.47334 5.865,7.41092 5.26714,-0.0808 7.51263,3.98024 3.93724,7.12062 z m -6.40636,-5.08251 -4.4295,-0.43211 -1.41038,-7.47925 c -2.54358,-13.48863 -3.69734,-18.66103 -4.41175,-19.77828 -0.49887,-0.78017 -2.28428,-0.54563 -6.13014,0.8053 -2.98445,1.04834 -8.00862,2.76621 -11.16484,3.8175 -6.07772,2.02441 -7.25673,2.93685 -7.7837,6.02387 -0.18049,1.05733 -0.88772,2.1183 -1.57163,2.35773 -0.88739,0.31066 -1.26609,-1.03901 -1.32245,-4.71315 -0.0982,-6.40136 -1.21759,-8.48608 -5.27955,-9.83259 -4.77201,-1.58187 -7.58799,-1.23126 -9.80292,1.22053 -4.21515,4.66592 -3.30514,12.2262 1.61053,13.38011 1.32424,0.31085 2.64601,1.15875 2.93724,1.88422 0.82948,2.06626 -2.10423,2.64384 -5.84009,1.14979 -2.60626,-1.04231 -3.69216,-2.27761 -4.64248,-5.28112 -1.22307,-3.86555 -1.33685,-3.93724 -8.10539,-5.10715 -7.56061,-1.30683 -9.34289,-0.68588 -9.61541,3.35 -0.086,1.27356 -0.78454,5.89427 -1.55232,10.26825 -0.76779,4.37398 -1.18986,8.15257 -0.93796,8.39686 0.75677,0.7339 -1.39723,4.2101 -2.62037,4.22886 -2.03484,0.0312 -4.74309,3.32735 -4.70626,5.72785 0.0284,1.85048 0.57674,2.33644 2.6014,2.30538 5.63451,-0.0864 7.31948,-3.03204 10.24458,-17.90924 0.678,-3.44831 1.70253,-6.26492 2.27673,-6.25914 0.5742,0.006 3.98432,0.98608 7.57803,2.17847 l 6.53402,2.16797 0.1976,12.88114 0.1976,12.88116 -7.46182,2.54616 c -4.10401,1.40039 -8.02178,2.71682 -8.70616,2.92538 -1.46947,0.44783 -1.49062,4.5241 -0.0695,13.39431 1.09135,6.81178 0.6301,7.97538 -3.19737,8.06587 -2.4184,0.0572 -7.78008,4.02431 -7.02817,5.2002 0.70264,1.09884 14.13585,0.8923 16.95074,-0.26063 1.80095,-0.73764 1.97351,-1.7419 1.8363,-10.68668 l -0.15145,-9.87252 12.91322,-3.4703 c 15.60383,-4.19338 15.84289,-4.10328 14.60235,5.50356 -0.46262,3.58252 -0.83364,7.59088 -0.82451,8.90747 l 0.0166,2.3938 8.23686,-0.92017 c 15.27847,-1.70681 14.14575,-2.04691 14.82562,4.45157 0.62205,5.94583 1.52937,7.79655 3.04694,6.21505 1.05917,-1.10379 1.69835,-4.52927 2.46726,-13.22273 0.49709,-5.62028 0.36814,-6.25638 -1.26333,-6.23135 -0.99931,0.0153 -4.85092,-0.89817 -8.55915,-2.03002 l -6.74222,-2.05788 -0.0313,-11.08977 c -0.0173,-6.09936 -0.40973,-14.51516 -0.87224,-18.70176 l -0.84092,-7.61199 4.23219,-1.69112 c 6.78469,-2.71106 8.15592,-2.36214 9.68289,2.46391 0.73405,2.31999 2.9704,6.9639 4.96966,10.3198 3.59268,6.03057 3.67092,6.08905 6.71631,5.02092 3.66312,-1.28481 7.70392,-4.82936 7.19313,-6.30974 -0.19968,-0.5787 -2.35632,-1.24664 -4.79254,-1.4843 z m -36.87199,3.56598 c -2.41948,1.343 -2.4876,2.79516 -0.24391,5.19924 1.35749,1.45453 1.45519,2.08001 0.47985,3.07174 -0.96909,0.98536 -1.52228,0.85493 -2.65021,-0.62486 -0.78401,-1.0286 -1.61933,-2.36594 -1.85628,-2.97188 -0.2775,-0.70963 -1.86694,-0.27884 -4.46614,1.21046 -4.66846,2.67494 -5.12899,2.77114 -5.16714,1.07938 -0.0156,-0.68734 1.33633,-2.40708 3.00406,-3.82165 l 3.03226,-2.57192 -2.12037,-2.37038 c -3.08232,-3.4457 -0.44788,-4.86917 2.77791,-1.501 2.25759,2.35723 2.50388,2.40097 4.79187,0.85116 2.348,-1.59048 4.35947,-1.38734 4.38755,0.44309 0.008,0.49813 -0.87861,1.40111 -1.96945,2.00662 z m 42.783,-33.28193 c -1.27472,1.31442 -2.0607,0.51821 -3.81004,-3.85972 -0.9917,-2.4818 -2.94438,-5.82724 -4.33929,-7.43431 -1.78139,-2.05231 -2.10951,-2.9285 -1.10249,-2.94395 0.78856,-0.0121 2.13918,0.75478 3.00138,1.70417 2.35302,2.59093 6.9511,11.81132 6.25044,12.53381 z m -1.87679,65.92428 c -1.54428,1.59239 -2.16276,0.57311 -2.71531,-4.47483 -0.31556,-2.883 -0.91768,-6.02413 -1.33804,-6.9803 -0.42881,-0.9754 -0.3317,-1.74511 0.22127,-1.7536 1.93178,-0.0296 5.32564,11.66862 3.83208,13.20873 z m 0.44534,213.75237 c -1.69727,0.026 -1.44156,0.79455 -5.79103,-17.40441 -0.65299,-2.73218 -1.01936,-2.94941 -4.39577,-2.60627 -4.44827,0.45208 -4.71267,-0.77638 -1.11372,-5.1746 l 2.60596,-3.1847 -4.15873,-0.24374 c -4.81755,-0.28235 -5.11692,-1.20434 -1.73674,-5.34886 3.17665,-3.89499 3.0777,-4.86541 -0.49052,-4.81067 -3.60051,0.0552 -4.35144,-1.65488 -2.18115,-4.96713 3.26696,-4.98599 3.30738,-5.2357 0.8073,-4.98857 -4.76537,0.47106 -4.9568,0.22536 -2.90638,-3.73026 1.83536,-3.54075 1.84739,-3.79836 0.18966,-4.06194 -4.40615,-0.70059 -4.55593,-0.99089 -2.43374,-4.71715 2.70312,-4.74632 2.56994,-5.47759 -0.98766,-5.42301 -3.56251,0.0547 -3.63006,-0.30803 -1.00448,-5.3926 2.26635,-4.38892 1.53428,-5.57396 -3.41351,-5.52561 -1.51244,0.0152 -2.75722,-0.44986 -2.76616,-1.03255 -0.0312,-2.0355 7.14155,-9.87386 9.4783,-10.35782 3.23879,-0.67078 2.97318,0.32251 -1.07455,4.01839 -4.2981,3.92448 -4.34306,5.33221 -0.16891,5.28785 1.78741,-0.0194 3.92334,0.377 4.74649,0.87997 1.25492,0.76681 1.06244,1.38186 -1.19173,3.80814 -3.41171,3.67219 -3.49393,6.29694 -0.19567,6.24634 3.57362,-0.0548 3.91652,1.38761 1.13936,4.79277 -3.11631,3.82099 -3.07736,4.23802 0.39087,4.18482 3.95826,-0.0607 4.42136,0.78346 2.19886,4.00823 -2.47548,3.59186 -2.42113,3.99612 0.53119,3.95083 3.63368,-0.0557 3.99167,1.53669 1.19615,5.32079 -1.37703,1.86399 -2.50002,3.62782 -2.49555,3.91962 0.004,0.2918 1.36212,0.77981 3.01699,1.08446 3.53256,0.65032 3.81979,2.32569 1.02703,5.99044 -2.44387,3.2069 -1.74657,4.67185 2.19499,4.61139 3.46126,-0.0531 3.87997,1.80644 1.00989,4.48503 -2.72565,2.54381 -2.45021,3.538 0.96567,3.4856 2.65387,-0.0407 2.97691,0.33081 3.64729,4.19455 0.40453,2.33157 1.6439,7.19915 2.75413,10.81684 2.41646,7.87397 2.41507,7.85607 0.60587,7.88383 z m -2.4422,-144.22951 c -1.23479,3.20071 -2.10509,0.50064 -2.72661,-8.45918 -0.37164,-5.35743 -1.43233,-11.70698 -2.35708,-14.11013 -0.92475,-2.40314 -1.89859,-5.31355 -2.1641,-6.46757 -0.2655,-1.15401 -0.81447,-3.17612 -1.21992,-4.49356 -0.51516,-1.67391 -0.3906,-2.18842 0.41358,-1.7083 1.59305,0.95111 6.15661,15.55146 7.50027,23.99591 1.20746,7.58839 1.29309,9.32661 0.55386,11.24283 z m 7.65158,545.19677 c -0.88278,0.0135 -9.73787,-5.095 -10.2676,-5.92343 -1.1723,-1.83334 2.68584,-0.89045 6.59653,1.61212 3.35626,2.14777 5.1788,4.28818 3.67107,4.31131 z m -3.49371,-23.94923 c -2.79262,0.0428 -3.37468,-1.40721 -0.9548,-2.37864 2.48729,-0.9985 3.40675,-0.7733 3.4315,0.84047 0.0143,0.93323 -0.92132,1.51431 -2.4767,1.53817 z m -0.91304,9.8421 c -1.5326,-0.15632 -2.99193,-0.87827 -3.24295,-1.60432 -0.32167,-0.93041 0.36617,-1.23619 2.33015,-1.03586 1.53259,0.15632 2.99193,0.87827 3.24294,1.60432 0.32167,0.93041 -0.36617,1.23619 -2.33014,1.03586 z m -0.25407,-20.82629 c -1.36273,0.75642 -2.82031,1.04306 -3.23904,0.63697 -0.88043,-0.85384 2.44233,-3.6243 4.38252,-3.65406 2.12025,-0.0325 1.52605,1.53528 -1.14347,3.01709 z m -3.69902,-11.42226 c -2.67132,2.71312 -5.15376,4.64512 -5.51651,4.29332 -0.742,-0.71959 7.153,-10.84074 8.4721,-10.86097 2.39234,-0.0367 1.42031,2.12328 -2.95558,6.56765 z m -1.68467,-349.53682 c -0.73967,0.0113 -2.12189,-0.81195 -3.07159,-1.82955 -1.45979,-1.56414 -1.50404,-1.93959 -0.28623,-2.42846 0.79228,-0.31805 2.16987,0.20321 3.0613,1.15837 1.98023,2.12178 2.07117,3.07241 0.29652,3.09964 z m 0.41902,147.51092 c -0.60336,1.10939 -2.38489,3.55215 -3.95898,5.42836 l -2.86196,3.4113 3.10047,1.82096 c 4.56334,2.68013 4.17349,5.83802 -1.49256,12.09005 l -4.67148,5.15461 2.27269,1.46209 c 3.83956,2.47011 2.99871,5.98929 -2.76409,11.56845 -4.05517,3.92593 -4.81418,5.13727 -3.66082,5.84248 0.80026,0.48932 2.01757,0.88793 2.70512,0.88581 2.48305,-0.008 1.37162,4.80601 -1.66601,7.21565 -1.64475,1.30471 -4.19854,3.36227 -5.67507,4.57235 l -2.6846,2.20015 2.78321,2.50115 c 1.53077,1.37563 2.79091,3.00215 2.8003,3.6145 0.0566,3.68995 -6.07614,8.527 -12.68718,10.00671 -3.2927,0.73698 -3.57473,1.08877 -3.64165,4.54222 -0.0829,4.27676 -3.87076,9.16121 -8.81868,11.37158 -2.43886,1.08951 -3.25093,2.30467 -4.20967,6.29931 -1.35574,5.6487 -3.49575,9.27098 -5.49532,9.30166 -2.42234,0.0371 -4.5609,-2.97557 -4.61499,-6.50141 -0.0508,-3.3144 -0.18114,-3.4262 -3.9264,-3.36874 -2.1306,0.0327 -5.73619,0.74881 -8.01242,1.59138 -4.13038,1.52892 -4.1408,1.52659 -5.24464,-1.16969 -2.95807,-7.22544 -5.11124,-11.14122 -6.11776,-11.12577 -2.19653,0.0337 -6.85246,4.28489 -6.82262,6.22956 0.0168,1.09327 1.3786,4.60332 3.02627,7.80014 l 2.99579,5.81237 -2.12566,2.01292 c -3.43478,3.25261 -17.45308,10.69123 -19.04749,10.1073 -2.59228,-0.9494 -1.68459,-5.05774 1.91152,-8.65183 1.89616,-1.89509 3.44212,-3.8003 3.43547,-4.23381 -0.007,-0.43351 -1.96802,-3.60427 -4.35859,-7.04613 -4.29184,-6.17923 -4.40511,-6.25726 -9.00664,-6.20441 -5.7158,0.0657 -9.87624,-2.31375 -9.92784,-5.67783 -0.0204,-1.3297 0.40859,-2.70263 0.95331,-3.05094 0.54472,-0.34832 0.97985,-1.32122 0.96695,-2.162 -0.0186,-1.21587 -0.79828,-1.38554 -3.80973,-0.82912 -3.00487,0.5552 -4.15198,0.30775 -5.55825,-1.19904 -1.69958,-1.82108 -1.63127,-2.08891 1.67244,-6.55748 3.25237,-4.39915 3.33702,-4.71422 1.51841,-5.65191 -1.05927,-0.54617 -3.00197,-0.97654 -4.31709,-0.95636 -3.18367,0.0488 -7.06074,-4.03984 -6.6813,-7.04594 0.17757,-1.40681 1.81683,-3.3636 4.08904,-4.88115 l 3.79264,-2.533 -5.66006,-5.10823 c -3.11304,-2.80953 -5.70717,-5.93361 -5.76473,-6.9424 -0.0576,-1.0088 -0.25769,-2.55911 -0.44474,-3.44514 -0.52789,-2.50054 0.81955,-3.97094 3.99268,-4.35701 4.06977,-0.49518 4.01724,-2.63049 -0.16131,-6.55803 -3.0983,-2.91217 -3.59174,-4.001 -3.65406,-8.06311 -0.0789,-5.14087 1.20112,-6.39501 5.49749,-5.38648 3.45766,0.81165 3.08792,-1.43594 -0.74662,-4.5386 -3.70904,-3.00111 -6.65608,-9.92833 -4.78249,-11.24158 2.92377,-2.04935 13.6658,1.76626 22.72823,8.07317 2.44349,1.70053 8.86001,7.20339 14.25893,12.2286 l 9.81621,9.13673 2.97167,-3.06426 c 3.58722,-3.69899 9.34911,-5.32331 14.40118,-4.0598 4.35827,1.08999 8.59235,4.1397 9.49485,6.83892 0.36115,1.08024 1.24441,1.95505 1.96278,1.94403 1.74606,-0.0268 14.37525,-12.08755 14.35044,-13.70456 -0.0335,-2.18577 2.54526,-3.60295 7.28319,-4.0025 3.54513,-0.29897 5.40317,-1.16752 8.32884,-3.89334 4.53148,-4.22195 21.44214,-14.78363 25.28672,-15.79302 1.82846,-0.48006 3.58806,-0.18799 5.26402,0.87377 2.71634,1.72085 3.14733,3.87676 1.41264,7.06634 z m -2.49864,-5.26183 c -1.16161,-0.62686 -3.76418,0.32589 -9.19943,3.36774 -8.20126,4.58984 -18.64342,11.52453 -19.49087,12.94399 -0.28945,0.48481 0.21631,1.97775 1.12392,3.31764 1.28569,1.89804 1.41287,2.89644 0.57577,4.51994 -0.59093,1.14608 -1.39594,2.09561 -1.78891,2.11006 -2.58836,0.0952 -3.38425,2.85016 -4.91708,17.02045 -0.9117,8.42827 -2.02266,15.65569 -2.46881,16.06095 -0.44615,0.40526 -4.73958,1.36041 -9.54095,2.12255 l -8.72977,1.38573 0.0598,3.89597 c 0.0407,2.65049 -0.38241,3.90274 -1.32344,3.91718 -1.94105,0.0298 -2.66743,-3.38057 -1.59758,-7.50058 0.74161,-2.85587 1.39725,-3.51017 3.60791,-3.60046 7.60852,-0.31078 15.17001,-2.03505 15.17124,-3.45952 5.4e-4,-0.66267 0.58752,-6.16443 1.30433,-12.22614 0.7168,-6.06171 1.28475,-12.47211 1.26212,-14.24535 -0.0326,-2.58143 0.56431,-3.54904 2.99639,-4.85437 4.19878,-2.25356 3.50786,-4.92555 -1.35894,-5.25546 -7.08118,-0.48002 -7.40934,0.17177 -7.81732,15.52648 -0.23039,8.67084 -0.7823,13.96367 -1.50422,14.42529 -0.62718,0.40104 -5.68334,1.09694 -11.23594,1.54646 -7.64941,0.61926 -10.29514,0.51335 -10.91907,-0.43708 -1.16862,-1.78016 -1.14197,-7.51362 0.0384,-8.26842 1.25216,-0.80068 1.1835,-8.07649 -0.098,-10.38516 -1.25136,-2.25439 -8.23679,-4.42979 -11.45856,-3.56844 -4.16456,1.11341 -5.74235,3.50361 -5.33694,8.08495 0.31985,3.6145 0.82983,4.3611 4.1423,6.06426 3.15281,1.62108 3.78607,2.46993 3.82918,5.13285 0.0279,1.75482 -0.44327,3.50703 -1.04817,3.89383 -0.60489,0.38679 -4.30925,0.94605 -8.23191,1.24281 -3.92265,0.29675 -9.37348,0.95671 -12.11294,1.46659 -2.73946,0.50988 -5.33089,0.71806 -5.75873,0.46263 -1.27305,-0.76006 -3.56597,-6.67207 -5.0061,-12.90765 -0.7414,-3.21015 -1.75263,-6.61802 -2.24718,-7.57305 -1.16423,-2.24822 -4.02262,-2.16761 -6.84826,0.19316 -2.44191,2.04011 -1.89054,4.1914 1.06267,4.14609 2.21433,-0.034 2.74686,1.77651 3.80714,12.94313 l 0.80598,8.48864 11.33129,-0.17383 c 6.23908,-0.0957 11.77536,0.26881 12.31943,0.81114 0.54347,0.54172 1.15484,3.23266 1.3586,5.97986 0.28605,3.85675 0.0363,5.00003 -1.09594,5.0174 -1.01036,0.0155 -1.58229,-1.2976 -1.83905,-4.22229 l -0.37265,-4.24478 -11.31872,0.17363 c -7.87073,0.12074 -11.62024,-0.20257 -12.3085,-1.06133 -0.54439,-0.67923 -1.55398,-5.43213 -2.24353,-10.56201 -1.05104,-7.81896 -1.67089,-9.73158 -3.83362,-11.82895 -1.41892,-1.37605 -2.5882,-3.04574 -2.5984,-3.71042 -0.0284,-1.8505 2.99086,-4.06894 7.63245,-5.60802 5.9248,-1.96459 6.90291,-1.03994 8.82347,8.34121 0.80629,3.93843 2.75726,9.98049 3.6603,11.33579 0.71955,1.07991 2.84548,1.23345 9.76223,0.70505 13.08094,-0.99932 14.9595,-2.22363 8.79707,-5.73325 -2.16982,-1.23575 -3.76278,-3.05318 -4.19402,-4.78501 -1.34959,-5.4197 -25.50299,-27.18067 -35.67328,-32.13978 -5.73464,-2.79625 -11.2882,-3.31277 -11.25343,-1.04665 0.0118,0.77017 3.4499,4.85712 7.6402,9.0821 4.1903,4.22498 7.62426,8.04255 7.63102,8.48347 0.0198,1.28928 -1.68508,0.96227 -5.35947,-1.02799 -1.88804,-1.02268 -4.72943,-1.99171 -6.31418,-2.15341 -2.64869,-0.27023 -2.89902,-0.011 -3.0999,3.20979 -0.18944,3.03719 0.52667,4.27417 5.37763,9.28915 3.07789,3.18196 5.33169,6.22837 5.00844,6.76979 -0.33385,0.55919 -2.41786,0.7386 -4.8246,0.41534 -8.91531,-1.19741 -7.8328,5.9354 2.01804,13.29702 3.14405,2.3496 5.72447,4.79357 5.73425,5.43107 0.01,0.6375 -1.84247,1.84883 -4.11613,2.69184 -8.32826,3.08793 -7.34488,7.23337 2.12118,8.9418 8.91878,1.60965 8.78597,1.36313 3.86219,7.1691 -2.47378,2.91701 -4.49323,5.6007 -4.48767,5.96377 0.0222,1.44743 3.45396,1.78372 7.21974,0.70748 2.18728,-0.6251 4.1801,-0.9395 4.42846,-0.69863 0.24837,0.24086 -0.54505,2.57197 -1.76315,5.18024 -2.15586,4.61622 -2.1641,4.77814 -0.31008,6.09067 1.1293,0.79947 4.07572,1.25791 7.23784,1.12615 5.1505,-0.2146 5.5516,-0.44523 11.70916,-6.73253 3.76614,-3.8455 6.85056,-6.22697 7.53543,-5.81808 0.74201,0.44301 -1.21775,3.16244 -5.44326,7.55329 -5.63413,5.85456 -6.48752,7.20683 -5.81744,9.21823 0.87377,2.62284 5.27791,8.64888 7.62211,10.42909 1.29285,0.9818 0.81321,1.87872 -3.23554,6.05034 -4.21927,4.34732 -4.51538,4.93044 -2.63519,5.18942 2.04366,0.28147 9.63408,-3.64403 13.18937,-6.8211 2.4257,-2.16764 2.12313,-4.61873 -1.39273,-11.28238 l -3.05878,-5.79737 5.49103,-4.61487 c 3.02007,-2.53817 5.84465,-4.62029 6.27683,-4.62692 1.31495,-0.0202 2.55617,2.18766 4.62811,8.23235 1.08828,3.17498 2.29225,5.95989 2.67547,6.18869 0.38323,0.22879 3.10768,-0.24531 6.05434,-1.05358 10.49677,-2.87926 10.2694,-2.94551 10.92959,3.18432 0.32072,2.97772 1.11956,5.58121 1.77522,5.78553 1.8986,0.59166 4.26374,-4.11073 4.82867,-9.60039 l 0.51992,-5.05229 -3.89555,-1.01756 c -2.14256,-0.55964 -5.02057,-1.00969 -6.39558,-1.00009 -3.94383,0.0276 -5.20051,-1.32428 -5.83593,-6.27781 -0.53959,-4.20644 -0.40341,-4.61803 1.53779,-4.64781 1.81396,-0.0278 2.13879,0.55348 2.19043,3.91986 0.057,3.71566 0.28629,4.01148 3.82617,4.93632 2.07104,0.54107 4.85501,0.96958 6.18659,0.95222 1.33158,-0.0174 3.27821,0.72055 4.32583,1.63981 1.79597,1.5759 2.10715,1.55833 5.44814,-0.30758 4.60633,-2.57258 5.90197,-5.51219 4.43142,-10.05412 -0.6184,-1.90996 -0.83181,-3.65115 -0.47426,-3.86932 0.35755,-0.21816 3.09632,-0.76516 6.08616,-1.21554 4.01221,-0.6044 6.1583,-1.56362 8.19344,-3.66217 3.49149,-3.60027 2.73049,-5.79036 -2.12655,-6.12005 -2.97304,-0.2018 -3.64042,-0.62863 -3.52053,-2.25152 0.15673,-2.12161 0.89511,-2.80216 8.63242,-7.95612 9.25594,-6.16556 6.31668,-8.06373 -6.24466,-4.03279 -4.46164,1.43174 -2.32543,-2.19539 3.89892,-6.62008 10.46699,-7.44068 15.18115,-12.98186 11.29764,-13.27962 -3.23732,-0.24823 -5.67873,0.60701 -11.01379,3.85817 -6.36599,3.8794 -7.61439,4.22709 -7.64656,2.12967 -0.0119,-0.77773 2.17159,-2.81043 4.85229,-4.51711 5.43094,-3.45764 7.35305,-4.97741 13.64852,-10.79158 11.53387,-10.6521 4.36139,-12.81062 -8.63192,-2.59773 -3.22411,2.53419 -4.61786,3.11525 -5.47519,2.28262 -0.85706,-0.83236 0.35827,-2.45778 4.76988,-6.37936 7.87597,-7.00113 17.23886,-17.15733 17.21559,-18.67424 -0.0103,-0.67004 -0.74763,-1.61162 -1.63855,-2.09242 z m -36.01415,66.66517 c -1.00191,1.03311 -8.34728,0.97724 -8.36324,-0.0636 -0.007,-0.48752 1.44529,-1.13256 3.22839,-1.43344 3.38465,-0.57111 6.31266,0.28255 5.13485,1.49706 z m -4.00835,6.74157 c -3.01174,0.0294 -6.07733,-1.42014 -5.11089,-2.41669 0.86962,-0.89672 7.83081,0.435 7.84717,1.50122 0.008,0.48873 -1.22383,0.90069 -2.73628,0.91547 z m -0.79973,9.02864 c -1.12463,0.0173 -7.36482,-4.32387 -7.38472,-5.13733 -0.0333,-1.3644 2.02087,-0.81146 5.05513,1.36068 2.80999,2.0116 3.88405,3.75281 2.32959,3.77665 z m -4.4767,7.0695 c -2.34444,0.036 -6.62932,-4.11944 -4.87998,-4.73252 0.70877,-0.24841 2.48531,0.70884 3.94787,2.12719 2.16969,2.10413 2.34126,2.58371 0.93211,2.60533 z m -52.0829,-4.43042 c -4.49735,2.47111 -5.67645,2.7817 -5.69611,1.50045 -0.0216,-1.40866 8.03155,-5.59161 8.985,-4.66697 0.51624,0.50064 -0.87515,1.84027 -3.28889,3.16652 z m -1.34781,-7.31421 c -3.95622,0.8052 -6.522,-0.0652 -4.36297,-1.48015 1.77409,-1.16263 7.83841,-1.2569 7.85581,-0.12251 0.007,0.48873 -1.56428,1.20975 -3.49285,1.60226 z m 2.75638,-6.14688 c -1.05073,1.08347 -10.32033,0.92674 -10.33723,-0.17479 -0.008,-0.54994 2.45937,-1.03785 5.48402,-1.08425 5.56111,-0.0853 6.03717,0.0382 4.85321,1.25904 z m 48.27882,-41.95575 c -10.82884,8.73545 -15.957,14.80608 -14.47081,17.13031 0.33809,0.52872 3.93287,0.91041 7.98839,0.8482 8.47869,-0.13007 8.08302,0.4755 8.16683,-12.49918 0.0414,-6.41118 -0.072,-6.78005 -1.68441,-5.47933 z m 49.55737,232.49871 c -1.44952,0.92687 -6.69437,-3.54058 -6.15568,-5.24327 0.30223,-0.95531 1.41552,-0.48949 3.83095,1.60296 2.10336,1.82212 2.99199,3.21363 2.32473,3.64031 z M 621.62791,741.663 c -0.59862,0.38278 -1.01523,-0.98486 -1.05315,-3.45735 -0.0688,-4.48413 -2.19115,-10.17221 -4.70521,-12.6103 -2.30208,-2.23253 -0.94631,-3.01385 1.50196,-0.86558 3.46633,3.04158 6.58405,15.44485 4.2564,16.93323 z m -1.98012,103.24105 c -0.74309,1.7708 -2.98021,4.89954 -4.97138,6.95275 -3.00201,3.09555 -3.5848,4.38386 -3.41243,7.54344 0.17241,3.16013 -0.28637,4.17382 -2.68864,5.94053 -1.98507,1.45989 -2.97897,3.14663 -3.15855,5.36033 -0.2561,3.15703 -0.38396,3.23896 -5.64948,3.62003 -2.96309,0.21444 -5.77464,0.0144 -6.24788,-0.44455 -0.47324,-0.45894 -0.4639,-2.30163 0.0208,-4.09486 0.836,-3.09321 0.72859,-3.28851 -2.09439,-3.80821 -2.12929,-0.39199 -2.84923,-1.01046 -2.53137,-2.17458 0.24431,-0.89473 0.70564,-3.71307 1.02518,-6.26296 0.48602,-3.87844 0.26501,-4.85581 -1.35222,-5.97997 -7.51193,-5.22164 -9.87332,-16.80618 -4.95697,-24.31797 3.65715,-5.58783 4.45478,-6.29876 9.69432,-8.64046 5.10532,-2.28172 11.30521,-2.63368 16.06116,-0.91177 3.72462,1.34851 8.80394,5.38844 10.40799,8.2782 1.59426,2.87212 1.50059,15.01597 -0.14608,18.94005 z m -5.41719,-21.5971 c -3.48796,-3.01977 -11.58563,-5.13902 -15.49076,-4.05411 -8.03072,2.23108 -13.94133,9.59992 -13.92318,17.35821 0.007,3.08517 0.66908,5.94919 1.74028,7.53061 1.8827,2.77939 8.87155,7.43613 11.10867,7.40181 2.61778,-0.0402 3.41727,-10.04019 0.96068,-12.01615 -0.83541,-0.67195 -1.52498,-1.61658 -1.53238,-2.09918 -0.0227,-1.48082 2.73462,-1.01389 3.37078,0.57081 0.89162,2.22108 2.1986,1.78785 3.48547,-1.15536 0.93425,-2.13675 1.41581,-2.40212 2.6124,-1.43965 1.27386,1.02462 1.2462,1.58174 -0.21005,4.23136 -6.07248,11.04879 -6.08949,11.48505 -0.47708,12.23885 3.72661,0.50052 5.02376,0.25996 6.65495,-1.23419 4.53753,-4.1563 5.55807,-7.319 5.21635,-16.16549 -0.31127,-8.05826 -0.4561,-8.51824 -3.51613,-11.16752 z m -14.34134,37.20347 c -5.94684,0.0912 -7.43548,0.41516 -7.41709,1.61396 0.0244,1.58824 0.7692,1.73606 8.2143,1.63023 5.4727,-0.0778 8.17936,-0.95549 7.28068,-2.36092 -0.35077,-0.54857 -3.98583,-0.94604 -8.07789,-0.88327 z m 0.85012,-5.41633 c -6.87071,-0.59759 -8.0415,-0.35269 -6.89389,1.44203 0.80073,1.25225 13.56188,1.24933 13.54267,-0.003 -0.007,-0.474 -2.99922,-1.12152 -6.64878,-1.43894 z m -0.31691,11.86929 c -2.16506,-0.65079 -3.81713,0.81535 -3.80844,3.37982 0.006,1.88183 2.81907,2.59127 4.51542,1.13892 2.09109,-1.79032 1.78124,-3.77083 -0.70698,-4.51874 z m 19.38383,11.6959 c -0.87307,0.55828 -2.77076,-1.3767 -5.4761,-5.5837 -1.89005,-2.93917 -2.23576,-4.75145 -0.91027,-4.77178 1.27895,-0.0196 7.31229,9.76342 6.38637,10.35548 z m -8.54222,-534.8377 c -0.96343,0.38676 -4.59494,-1.64621 -9.72781,-5.44576 -4.50476,-3.33459 -8.1927,-6.20828 -8.19542,-6.38598 -0.0176,-1.14761 2.0411,-1.27158 3.16682,-0.1907 0.74287,0.71328 4.5333,3.39923 8.42317,5.96877 8.60033,5.68117 8.20424,5.30257 6.33324,6.05367 z m -4.87585,-25.14138 c -2.60703,0.37651 -6.53608,0.95762 -8.73122,1.29137 l -3.99116,0.60681 3.81046,-1.55332 c 5.00338,-2.0396 13.61692,-3.31479 13.6368,-2.01885 0.008,0.54418 -2.11785,1.29747 -4.72488,1.67399 z m 9.3814,490.99081 c -1.03076,0.962 -2.13121,1.347 -2.44546,0.85557 -0.78614,-1.22942 2.19072,-5.43305 3.35516,-4.73784 1.41997,0.84777 1.16197,1.94882 -0.9097,3.88227 z m -2.02065,-68.3872 c -0.47966,0.007 -1.20633,-1.88917 -1.61484,-4.2145 -0.4085,-2.32533 -1.71418,-5.23064 -2.90149,-6.45625 -1.86222,-1.9223 -1.92678,-2.23194 -0.46994,-2.25429 2.30205,-0.0353 5.7392,5.68585 5.80476,9.6621 0.0294,1.78726 -0.33885,3.25558 -0.81849,3.26294 z m -0.64329,-29.45428 c -0.4771,0.30507 -1.5423,-0.99329 -2.36713,-2.88526 -0.82482,-1.89196 -2.67381,-4.18376 -4.10886,-5.0929 -1.43505,-0.90912 -2.61529,-2.05116 -2.62276,-2.53785 -0.027,-1.7588 1.98702,-0.84909 5.35829,2.42032 3.55483,3.44741 5.25502,7.12723 3.74046,8.09569 z m -6.02273,50.0809 c -2.96315,2.02695 -4.46599,4.10172 -6.0837,8.39895 -1.18164,3.13887 -2.68924,6.31723 -3.35022,7.06301 -0.77853,0.87844 -4.79241,1.60914 -11.39714,2.07479 -6.84567,0.48264 -10.65526,1.19301 -11.5951,2.16214 -1.98682,2.04873 -1.66745,6.05935 0.71637,8.99604 2.5531,3.14524 2.56622,4.33474 0.10314,9.35146 -2.73572,5.57198 -6.96551,8.02034 -14.05175,8.13368 -4.94395,0.079 -6.18787,-0.31155 -9.22527,-2.89701 -1.93094,-1.64363 -3.8126,-4.26846 -4.18146,-5.83296 -0.79212,-3.35967 1.16471,-8.76855 4.17204,-11.53202 2.39603,-2.20173 2.70756,-4.45517 0.71671,-5.18431 -1.18979,-0.43574 -9.9325,1.21192 -17.84876,3.36382 -2.52346,0.68596 -2.88595,0.39085 -4.81123,-3.91695 -1.14519,-2.56234 -2.31799,-5.85491 -2.60623,-7.31682 -0.28824,-1.4619 -1.00541,-4.22284 -1.59371,-6.13541 -2.43736,-7.92387 -0.94969,-13.75109 4.25232,-16.65636 3.08092,-1.72066 3.40567,-1.72919 5.89097,-0.15468 2.57693,1.63254 2.59819,1.73082 1.04769,4.84533 -1.15522,2.32052 -1.40737,4.65478 -0.93371,8.64393 0.8589,7.23358 2.03308,8.19743 7.78953,6.39423 l 4.49267,-1.40732 -0.15787,-9.39811 c -0.15454,-9.20073 -0.0878,-9.48822 3.17894,-13.68982 l 3.33683,-4.29171 -2.39716,-1.75115 c -1.31844,-0.96313 -3.54047,-1.98983 -4.93785,-2.28155 -1.39738,-0.29172 -3.41728,-1.19226 -4.48868,-2.0012 -1.70955,-1.29076 -1.79234,-1.77268 -0.67635,-3.9371 3.99445,-7.74703 11.06686,-13.40911 15.46076,-12.37769 3.02074,0.70908 3.18988,3.66445 0.43823,7.65699 l -2.02669,2.94068 4.69447,1.92759 c 2.58195,1.06018 5.78602,2.18382 7.12015,2.497 3.47592,0.81594 3.70828,1.73348 1.44525,5.70705 -2.04475,3.59017 -3.36898,8.7091 -2.24861,8.69191 2.12581,-0.0326 17.28813,-8.84806 17.26983,-10.04077 -0.0122,-0.79616 -1.82274,-3.5323 -4.0234,-6.0803 -2.20066,-2.54801 -3.70191,-5.06273 -3.33611,-5.58827 1.49308,-2.1451 11.66967,-10.38678 13.62988,-11.03839 2.49419,-0.82909 7.39417,0.73122 7.41919,2.36252 0.01,0.62844 -1.30873,2.7007 -2.92971,4.60503 -1.62098,1.90434 -2.93723,4.11493 -2.925,4.91243 0.0122,0.79751 1.39738,3.60994 3.0781,6.24987 1.68072,2.63991 3.18975,5.66208 3.35341,6.71593 0.35936,2.31408 -12.81282,15.22169 -17.71441,17.35859 -2.96618,1.29314 -3.2264,1.77809 -3.16325,5.89511 l 0.0688,4.48605 5.87687,-0.0902 c 6.66927,-0.10231 6.86352,-0.26621 10.05873,-8.48663 1.25425,-3.22686 3.08917,-6.31591 4.0776,-6.86457 0.98843,-0.54865 4.14797,-0.89806 7.02119,-0.77644 4.84036,0.20488 5.24993,0.4187 5.5765,2.91137 0.28679,2.18905 -0.38071,3.19178 -3.58282,5.38219 z m -0.83781,-6.9419 c -1.42709,-0.335 -3.4299,-0.32982 -4.4507,0.0115 -2.30803,0.77171 -5.72636,6.38149 -7.26704,11.92582 l -1.1655,4.19419 -7.37568,0.4118 c -11.23874,0.62748 -11.46237,0.50497 -11.15557,-6.11095 0.25155,-5.42446 0.37166,-5.63588 4.3822,-7.71387 4.90663,-2.54227 16.44461,-13.89772 16.41005,-16.15045 -0.0134,-0.8706 -1.40677,-3.69069 -3.09649,-6.26686 -1.68971,-2.57616 -3.07927,-5.14464 -3.08791,-5.70773 -0.009,-0.56308 1.38866,-2.82729 3.1051,-5.03158 2.23685,-2.87262 2.80988,-4.30931 2.0231,-5.07232 -1.7113,-1.65959 -5.1783,0.0189 -10.35704,5.01411 l -4.73293,4.5652 4.68576,5.7795 c 5.05533,6.23532 5.2291,8.19218 0.83026,9.34959 -3.78693,0.9964 -15.84931,7.28837 -17.77053,9.26944 -1.5053,1.55222 -6.38544,2.31171 -6.40561,0.99691 -0.006,-0.3654 1.54829,-4.0821 3.4531,-8.25931 4.0138,-8.8022 3.87923,-9.08708 -5.5089,-11.66204 -2.90004,-0.79541 -5.27797,-1.97676 -5.2843,-2.62521 -0.006,-0.64846 0.86176,-2.54256 1.92908,-4.20913 4.47155,-6.98215 1.39839,-7.3185 -5.15212,-0.5639 -6.44811,6.64904 -6.22495,8.05373 1.8341,11.54433 3.59161,1.55563 6.53503,3.14307 6.54093,3.52764 0.006,0.38458 -0.68121,1.29165 -1.5269,2.01569 -2.56433,2.1955 -6.06959,9.30477 -6.68398,13.55629 -0.37451,2.59156 -0.006,5.5588 1.04347,8.39097 0.89258,2.40988 1.50688,4.46838 1.36512,4.57443 -0.14177,0.10606 -3.71651,1.38749 -7.94388,2.84763 -5.76823,1.99236 -7.93306,2.36642 -8.67567,1.49905 -2.48064,-2.89738 -4.29488,-16.81681 -2.35367,-18.05809 1.70737,-1.09176 1.07783,-4.51971 -0.81845,-4.45655 -3.39171,0.11293 -5.44684,4.70088 -4.87523,10.88355 0.7517,8.13038 4.94664,20.08757 7.0361,20.05552 0.91156,-0.014 5.81149,-0.99906 10.88872,-2.18904 5.07724,-1.19 9.65818,-1.90879 10.17988,-1.59732 2.1767,1.29956 1.07314,7.66528 -1.94314,11.20883 -4.1624,4.88999 -3.72529,9.81854 1.15179,12.98674 6.97293,4.52969 15.52426,1.42705 18.01796,-6.53737 0.9878,-3.15487 0.84825,-3.77731 -1.43722,-6.41037 -2.39385,-2.75794 -2.46916,-3.17697 -1.38741,-7.71995 l 1.14383,-4.80372 11.92727,-0.79745 c 6.55999,-0.4386 12.02756,-0.86002 12.15017,-0.93648 0.30717,-0.19159 3.97578,-8.62721 5.10126,-11.72992 0.50587,-1.39456 2.14882,-3.02456 3.651,-3.62221 4.80883,-1.91324 5.69124,-5.41781 1.60562,-6.37687 z m -3.01186,-328.17467 c -3.25665,1.30734 -14.63113,3.83912 -17.44169,3.88223 -1.61568,0.0248 -2.94451,-0.40488 -2.95294,-0.95482 -0.008,-0.54993 1.22189,-1.02657 2.73407,-1.0592 2.93483,-0.0633 16.22789,-3.51458 18.06738,-4.69083 0.61594,-0.39385 1.11194,-0.0643 1.12439,0.74713 0.0123,0.79852 -0.6768,1.73249 -1.53121,2.07549 z m -1.60277,-125.53602 c -0.62818,0.64775 -1.51104,1.1834 -1.96192,1.19031 -0.45088,0.007 -2.62599,1.19191 -4.83357,2.63332 -3.96093,2.58623 -6.47636,3.05374 -5.11072,0.94986 1.09552,-1.68776 12.04986,-7.51276 12.57725,-6.688 0.25911,0.40523 -0.0429,1.26675 -0.67104,1.91451 z m 7.51817,583.11336 c -0.91655,0.0141 -1.3867,-0.26293 -1.04475,-0.61553 0.34196,-0.3526 0.13229,-1.52283 -0.46591,-2.60052 -0.70143,-1.26366 -0.7491,-2.30852 -0.13425,-2.94256 0.61489,-0.63405 1.37016,0.15574 2.12701,2.22421 1.47969,4.04387 1.49683,3.90405 -0.4821,3.9344 z m -3.77526,-294.52373 c -0.56363,0.3604 -1.92454,0.19134 -3.02425,-0.37568 -2.57309,-1.32671 -1.63379,-4.22191 1.25019,-3.85349 2.26887,0.28985 3.46719,3.14651 1.77406,4.22917 z m 1.03706,122.5455 c -0.48653,0.007 -1.9586,-1.09509 -3.27129,-2.45011 -1.31269,-1.35503 -2.98319,-2.45453 -3.71223,-2.44335 -0.72904,0.0112 -1.33243,-0.42961 -1.34087,-0.97955 -0.0281,-1.82946 3.60629,-1.08747 5.69543,1.16278 2.73776,2.94889 3.71157,4.69362 2.62896,4.71023 z M 593.70766,404.79872 c -10.96517,4.21873 -23.72746,6.35644 -20.96936,3.5124 0.30462,-0.31412 4.6282,-1.48942 9.60794,-2.61176 4.97974,-1.12236 10.37988,-2.75223 12.00031,-3.62193 3.27423,-1.75735 6.03799,-2.09709 6.05874,-0.7448 0.007,0.48622 -3.00648,2.04595 -6.69763,3.46609 z m 11.20733,406.06787 c -1.23625,1.27476 -2.2415,-0.89084 -2.30397,-4.96336 -0.0939,-6.12065 2.39358,-6.13487 2.63011,-0.015 0.0949,2.45529 -0.0519,4.69557 -0.32614,4.9784 z m -8.044,-462.03784 c -1.18695,0.75899 -9.00006,-6.90671 -8.04416,-7.89239 0.38953,-0.40166 2.56971,1.07495 4.84487,3.28136 2.27516,2.20641 3.71484,4.28137 3.19929,4.61103 z m -7.38304,-60.40459 c -3.97184,3.41078 -7.3879,5.74573 -7.59126,5.18877 -0.20336,-0.55697 -0.2005,-1.09966 0.006,-1.20596 0.20685,-0.10631 3.13172,-2.91761 6.49971,-6.24733 4.36787,-4.31824 6.4366,-5.75052 7.21517,-4.99548 0.77858,0.75506 -0.97899,2.83663 -6.12996,7.26 z m 1.53347,126.23438 c -8.0501,3.29066 -10.33709,3.93048 -10.90042,3.04949 -0.89617,-1.4015 0.36393,-2.95242 2.42448,-2.98403 1.00026,-0.0153 3.4968,-0.7595 5.54786,-1.65369 2.56148,-1.11671 4.05706,-1.30787 4.77617,-0.61049 0.7191,0.69738 0.14041,1.38587 -1.84809,2.19872 z m 3.20457,383.14097 c -4.82284,3.73699 -5.67978,4.14247 -5.67837,2.68683 0.002,-1.71108 7.56281,-7.22974 8.30826,-6.06396 0.31497,0.49258 -0.86848,2.01229 -2.62989,3.37713 z m 2.92532,85.06168 c -1.13875,1.17423 -2.18687,-0.23547 -1.68798,-2.27027 0.2691,-1.09752 0.89184,-1.75515 1.38387,-1.46138 1.0404,0.62115 1.21716,2.79015 0.30411,3.73165 z m -6.82062,-443.93708 c -0.98945,1.02028 -8.12593,0.95744 -8.78763,-0.0774 -0.31192,-0.4878 1.33951,-1.12091 3.66983,-1.40694 4.1852,-0.51367 6.42535,0.13604 5.1178,1.48433 z m 2.43262,374.69009 c -1.19249,0.0183 -3.46602,-3.91016 -2.71258,-4.68709 0.81317,-0.8385 3.63172,1.70155 3.65616,3.2949 0.0116,0.75757 -0.41299,1.38405 -0.94358,1.39219 z m -9.42504,-455.13262 c -1.71534,2.15769 -2.41614,5.02964 -3.22139,13.20151 -0.56603,5.74415 -1.18337,10.60295 -1.37189,10.79733 -0.18851,0.19438 -3.01325,0.86617 -6.27722,1.49287 -3.26395,0.6267 -6.47874,1.48749 -7.14398,1.91286 -0.66523,0.42538 -1.32822,3.44041 -1.47332,6.70008 -0.1451,3.25966 -0.69015,10.62443 -1.21123,16.36613 -0.52108,5.74171 -0.70899,10.6707 -0.41758,10.95331 0.62608,0.60716 1.77816,0.90229 6.49028,1.66262 5.51501,0.88988 5.72018,1.31508 4.68968,9.71857 -1.49615,12.20071 -7.19443,15.68673 -10.03237,6.1375 -1.13882,-3.83194 -1.20906,-3.87499 -8.58348,-5.26109 -10.01844,-1.88308 -10.03609,-1.89887 -8.43211,-7.54067 1.8859,-6.63345 1.73521,-7.72885 -0.95398,-6.93446 -1.23206,0.36396 -6.64568,1.16636 -12.03026,1.78313 -5.38458,0.61677 -10.54572,1.55984 -11.46921,2.09574 -1.31762,0.76462 -1.6569,2.41848 -1.57613,7.68331 l 0.10292,6.70896 -6.47125,1.92437 c -8.78232,2.61161 -13.43913,2.62379 -16.10125,0.0421 -2.51912,-2.443 -1.92391,-3.34006 4.26792,-6.4323 l 4.20223,-2.09862 -0.5284,-5.9926 c -1.07071,-12.14296 -1.14168,-11.82586 2.74837,-12.28086 1.92178,-0.22479 7.07776,-1.50431 11.45774,-2.84338 l 7.96359,-2.43467 -0.12104,-7.89068 -0.12105,-7.89067 -7.71601,-0.17306 -7.71601,-0.17306 -0.54272,-3.20066 c -0.2985,-1.76036 -0.83084,-5.23114 -1.18299,-7.71283 -0.51102,-3.60121 -1.34994,-5.06082 -4.15537,-7.22975 -1.93331,-1.49467 -3.52181,-3.15495 -3.53001,-3.68953 -0.0217,-1.41443 6.06419,-5.02816 8.53924,-5.0705 1.6742,-0.0287 2.58498,1.19197 4.36447,5.84915 1.23683,3.23694 3.0483,6.84234 4.0255,8.01198 1.65752,1.98394 2.09864,2.0403 6.57458,0.83995 2.63883,-0.70768 4.93927,-1.78835 5.11211,-2.40148 0.17284,-0.61313 0.54808,-2.24351 0.8339,-3.62306 0.74332,-3.58793 6.42745,-7.21068 11.76662,-7.49939 4.95321,-0.26784 6.87514,0.87768 10.31713,6.14925 2.11928,3.24576 2.59662,3.46538 6.9911,3.21641 6.9247,-0.39231 7.54695,-1.31119 7.39944,-10.92679 -0.14512,-9.46039 0.14921,-9.91573 7.59911,-11.75618 3.94987,-0.97579 5.44037,-0.99638 6.56631,-0.0907 2.5476,2.04916 2.68442,4.9861 0.36801,7.8999 z m -6.03286,-5.24295 c -2.23024,0.39181 -4.29298,0.95778 -4.58384,1.25771 -0.29088,0.29994 -0.68728,4.89845 -0.88092,10.21893 l -0.35204,9.67358 -5.94492,1.2683 c -3.2697,0.69756 -6.30631,1.05252 -6.74802,0.78882 -0.44171,-0.26372 -1.56521,0.90867 -2.49666,2.60531 -0.93146,1.69664 -2.48092,3.09972 -3.44325,3.11797 -1.87451,0.0358 -2.44411,-2.4327 -0.8035,-3.48177 2.11105,-1.34989 0.88656,-6.96648 -2.14832,-9.85402 -2.62722,-2.49966 -3.4964,-2.76379 -7.24663,-2.20209 -5.10995,0.76535 -7.73608,3.64485 -7.6631,8.40243 0.0418,2.72552 0.6248,3.6485 3.07503,4.8683 3.0684,1.52755 3.7943,2.8606 2.13534,3.9214 -1.17471,0.75115 -6.25392,-1.39072 -7.75776,-3.27138 -0.9735,-1.21743 -2.13139,-1.24585 -7.40255,-0.18168 -3.43669,0.69381 -6.60017,1.05155 -7.02996,0.79495 -0.42979,-0.25659 -1.12379,-1.91864 -1.54223,-3.69343 -0.98475,-4.17672 -4.76984,-11.66709 -5.88705,-11.64995 -1.45264,0.0223 -4.70349,2.08966 -4.68979,2.98246 0.007,0.46185 1.31673,1.07975 2.91033,1.37314 2.49112,0.45859 3.06494,1.20368 4.09173,5.31286 0.65686,2.62869 1.3761,6.35185 1.59833,8.27367 l 0.40403,3.49421 7.83634,0.37985 7.83634,0.37985 0.21751,10.24795 c 0.13074,6.16277 -0.1807,10.2815 -0.78136,10.3321 -4.87219,0.41047 -8.88787,1.30611 -17.25389,3.84823 l -5.28686,1.60648 0.70995,5.65112 c 0.39047,3.10812 0.94541,6.81614 1.23319,8.24006 0.4659,2.30522 0.0292,2.78635 -3.98509,4.3904 -2.47958,0.9908 -4.78847,2.27068 -5.13087,2.84417 -1.59258,2.66748 5.38767,3.08655 13.13141,0.78835 l 3.98234,-1.18187 -0.11918,-7.76879 -0.11917,-7.76878 9.47981,-1.38868 c 5.2139,-0.76376 11.27616,-1.64073 13.4717,-1.94882 2.19553,-0.30807 5.39668,-0.85813 7.11367,-1.22235 1.71698,-0.36422 3.38278,-0.25407 3.70176,0.24479 0.31898,0.49885 -0.20811,3.58806 -1.17133,6.86489 -0.96322,3.27684 -1.56668,6.25343 -1.34104,6.61466 0.53482,0.85614 7.83446,2.0139 12.92263,2.0496 l 4.0009,0.028 0.57545,4.91421 c 0.31649,2.70281 1.11418,5.08206 1.77264,5.28721 1.93057,0.6015 4.22791,-5.29686 4.14588,-10.64443 -0.0836,-5.45135 -0.25983,-5.60696 -7.4416,-6.57155 -5.72932,-0.7695 -7.1137,-2.24741 -6.17005,-6.5869 0.91189,-4.19346 1.03546,-5.70708 1.6698,-20.45467 l 0.5224,-12.14513 7.26751,-1.28705 c 3.99713,-0.70787 7.80883,-1.96003 8.47044,-2.78257 0.68691,-0.85401 1.34273,-5.75933 1.52884,-11.43538 0.29648,-9.04218 0.53469,-10.08128 2.63769,-11.50579 3.75404,-2.54289 1.97753,-4.91724 -3.02197,-4.03895 z m 11.07263,441.19058 c -1.64773,1.81299 -3.73929,3.30774 -4.64792,3.32168 -1.16061,0.0178 -0.50852,-1.18226 2.19201,-4.03409 5.70425,-6.02382 7.97849,-5.3641 2.45591,0.71241 z m -0.9373,-186.89789 c -0.74643,2.07261 -1.29801,2.29696 -4.35592,1.77171 -3.36486,-0.57797 -3.49949,-0.48507 -3.45547,2.38454 0.0543,3.53967 -1.21363,4.53609 -5.928,4.65857 -3.22272,0.0837 -3.52143,0.35379 -3.76733,3.40612 -0.32732,4.06325 -2.71959,3.78104 -2.47668,-0.29215 0.22721,-3.81017 1.64506,-5.00641 6.01324,-5.07342 3.56332,-0.0547 3.71561,-0.20376 4.15134,-4.06416 0.32758,-2.90224 0.86379,-3.90707 1.94434,-3.64356 5.38434,1.31304 5.99719,1.21859 6.79613,-1.04739 0.44569,-1.26407 1.06295,-1.88769 1.37167,-1.38584 0.30873,0.50186 0.17675,1.98037 -0.29332,3.28558 z m -4.90163,-284.81804 c -0.26247,0.82912 -0.72981,2.18645 -1.03854,3.01628 -0.30873,0.82983 -0.56813,3.5994 -0.57644,6.15458 -0.0308,9.46779 -7.79692,12.23608 -12.34182,4.39932 -0.77984,-1.34466 -1.48833,-1.23124 -5.75861,0.92191 -2.67815,1.35036 -6.02486,2.3233 -7.43713,2.16208 -2.60115,-0.29694 -6.00693,-4.511 -6.05261,-7.48906 -0.0348,-2.26576 -1.46063,-2.74929 -5.8391,-1.9801 l -3.91928,0.68854 -0.54388,6.10847 c -0.29913,3.35965 -1.00564,6.5853 -1.57002,7.1681 -0.56436,0.58281 -4.04206,1.06607 -7.7282,1.07392 -12.61215,0.0268 -20.37338,-3.13553 -18.17229,-7.40444 0.57722,-1.11949 2.12361,-2.99929 3.43642,-4.17733 2.23661,-2.00701 2.32815,-2.51892 1.45344,-8.12829 -0.74579,-4.78276 -1.58471,-6.61445 -4.17249,-9.11015 -3.59916,-3.47111 -4.08897,-6.41604 -1.95474,-11.75266 2.0718,-5.1805 5.41229,-6.96548 12.18048,-6.50862 5.0447,0.34053 6.02624,0.78537 8.80026,3.98838 3.60672,4.16446 4.09932,4.22183 12.08962,1.40796 3.63092,-1.27866 10.12946,-2.40523 16.59271,-2.87647 9.97042,-0.72692 10.76977,-0.64313 12.98876,1.36148 1.9334,1.74661 2.33936,3.02909 2.22661,7.03415 -0.13219,4.69541 -0.0132,4.92349 2.87686,5.51192 4.11149,0.83715 5.83335,4.09168 4.45999,8.43003 z m -5.83394,-6.21496 c -2.50247,-0.78744 -3.16212,-0.57799 -4.7054,1.49403 -0.9872,1.32541 -1.80078,2.6792 -1.80796,3.00842 -0.007,0.32922 1.79584,1.2773 4.00672,2.10684 3.70202,1.38904 4.09631,1.37522 4.98793,-0.17482 1.63152,-2.83633 0.62036,-5.45848 -2.48129,-6.43446 z m -1.59476,10.07032 c -1.44647,-1.04578 -4.12052,-2.18253 -5.94235,-2.52611 -4.29509,-0.81001 -4.64402,-2.11632 -1.57156,-5.88356 3.57644,-4.38516 5.62859,-10.93811 4.2201,-13.47559 -1.03542,-1.86534 -1.87271,-1.95651 -12.76007,-1.38961 -7.96139,0.41454 -13.06841,1.19253 -16.12409,2.45628 -8.05498,3.33131 -10.15592,3.29119 -12.85561,-0.24554 -5.22753,-6.84832 -14.04668,-6.91583 -16.76118,-0.12828 -2.99432,7.48722 -0.0525,11.11337 9.28777,11.44841 l 6.0005,0.21525 0.43196,9.60685 c 0.41914,9.32183 0.35753,9.65728 -2.07683,11.30624 -4.14307,2.80641 -3.1954,4.66416 2.33597,4.57931 2.63969,-0.0405 5.33109,-0.62185 5.98088,-1.29189 0.77225,-0.79631 1.1244,-4.93805 1.01671,-11.95798 -0.10014,-6.52789 0.2495,-11.00461 0.89154,-11.41516 1.5697,-1.00372 2.20569,0.0505 2.5555,4.23578 0.17295,2.06924 0.3616,4.09908 0.41921,4.51074 0.15613,1.11548 6.94597,0.79976 9.15356,-0.42563 1.05498,-0.5856 1.90845,-1.69727 1.89659,-2.47037 -0.0291,-1.89514 1.89488,-3.01239 3.12805,-1.81648 0.65145,0.63177 0.47343,2.27327 -0.51445,4.74344 -2.74443,6.86241 -1.46189,10.53313 3.65284,10.45467 1.46308,-0.0224 4.16943,-1.09601 6.01412,-2.38568 1.84468,-1.28969 3.89881,-2.69023 4.56472,-3.11233 0.79664,-0.50496 1.83991,0.52 3.05023,2.99671 3.39156,6.94027 8.98422,4.51959 7.29135,-3.15593 -0.36053,-1.63467 -1.83899,-3.82777 -3.28546,-4.87354 z m -50.8351,-5.81031 c -0.4813,-0.73432 -1.71861,-1.1617 -2.74958,-0.94975 -2.24225,0.46099 -2.95104,5.56589 -1.37198,9.88144 0.94391,2.57972 0.72847,3.08528 -2.34639,5.50609 -1.86215,1.46604 -3.37573,3.31757 -3.36351,4.11448 0.0378,2.46627 5.16416,1.61126 8.17533,-1.36353 2.48206,-2.45208 2.75137,-3.39739 2.6472,-9.2917 -0.0634,-3.60905 -0.50977,-7.16271 -0.99107,-7.89703 z m 64.80415,559.25352 c -1.24819,1.28709 -2.32295,0.69462 -2.3535,-1.29738 -0.0171,-1.11098 0.63591,-2.00999 1.46914,-2.02278 1.52223,-0.0233 2.08347,2.0837 0.88436,3.32016 z M 574.1119,287.81021 c -2.64955,3.87799 -3.01253,3.41363 -1.27524,-1.63141 0.63239,-1.83647 1.73434,-3.348 2.44876,-3.35896 1.81542,-0.0278 1.58467,0.95336 -1.17352,4.99037 z m 8.28591,528.96336 c -1.59335,0.0244 -4.21866,-2.71487 -3.40549,-3.55337 0.75345,-0.77693 4.7498,1.37504 4.76809,2.56753 0.008,0.53059 -0.60503,0.97421 -1.3626,0.98584 z m -1.75156,57.78366 c -2.92309,3.3139 -4.92048,4.22971 -4.95054,2.26983 -0.018,-1.17486 5.89341,-7.03485 7.1155,-7.0536 1.43476,-0.022 0.76114,1.46648 -2.16496,4.78377 z m -0.46689,-15.1296 c -1.77324,0.94381 -4.47966,2.7971 -6.01427,4.11841 -2.90795,2.50376 -7.07815,3.33382 -6.42821,1.2795 0.20609,-0.65145 1.24051,-1.67514 2.2987,-2.27488 1.05819,-0.59974 3.89435,-2.3631 6.30256,-3.91858 2.40823,-1.55547 4.97637,-2.83731 5.70698,-2.84851 2.40603,-0.0369 1.41558,1.89754 -1.86576,3.64406 z m -7.76683,-6.74688 c -2.18643,0.59082 -4.22573,0.83137 -4.53179,0.53456 -1.2761,-1.23755 -0.36766,-2.0265 3.16016,-2.7445 4.36371,-0.88814 4.64292,-0.87309 5.04421,0.27193 0.16651,0.47509 -1.48616,1.3472 -3.67258,1.93801 z m -4.73834,-505.73662 c -1.01357,0.0156 -2.44097,-3.0087 -1.75427,-3.71679 0.24746,-0.25518 0.93438,-0.17474 1.52646,0.17875 1.30296,0.77792 1.47946,3.51884 0.22781,3.53804 z m 2.12102,484.79701 c -2.02504,0.80006 -3.54307,0.91696 -4.15842,0.32022 -0.98511,-0.95535 3.01731,-3.07555 5.88904,-3.1196 2.51598,-0.0386 1.56691,1.49657 -1.73062,2.79938 z m -1.86038,-6.88116 c -2.16189,1.16936 -4.18381,1.73028 -4.49316,1.2465 -0.6964,-1.08908 4.62095,-5.11254 6.80086,-5.14598 2.7869,-0.0427 1.75407,1.7025 -2.3077,3.89948 z m -7.12019,-544.56847 c -2.3298,8.61562 -4.09192,11.51095 -3.68649,6.05725 0.33311,-4.48083 4.24737,-17.31718 5.28548,-17.33311 1.30634,-0.02 1.14175,1.14058 -1.59899,11.27586 z m 8.03423,557.67706 c -1.23748,0.0106 -2.93158,-0.40662 -3.76466,-0.92706 -1.12668,-0.70385 -0.55424,-0.96491 2.23463,-1.01908 2.06213,-0.0401 3.75623,0.37712 3.76467,0.92705 0.008,0.54994 -0.99715,1.00853 -2.23464,1.01909 z M 565.1017,602.0136 c -2.46575,0.0378 -3.80257,2.63112 -2.07332,4.02204 2.45024,1.97084 1.85044,4.79434 -1.38764,6.53228 -3.2193,1.72786 -3.5707,2.54574 -1.82229,4.24132 0.62139,0.60261 0.81876,1.61664 0.43861,2.25338 -0.479,0.8023 -1.12091,0.60864 -2.09099,-0.63087 -2.13755,-2.73126 -1.78309,-4.2153 1.46404,-6.12953 3.32424,-1.95969 3.70466,-3.76822 1.32826,-6.3145 -1.4742,-1.57959 -1.43749,-1.89872 0.44121,-3.83596 2.14443,-2.21124 5.03788,-2.87354 5.06418,-1.15918 0.008,0.54994 -0.60449,1.0094 -1.36206,1.02102 z m -5.04029,-241.77603 c -0.86305,0.73758 -1.37264,0.34899 -1.84135,-1.4041 -0.94462,-3.53327 -0.31184,-10.02354 1.02218,-10.48403 1.63277,-0.56361 2.39782,10.53898 0.81917,11.88813 z m 7.46265,483.7319 c -0.45854,-0.0125 -1.96882,-0.67117 -3.35614,-1.46381 l -2.52241,-1.44116 2.92661,0.22025 c 1.60963,0.12114 3.11992,0.77985 3.35617,1.46381 0.23627,0.68396 0.0544,1.23337 -0.4042,1.22091 z M 554.07675,472.956 c -4.8932,3.10497 -4.76158,2.6466 -6.2086,21.62316 -0.41212,5.40458 -1.22158,10.41367 -1.7988,11.13129 -0.64201,0.79817 -4.81163,1.6273 -10.73893,2.13542 -5.32919,0.45685 -9.82491,0.97034 -9.9905,1.14109 -0.75233,0.77579 -7.93583,23.29567 -7.91267,24.80584 0.0166,1.08108 1.83271,2.44211 5.00109,3.74789 2.73628,1.1277 5.22284,2.43788 5.5257,2.91151 0.67099,1.04935 -6.69404,19.06286 -8.76514,21.43789 -1.34724,1.54494 -1.10883,1.93895 2.61531,4.32215 4.5758,2.92821 5.82725,5.3383 4.30495,8.2907 -2.02841,3.93402 -7.4915,3.91684 -16.04829,-0.0505 -2.98339,-1.38324 -6.21348,-2.50287 -7.17798,-2.48807 -2.50895,0.0385 -3.33243,-1.79486 -1.70116,-3.78736 1.4917,-1.82205 8.51947,-16.46477 8.50035,-17.71094 -0.006,-0.40821 -4.61914,-0.39744 -10.25084,0.0239 -5.63169,0.42137 -16.98634,1.02031 -25.23255,1.33098 -8.2462,0.31067 -16.15996,1.05299 -17.58612,1.64961 -2.95009,1.23414 -3.81633,4.30512 -3.70493,13.13468 0.0395,3.09351 -0.25202,6.12385 -0.64678,6.73406 -0.39477,0.61021 -5.11173,1.45885 -10.48214,1.88586 -8.95732,0.71221 -9.93534,0.61058 -11.83275,-1.2295 -2.8011,-2.71645 -2.19041,-3.98439 3.22982,-6.706 l 4.60902,-2.31429 -0.71922,-10.24686 -0.71921,-10.24685 9.83041,-2.50252 c 5.40673,-1.37639 10.49983,-2.87234 11.31799,-3.32433 1.28069,-0.70751 1.33246,-2.79355 0.37229,-14.99932 l -1.11528,-14.17751 -12.59557,0.53654 -12.59556,0.53655 -0.77189,-5.98886 c -0.42453,-3.29388 -1.13655,-10.03375 -1.58227,-14.97749 -0.76626,-8.49924 -1.93281,-12.03461 -3.61588,-10.9584 -0.4102,0.26229 -1.54756,-0.38216 -2.52747,-1.43212 -4.14637,-4.44278 2.04764,-11.3511 9.80958,-10.94086 3.11371,0.16456 4.06828,0.6513 4.32683,2.20629 0.18246,1.09733 1.55675,7.15196 3.05398,13.45474 1.49723,6.30278 2.93,12.4636 3.18392,13.69073 0.44848,2.16731 0.72558,2.21131 9.68611,1.53772 15.45091,-1.16149 15.90934,-1.49468 10.3163,-7.49777 -2.92192,-3.13614 -3.34294,-4.23338 -3.23187,-8.42264 0.10888,-4.10656 0.65143,-5.32614 3.67976,-8.27163 4.63247,-4.50573 10.07275,-4.83484 15.85297,-0.95903 5.7242,3.83827 7.34363,7.36193 5.90047,12.83861 -0.6331,2.40259 -1.76206,4.89143 -2.50879,5.53075 -0.74674,0.63933 -1.34213,2.17709 -1.3231,3.41726 0.0623,4.0614 2.22239,4.74612 12.04205,3.81716 l 9.0059,-0.85198 -0.046,-2.99958 c -0.0269,-1.75354 -1.23398,-4.49524 -2.90578,-6.60005 -4.28193,-5.391 -4.31768,-9.90858 -0.11479,-14.50417 3.50955,-3.83746 5.48564,-4.38807 14.13034,-3.93728 5.15632,0.26889 7.15955,1.3555 9.07365,4.92179 2.50843,4.67365 2.06407,9.16677 -1.28977,13.04133 -3.60956,4.17 -3.9111,8.04325 -0.62661,8.04905 1.23768,0.002 5.02764,0.20101 8.42213,0.44182 l 6.17183,0.43783 1.04551,-5.83766 c 0.57503,-3.21072 1.26929,-7.09943 1.54281,-8.64159 0.27351,-1.54216 0.472,-5.70245 0.4411,-9.24509 -0.0359,-4.11298 0.42118,-6.84989 1.26455,-7.57195 2.18936,-1.87446 13.70799,-2.27378 16.23238,-0.56274 3.69881,2.50706 2.88499,6.0436 -2.12182,9.22067 z m 1.37505,-6.75268 c -0.61442,-0.93891 -2.67941,-1.40137 -6.02809,-1.35 -3.14842,0.0483 -5.59892,0.63673 -6.41703,1.54091 -1.13587,1.25538 -3.53245,14.51608 -4.93478,27.30501 l -0.41565,3.79061 -10.1449,-0.1282 -10.14487,-0.1282 -0.38193,-4.38924 c -0.33277,-3.82439 0.007,-4.75546 2.63934,-7.23496 3.52625,-3.32137 4.02419,-8.48042 1.13442,-11.75348 -2.23648,-2.53313 -8.32268,-4.08499 -12.85541,-3.27789 -3.65091,0.65009 -9.35257,6.18832 -9.30879,9.04198 0.0364,2.37288 2.11367,5.64095 5.1655,8.12664 1.5282,1.24471 2.64102,3.02785 2.47294,3.96254 -0.1681,0.93469 -0.54729,2.94078 -0.84265,4.45799 l -0.53703,2.75856 -12.47949,0.19144 -12.47948,0.19144 -0.0705,-4.59509 c -0.0438,-2.85378 0.61664,-5.61163 1.74275,-7.27759 3.46404,-5.12469 3.37543,-7.69645 -0.39894,-11.57742 -3.03111,-3.11673 -3.99143,-3.51138 -8.38043,-3.44406 -6.48344,0.0995 -9.3295,2.93207 -9.48137,9.43656 -0.10705,4.58537 2.25876,8.67636 4.99327,8.63441 1.22858,-0.0188 2.63592,5.51909 1.91154,7.52198 -0.23225,0.64216 -4.97597,1.18911 -12.09785,1.39486 -6.44369,0.18616 -12.82533,0.4864 -14.18143,0.66719 -2.21957,0.29591 -2.53935,-0.1193 -3.20414,-4.16048 -1.67405,-10.1763 -2.18113,-12.79939 -3.82186,-19.77014 -0.94515,-4.01551 -2.26616,-7.50152 -2.9356,-7.74669 -2.8722,-1.05192 -11.21066,4.8029 -9.85647,6.92068 0.29557,0.46223 1.82493,0.82066 3.39858,0.79652 3.52244,-0.054 3.72213,0.7077 4.81484,18.36578 0.43996,7.10969 1.06007,13.33354 1.37801,13.83077 0.31795,0.49723 6.10786,0.66158 12.86647,0.36523 6.75861,-0.29636 12.50483,-0.31713 12.76937,-0.0462 0.26455,0.27098 0.753,7.64916 1.08543,16.39596 l 0.60442,15.90329 -6.47908,1.41345 c -3.5635,0.77739 -8.41277,2.17934 -10.77616,3.11544 l -4.29708,1.70199 0.53165,7.63227 c 0.29241,4.19776 0.89014,8.61899 1.3283,9.82497 0.67744,1.86454 0.37082,2.28733 -2.04875,2.82506 -4.35137,0.96705 -7.8091,3.03716 -7.7842,4.66033 0.0184,1.19872 1.63948,1.3762 9.0162,0.9871 4.94658,-0.2609 9.15346,-0.63763 9.34862,-0.83718 0.19516,-0.19953 0.57496,-4.77953 0.84399,-10.17776 l 0.48915,-9.81497 5.48817,-0.81361 c 13.71047,-2.03257 56.9425,-4.18497 56.9632,-2.83604 0.009,0.60174 -2.19857,5.46482 -4.90622,10.80683 -4.65784,9.18961 -4.82376,9.78579 -3.08059,11.06866 2.52907,1.86121 14.74168,5.4915 16.9222,5.03024 3.03319,-0.64162 2.72047,-4.53269 -0.54516,-6.78335 -1.60631,-1.10705 -3.32354,-2.00664 -3.81608,-1.99909 -3.20074,0.0491 -2.84601,-2.55041 1.65125,-12.10062 5.48582,-11.64947 5.73771,-13.65769 1.88716,-15.04522 -3.82561,-1.37852 -8.49691,-5.86416 -7.51549,-7.21677 1.00323,-1.38267 3.93359,-9.66931 4.44734,-12.57644 0.21381,-1.20985 1.46439,-4.6478 2.77909,-7.6399 2.72124,-6.19324 3.16506,-6.40011 14.92083,-6.95514 6.129,-0.28936 7.94658,-0.71048 8.09817,-1.87628 0.1075,-0.82675 0.64212,-3.98532 1.18803,-7.01905 0.54591,-3.03373 1.23149,-9.4575 1.5235,-14.27505 0.44943,-7.41457 0.79905,-8.76329 2.27759,-8.78597 1.7915,-0.0275 6.97258,-3.71472 6.92648,-4.9294 -0.0137,-0.37241 -0.44627,-1.31977 -0.96028,-2.10525 z m -47.83826,50.56772 c -1.85946,2.44093 -3.36969,5.16588 -3.35604,6.05543 0.0136,0.88955 1.39419,2.8707 3.06789,4.40254 1.67369,1.53184 3.05312,3.43987 3.06539,4.24007 0.0269,1.75481 -3.6422,9.43237 -4.51414,9.44575 -0.33978,0.005 -2.59792,-1.76036 -5.01811,-3.92349 -2.42017,-2.16314 -4.99398,-3.92387 -5.71956,-3.91274 -0.72559,0.0111 -3.06969,1.88401 -5.20912,4.16195 -3.52401,3.75216 -4.25466,4.10003 -7.76821,3.6985 -2.13309,-0.24376 -4.24917,-0.81057 -4.70238,-1.25957 -0.45322,-0.44901 0.72407,-3.38876 2.61621,-6.53277 3.9814,-6.61561 3.8413,-7.64381 -1.86504,-13.68643 -2.24086,-2.37292 -4.08124,-4.81998 -4.08973,-5.43791 -0.009,-0.61793 2.03925,-2.46618 4.55055,-4.10722 l 4.56599,-2.98371 3.40907,3.86149 c 1.875,2.12382 3.43114,4.19868 3.45812,4.61082 0.0801,1.22353 2.80407,0.8106 4.20683,-0.63772 0.71555,-0.73878 2.59387,-3.01786 4.17407,-5.06462 1.5802,-2.04676 3.4359,-3.73002 4.12377,-3.74058 1.79891,-0.0276 8.37175,4.18646 8.37913,5.37211 0.003,0.55002 -1.51518,2.99716 -3.37466,5.43809 z m -3.37539,10.57697 c -4.07685,-4.02849 -4.1249,-4.1553 -2.65187,-6.99799 0.82512,-1.59234 2.65522,-3.99861 4.06688,-5.34728 l 2.56667,-2.45213 -2.13459,-2.05503 -2.1346,-2.05503 -5.84513,6.59043 -5.84513,6.59043 -2.43911,-2.96294 c -6.95539,-8.44911 -6.29727,-7.98603 -9.12154,-6.41832 -3.44478,1.91212 -3.25751,3.03129 1.36321,8.14674 2.15181,2.3822 4.15513,5.00264 4.45182,5.82319 0.29668,0.82054 -1.00024,3.68307 -2.88205,6.36117 -5.83745,8.30759 0.20508,8.82464 7.02816,0.60139 l 3.47631,-4.18968 5.76271,4.54856 c 3.16951,2.50171 5.88059,4.39772 6.02463,4.21336 0.87457,-1.1194 2.43686,-4.51904 2.45007,-5.33152 0.009,-0.52937 -1.85279,-2.80878 -4.13644,-5.06535 z M 556.81533,828.584 c -0.7452,0.2533 -3.95514,0.68361 -7.13318,0.95624 -8.80766,0.75559 -9.07527,2.31882 -0.72413,4.23008 3.90494,0.89369 7.10594,2.01991 7.11334,2.50271 0.007,0.48281 -0.49864,2.91738 -1.12454,5.41017 l -1.13803,4.53234 -13.25585,0.20335 c -15.41666,0.23649 -14.88962,-0.12802 -15.68216,10.84615 -0.83852,11.61079 -0.73704,11.40831 -5.75594,11.4853 l -4.4117,0.0677 -0.82274,-8.0103 c -0.45249,-4.40566 -1.12555,-8.19109 -1.49567,-8.41206 -1.71665,-1.0249 -3.17365,1.68199 -4.0853,7.58988 -1.20724,7.8234 -2.42656,9.41228 -6.57489,8.56763 -2.97018,-0.60475 -3.09142,-0.84202 -3.85595,-7.54548 l -0.78935,-6.92108 -3.28006,0.0503 c -3.27697,0.0503 -3.28104,0.0568 -4.33627,6.95667 -1.00805,6.59126 -1.19794,6.93696 -4.16213,7.57723 -3.98337,0.86042 -4.84064,-0.0602 -5.93888,-6.37771 -0.49464,-2.84535 -1.15378,-5.42012 -1.46477,-5.7217 -1.36255,-1.32138 -3.01041,2.39048 -3.39806,7.65418 l -0.42093,5.71568 -5.25592,0.38331 c -3.83525,0.2797 -5.40938,0.001 -5.82365,-1.03091 -0.31225,-0.77782 0.0303,-6.31991 0.76119,-12.31577 0.73091,-5.99585 1.53126,-14.95513 1.77855,-19.90951 0.82615,-16.5509 2.57289,-26.54258 4.64572,-26.57438 1.4358,-0.022 5.91365,6.37629 5.94617,8.49637 0.0278,1.80941 7.71927,2.48118 21.65049,1.89091 l 11.44618,-0.48497 1.40027,-4.77204 c 0.77014,-2.62462 1.85908,-4.77908 2.41986,-4.78768 0.56077,-0.009 2.26301,1.13958 3.78275,2.55152 2.92492,2.71743 4.92394,2.43697 4.87606,-0.68411 -0.056,-3.65079 2.20899,-3.34795 5.73499,0.76682 l 3.50649,4.092 12.3566,-0.18955 c 6.79612,-0.10426 12.56949,0.14472 12.82969,0.55327 0.2602,0.40856 0.82489,2.87 1.25487,5.46988 0.59315,3.58644 0.45487,4.83816 -0.57312,5.18757 z m -15.3139,-9.18284 c -12.27642,-0.29246 -12.81694,-0.3968 -14.01972,-2.70631 -1.873,-3.59647 -3.713,-3.63422 -4.98461,-0.10226 -1.36529,3.7921 -2.89692,3.97485 -5.17142,0.61704 -2.16583,-3.19739 -3.63983,-2.70058 -5.04384,1.70002 l -1.10294,3.45696 -9.90701,0.47025 c -13.28544,0.63062 -26.42006,-0.25357 -26.44348,-1.78011 -0.01,-0.65317 -0.77323,-2.23109 -1.69603,-3.50648 -2.53546,-3.50422 -3.26325,-1.12359 -4.16076,13.60994 -0.42783,7.0231 -1.16376,15.27276 -1.63541,18.33258 -0.47166,3.05981 -1.10845,8.3372 -1.41509,11.72752 -0.51171,5.65757 -0.3859,6.21582 1.53055,6.79187 3.15882,0.9495 3.77383,0.0482 4.4094,-6.46196 0.63251,-6.47878 2.13045,-7.91278 7.05747,-6.75622 1.9468,0.457 2.44961,1.22171 2.5001,3.8024 0.1013,5.1769 1.16508,7.71398 3.22119,7.68244 1.96997,-0.0302 2.05783,-0.37278 2.13554,-8.32663 0.0504,-5.16336 -0.27094,-4.89878 7.63635,-6.28669 4.74253,-0.83242 5.83257,0.58026 6.32076,8.19156 0.2154,3.35832 0.69952,6.40461 1.07582,6.76954 1.68593,1.63499 3.48345,-2.20241 4.012,-8.56498 l 0.57051,-6.86779 4.19258,-0.63188 c 2.30593,-0.34754 4.60506,-0.2353 5.10917,0.2494 0.50411,0.48471 0.87364,3.98043 0.82117,7.76827 -0.0995,7.18214 1.21028,9.83369 4.25397,8.61184 1.09948,-0.44137 1.59926,-3.15124 1.97941,-10.7326 0.27972,-5.57818 0.75869,-10.40084 1.0644,-10.71701 0.30569,-0.31618 6.69485,-0.77145 14.19813,-1.01172 14.65149,-0.46917 14.92777,-0.58161 15.02699,-6.11561 0.032,-1.78279 -0.84979,-2.27692 -5.64568,-3.16378 -3.12596,-0.57804 -8.28165,-1.01114 -11.45709,-0.96243 -4.97021,0.0763 -8.07193,-1.04696 -6.72542,-2.43543 0.21944,-0.22627 6.08126,-1.70732 13.02627,-3.29122 l 12.6273,-2.87982 -0.29594,-3.08826 -0.29593,-3.08826 -12.76871,-0.30418 z m 7.28217,-462.70884 c -0.50708,0.32426 -1.16708,0.20622 -1.46667,-0.2623 -0.80028,-1.25155 0.38213,-8.17935 1.39868,-8.19494 1.17123,-0.018 1.23337,7.71206 0.068,8.45724 z m -4.07627,-66.40258 c -0.55643,0.009 -1.04391,-2.08423 -1.08328,-4.6506 -0.0852,-5.55279 0.39755,-5.4143 1.37889,0.39557 0.44291,2.62218 0.33014,4.24543 -0.29561,4.25503 z M 542.99418,170.3019 c -0.62654,0.01 -1.15942,-1.30308 -1.18417,-2.91708 -0.0593,-3.86352 -1.75784,-8.00702 -4.40632,-10.74877 -1.17808,-1.21958 -1.69777,-2.22423 -1.15486,-2.23255 2.64994,-0.0406 6.52494,5.73637 7.19341,10.72421 0.47579,3.55012 0.33619,5.16216 -0.44806,5.17419 z m 4.93002,443.27841 c -1.45168,1.49692 -1.50565,2.06335 -0.36489,3.82914 1.1069,1.71335 1.10791,2.00016 0.006,1.65561 -1.78618,-0.55842 -2.34146,-4.50316 -0.88821,-6.3099 1.59213,-1.97946 0.41121,-4.46453 -2.10328,-4.42595 -3.31009,0.0508 -3.59798,-2.75611 -0.6123,-5.96975 2.83938,-3.05616 2.60724,-5.06215 -0.58014,-5.01326 -1.04806,0.0161 -2.44917,-0.95007 -3.11356,-2.147 -1.07654,-1.93943 -0.80202,-2.52783 2.5228,-5.40727 3.82813,-3.31533 3.94465,-5.4987 0.29045,-5.44265 -3.04002,0.0466 -5.90303,-1.76641 -5.93358,-3.75752 -0.0302,-1.9713 4.81863,-7.22667 6.69422,-7.25544 1.97307,-0.0303 1.37875,1.82598 -1.00661,3.14397 -5.08943,2.81207 -5.10046,5.8991 -0.0209,5.85754 1.17655,-0.01 3.21523,0.86609 4.53039,1.94605 l 2.39117,1.96355 -2.09787,1.78239 c -1.15383,0.98031 -3.04388,2.45882 -4.2001,3.28557 -2.88232,2.06098 -2.64468,2.83411 1.44737,4.70898 4.18581,1.91784 4.39062,3.09134 1.09649,6.28253 -3.15391,3.05536 -3.08927,3.66287 0.5843,5.49169 3.44321,1.71414 3.80592,3.25793 1.35839,5.78172 z m -6.71748,-159.7193 c -1.31108,0.83836 -3.00655,-0.22817 -3.03231,-1.90746 -0.0204,-1.33263 -4.40331,-5.45033 -9.15667,-8.6027 -2.38433,-1.58125 -2.40288,-1.66336 -0.39395,-1.74416 1.15949,-0.0467 4.23335,1.72878 6.83079,3.94537 5.34502,4.56129 7.2683,7.33946 5.75214,8.30895 z m -4.01271,-283.13676 c -1.34651,1.38848 -2.32403,0.62408 -2.36193,-1.84698 -0.0215,-1.40215 -0.74595,-3.86632 -1.60987,-5.47595 -2.16528,-4.0343 -0.17508,-3.72552 2.45024,0.38015 2.17958,3.40859 2.69006,5.73787 1.52156,6.94278 z m -0.36091,187.12784 c -0.52597,1.40626 -0.94506,1.60471 -1.51304,0.71646 -0.98195,-1.53564 0.0238,-6.12788 1.34654,-6.14817 1.13611,-0.0174 1.21705,2.6229 0.16653,5.43171 z m 3.136,444.82229 c -0.39549,0.40782 -2.29539,-0.83254 -4.22198,-2.75635 -4.55103,-4.54445 -3.57416,-5.55176 1.23753,-1.2761 2.03694,1.81003 3.37995,3.62463 2.98445,4.03245 z m -8.83534,-553.18124 c -1.5155,0.0233 -4.16569,-6.08054 -4.19194,-9.65472 -0.0215,-2.91989 3.24726,-8.27026 4.38091,-7.17087 0.36261,0.35166 0.14555,1.63577 -0.48236,2.85358 -1.1203,2.17276 -0.81634,7.28673 0.69634,11.71556 0.49802,1.45813 0.35754,2.24478 -0.40295,2.25645 z m 2.37426,207.94704 c -0.4128,-0.0163 -2.75721,-1.78853 -5.2098,-3.93846 -4.63703,-4.06478 -5.10369,-6.34151 -0.73217,-3.57208 4.53327,2.87191 8.27571,7.60227 5.94197,7.51054 z M 530.7008,287.50425 c -0.57724,0.009 -1.09958,-0.77072 -1.16075,-1.7324 -0.0612,-0.96167 -0.47411,-4.33073 -0.91764,-7.4868 -0.44353,-3.15607 -0.43113,-5.74407 0.0276,-5.7511 1.13599,-0.0174 1.53182,1.43408 2.37646,8.71457 0.47442,4.08925 0.3622,6.24518 -0.32563,6.25573 z m -3.31985,-78.71949 c -2.08622,4.10267 -6.11635,7.41164 -7.80153,6.40553 -0.62431,-0.37274 0.34279,-1.99557 2.35605,-3.95352 3.77419,-3.67053 5.43339,-7.30609 5.36513,-11.75582 -0.0248,-1.614 0.40493,-2.94146 0.95487,-2.94989 1.72503,-0.0265 1.12995,8.3118 -0.87452,12.2537 z m 6.65366,413.70777 c -2.10074,0.0322 -3.46957,-2.73801 -2.38871,-4.83427 1.66158,-3.22256 1.19531,-4.3119 -1.74329,-4.0728 -5.11997,0.41656 -5.29663,0.27048 -5.0832,-4.20313 l 0.20292,-4.25361 -4.47543,0.0687 c -5.163,0.0792 -6.31836,-1.82279 -3.65808,-6.02201 2.20722,-3.48407 1.06674,-4.56961 -4.35737,-4.14744 -4.44937,0.3463 -4.67708,0.23546 -5.0263,-2.44663 -0.41188,-3.16328 2.23851,-8.12287 3.83232,-7.17131 0.63166,0.37712 0.23672,1.39419 -1.00437,2.58653 -2.10111,2.01855 -2.68006,5.35486 -1.09362,6.30203 0.49138,0.29336 2.25573,0.0349 3.92077,-0.57431 5.19147,-1.89955 9.4776,1.81703 5.76308,4.99728 -0.8144,0.69727 -1.46777,2.11255 -1.45193,3.14508 0.0228,1.48554 0.77289,1.86593 3.59412,1.82265 1.96093,-0.0301 4.47367,0.41366 5.58386,0.98609 1.88073,0.96971 1.914,1.2058 0.48736,3.45775 -2.31424,3.65301 -1.92233,4.82923 1.37201,4.11765 1.69834,-0.36685 3.62866,-0.0807 4.73409,0.70195 1.66018,1.1753 1.71905,1.60734 0.53251,3.90855 -1.08354,2.10148 -1.09057,2.8715 -0.0374,4.10158 0.71311,0.83291 0.84661,1.52128 0.29668,1.52972 z m -8.50539,-451.9886 c -1.53274,0.60981 -4.5573,1.13592 -6.72125,1.16911 -2.16393,0.0332 -3.93191,0.22486 -3.92883,0.42593 0.0262,1.70745 -4.93418,23.38201 -5.48298,23.95809 -0.39181,0.4113 -5.57114,0.23777 -11.50962,-0.3856 -12.58214,-1.3208 -12.08202,-1.65167 -12.88435,8.52394 l -0.5132,6.50863 5.78107,2.67511 c 3.17959,1.47131 6.28832,2.66127 6.90829,2.64434 0.61997,-0.0165 1.63646,0.56405 2.25887,1.29103 1.16024,1.35515 0.83556,2.74186 -5.09066,21.74166 -1.29296,4.14532 -2.34121,7.82207 -2.32944,8.17055 0.0113,0.34849 2.51151,1.60005 5.55499,2.78126 10.06022,3.90451 6.09262,8.63403 -6.46427,7.70563 -10.69832,-0.79098 -12.79463,-1.38981 -13.18976,-3.76778 -0.19473,-1.17191 0.59734,-5.6731 1.76017,-10.00265 1.16282,-4.32955 2.19904,-10.61633 2.3027,-13.97063 0.17783,-5.7538 0.0465,-6.13708 -2.32221,-6.77694 -1.38088,-0.37302 -5.5571,-0.67636 -9.28048,-0.67407 l -6.76978,0.004 0.70305,2.73954 c 0.38668,1.50674 1.58223,4.42918 2.6568,6.49431 1.07456,2.06512 1.68318,4.20795 1.35249,4.76184 -0.3307,0.55389 -4.57013,4.0149 -9.42096,7.69111 -4.85085,3.67623 -8.81381,7.0687 -8.8066,7.53884 0.007,0.47014 0.48199,2.03326 1.05504,3.47362 0.57306,1.44035 0.78422,3.71668 0.46924,5.0585 -0.47727,2.03315 -1.18838,2.44912 -4.26768,2.49635 -3.91015,0.06 -7.13638,-2.49532 -12.24172,-9.69591 l -2.37275,-3.34654 7.30141,-7.29638 c 4.01578,-4.01301 8.33386,-8.02161 9.59573,-8.908 l 2.2943,-1.61162 -3.01647,-5.8121 c -4.1085,-7.91618 -4.49467,-16.18927 -1.23198,-26.39303 1.30127,-4.06956 2.13982,-7.75282 1.86346,-8.185 -0.27635,-0.43219 -1.83689,-0.76533 -3.46785,-0.74031 -3.46054,0.0531 -3.73162,0.61611 -7.51935,15.61717 l -2.53508,10.04006 -4.81594,0.38224 c -4.80647,0.38149 -9.67225,-1.49295 -9.70671,-3.7393 -0.009,-0.56826 1.26967,-2.26519 2.84085,-3.77097 2.6286,-2.51916 2.93796,-3.61744 3.87443,-13.75467 0.55974,-6.0593 1.15723,-11.91915 1.32775,-13.0219 0.17051,-1.10274 0.33512,-2.54988 0.36578,-3.21585 0.0307,-0.66597 1.73616,-1.68501 3.79002,-2.26452 2.05385,-0.57952 9.20703,-2.58533 15.89594,-4.45736 11.20956,-3.13723 12.23485,-3.62449 13.09656,-6.22399 2.10019,-6.33563 12.9953,-9.15283 19.83093,-5.12777 3.55952,2.09598 6.61373,7.65541 6.57799,11.97361 -0.0166,2.00879 0.7709,2.96243 3.46616,4.19733 1.91822,0.87888 4.03469,1.58021 4.70328,1.5585 1.18612,-0.0385 8.61188,-10.80696 11.36028,-16.47408 1.14379,-2.35848 1.81857,-2.73887 3.97869,-2.24288 2.80539,0.64415 9.13285,4.09898 13.19224,7.20305 l 2.51821,1.92558 -2.7868,1.10876 z m -7.01366,-5.83819 c -1.80401,-1.06231 -3.99118,-1.92225 -4.86036,-1.91097 -1.80564,0.0237 -6.29569,6.15459 -10.18239,13.90408 -1.45961,2.91023 -3.00005,5.29664 -3.42321,5.30313 -0.42316,0.006 -2.69265,-0.63378 -5.04333,-1.42281 -2.35068,-0.78904 -5.49649,-1.41586 -6.99069,-1.39294 -2.68194,0.0411 -2.71679,-0.0401 -2.72197,-6.34866 -0.004,-4.90826 -0.44241,-6.85996 -1.89022,-8.41531 -3.74409,-4.0222 -13.5072,-3.7935 -16.04587,0.37587 -2.91698,4.79066 -2.82437,6.63887 0.47324,9.44413 5.65379,4.80964 2.77864,6.06682 -3.25317,1.42249 l -3.66848,-2.82464 -6.24098,1.46909 c -8.54711,2.01194 -18.95421,5.05699 -20.28232,5.93448 -1.12539,0.74355 -2.65148,10.03127 -3.63985,22.15204 -0.48381,5.93302 -0.87472,6.98811 -2.95453,7.97454 -3.53815,1.6781 -2.48581,4.22081 1.86998,4.51834 3.25511,0.22234 3.68371,-0.0388 4.20886,-2.56486 0.32158,-1.54682 1.96976,-7.69417 3.66263,-13.66077 2.75499,-9.71008 3.28872,-10.7898 5.08674,-10.29031 1.10484,0.30693 3.58738,0.77971 5.51677,1.05063 6.16156,0.8652 6.09173,0.71343 3.46121,7.52155 -1.76423,4.56607 -2.51018,8.6731 -2.66559,14.67611 -0.23355,9.02153 0.44961,11.6489 4.51634,17.36945 1.45759,2.05036 2.47309,3.87812 2.25667,4.06171 -0.21641,0.18359 -2.15476,1.54699 -4.30744,3.02977 -4.62905,3.18854 -14.35132,12.74608 -14.33074,14.08792 0.0542,3.53104 6.68636,10.70495 9.8517,10.6564 1.80879,-0.0278 2.30417,-0.58776 2.27375,-2.57036 -0.0214,-1.39419 -0.72983,-3.55493 -1.57432,-4.80165 -1.41438,-2.08802 -1.36047,-2.42911 0.68373,-4.32579 1.22054,-1.13247 4.22275,-3.47098 6.67156,-5.19671 2.44882,-1.72572 6.00542,-4.4977 7.90355,-6.15995 l 3.45116,-3.02227 -2.22078,-3.82842 c -1.22144,-2.10562 -2.5601,-5.5109 -2.97482,-7.56728 -0.86103,-4.26942 -1.21138,-4.14945 8.48243,-2.90449 3.58248,0.4601 8.22513,0.92351 10.31698,1.02982 6.58922,0.33486 6.88816,2.26753 2.98406,19.2926 -2.77701,12.11004 -2.61377,13.05046 2.49907,14.39776 5.13322,1.35265 13.93463,0.83132 14.46146,-0.85659 0.22327,-0.71537 -1.57062,-1.74167 -4.40848,-2.52213 -2.63171,-0.72377 -5.23303,-2.00274 -5.78071,-2.84216 -0.70888,-1.08652 0.0335,-4.82542 2.57686,-12.97745 1.96495,-6.29816 3.6274,-12.92153 3.69435,-14.71861 0.11733,-3.14941 -0.15099,-3.38213 -7.42787,-6.44319 -5.91661,-2.48884 -7.50643,-3.5913 -7.35003,-5.09686 1.16065,-11.17251 2.37412,-16.96204 3.55244,-16.94879 3.83851,0.0431 20.01717,1.43524 21.0419,1.81054 1.0376,0.38001 2.24908,-1.59308 2.88794,-4.70343 0.76695,-3.73392 3.45214,-17.11137 3.78318,-18.84756 0.24061,-1.26185 0.9882,-2.23263 1.6613,-2.15725 3.34555,0.37462 7.71767,-0.31445 7.70386,-1.21418 -0.009,-0.55801 -1.49156,-1.88374 -3.29557,-2.94606 z m -45.63231,45.38263 c -1.17231,0.47062 -2.32325,-0.13779 -3.68475,-1.94783 -2.39385,-3.18249 -3.72096,-3.26027 -7.21632,-0.42296 -2.08503,1.6925 -2.93661,1.90751 -3.87033,0.97723 -0.92557,-0.92217 -0.42677,-1.86242 2.19898,-4.14516 l 3.3961,-2.95245 -2.40364,-2.48116 c -2.15736,-2.22695 -2.21456,-2.48407 -0.55827,-2.50948 1.01494,-0.0156 2.71455,0.73439 3.77692,1.66658 1.82929,1.60515 2.09318,1.5988 4.98411,-0.11986 3.65988,-2.17579 5.68068,-0.91735 2.81765,1.75467 -2.49443,2.32801 -2.47824,3.04734 0.14895,6.61964 1.94957,2.6509 1.98176,2.93004 0.4106,3.56076 z m 62.01126,596.45261 c -1.68054,0.0258 -6.8071,-4.77878 -5.99385,-5.61737 0.37299,-0.3846 2.13948,0.7179 3.92555,2.45001 1.78608,1.7321 2.71681,3.15741 2.0683,3.16736 z m -10.05838,-554.911 c -0.86529,0.0133 -2.46674,-1.42483 -3.55881,-3.19579 -1.58468,-2.56982 -1.88034,-4.31612 -1.4644,-8.6494 0.76284,-7.9472 2.48999,-7.43228 2.62028,0.78118 0.0854,5.37083 0.53717,7.35504 2.04279,8.9683 1.6308,1.74736 1.68716,2.07536 0.36014,2.09571 z m 0.88941,105.99883 c -0.52044,0.83308 -0.93762,2.52718 -0.92706,3.76466 0.0113,1.32651 -0.59637,2.25942 -1.48062,2.27298 -0.8249,0.0127 -1.50822,-0.52439 -1.51848,-1.19342 -0.0326,-2.12681 3.08622,-9.83192 3.98531,-9.84572 1.15729,-0.0178 1.12025,3.1136 -0.0592,5.0015 z m -5.43596,-154.40349 c -0.87418,3.20556 -4.22798,7.53444 -5.85668,7.55943 -1.78708,0.0274 -1.01572,-2.62264 1.46208,-5.02302 1.53291,-1.485 2.44683,-3.4856 2.41907,-5.29538 -0.0276,-1.8009 0.4099,-2.76487 1.14881,-2.5311 1.62066,0.51273 1.80604,1.69894 0.82672,5.29007 z m -3.12251,87.5269 c -1.42532,0.0219 -2.50175,-2.16061 -2.54785,-5.16576 -0.025,-1.62805 0.25301,-1.81174 1.37548,-0.90889 1.91912,1.54365 2.78879,6.04985 1.17237,6.07465 z m -4.92634,62.64023 c -0.76357,1.07859 -1.72831,1.63136 -2.14385,1.22837 -0.95856,-0.92959 1.10663,-5.7703 2.47071,-5.79122 1.45994,-0.0224 1.29566,2.27095 -0.32686,4.56285 z m 5.06197,367.90834 c -0.55515,-0.33145 -1.02004,-1.29873 -1.03309,-2.14952 -0.0131,-0.8508 -1.39972,-3.23051 -3.08148,-5.28825 -3.21208,-3.93018 -3.65738,-4.94448 -2.18069,-4.96713 1.28075,-0.0196 7.2467,9.23169 7.27822,11.28625 0.0145,0.9467 -0.42781,1.45009 -0.98296,1.11865 z M 505.17587,298.8971 c -0.90574,0.0139 -3.70837,-1.63081 -6.22805,-3.6549 -2.51968,-2.02409 -5.01617,-3.96071 -5.54776,-4.30361 -0.5316,-0.34289 -0.65407,-1.14681 -0.27217,-1.78649 0.46372,-0.77668 2.03122,0.008 4.7186,2.362 2.21331,1.93878 5.13261,4.00968 6.48733,4.60201 2.81804,1.23214 3.27572,2.74366 0.84205,2.78099 z m -1.89007,46.49354 c -1.77134,1.06696 -3.44081,2.25577 -3.70992,2.64179 -1.09169,1.56596 -11.03477,7.31414 -11.63871,6.72844 -0.9059,-0.87853 1.05815,-2.66303 9.49832,-8.63001 6.57024,-4.64501 9.02663,-5.56832 9.05981,-3.40543 0.006,0.39892 -1.43816,1.59826 -3.2095,2.66521 z m 7.21304,423.50292 c -1.34411,4.60983 -4.51618,9.04752 -6.48879,9.07778 -0.61834,0.009 -0.40305,-0.95915 0.50185,-2.25796 3.20718,-4.60329 5.40569,-9.6899 5.71303,-13.21801 0.1735,-1.99173 0.61195,-3.92705 0.97433,-4.30073 1.14668,-1.1824 0.67843,5.96997 -0.70042,10.69892 z m -2.24877,-50.99432 c -1.68306,-2.44947 -3.06805,-4.84611 -3.07777,-5.32586 -0.0293,-1.45455 3.05669,1.49784 4.63015,4.42946 2.62359,4.88822 1.59755,5.4807 -1.55238,0.8964 z m -0.34056,27.12589 c -0.93668,1.45416 -3.18333,3.92272 -4.99255,5.4857 -1.80922,1.56299 -4.29359,5.20977 -5.52081,8.10395 -2.32758,5.48919 -7.23006,11.47918 -11.08781,13.54744 -2.13989,1.14726 -2.23891,1.73843 -1.96919,11.75752 0.15622,5.80224 -0.10738,10.95309 -0.58571,11.44633 -1.38706,1.43026 -16.45988,3.0011 -19.26915,2.00816 -5.85024,-2.06778 -5.48426,-5.98244 0.84166,-9.00281 2.73033,-1.30362 4.95861,-2.73687 4.95173,-3.185 -0.007,-0.44811 0.43652,-0.54669 0.98531,-0.21904 0.57217,0.3416 0.73363,-0.0624 0.37853,-0.9469 -0.3406,-0.84845 -1.02108,-1.53646 -1.51218,-1.52893 -0.49109,0.008 -0.82665,-0.32486 -0.74567,-0.73865 0.36891,-1.88508 -1.63839,-4.22536 -3.59838,-4.1953 -1.18835,0.0182 -3.77695,1.16809 -5.75244,2.55525 -3.26842,2.29501 -3.6467,3.06788 -4.2013,8.58396 -0.7229,7.18997 -1.42531,7.74987 -11.02291,8.78652 -5.8015,0.62663 -7.17841,0.46114 -9.10744,-1.0946 -2.69111,-2.17032 -2.28031,-2.95888 3.74927,-7.19697 l 4.56629,-3.20956 -1.08481,-5.07604 c -1.02376,-4.79033 -0.93852,-5.23351 1.51442,-7.87372 1.42959,-1.53873 2.59459,-3.10128 2.5889,-3.4723 -0.006,-0.37104 -2.00153,-2.45431 -4.4352,-4.6295 -3.37067,-3.01266 -5.36717,-6.14405 -8.38009,-13.14361 -2.17537,-5.05378 -4.26186,-9.63406 -4.63664,-10.17838 -0.37476,-0.54431 -1.51991,-3.90214 -2.54477,-7.46184 -1.02486,-3.5597 -2.22932,-6.91662 -2.67658,-7.45982 -0.44726,-0.54321 -1.62911,-3.67545 -2.62634,-6.96054 -0.99722,-3.28509 -2.6147,-7.53578 -3.5944,-9.44598 -2.41986,-4.71823 -2.92803,-16.01485 -0.86678,-19.26852 2.36147,-3.72754 5.49379,-4.83886 9.30948,-3.30292 4.65765,1.87485 6.15086,5.57236 3.95742,9.7994 -1.46441,2.8221 -1.55235,4.13967 -0.59465,8.9098 0.61815,3.07887 2.01591,7.51188 3.10613,9.85114 1.09023,2.33925 2.94509,6.37616 4.12192,8.97092 2.35901,5.2013 2.74718,5.37949 6.86437,3.15124 1.56259,-0.84568 4.07838,-1.55935 5.59065,-1.58594 3.36758,-0.0597 3.44366,-1.26693 0.70911,-11.2572 -2.64138,-9.64991 -4.41741,-18.59357 -4.47812,-22.55077 -0.0637,-4.15119 3.2921,-7.67478 8.27514,-8.68896 5.2657,-1.07172 8.02519,1.3209 7.24978,6.28593 -1.16626,7.46762 -1.02041,8.12926 5.93684,26.93237 2.93447,7.93093 5.42773,14.91343 5.54056,15.51667 0.6801,3.6362 4.02345,6.32295 9.75027,7.83546 3.33614,0.88111 6.31097,1.98557 6.61074,2.45436 0.29975,0.46879 1.61269,0.83598 2.91762,0.81596 2.53309,-0.0389 6.43858,-4.64618 6.39414,-7.54318 -0.0536,-3.49213 -4.73071,-10.2279 -11.7001,-16.84986 -9.77011,-9.28305 -12.39196,-12.94858 -13.2875,-18.57682 -1.02442,-6.43818 0.0621,-13.51455 2.42347,-15.7831 3.13551,-3.01232 6.74597,-3.53093 9.04692,-1.2995 1.8594,1.80321 1.91549,2.36881 0.82578,8.32773 -1.45811,7.97343 -0.86021,9.24381 10.45676,22.21802 12.21712,14.00616 15.91785,23.6921 11.60831,30.38243 z m -3.5881,-17.06444 c -1.0398,-1.90928 -3.54006,-5.24632 -5.55613,-7.41565 -2.01606,-2.16934 -6.44109,-7.48352 -9.8334,-11.8093 l -6.16783,-7.86508 0.5604,-7.80561 c 0.47764,-6.65275 0.32178,-7.89302 -1.05525,-8.39734 -2.65363,-0.97186 -5.32195,2.56639 -6.47581,8.58705 -1.66633,8.69475 0.77481,14.49174 9.34743,22.19731 3.66389,3.29332 8.33971,7.92398 10.3907,10.29034 6.30268,7.27182 6.3868,15.87308 0.19228,19.66163 -3.47802,2.12715 -4.73908,2.18762 -6.6653,0.3196 -0.82262,-0.79776 -3.39545,-1.91738 -5.71741,-2.48806 -9.03016,-2.21937 -11.18862,-4.6808 -15.53459,-17.7151 -1.00359,-3.00996 -2.17262,-5.91737 -2.59782,-6.46091 -0.42522,-0.54355 -1.01609,-2.33469 -1.31305,-3.98033 -0.52953,-2.93437 -1.94598,-6.9991 -3.81328,-10.9428 -2.50537,-5.29126 -3.37153,-9.53256 -2.23526,-10.94523 0.62753,-0.78017 0.97657,-2.68084 0.77564,-4.2237 -0.44469,-3.41457 -3.78603,-4.20443 -7.40781,-1.75112 -1.99918,1.3542 -2.40467,2.45505 -2.34403,6.36382 0.0838,5.40036 2.44283,16.6828 5.46691,26.14618 1.64195,5.13823 2.73411,6.87162 5.30887,8.42591 1.78291,1.07627 3.69473,3.18469 4.24851,4.68538 1.24662,3.37827 -0.14297,8.09344 -2.53201,8.59165 -1.48114,0.30888 -1.56508,-0.0406 -0.66321,-2.76124 3.03683,-9.16115 -9.17052,-14.43636 -16.71717,-7.22406 -4.10904,3.927 -3.64042,7.77987 1.47229,12.10451 4.0144,3.39562 4.00991,4.8732 -0.0103,3.41488 -3.44757,-1.25059 -7.07964,-6.44382 -7.58707,-10.84824 -0.2299,-1.99546 -1.8552,-6.75643 -3.61177,-10.57993 -1.75657,-3.82351 -3.8129,-8.29378 -4.56962,-9.93394 -0.75672,-1.64017 -1.98192,-6.00997 -2.72267,-9.71068 -1.27869,-6.38826 -1.24083,-6.84491 0.7486,-9.02875 1.81682,-1.99435 1.92676,-2.62746 0.82697,-4.76193 -1.61837,-3.14097 -6.32319,-3.81283 -8.2566,-1.17909 -1.76324,2.40192 -1.65194,11.54926 0.2172,17.85548 0.80631,2.72032 3.18703,9.42016 5.29049,14.88854 2.10345,5.46838 4.2329,11.1692 4.7321,12.66849 3.62223,10.87909 9.67444,23.13298 13.28546,26.89908 2.237,2.33306 7.2965,5.64664 9.23382,6.04743 0.27591,0.0571 2.3089,0.56219 4.51775,1.12248 9.59572,2.43396 9.14255,2.52083 12.56981,-2.40943 1.89421,-2.72491 3.94789,-4.56402 5.11653,-4.58195 2.17181,-0.0333 2.11788,0.0796 -3.57244,7.47808 l -2.83894,3.69117 2.72777,5.36104 c 3.40166,6.68543 3.49098,8.47561 0.42524,8.52264 -2.76587,0.0424 -8.58531,2.041 -8.68103,2.98133 -0.0366,0.3593 -0.19952,1.40004 -0.36211,2.31276 -0.25526,1.43305 0.81606,1.64585 7.85136,1.5595 13.36343,-0.16401 13.03144,0.0866 12.11835,-9.14926 -0.42596,-4.30857 -1.01734,-9.07387 -1.31418,-10.58955 -0.4722,-2.41105 0.0353,-3.12841 4.05699,-5.73463 4.91229,-3.18337 10.23447,-10.70145 10.17807,-14.3775 -0.0212,-1.38362 1.1909,-3.13251 3.18,-4.5882 6.4794,-4.74186 7.45069,-6.49694 7.32396,-13.23417 -0.0763,-4.05624 -0.77293,-7.41681 -2.00738,-9.6835 z m -45.98179,45.05641 c -2.62104,-0.53689 -5.54099,-1.29765 -6.48877,-1.69059 -1.20495,-0.49955 -2.47385,0.12086 -4.21886,2.06263 -2.54502,2.83205 -2.99135,6.36301 -1.44985,11.47 0.66551,2.20481 0.23507,2.78242 -3.77247,5.06242 -6.58273,3.74509 -6.03083,5.67412 1.47303,5.14871 8.73836,-0.61185 9.52474,-1.29514 9.41906,-8.18434 l -0.0889,-5.7932 4.96349,-2.41829 c 2.72992,-1.33006 4.95568,-2.92744 4.94613,-3.54974 -0.01,-0.6223 -2.16184,-1.57072 -4.78289,-2.1076 z M 502.87567,768.8 c -2.94813,4.7638 -4.52883,2.59654 -1.71269,-2.34823 1.21858,-2.13967 2.29738,-4.51388 2.39732,-5.27602 0.38929,-2.96866 1.31586,-2.37598 1.34956,0.86325 0.0198,1.87909 -0.89582,4.92154 -2.03419,6.761 z m -6.28419,-432.76686 c -0.98988,0.0152 -2.33144,0.57583 -2.98124,1.24588 -0.86881,0.89588 -1.48097,0.92779 -2.31332,0.1206 -0.83235,-0.8072 -0.32726,-1.52953 1.9087,-2.7296 3.79882,-2.0389 5.13324,-2.08137 5.16264,-0.16431 0.0127,0.8249 -0.78689,1.51225 -1.77678,1.52743 z m -2.11393,-26.97074 c -3.40618,0.0523 -4.59624,-1.14529 -2.48176,-2.49736 1.39625,-0.89281 5.94728,0.22302 5.9663,1.46284 0.008,0.53945 -1.55977,1.00499 -3.48454,1.03452 z m 1.12092,83.99268 c -1.44009,2.80405 -2.10097,5.40962 -1.7307,6.82334 0.32946,1.25789 0.35215,2.70056 0.0502,3.20593 -0.84227,1.41076 -3.49951,0.0467 -3.51691,-1.80557 -0.0225,-2.40237 4.22391,-11.48382 6.13071,-13.11103 2.13672,-1.82342 1.91393,-0.65706 -0.93353,4.88734 z m -1.16631,-70.65121 c -0.4086,0.25779 -3.77509,0.83847 -7.48109,1.29042 -7.78866,0.94982 -9.59831,-0.75162 -2.02951,-1.90815 2.6067,-0.39831 5.97307,-0.98687 7.48082,-1.3079 2.49925,-0.53215 3.8677,0.76608 2.02978,1.92563 z m -2.5527,64.26457 c -2.39078,0.95976 -6.55342,10.38007 -6.48744,14.6815 0.0316,2.05931 -0.39139,4.0312 -0.93996,4.38197 -3.86501,2.47143 -0.57401,-13.94582 3.80285,-18.9706 2.15306,-2.47178 2.99766,-2.88265 3.98477,-1.93846 0.99186,0.94873 0.91687,1.33293 -0.3602,1.84559 z m -12.7867,-89.14416 c -0.97295,0.90434 -3.00163,1.97203 -4.50816,2.37266 -1.51399,0.40261 -2.77947,1.46337 -2.8293,2.37159 -0.11258,2.05173 -0.15529,2.30741 -1.63257,9.77328 -0.66656,3.36864 -1.52239,6.64482 -1.90184,7.28039 -0.37946,0.63556 -4.22302,1.65871 -8.54126,2.27364 -4.31824,0.61494 -10.40288,1.8764 -13.52142,2.80325 l -5.67008,1.68518 -0.54011,5.16301 c -1.1177,10.6842 -0.77779,12.30059 3.06975,14.59769 4.8651,2.90464 7.79562,7.24948 8.20493,12.16485 0.44648,5.36165 -0.69511,8.40864 -4.79449,12.79684 l -3.31757,3.5513 4.15166,8.43732 c 2.28339,4.64052 5.48145,10.95139 7.10678,14.02416 l 2.95514,5.58685 -2.03885,1.89998 c -1.12136,1.04498 -3.09722,4.06894 -4.39081,6.71989 -1.29358,2.65096 -3.87421,7.28198 -5.73473,10.29114 -1.86051,3.00917 -3.3747,5.99586 -3.36487,6.6371 0.01,0.64123 1.41695,2.71087 3.12692,4.5992 2.32729,2.57002 3.04426,4.2268 2.85141,6.58905 l -0.25764,3.15574 -9.9966,0.29811 c -5.49814,0.16395 -11.85816,0.64196 -14.13339,1.06222 -5.1784,0.95651 -8.9205,-0.65255 -16.34827,-7.02957 l -5.45908,-4.68683 4.77457,-4.54404 c 2.62602,-2.49922 7.42682,-7.12067 10.66844,-10.26991 l 5.89387,-5.72585 -5.80094,-6.21591 c -3.19053,-3.41874 -7.00523,-8.66369 -8.47714,-11.65543 -2.33288,-4.74178 -2.63638,-6.41274 -2.36594,-13.02631 0.27375,-6.69453 0.73032,-8.24013 3.88216,-13.14222 l 3.57192,-5.55544 -2.11794,-6.46827 c -1.16488,-3.55755 -4.03734,-10.18645 -6.38326,-14.73089 l -4.2653,-8.26261 -3.55708,0.70953 c -1.95639,0.39023 -3.91506,1.06593 -4.3526,1.50157 -0.43753,0.43563 -1.01118,7.04769 -1.27477,14.69347 l -0.47925,13.9014 -10.19085,0.44076 c -9.26639,0.40077 -10.28891,0.26409 -11.27186,-1.50673 -1.17224,-2.11183 0.33583,-3.76537 6.79354,-7.4489 l 3.13309,-1.78713 -0.92293,-7.24783 c -0.50761,-3.9863 -0.98829,-11.50918 -1.06819,-16.7175 l -0.14527,-9.46968 6.47383,-1.75603 c 3.5606,-0.96583 7.69993,-2.06194 9.19849,-2.43582 1.89305,-0.4723 2.91193,-1.51745 3.33821,-3.42428 1.72815,-7.73036 6.73192,-12.32914 13.53567,-12.44011 3.01757,-0.0493 4.55738,0.6288 7.12506,3.13734 1.80156,1.76007 3.74425,4.02057 4.31709,5.02333 0.99285,1.738 1.84223,1.75101 18.17409,0.27858 13.95104,-1.25778 17.20297,-1.83493 17.51172,-3.10792 0.20853,-0.85982 0.88439,-4.33583 1.50189,-7.72445 l 1.12274,-6.16115 7.32096,-0.79947 c 5.27968,-0.57657 8.10832,-0.43799 10.14484,0.49701 3.37379,1.54897 4.15116,4.74979 1.70561,7.02285 z m -11.38063,-5.45875 -4.87424,0.72283 -0.98114,4.94356 c -0.53961,2.71896 -0.96125,6.23888 -0.93697,7.82205 0.042,2.73804 -0.21156,2.90847 -5.19703,3.49313 -2.88265,0.33806 -10.41147,0.96163 -16.73071,1.38573 -13.72036,0.92079 -15.97,1.42548 -15.9787,3.58471 -0.006,1.52968 -2.70538,6.09917 -3.0302,5.1298 -0.0809,-0.24141 -0.26718,-3.0122 -0.41398,-6.15731 -0.28802,-6.1707 -1.89117,-8.77639 -6.94877,-11.29422 -2.3587,-1.17424 -3.2326,-1.16603 -6.0022,0.0565 -6.01534,2.65509 -8.52255,7.96403 -6.44395,13.64485 0.77882,2.12851 1.97461,3.2766 3.79565,3.64427 4.42183,0.89273 5.16946,1.22429 5.18596,2.29976 0.009,0.56719 -1.60345,1.0561 -3.58255,1.08646 -2.69261,0.0413 -4.30095,-0.67416 -6.3896,-2.84242 l -2.79122,-2.89762 -7.21546,1.97447 c -3.9685,1.08596 -7.3964,2.16104 -7.61755,2.38909 -1.24157,1.28025 -1.10246,16.27897 0.21767,23.46895 0.82835,4.51152 1.25348,8.59172 0.94474,9.06712 -0.30875,0.4754 -2.6824,1.95305 -5.2748,3.28366 -6.84316,3.51244 -6.18049,5.09103 2.07611,4.94564 3.71194,-0.0649 7.2412,-0.45704 7.84281,-0.8704 0.65096,-0.44726 1.2951,-6.41709 1.59091,-14.74438 0.27339,-7.69605 0.64718,-14.14761 0.83066,-14.33679 0.18348,-0.1892 1.83528,-0.56756 3.67066,-0.8408 1.83538,-0.27324 4.7607,-0.74939 6.50069,-1.05811 3.13971,-0.55706 3.19982,-0.48794 7.95283,9.14703 5.54372,11.23781 9.30814,21.66203 8.46192,23.4323 -0.32351,0.67677 -1.46279,2.59406 -2.53176,4.26065 -3.53925,5.51796 -4.53057,8.64439 -4.65579,14.68365 -0.17073,8.23453 3.2854,15.24744 11.22921,22.78546 3.35691,3.18542 6.10989,6.21055 6.11775,6.72251 0.012,0.77982 -4.72816,5.40421 -19.18407,18.71572 -1.9693,1.8134 -1.93536,1.87793 3.51592,6.68657 3.29216,2.90405 6.83669,5.08434 8.81933,5.42489 7.08664,1.21725 8.28701,-2.0892 2.75935,-7.60064 l -3.49916,-3.4889 9.24205,-10.64301 c 5.08312,-5.85366 9.25098,-11.26442 9.2619,-12.02393 0.0347,-2.41467 -9.48126,-28.41105 -10.99364,-30.0332 -2.28779,-2.45383 -1.79676,-2.89404 3.31562,-2.97246 2.97878,-0.0457 6.45699,-0.94922 9.20633,-2.3915 14.58456,-7.65091 10.00411,-26.90661 -6.34077,-26.65588 -2.83653,0.0435 -4.10497,-0.36597 -4.11975,-1.32997 -0.0234,-1.52538 2.05989,-2.6389 5.02215,-2.68434 2.23355,-0.0343 2.83098,-2.07355 3.1896,-10.88732 0.14193,-3.48801 0.64073,-6.71065 1.10845,-7.16143 0.46773,-0.45077 2.87122,-1.10795 5.34111,-1.46038 5.16285,-0.7367 16.22081,-2.67678 20.0938,-3.52538 2.13112,-0.46695 2.8359,-1.42236 3.67404,-4.98052 0.57039,-2.42151 1.01207,-6.03286 0.98151,-8.02523 -0.0698,-4.55174 1.41515,-7.51403 3.78496,-7.55039 1.00635,-0.0154 3.0777,-1.04108 4.60296,-2.27919 l 2.77323,-2.25113 -3.25081,-1.26866 c -2.10306,-0.82074 -4.97173,-1.01345 -8.12504,-0.54583 z m -16.60682,103.38245 c -1.24106,-2.29682 -2.37606,-4.8124 -2.52222,-5.59017 -0.14617,-0.77777 -1.18158,-2.61393 -2.30094,-4.08033 -1.11935,-1.46641 -2.74363,-4.29121 -3.60951,-6.27733 -0.86586,-1.98613 -1.88252,-3.60641 -2.25923,-3.60063 -2.06377,0.0317 -8.37841,2.58335 -8.36618,3.3807 0.0234,1.52364 6.3683,20.88321 7.95753,24.27995 0.80519,1.72097 1.47271,3.69718 1.48336,4.39158 0.0147,0.95687 -8.94091,12.30781 -12.73478,16.14095 -0.28121,0.28411 -1.52956,1.7079 -2.77412,3.16399 l -2.26285,2.64742 3.09671,4.44002 c 2.82714,4.05351 3.6447,4.55023 9.39181,5.70607 7.9511,1.59908 8.05417,1.60435 9.50718,0.48641 1.63499,-1.25794 -0.6988,-5.58836 -4.82565,-8.95412 -1.69111,-1.37923 -3.08105,-2.91917 -3.08877,-3.4221 -0.008,-0.50293 1.22023,-2.68858 2.72875,-4.85699 1.50854,-2.16841 4.21854,-6.66553 6.02225,-9.99359 1.80369,-3.32805 4.08422,-7.13667 5.06785,-8.46359 2.2982,-3.10032 2.23176,-4.32188 -0.51119,-9.39824 z m 22.73362,-130.07416 c -1.98024,0.0304 -7.60114,-3.61238 -8.50073,-5.50909 -1.32265,-2.78872 0.28353,-3.25805 1.80005,-0.52599 0.56398,1.01604 2.40114,2.39261 4.08258,3.05906 2.55173,1.01139 4.25795,2.95086 2.6181,2.97602 z m 3.56686,338.98517 c -0.37989,4.13131 -0.77605,17.63898 -0.88037,30.01703 -0.2039,24.19563 -0.64821,31.70679 -2.01047,33.98851 -0.7485,1.25371 -5.78224,1.36125 -37.20038,0.7948 -19.98412,-0.3603 -42.11319,-0.55868 -49.17571,-0.44084 -15.43805,0.25763 -36.64924,-1.25294 -38.58105,-2.74753 -1.50642,-1.16547 -1.53351,-0.14707 0.86888,-32.66091 0.71207,-9.63705 1.40515,-22.4742 1.54018,-28.52698 0.27436,-12.29847 1.64311,-21.56602 3.34596,-22.65489 0.6209,-0.39703 6.57535,-0.62382 13.23213,-0.504 6.65676,0.11982 33.65014,0.34443 59.98528,0.49913 26.33514,0.15468 48.28081,0.51933 48.76816,0.81028 1.03785,0.61963 1.08864,10.75404 0.10739,21.4254 z m -4.48909,-20.03735 c -2.09083,-0.52184 -109.02788,0.2077 -115.35593,0.78697 -1.28196,0.11737 -2.36138,8.01361 -2.61491,19.1287 -0.0941,4.12693 -0.79712,15.16401 -1.56218,24.52685 -2.5599,31.32788 -2.65754,33.63547 -1.48877,35.18345 0.83911,1.11138 4.03364,1.53641 13.07668,1.73985 6.58148,0.14807 19.62204,0.5836 28.97904,0.96785 9.35699,0.38424 27.14041,0.79698 39.51871,0.91719 12.3783,0.12021 25.95357,0.32103 30.16726,0.44626 4.66923,0.13878 8.08157,-0.20568 8.7375,-0.88207 0.68292,-0.7042 0.9922,-6.58848 0.84627,-16.10093 -0.19668,-12.82167 1.57388,-49.0316 2.62352,-53.65364 0.18803,-0.82798 0.23439,-3.94856 0.10303,-6.93461 -0.22172,-5.0396 -0.43916,-5.47918 -3.03022,-6.12587 z m -8.62289,76.9387 c -1.00482,2.8499 -4.20716,3.79847 -7.54433,2.23472 -3.66481,-1.71727 -3.90861,-3.0347 -1.16949,-6.31971 2.09685,-2.51475 2.55118,-2.66054 4.75318,-1.52516 3.893,2.00727 4.78531,3.27121 3.96064,5.61015 z m -2.97533,-3.15381 c -1.54101,-0.92003 -4.9835,0.53082 -4.95958,2.09022 0.0294,1.91431 1.6972,2.71006 4.03899,1.92707 2.09962,-0.70202 2.62601,-2.99909 0.92059,-4.01729 z m -1.94575,-25.18909 c -2.14805,8.83886 -5.45246,11.65636 -17.70246,15.09396 -7.73235,2.16987 -68.70927,3.39267 -72.59972,1.45589 -5.1659,-2.57175 -5.97672,-5.5841 -6.204,-23.0492 -0.25875,-19.88624 1.15255,-28.81754 5.06207,-32.03419 4.10514,-3.37762 9.64207,-3.8138 48.72742,-3.83855 37.81107,-0.024 41.0161,0.34369 42.8342,4.91339 1.40296,3.52625 1.31499,31.56414 -0.11751,37.4587 z m -2.27913,-35.24025 c -1.22807,-3.42116 -1.36862,-3.48993 -9.26418,-4.53333 -11.28146,-1.49082 -69.81939,-0.53738 -74.49016,1.21331 -5.4999,2.06142 -6.84577,6.2702 -7.79464,24.37522 -0.44522,8.49532 -0.42687,17.55817 0.0408,20.13969 0.46767,2.58151 0.79546,4.97845 0.72845,5.32653 -0.0671,0.34808 0.72606,1.37689 1.76241,2.28626 1.53464,1.34659 5.01278,1.73208 18.74438,2.07749 20.66913,0.51992 47.37306,-0.32956 53.08229,-1.68861 2.32946,-0.55451 6.50536,-2.04112 9.27978,-3.30357 5.96834,-2.71579 7.63296,-5.89332 8.32433,-15.88997 0.24804,-3.58651 0.62859,-6.71116 0.84568,-6.94369 0.91567,-0.98075 -0.11604,-19.87487 -1.25913,-23.0593 z m -10.1606,24.48646 c -1.57733,2.79373 -1.76946,2.8495 -8.25995,2.39749 -7.5914,-0.52868 -7.25089,-0.912 -9.81261,11.04613 -1.2519,5.84384 -1.3779,6.01196 -4.29455,5.72991 -1.65265,-0.15982 -4.13803,-0.81733 -5.52306,-1.46112 -2.8769,-1.33724 -2.9581,-3.07123 -0.53143,-11.34826 1.81996,-6.20764 1.23963,-7.30423 -4.87944,-9.22013 -4.10546,-1.28543 -4.13919,-1.33499 -3.64996,-5.36257 0.27159,-2.23584 1.3839,-6.16382 2.47182,-8.72886 1.59903,-3.77019 2.54208,-4.75536 4.9222,-5.14206 4.84652,-0.78745 6.0031,0.43566 4.99253,5.2796 -0.9264,4.44049 0.13786,6.89424 1.99102,4.59034 0.5886,-0.73177 1.86753,-3.5833 2.84206,-6.33672 l 1.77188,-5.00622 5.46806,-0.0839 5.46805,-0.0839 -0.0981,3.25694 c -0.0539,1.79132 -0.97297,5.09575 -2.04232,7.34317 l -1.94426,4.08623 2.16694,0.78064 c 1.19182,0.42934 4.08414,1.07217 6.42738,1.42849 4.75152,0.72255 5.23003,2.02364 2.5137,6.83476 z m -6.5048,-5.66263 c -7.90984,-0.86527 -8.0805,-1.12101 -5.36181,-8.03435 3.04829,-7.75147 2.99414,-8.50471 -0.60744,-8.44946 -2.23304,0.0343 -3.31772,0.73611 -4.3537,2.81711 -0.75885,1.52432 -1.4391,3.22246 -1.51167,3.77363 -0.44294,3.36433 -1.34007,5.53496 -2.33205,5.6424 -1.79975,0.19494 -7.11126,-0.15553 -7.47293,-0.49309 -0.18019,-0.16817 0.0872,-1.9031 0.59411,-3.85538 0.98072,-3.77673 -0.48706,-7.29317 -2.4406,-5.84709 -1.61803,1.19771 -3.35233,6.04465 -3.84307,10.74042 l -0.45434,4.34745 5.04534,1.12881 c 2.77493,0.62084 5.29852,1.52477 5.60798,2.00873 0.30945,0.48395 -0.0688,2.35725 -0.84052,4.1629 -4.36473,10.21215 -4.43433,13.4545 -0.30684,14.2949 3.74033,0.76157 4.4499,-0.12447 5.22477,-6.52379 1.31952,-10.89754 0.60487,-10.10689 9.02401,-9.98388 5.69491,0.0832 7.68998,-0.24675 8.38675,-1.38705 1.76056,-2.88121 0.86796,-3.77059 -4.35799,-4.34226 z m -37.5312,17.66152 c -3.79415,6.12746 -13.78717,8.22632 -22.19284,4.66122 -6.78875,-2.8793 -9.08569,-6.16844 -8.59651,-12.3099 0.3264,-4.09771 0.96558,-5.46016 3.6436,-7.76649 l 3.24776,-2.79698 -2.87669,-4.01801 c -2.45241,-3.42538 -2.7184,-4.38007 -1.80339,-6.47279 1.48552,-3.39754 8.20122,-7.76404 12.68967,-8.25075 4.44908,-0.48243 11.61048,2.37309 13.90512,5.54451 1.75395,2.42411 2.20789,9.39731 0.76544,11.75822 -0.63478,1.03898 -0.29804,2.52058 1.08893,4.79102 2.61801,4.28561 2.67408,10.74956 0.12894,14.85995 z m -3.10047,-14.85342 c -2.8006,-2.90598 -2.89447,-3.25262 -1.59026,-5.87241 1.87385,-3.764 1.6732,-8.21013 -0.48703,-10.79245 -2.6888,-3.21416 -11.69485,-3.70926 -16.0358,-0.88154 -1.78113,1.16024 -3.75945,3.30119 -4.39629,4.75768 -1.0722,2.45226 -0.87708,2.87665 2.63742,5.73651 l 3.79528,3.08833 -4.38765,4.31205 c -7.44733,7.31902 -6.74164,13.43781 1.98848,17.24115 4.62641,2.01553 12.72676,2.33951 15.80284,0.63203 3.032,-1.683 5.76449,-7.11032 5.70391,-11.32923 -0.0404,-2.82923 -0.81719,-4.59512 -3.0309,-6.89212 z m -6.44457,9.72064 c -2.1669,2.23442 -3.10499,2.10183 -6.17192,-0.87243 l -2.62779,-2.54839 1.98929,-2.05125 c 1.79244,-1.84829 2.27341,-1.92039 4.861,-0.72865 3.41033,1.57067 4.15194,3.92957 1.94942,6.20072 z m -2.98632,-4.33332 c -0.79244,0.0122 -1.68127,0.42485 -1.97515,0.91709 -0.66358,1.11146 1.91869,3.31326 2.80905,2.39517 1.17138,-1.20788 0.6359,-3.33481 -0.8339,-3.31226 z m 2.23363,-13.53585 c -2.53499,0.84758 -5.65908,-0.0775 -6.38725,-1.89146 -0.31012,-0.77252 0.24501,-2.43541 1.23361,-3.69532 1.58082,-2.01465 2.11512,-2.15186 4.43293,-1.13844 3.27699,1.43281 3.73611,5.717 0.72071,6.72522 z m -1.50984,-4.47737 c -1.59244,0.0244 -3.0498,1.86136 -2.16076,2.72353 0.83517,0.80993 3.63576,-0.51735 3.61739,-1.71438 -0.009,-0.56719 -0.66418,-1.02131 -1.45663,-1.00915 z m 56.9037,55.69757 c -6.49744,1.73711 -9.9319,-2.11516 -5.7397,-6.43798 1.72782,-1.78166 2.407,-1.93621 4.29699,-0.97781 4.42405,2.24341 5.23317,6.40239 1.44271,7.41579 z m -1.60508,-5.53986 c -2.05125,0.0315 -4.06142,1.35918 -4.04132,2.66929 0.0126,0.81911 1.05102,1.37705 2.52107,1.3545 1.83311,-0.0281 2.49152,-0.57162 2.46903,-2.03811 -0.0169,-1.09987 -0.44383,-1.99343 -0.94878,-1.98568 z m -13.4432,6.18266 c -2.07743,1.15313 -2.81102,1.11249 -5.00484,-0.27735 -1.41385,-0.89569 -2.5832,-2.44831 -2.59857,-3.45027 -0.0357,-2.32743 2.99661,-5.17851 5.54936,-5.21767 4.73583,-0.0726 6.26929,6.60549 2.05405,8.94529 z m -2.02978,-5.94531 c -2.67233,0.041 -3.99144,2.24311 -2.31661,3.86733 0.73703,0.71476 1.68609,0.72835 2.92285,0.0419 2.64775,-1.46971 2.26261,-3.95317 -0.60624,-3.90917 z m -16.50534,6.75396 c -0.55515,-0.33144 -1.03615,-2.3493 -1.0689,-4.48413 -0.0327,-2.13483 0.38613,-4.16649 0.93086,-4.51481 0.61099,-0.39068 1.02047,1.32713 1.0689,4.48414 0.0484,3.157 -0.30817,4.88657 -0.93086,4.5148 z m -5.00708,-0.42325 c -0.54993,0.008 -1.03135,-2.03598 -1.06981,-4.54314 -0.0427,-2.78437 0.32291,-4.32394 0.93943,-3.95586 0.55515,0.33145 1.03657,2.37587 1.06981,4.54315 0.0333,2.16729 -0.38949,3.94742 -0.93943,3.95585 z m -6.4615,0.78014 c -0.56779,-0.17682 -1.2058,-2.5339 -1.4178,-5.23797 -0.24726,-3.15379 -0.0367,-4.56328 0.58735,-3.93131 1.37949,1.39708 2.11977,9.57077 0.83045,9.16928 z m -5.43011,-0.59772 c -1.15556,0.0177 -2.1454,-2.48752 -2.19236,-5.54881 -0.0418,-2.72548 1.42086,-3.26204 2.3799,-0.87303 0.94696,2.35892 0.82877,6.40625 -0.18754,6.42184 z m -9.88358,-2.24769 c -0.40814,0.61186 -2.02813,1.37192 -3.59999,1.689 -3.48008,0.70203 -6.66439,-1.95757 -6.72046,-5.61308 -0.075,-4.89025 10.16514,-4.51648 10.76634,0.39297 0.16291,1.33024 -0.0377,2.91925 -0.44589,3.53111 z m -2.9077,-4.94638 c -1.74806,-0.64021 -5.41249,1.02427 -5.39064,2.44857 0.0236,1.53917 2.03336,2.20991 4.58083,1.52884 2.73618,-0.73153 3.21752,-3.09561 0.80981,-3.97741 z m -12.93446,4.98142 c -2.79437,1.12177 -7.13073,0.75484 -8.3844,-0.70945 -0.67168,-0.78451 -1.09011,-2.46579 -0.92986,-3.73618 0.59217,-4.69434 10.777,-3.3268 10.85038,1.45689 0.0199,1.29666 -0.67136,2.64159 -1.53612,2.98874 z m -4.82346,-5.30434 c -1.19753,0.008 -1.69929,0.60753 -1.46192,1.74584 0.44696,2.14328 3.82393,2.87369 4.90609,1.06114 0.90927,-1.52301 -0.68962,-2.8261 -3.44417,-2.80698 z M 471.78971,445.5369 c -1.22441,1.88325 -3.43892,5.58393 -4.92112,8.22373 -2.96751,5.2851 -10.13935,12.8993 -12.1794,12.9306 -2.11787,0.0325 -1.51445,-1.45786 1.53171,-3.7831 3.06983,-2.34329 9.99558,-12.63366 14.27656,-21.21231 1.45222,-2.91012 2.81823,-5.29385 3.03556,-5.29719 1.32342,-0.0203 0.12422,6.26588 -1.74331,9.13827 z m -2.16506,-88.69838 c -3.48791,1.17879 -8.89133,1.75592 -8.90368,0.95098 -0.0229,-1.49346 8.03959,-3.63297 9.25364,-2.4556 0.73667,0.7144 0.62989,1.17347 -0.34996,1.50462 z m -1.52716,-86.37604 c -1.86248,0.0286 -8.43684,-5.53768 -7.59101,-6.42701 0.3917,-0.41184 2.55027,0.86131 4.79684,2.82921 2.24657,1.9679 3.50395,3.58691 2.79417,3.5978 z m -2.89547,97.02403 c -2.80513,0.0842 -5.3456,-0.85998 -5.36299,-1.99317 -0.0215,-1.39939 3.39879,-1.09844 5.56704,0.48986 1.92125,1.40736 1.91688,1.43965 -0.20405,1.50331 z m -0.42492,12.03973 c -0.70269,0.0108 -1.99596,-0.75697 -2.87393,-1.70612 -0.87798,-0.94914 -2.46021,-2.22224 -3.51605,-2.82912 -1.05585,-0.60686 -1.62833,-1.41939 -1.27218,-1.80561 0.75305,-0.8166 8.90669,4.16543 8.92646,5.45425 0.007,0.47685 -0.56162,0.87582 -1.2643,0.8866 z m -1.68949,-29.15038 c -3.14522,1.49173 -4.45674,1.55524 -4.47728,0.21682 -0.022,-1.43231 5.08089,-3.32233 6.15573,-2.27997 0.4931,0.4782 -0.24208,1.3819 -1.67845,2.06315 z m 1.04347,90.66753 c -2.88623,6.59807 -8.57558,15.19025 -11.26418,17.01143 -2.29373,1.55372 -5.57372,2.3389 -5.58908,1.33795 -0.003,-0.22617 2.49949,-3.05784 5.56213,-6.2926 3.49933,-3.69597 6.70207,-8.43064 8.61931,-12.74202 1.67798,-3.77336 3.36439,-6.55661 3.74758,-6.185 1.06893,1.03663 0.84193,2.48633 -1.07576,6.87024 z m -3.46161,-100.16164 c -3.31216,3.33501 -6.13459,4.82294 -6.15877,3.24682 -0.0161,-1.0524 7.39229,-7.55377 8.63479,-7.57758 1.78005,-0.0343 1.67303,0.15309 -2.47602,4.33076 z m -5.04768,40.78517 c -1.57548,0.0242 -4.13049,-3.73284 -3.19476,-4.69773 0.66155,-0.68216 4.62738,2.58711 4.64645,3.83035 0.007,0.4647 -0.64613,0.85503 -1.45169,0.86738 z m -2.85627,-93.53762 c -0.48559,0.3105 -2.1879,-1.09874 -3.7829,-3.13166 -1.59501,-2.03291 -3.95776,-4.6523 -5.25056,-5.82085 -1.46515,-1.32435 -1.95357,-2.37849 -1.29667,-2.79855 0.57963,-0.37063 2.91072,1.241 5.18017,3.58142 4.8896,5.04247 6.36937,7.3899 5.14996,8.16964 z m -1.52575,51.39988 c -1.3076,1.34834 -3.79266,1.68384 -3.76085,0.50774 0.0367,-1.3562 2.59939,-4.29037 3.7628,-4.30822 1.49619,-0.023 1.49502,2.25687 -0.002,3.80048 z m -3.43764,-47.30746 c -0.4536,0.29004 -3.68312,-2.59116 -7.17671,-6.40269 -3.49358,-3.81153 -8.60856,-8.17333 -11.36664,-9.69291 -2.75806,-1.51957 -4.62441,-3.0124 -4.14744,-3.31739 1.54296,-0.98662 10.99959,5.02709 15.57608,9.90523 6.64741,7.08556 8.02458,8.92596 7.11471,9.50776 z m 7.00697,532.50979 c -0.59026,0.009 -0.90677,-0.77368 -0.70335,-1.73942 0.20342,-0.96573 -0.25615,-2.98392 -1.02126,-4.48486 -0.87605,-1.71857 -1.00224,-2.73495 -0.34082,-2.74509 1.20949,-0.0186 3.06527,4.17073 3.10895,7.01823 0.0163,1.06407 -0.45327,1.94209 -1.04352,1.95114 z m -5.87955,-0.44363 c -0.4499,0.28768 -1.05201,-0.48072 -1.33802,-1.70757 -0.28602,-1.22685 -0.89255,-3.08634 -1.34783,-4.1322 -0.55089,-1.26545 -0.46601,-1.68557 0.25371,-1.25588 1.51732,0.90589 3.42201,6.4627 2.43214,7.09565 z m -8.91039,-528.39337 c -0.41246,0.005 -2.41035,-1.7015 -4.43975,-3.79317 -2.02939,-2.09165 -5.54455,-4.6248 -7.81146,-5.62919 -2.2669,-1.00441 -4.13843,-2.16347 -4.15895,-2.5757 -0.12115,-2.43446 8.16743,1.6606 13.32676,6.58423 3.62285,3.45733 4.72487,5.39224 3.0834,5.41383 z m 4.45703,545.41407 c -0.84386,1.61729 -1.52114,5.00307 -1.50508,7.52398 0.0352,5.52288 -1.09648,7.64854 -4.9616,9.31943 -2.72714,1.17895 -3.10074,1.05239 -5.6576,-1.91654 -2.51008,-2.9146 -2.97728,-3.08288 -5.62045,-2.02435 -4.06265,1.62701 -12.5705,1.66504 -15.2438,0.0682 -1.23875,-0.73997 -2.51539,-2.4665 -2.83696,-3.83673 -1.09777,-4.67766 -1.39639,-4.97917 -4.87877,-4.92575 -3.17933,0.0488 -3.53765,0.35615 -4.07724,3.49759 -1.0143,5.90503 -3.18814,7.0749 -11.09234,5.96941 -14.5453,-2.03432 -19.34393,-4.08334 -19.09993,-8.15569 0.0726,-1.21164 1.39605,-2.66355 3.27888,-3.59712 3.48294,-1.72696 4.31134,-4.19832 4.18425,-12.48281 -0.0554,-3.60841 -0.75985,-5.90197 -2.63172,-8.56778 -1.40588,-2.00216 -2.56879,-4.46509 -2.58426,-5.47316 -0.0155,-1.00808 2.34836,-4.28339 5.25293,-7.27846 6.3391,-6.53663 9.82749,-7.58217 17.90718,-5.36716 5.31629,1.45744 5.66327,1.762 8.44908,7.41655 l 2.90511,5.89669 9.41776,-0.0943 c 5.17975,-0.0519 12.28421,0.35973 15.78766,0.9146 7.43455,1.17748 8.6825,2.62057 8.29074,9.58712 -0.22499,4.0006 0.0176,4.69193 1.74385,4.96965 2.13119,0.34285 4.56994,2.7958 4.53039,4.55676 -0.0131,0.58265 -0.71422,2.38259 -1.55808,3.99987 z m -3.85407,-6.50068 c -2.07555,-0.9075 -2.83048,-0.67923 -5.17844,1.56587 -3.11595,2.97946 -3.0779,3.07883 1.94832,5.08894 3.38873,1.35523 3.75238,1.33265 4.66434,-0.28961 1.648,-2.93154 1.12661,-5.24552 -1.43422,-6.3652 z m -0.4199,11.14276 c -0.60147,-1.08355 -3.54726,-2.565 -7.05525,-3.54809 -3.31246,-0.92829 -6.0272,-1.98463 -6.03276,-2.34741 -0.006,-0.36278 1.55037,-1.88816 3.45764,-3.38973 4.28442,-3.37307 7.71941,-10.02424 6.8522,-13.26791 -0.82368,-3.08084 -2.74763,-3.46395 -19.90391,-3.96342 l -14.20231,-0.41347 -0.85258,-3.98739 c -0.46892,-2.19306 -0.92384,-4.52907 -1.01094,-5.19111 -0.0871,-0.66205 -0.52976,-0.96624 -0.9837,-0.67598 -0.45393,0.29026 -0.83281,0.0401 -0.84195,-0.55589 -0.0472,-3.07425 -11.83948,-4.05464 -16.79279,-1.39611 -4.19358,2.25077 -8.11782,7.41491 -8.06869,10.61804 0.0535,3.48922 6.21507,9.34234 11.52195,10.94522 3.59598,1.08613 3.83156,1.38403 3.31468,4.19166 -0.30602,1.66235 -0.52059,5.35757 -0.47681,8.21162 0.0759,4.94603 -0.0832,5.26989 -3.39438,6.9117 -1.9107,0.94739 -3.46722,2.16392 -3.45894,2.7034 0.0263,1.71144 3.76036,2.99404 8.50481,2.92126 5.43637,-0.0834 5.97667,-1.00228 6.83926,-11.63148 0.62112,-7.65381 0.90216,-8.48963 2.86471,-8.51974 0.96991,-0.0149 1.32753,1.32402 1.26369,4.73118 l -0.089,4.75192 4.26977,0.2428 c 3.72061,0.21156 4.59466,-0.15558 6.7959,-2.85458 2.24778,-2.75606 5.33175,-4.20197 5.35767,-2.51193 0.005,0.3458 -1.53843,2.39602 -3.43052,4.55604 -3.40163,3.88332 -4.1996,7.10865 -2.42807,9.81423 1.38423,2.11407 12.0477,1.83257 15.35139,-0.40527 3.54092,-2.39853 4.06669,-2.28468 5.43425,1.17675 1.2972,3.28335 3.93862,4.78462 5.53039,3.14325 0.56323,-0.58078 1.35657,-2.56543 1.76298,-4.41034 0.40641,-1.84491 0.7828,-3.49715 0.83643,-3.67166 0.0536,-0.1745 -0.36717,-1.1544 -0.9351,-2.17756 z M 384.03373,830.853 c -3.54924,-1.83003 -4.0839,-1.15292 -3.98873,5.05134 0.0817,5.32564 -0.16689,6.12779 -2.14413,6.91894 -2.97462,1.19022 -6.03778,4.79077 -5.19587,6.10741 1.1724,1.8335 5.23608,1.0748 9.42332,-1.75936 4.02741,-2.72598 4.0477,-2.77234 3.95176,-9.0265 -0.0797,-5.19188 -0.43594,-6.46149 -2.04635,-7.29183 z M 432.5114,526.53844 c -0.84493,1.66316 -1.51897,4.48633 -1.49786,6.27371 0.0211,1.78739 -0.3216,3.25532 -0.76155,3.26207 -0.43995,0.007 -0.83121,-2.02832 -0.86947,-4.52238 -0.0664,-4.32799 2.08767,-9.49796 3.96935,-9.52682 1.17106,-0.018 1.00292,0.88489 -0.84047,4.51342 z m -3.21261,238.91546 c -0.36357,0.3749 -1.196,3.50053 -1.84984,6.94586 l -1.1888,6.26423 0.25204,-5.50452 c 0.32488,-7.09517 0.83671,-9.31514 2.26296,-9.81498 1.248,-0.43739 1.60373,0.99566 0.52364,2.10941 z m -4.99183,-238.7896 c -1.38609,2.16432 -1.92054,4.74441 -1.87044,9.02975 0.0496,4.24444 -0.22016,5.56521 -0.92214,4.51468 -1.66192,-2.48712 -1.25261,-8.83938 0.90728,-14.0802 1.12596,-2.73205 2.44173,-4.97341 2.92394,-4.98081 1.4549,-0.0223 1.01614,2.30814 -1.03864,5.51658 z M 410.0346,244.63544 c -4.17527,6.54678 -8.58603,12.99506 -9.8017,14.32952 l -2.21029,2.42627 2.74241,3.48337 c 5.57792,7.08497 0.0691,11.04223 -8.13295,5.84233 -8.92125,-5.65583 -9.94312,-6.78183 -8.42939,-9.28849 8.66861,-14.35469 12.87629,-22.03219 12.35296,-22.53969 -1.00138,-0.97113 -26.35775,-0.003 -34.85302,1.3301 l -7.68575,1.20647 0.57838,3.13328 c 0.31811,1.7233 1.26863,6.42985 2.11226,10.45898 0.84362,4.02914 1.28935,7.73523 0.99052,8.23578 -0.29885,0.50054 -1.67334,0.9274 -3.05444,0.94859 -1.3811,0.0212 -6.27774,0.8388 -10.88144,1.81692 -6.807,1.44624 -8.66027,1.54518 -9.92263,0.52981 -2.47984,-1.99465 -1.88371,-3.44606 2.86055,-6.96467 2.44744,-1.81516 4.43946,-3.98041 4.42671,-4.81166 -0.0127,-0.83126 -1.19945,-4.84504 -2.63712,-8.91952 -3.86264,-10.94713 -3.95092,-10.7164 5.52898,-14.45215 4.51076,-1.77756 9.20725,-3.67288 10.43662,-4.21183 2.16636,-0.9497 2.22864,-1.40984 2.0212,-14.9323 -0.19068,-12.43023 -0.40577,-14.00423 -1.97152,-14.42742 -0.96662,-0.26127 -7.0491,-0.7023 -13.51663,-0.98008 l -11.75913,-0.50507 -0.18812,-12.26364 c -0.18375,-11.97788 -0.24701,-12.30092 -2.71296,-13.86317 -3.67296,-2.32689 -3.31177,-5.33904 0.8582,-7.157 1.8949,-0.82609 4.76553,-1.52224 6.37921,-1.547 2.34196,-0.0359 3.14797,0.53994 3.9947,2.85406 0.58342,1.59448 0.86762,3.09821 0.63155,3.34164 -0.456,0.47021 2.20637,13.00056 3.38556,15.93402 1.31314,3.26666 13.10455,1.68227 14.41751,-1.93725 2.64122,-7.28125 16.15367,-8.42827 21.03871,-1.78589 2.34605,3.19001 2.47598,3.19972 14.76886,1.10362 l 3.29262,-0.56143 -0.3717,-12.19089 -0.37172,-12.19088 2.79836,-1.43692 c 1.5391,-0.79031 4.68347,-1.67873 6.98749,-1.97429 7.71836,-0.99008 11.27033,5.72965 5.69549,10.77491 l -2.8617,2.58986 0.13836,13.42648 c 0.0761,7.38457 0.12847,13.70149 0.11642,14.0376 -0.012,0.33611 -2.28039,0.9138 -5.04073,1.28373 -2.76033,0.36994 -7.69407,1.46773 -10.96387,2.43952 l -5.94509,1.76691 0.1467,5.11658 c 0.0807,2.81411 0.94812,8.01757 1.92759,11.56324 1.67625,6.06794 1.98721,6.49281 5.29333,7.23226 9.59171,2.14531 22.73132,5.79987 23.85458,6.63475 0.69551,0.51696 1.23372,1.44785 1.19602,2.06865 -0.0377,0.62081 -3.48469,6.48521 -7.65997,13.03199 z m -3.0469,-16.51481 c -3.18219,-0.83024 -9.14881,-2.27427 -13.25917,-3.20895 l -7.47338,-1.69942 -1.41522,-6.97912 c -0.77837,-3.83851 -1.60615,-7.87629 -1.83952,-8.97284 -2.1091,-9.9103 -2.1607,-9.33041 0.89544,-10.06202 1.56352,-0.37428 7.04219,-1.90579 12.17482,-3.40333 l 9.33205,-2.72282 -0.65655,-13.88725 -0.65656,-13.88725 2.79805,-1.50176 c 1.53892,-0.82597 2.7858,-2.30011 2.77083,-3.27587 -0.0638,-4.15898 -5.15214,-5.40756 -9.6423,-2.36604 -2.47907,1.67927 -2.50371,1.8412 -2.08396,13.69826 0.48805,13.78698 1.02948,13.00317 -9.9591,14.41741 -6.57999,0.84685 -8.14453,1.91559 -11.10061,7.58286 -2.34052,4.48714 -4.58317,2.74677 -2.31961,-1.80008 2.20654,-4.43231 1.84766,-7.54302 -1.21262,-10.51084 -2.90105,-2.81339 -7.03546,-3.32442 -10.70093,-1.32268 -3.01806,1.6482 -3.60818,2.84321 -3.55882,7.20677 0.0387,3.42094 0.4033,3.9449 3.64818,5.24261 3.00626,1.20227 3.40566,1.68985 2.40416,2.93496 -1.05476,1.31133 -1.52178,1.29957 -3.83458,-0.0966 -1.44845,-0.87437 -3.77781,-2.83613 -5.17634,-4.35947 -2.49135,-2.71369 -2.67271,-2.74895 -8.966,-1.74345 -3.53276,0.56445 -6.80659,0.65447 -7.27515,0.20002 -0.46857,-0.45441 -1.86892,-5.83888 -3.1119,-11.96547 l -2.25996,-11.13924 -3.41478,0.0524 c -2.20865,0.0339 -3.62307,0.6211 -4.00448,1.66253 -0.63014,1.72055 1.53317,3.61738 3.03229,2.65879 1.87906,-1.20154 2.40331,2.15938 2.11766,13.57614 l -0.29493,11.78794 5.3849,0.52335 c 2.96169,0.28783 9.37491,0.77395 14.2516,1.08026 l 8.8667,0.55691 -0.54077,3.61251 c -0.29742,1.98688 -0.46202,9.0682 -0.36578,15.73625 l 0.17497,12.12375 -2.73933,0.71704 c -1.50662,0.39437 -6.09529,1.98369 -10.19702,3.53182 -9.09864,3.43412 -9.36957,4.35402 -4.80089,16.30031 1.74801,4.57068 3.1797,8.40905 3.18155,8.52971 0.002,0.12064 -1.96645,1.21051 -4.37401,2.42191 -4.07743,2.05164 -6.29583,4.69595 -4.9966,5.95592 0.74213,0.71971 17.5718,-2.82015 18.63878,-3.92038 0.45924,-0.47355 0.1077,-4.07297 -0.7812,-7.99871 -2.88919,-12.75989 -2.90409,-12.96218 -1.00112,-13.59021 6.70608,-2.2132 46.55321,-4.14812 47.72384,-2.3174 0.55506,0.86803 -10.36534,20.83917 -12.13164,22.18624 -2.3769,1.81276 -1.58531,4.09773 2.55999,7.38953 7.24752,5.75527 13.56719,3.46127 6.98459,-2.53536 -2.91441,-2.65498 -3.19094,-4.18683 -1.08177,-5.99264 1.50159,-1.2856 9.20442,-12.65054 12.56664,-18.54109 0.99624,-1.74541 2.6075,-4.3094 3.58058,-5.69778 2.29937,-3.28073 1.32021,-4.31455 -5.86102,-6.18815 z m -29.23926,-6.27806 c -1.03253,0.0158 -2.44782,-0.63753 -3.14508,-1.45193 -1.73952,-2.03174 -2.89293,-1.84125 -5.00663,0.82689 -1.28994,1.62831 -2.12089,1.9771 -2.9137,1.22301 -0.79939,-0.76033 -0.55054,-1.71931 0.89112,-3.43399 l 2.00025,-2.37907 -2.23712,-2.30927 c -2.67116,-2.75732 -1.30596,-5.5474 1.42058,-2.90325 2.14192,2.07721 4.06145,1.90601 6.22074,-0.55482 2.5998,-2.96285 4.27307,-0.92431 2.08121,2.53551 -1.62872,2.57091 -1.61253,2.75562 0.42594,4.85983 2.6189,2.70339 2.68091,3.55 0.26269,3.58709 z m 36.89789,-8.75796 c -0.70016,2.64055 -2.74984,3.00317 -2.3671,0.41878 0.55914,-3.77549 0.49501,-5.8191 -0.25698,-8.18847 l -0.78969,-2.48818 2.08882,2.32902 c 2.14437,2.39095 2.39526,3.89235 1.32495,7.92885 z m 7.16058,552.54813 c -0.59126,1.05527 -1.07963,5.00047 -1.08524,8.7671 -0.0103,6.89172 -0.77811,8.65649 -2.07662,4.77287 -1.04964,-3.13927 0.2263,-11.92549 2.31323,-15.92922 1.36141,-2.61181 1.85026,-3.00909 1.88148,-1.52903 0.0229,1.09977 -0.44159,2.863 -1.03285,3.91828 z m -5.7701,34.6906 c -1.03299,0.0159 -7.73595,-7.12306 -7.20354,-7.67205 0.64222,-0.66224 7.63858,5.60626 7.65783,6.86116 0.007,0.44205 -0.19765,0.80696 -0.45429,0.81089 z m -5.16793,-320.95849 c -0.0596,12.54174 -1.29114,35.92259 -2.97296,56.44234 -0.67216,8.20083 -1.15696,19.15666 -1.07735,24.34629 l 0.14475,9.4357 -35.25556,-0.092 c -28.64134,-0.0748 -73.61623,-1.5322 -82.4506,-2.67187 -1.444,-0.18627 -2.01628,-1.43284 -2.58795,-5.63716 -1.13399,-8.33976 -1.5396,-39.13855 -0.67697,-51.4043 0.426,-6.05724 0.96469,-16.41673 1.19711,-23.02107 0.23242,-6.60434 0.92079,-15.16591 1.52971,-19.0257 l 1.10712,-7.01781 26.97391,-0.39068 c 14.83566,-0.21488 33.72521,-0.35817 41.97679,-0.31839 16.72297,0.0806 48.27673,2.09049 50.44823,3.21339 1.60954,0.83231 1.71177,1.83614 1.64377,16.14132 z m -3.72359,-14.49236 c -1.63398,-1.57886 -68.02376,-3.52436 -93.73995,-2.74696 -19.51045,0.5898 -20.42302,0.7056 -21.11916,2.67998 -0.84966,2.40983 -1.58616,9.67245 -2.12063,20.91149 -0.20942,4.40373 -0.76877,13.63839 -1.243,20.52148 -0.47424,6.88308 -0.56691,22.82926 -0.20595,35.43596 l 0.65629,22.92126 2.87291,0.72072 c 1.5801,0.39641 9.2383,0.87231 17.01823,1.05755 48.0327,1.14371 67.77584,1.46281 80.29283,1.29776 l 14.1238,-0.18625 0.577,-3.13422 c 0.31734,-1.72382 0.54078,-5.49451 0.49653,-8.37931 -0.0442,-2.8848 0.52925,-11.95092 1.27447,-20.14692 2.34403,-25.78019 3.0259,-69.10767 1.11663,-70.95254 z m -12.87315,59.75226 c -0.54993,0.008 -1.03948,-0.3216 -1.08789,-0.7334 -0.3582,-3.04753 -1.14613,-4.76316 -3.12629,-6.80719 -1.25375,-1.29419 -1.98245,-2.65946 -1.61931,-3.0339 0.36314,-0.37446 0.81084,-0.49561 0.99491,-0.26924 5.48858,6.75015 7.29833,10.80599 4.83858,10.84373 z m -6.40159,-49.90768 c -0.34939,0.005 -1.69499,-1.09914 -2.99024,-2.45443 -3.49019,-3.65198 -9.67075,-3.31298 -15.77314,0.86514 -5.52137,3.7803 -7.03424,3.2873 -2.92263,-0.95241 5.42849,-5.59765 15.28336,-6.26331 20.32607,-1.37298 1.92035,1.86233 2.62658,3.89524 1.35994,3.91468 z m -3.07405,47.39633 c -3.59165,-2.77676 -3.99188,-5.07561 -0.57714,-3.31494 1.76795,0.91158 4.02281,3.91879 4.04546,5.39527 0.005,0.33457 -1.55562,-0.60158 -3.46832,-2.08033 z m -0.0595,-12.76462 c -0.58483,1.0771 -3.0838,1.4679 -10.07203,1.5751 -8.03176,0.12321 -9.54483,-0.12594 -11.13906,-1.83413 -1.68786,-1.80851 -1.74826,-2.59474 -0.70998,-9.2402 2.13824,-13.68565 4.67869,-20.60388 7.04678,-19.19005 0.63075,0.37658 0.74177,0.14394 0.27766,-0.58188 -1.16999,-1.82972 2.37018,-4.05681 6.60958,-4.15804 6.0261,-0.14385 7.21471,2.60285 8.05968,18.62504 0.38785,7.3544 0.35517,14.01628 -0.0726,14.80416 z m -4.82646,-30.68042 c -0.92556,-0.99173 -2.42881,-1.79169 -3.34057,-1.77771 -4.647,0.0713 -10.33484,12.57759 -11.33665,24.92682 l -0.50772,6.25853 3.03296,-0.0465 c 2.71278,-0.0416 3.1011,-0.44325 3.67846,-3.80458 0.73006,-4.25025 1.77976,-5.24299 5.62949,-5.32395 4.19668,-0.0883 4.10473,-1.58502 -0.27792,-4.52373 -2.21339,-1.48415 -4.0315,-3.16514 -4.04025,-3.73554 -0.009,-0.5704 1.94588,-2.90196 4.34362,-5.18123 2.39774,-2.27928 4.39146,-4.33422 4.43048,-4.56654 0.039,-0.23231 -0.68633,-1.23381 -1.6119,-2.22554 z m 0.10751,56.67628 c -3.93854,8.54851 -11.49785,15.16051 -22.78023,19.92549 -8.42443,3.55795 -21.40776,3.76918 -29.99605,0.48805 -7.26789,-2.77672 -15.23496,-9.88042 -20.30855,-18.1078 -5.36921,-8.70675 -4.94853,-9.27118 3.54609,-4.75767 3.00018,1.59411 8.39483,3.85091 11.98811,5.01513 16.38844,5.30983 43.1951,0.0464 52.79338,-10.36588 3.91721,-4.24941 5.50781,-4.61555 6.40169,-1.47359 0.9532,3.35044 0.8703,3.81813 -1.64444,9.27631 z m -6.15273,-2.05854 c -1.64763,-0.60343 -5.43821,2.31154 -5.38456,4.14074 0.0172,0.60206 0.45594,1.74242 0.97396,2.53416 0.80723,1.23379 1.30534,1.23773 3.48551,0.0275 2.86643,-1.5911 3.44456,-5.77972 0.92509,-6.70246 z m -10.65154,4.07229 c -2.48852,0.31963 -3.31369,0.95437 -3.54327,2.72555 -0.40179,3.09969 1.20701,4.44687 4.3174,3.61529 2.04939,-0.54791 2.55368,-1.29367 2.51644,-3.72136 -0.0435,-2.83405 -0.26251,-3.00841 -3.29057,-2.61948 z m -6.53962,2.45209 c -1.96107,-1.17082 -5.16252,0.75774 -5.12677,3.08838 0.0304,1.98128 0.54232,2.37533 3.03621,2.33707 2.51369,-0.0386 2.99358,-0.44142 2.9622,-2.48671 -0.0206,-1.34238 -0.41283,-2.66482 -0.87164,-2.93874 z m -8.93999,12.05697 c -3.84627,-1.91479 -9.07962,-1.88349 -9.0499,0.0541 0.0373,2.4334 -1.49776,2.6025 -5.55481,0.6119 -4.23721,-2.079 -7.02566,-2.3946 -7.92013,-0.8964 -1.51036,2.52977 13.8156,5.36532 21.78337,4.03026 4.50608,-0.75504 4.71429,-1.82208 0.74147,-3.79988 z m 0.90012,-9.97718 c -0.49814,-0.29741 -2.32071,-0.23509 -4.05017,0.13844 -2.48215,0.53615 -3.07407,1.12359 -2.81026,2.78897 0.34179,2.15754 3.62072,3.24597 6.40792,2.12707 1.56458,-0.62809 1.88434,-4.19967 0.45251,-5.05452 z m -12.84983,0.82035 c -2.71327,-0.22032 -3.24104,0.0751 -3.21459,1.79952 0.0261,1.69932 0.66167,2.05345 3.60455,2.00831 2.86245,-0.0439 3.50166,-0.40174 3.21459,-1.79952 -0.23598,-1.14907 -1.46659,-1.8347 -3.60455,-2.00831 z m -7.82457,-1.0915 c -4.04567,-1.46754 -5.45249,-1.105 -5.41414,1.39525 0.0281,1.83407 0.64219,2.32393 3.10043,2.47335 5.30556,0.32251 6.83194,-2.22964 2.31371,-3.8686 z m -10.8483,-3.64451 c -2.51617,-0.43772 -3.96243,1.25752 -3.14881,3.69092 0.72733,2.17531 3.22286,3.50466 4.74818,2.52932 1.65499,-1.05826 0.41796,-5.86929 -1.59937,-6.22024 z m 46.02252,-14.55858 c -1.77758,3.16691 -5.03905,3.81335 -7.62336,1.51097 l -2.29306,-2.04289 -3.23692,3.2351 c -3.9256,3.9234 -5.55256,4.04778 -9.61442,0.73503 l -3.12655,-2.54996 -4.99679,3.31573 c -4.69405,3.11483 -5.23615,3.24799 -8.94728,2.19786 -2.90428,-0.82181 -4.12961,-1.78781 -4.62684,-3.64759 -0.78358,-2.93089 0.75811,-6.44162 3.64884,-8.30915 2.42635,-1.56751 4.00236,-0.52592 1.77213,1.1712 -1.43871,1.09481 -3.83677,4.91932 -3.81881,6.09036 0.0196,1.27759 3.41376,3.58523 5.23225,3.55734 1.11869,-0.0172 3.35355,-1.17658 4.96637,-2.57648 3.8769,-3.3651 8.64585,-3.45392 11.77933,-0.2194 2.72529,2.8132 5.39696,2.02295 7.21451,-2.13394 1.22501,-2.80174 4.79777,-3.35143 6.77474,-1.04234 0.69726,0.8144 2.11255,1.46777 3.14508,1.45193 1.53705,-0.0236 1.87128,-0.79915 1.84394,-4.27879 -0.031,-3.9541 0.0709,-4.11643 1.46441,-2.3316 1.7554,2.24832 1.84044,3.3759 0.44243,5.86659 z m -13.71749,-13.74352 c -2.55636,0.39043 -7.73475,0.75722 -11.50754,0.81509 l -6.85962,0.10523 -0.0797,-6.74957 c -0.0949,-8.03232 2.58394,-22.03376 4.92161,-25.72375 1.37842,-2.17581 2.42874,-2.64233 6.07489,-2.69826 3.73486,-0.0573 4.73434,0.37565 6.54223,2.83391 3.64591,4.95747 4.9923,10.23113 5.28003,20.68127 l 0.27606,10.02622 -4.64792,0.70986 z M 345.2006,495.7582 c -3.50461,-1.40157 -3.62716,-1.61502 -3.16512,-5.51265 0.30274,-2.55379 1.5113,-5.16873 3.26501,-7.06443 l 2.78435,-3.0098 -2.44248,-1.92645 c -1.34337,-1.05955 -3.1547,-1.7841 -4.02517,-1.61013 -3.28803,0.65714 -7.48464,14.17583 -7.8899,25.41601 l -0.21647,6.00403 3.694,0.25014 c 3.69292,0.25006 3.69407,0.24889 3.93817,-4.06089 0.23758,-4.19459 0.34532,-4.32095 3.98898,-4.67887 4.73213,-0.46483 4.75857,-1.93135 0.0686,-3.80696 z m 6.93378,-22.49317 c -0.73968,0.0114 -2.17305,-0.86677 -3.1853,-1.95137 -3.56549,-3.82036 -13.59778,-1.25332 -16.40889,4.19867 -1.18451,2.29729 -3.98529,2.85671 -4.0168,0.8023 -0.0513,-3.34479 9.82471,-9.83894 15.08537,-9.91964 1.26484,-0.0194 3.99648,1.08005 6.07031,2.44323 3.84175,2.52529 4.87583,4.38968 2.45531,4.42681 z m -8.99479,43.91236 c -2.74292,0.0421 -4.99323,-0.32153 -5.0007,-0.808 -0.007,-0.48648 1.98464,-0.91517 4.42689,-0.95263 2.44226,-0.0375 4.69257,0.32614 5.00069,0.80801 0.30813,0.48186 -1.68398,0.91055 -4.42688,0.95262 z m -20.46881,-41.49175 c -0.7379,0.0287 -2.45998,-0.80007 -3.82686,-1.84172 -2.34152,-1.78439 -2.78461,-1.80181 -7.66325,-0.30113 -2.84791,0.87602 -6.81879,2.93148 -8.82418,4.56768 -3.59417,2.93251 -5.75162,3.76154 -5.77528,2.21925 -0.007,-0.43348 1.97945,-2.50543 4.41354,-4.60434 3.77655,-3.25649 5.35029,-3.91687 10.73025,-4.50261 5.79195,-0.63062 6.54787,-0.4792 9.29601,1.86212 1.64527,1.40171 2.38767,2.57205 1.64977,2.60075 z m -1.45934,34.97132 c -2.64878,1.47028 -21.80243,1.77262 -22.70672,0.35842 -1.46463,-2.29048 -0.65246,-13.56399 1.39093,-19.30728 3.31825,-9.32649 11.99547,-16.24259 16.16792,-12.8865 2.77395,2.23123 5.65823,11.82395 6.41511,21.33584 0.69497,8.73383 0.60745,9.4589 -1.26724,10.49952 z m -5.52969,-28.75758 c -2.55259,-2.47546 -5.51782,-1.61921 -8.53467,2.4645 -4.37076,5.91641 -6.2779,11.75074 -6.19101,18.93968 l 0.0816,6.74954 2.99964,-0.046 c 2.833,-0.0435 2.99624,-0.26821 2.9383,-4.04555 l -0.0614,-3.99953 4.99942,-0.0767 c 2.78073,-0.0427 4.99236,-0.5362 4.98352,-1.11211 -0.009,-0.56947 -2.01755,-1.85732 -4.46405,-2.86188 -3.76032,-1.54402 -4.41124,-2.2181 -4.2094,-4.35914 0.41295,-4.38026 3.16411,-7.66069 6.46721,-7.71136 3.44648,-0.0529 3.75109,-1.26458 0.99082,-3.94145 z m -15.86783,46.17461 c -1.35503,1.31269 -2.46802,2.10446 -2.47331,1.75951 -0.0245,-1.5959 2.32409,-5.70152 3.54092,-6.19001 2.23848,-0.89862 1.57007,1.87523 -1.06761,4.4305 z m -1.58008,-5.20845 c -1.08933,0.70376 -1.97072,1.92411 -1.95863,2.7119 0.0269,1.75715 -1.60331,2.91119 -2.9645,2.09852 -1.34049,-0.80032 1.34631,-6.15584 3.76067,-7.496 3.23714,-1.79688 4.3,0.65861 1.16246,2.68558 z M 406.45899,214.49467 c -1.01137,1.694 -1.55067,0.36352 -2.35419,-5.80791 -0.51969,-3.99156 0.33063,-5.53239 1.79195,-3.24707 1.07053,1.67418 1.43776,7.58852 0.56224,9.05498 z m 3.12023,541.91953 c -0.13751,1.1e-4 -4.89171,-0.82673 -10.56489,-1.83817 -5.67318,-1.01143 -12.13621,-1.81103 -14.36228,-1.77688 -2.80195,0.043 -3.92024,-0.32456 -3.63417,-1.1944 0.25003,-0.76027 1.75799,-1.15923 3.81829,-1.01024 6.67315,0.4826 24.96692,4.11444 24.97988,4.95921 0.007,0.47282 -0.0993,0.86004 -0.23683,0.86048 z m -2.81488,-25.94058 c -1.00808,0.0245 -6.99349,0.55101 -13.30091,1.1702 -7.3559,0.72212 -11.8197,0.78476 -12.44879,0.17467 -0.60816,-0.58979 -0.61993,-0.95951 -0.0309,-0.97323 0.52238,-0.012 3.64304,-0.48219 6.9348,-1.04447 10.09656,-1.72466 19.74131,-2.01773 20.23826,-0.61497 0.24514,0.69198 -0.37234,1.26308 -1.39239,1.28778 z m 1.52908,70.93702 c -1.6244,0.0957 -6.92363,-3.68769 -5.996,-4.28085 0.55055,-0.35205 2.28807,0.45751 3.86114,1.79902 1.57306,1.34151 2.53375,2.45833 2.13486,2.48183 z m -8.17314,-395.88961 c -3.408,0.0523 -9.77869,-10.46343 -9.5889,-15.82782 0.17908,-5.06185 2.59125,-5.19857 2.66868,-0.15124 0.081,5.28182 0.0473,5.12204 1.75189,8.29801 0.8025,1.49519 2.58581,3.43233 3.9629,4.30474 2.72786,1.72815 3.3048,3.34411 1.20543,3.37631 z m -6.12605,5.09454 c -1.08383,0.0166 -3.20916,-1.47414 -4.72295,-3.31279 -2.76894,-3.36314 -7.00568,-13.40424 -7.05661,-16.7242 -0.043,-2.80011 1.86354,-2.11552 2.57851,0.9259 1.65199,7.02737 4.40757,12.70963 7.63994,15.75427 2.98083,2.80773 3.22434,3.33133 1.56111,3.35682 z m 3.58211,368.57659 c -1.60028,-0.36244 -5.70288,-1.71531 -9.1169,-3.00635 -3.414,-1.29106 -7.11636,-2.33343 -8.22747,-2.31639 -2.02664,0.0311 -3.82296,-1.61562 -2.85321,-2.61558 0.70703,-0.72907 21.68472,6.37275 22.47506,7.60874 0.40136,0.62767 -0.43009,0.74799 -2.27748,0.32958 z m -10.8458,-71.03738 c -4.5567,2.5753 -8.84432,5.37783 -9.52803,6.22786 -1.50467,1.87067 -3.00515,2.03285 -2.97868,0.32198 0.0238,-1.53904 4.28846,-4.61379 13.0438,-9.40441 7.22567,-3.95364 7.71257,-4.12657 7.73374,-2.7467 0.008,0.5054 -3.71412,3.02597 -8.27083,5.60127 z m 5.39165,59.53154 c -0.48278,0.007 -2.6312,-0.68821 -4.77428,-1.54581 -2.14306,-0.85759 -4.97755,-1.95184 -6.29884,-2.43165 -1.3213,-0.47981 -2.14769,-1.13498 -1.83643,-1.45594 0.80872,-0.83392 13.7563,3.3978 13.77324,4.50157 0.008,0.5051 -0.38091,0.92442 -0.86369,0.93183 z m -1.17579,-23.51131 c -0.9969,-0.1878 -4.00844,-0.59195 -6.6923,-0.89813 -3.04038,-0.34686 -4.53142,-0.91587 -3.95565,-1.50958 1.23372,-1.27217 11.52576,0.082 12.0528,1.58582 0.23757,0.67784 -0.34873,1.02084 -1.40485,0.82189 z m -5.78968,-21.00515 c -1.73232,0.37418 -3.35087,0.48521 -3.59678,0.24674 -0.91267,-0.8851 0.96955,-2.7063 2.29519,-2.2208 0.75609,0.27692 1.63405,0.0691 1.95101,-0.4618 0.85869,-1.43826 2.455,-1.19313 2.47914,0.38069 0.0116,0.75616 -1.39626,1.68099 -3.12856,2.05517 z M 375.08547,293.88881 c -7.13131,3.64767 -8.25362,4.45792 -15.21974,10.98782 -4.90967,4.60222 -5.89059,5.10644 -5.92223,3.04415 -0.0446,-2.90644 10.87907,-11.81653 20.65375,-16.84664 7.34463,-3.77959 7.03443,-3.69521 7.06165,-1.92091 0.0115,0.74941 -2.94655,2.88042 -6.57343,4.73558 z m -1.44335,10.53084 c -2.86427,1.53681 -7.01661,4.68553 -9.22742,6.99716 -6.17662,6.45827 -7.30516,7.30473 -7.33284,5.49998 -0.0221,-1.43789 5.32432,-7.66427 9.3736,-10.91647 3.40281,-2.73298 11.21131,-6.95743 11.80176,-6.38482 1.25196,1.21413 0.37556,2.12644 -4.6151,4.80415 z m -3.85417,87.91906 c -1.32626,1.47583 -2.99479,2.72507 -3.70785,2.77609 -0.71306,0.051 -4.44182,0.20503 -8.28611,0.34225 l -6.98963,0.2495 -0.8172,-4.95317 c -0.44946,-2.72425 -1.09555,-7.87424 -1.43576,-11.44445 -0.65411,-6.86432 -2.1346,-13.71267 -3.18457,-14.73091 -0.88029,-0.85369 -9.75459,1.76384 -11.29663,3.332 -0.89204,0.90717 -0.98678,2.01171 -0.3175,3.70181 0.52464,1.32486 1.28919,4.87899 1.699,7.89806 1.02656,7.56278 5.8234,27.2393 8.27336,33.93711 l 2.02266,5.52965 7.21641,1.07217 c 3.96903,0.58969 8.337,1.17075 9.70661,1.29125 3.05537,0.26879 3.93006,3.84736 4.22123,17.27022 0.18068,8.3295 0.002,9.2621 -2.17388,11.37035 -1.87717,1.81851 -2.77587,2.08772 -4.31692,1.29313 -2.08654,-1.07584 -7.90922,-7.08775 -10.42442,-10.7632 l -1.53457,-2.24246 -6.95855,2.75616 c -3.8272,1.51589 -10.46787,4.35822 -14.75706,6.31627 -4.28919,1.95806 -8.04587,3.32023 -8.34819,3.02704 -0.71164,-0.69014 -5.42113,-11.50785 -5.93588,-13.63473 -1.24765,-5.15518 -4.15679,-6.74629 -8.80597,-4.81627 -2.61521,1.08565 -20.52062,6.30398 -23.92042,6.97134 -2.82042,0.55362 -19.28122,5.41264 -26.77322,7.90312 -6.0765,2.01993 -7.66937,1.67754 -8.39555,-1.80464 -0.26053,-1.24935 -0.89896,-2.78166 -1.41871,-3.40515 -2.38501,-2.86097 -8.49229,-15.37909 -9.0537,-18.5574 -0.55054,-3.11675 -0.31294,-3.68483 2.00009,-4.78187 3.48098,-1.65097 6.37048,-0.16363 13.62176,7.01159 3.61417,3.57629 6.36912,5.47999 7.89645,5.45657 1.29014,-0.0198 6.2379,-1.20578 10.99503,-2.63551 4.75712,-1.42975 9.77096,-2.82684 11.14186,-3.10466 5.45974,-1.10645 12.80173,-2.86326 19.43097,-4.6495 l 6.97201,-1.87859 -0.24331,-4.82207 c -0.22677,-4.49465 -2.09191,-14.19582 -6.61976,-34.43156 -1.02746,-4.5919 -2.3867,-8.53917 -3.02052,-8.7717 -0.63383,-0.23255 -3.85775,0.99533 -7.16428,2.7286 -5.95571,3.12197 -6.00707,3.18643 -5.49896,6.90215 0.2821,2.06292 1.68861,8.00822 3.1256,13.2118 1.43698,5.20357 2.55892,10.36196 2.49321,11.4631 -0.0657,1.10114 0.21038,3.21606 0.61355,4.69982 0.69477,2.55697 0.4599,2.78557 -4.50047,4.38019 -2.87841,0.92533 -7.56799,1.97648 -10.42127,2.33589 -5.00294,0.63018 -5.21352,0.55723 -5.90984,-2.04725 -0.59606,-2.22946 -0.10961,-3.3511 2.78769,-6.42797 l 3.50973,-3.72725 -2.87544,-7.95683 c -1.58149,-4.37626 -2.86789,-8.18198 -2.85867,-8.45715 0.009,-0.27517 -1.09514,-4.18953 -2.45415,-8.69857 -2.1278,-7.05988 -2.28225,-8.43618 -1.11229,-9.91166 1.36713,-1.72414 23.49316,-20.07064 27.6264,-22.90731 2.09118,-1.43519 2.12931,-1.68778 0.66907,-4.43284 -3.09487,-5.81798 -7.31322,-12.85822 -8.57094,-14.30455 -0.70805,-0.81423 -3.42151,-5.22237 -6.02991,-9.79586 -5.14483,-9.02079 -5.16252,-8.15401 0.29329,-14.37412 l 2.56644,-2.92597 7.68395,8.87808 c 4.22616,4.88294 8.15414,9.68882 8.72882,10.67974 0.57467,0.99091 1.3088,1.52948 1.6314,1.19684 0.67539,-0.69645 -1.47641,-10.86862 -2.61229,-12.34898 -0.41715,-0.54367 -1.73875,-3.79698 -2.93688,-7.22958 l -2.17844,-6.2411 3.65647,-2.37497 c 7.4982,-4.87026 7.85404,-4.96865 9.54045,-2.63787 1.52694,2.11035 5.53765,11.52525 9.99254,23.45688 1.27631,3.41832 2.589,6.21102 2.91711,6.20598 0.32811,-0.005 2.95276,-2.40807 5.83256,-5.34009 5.82519,-5.9308 7.34148,-5.63381 6.52219,1.27751 -0.58336,4.921 0.69624,4.98058 6.01995,0.2803 4.14384,-3.65857 7.65807,-4.68109 7.69553,-2.23914 0.0116,0.75844 -1.12167,3.97991 -2.51845,7.15882 -2.34004,5.3257 -2.49006,6.55946 -1.90911,15.70223 0.34675,5.45732 1.11186,10.38925 1.70023,10.95984 0.58837,0.57059 4.17445,1.47761 7.96906,2.0156 l 6.8993,0.97818 2.56771,13.35718 c 1.41225,7.34645 2.634,14.74404 2.71501,16.4391 0.11974,2.50512 0.71145,3.25366 3.16172,3.9996 3.09429,0.94201 6.55244,3.36876 6.57151,4.61155 0.006,0.38441 -1.0744,1.90641 -2.40066,3.38224 z m -1.88053,-5.12159 c -0.69841,-0.56176 -2.84513,-1.1465 -4.7705,-1.29943 l -3.50066,-0.27803 -0.74189,-7.98957 c -0.40804,-4.39425 -1.23716,-9.78217 -1.8425,-11.97314 -0.60534,-2.19098 -1.41928,-6.06937 -1.80874,-8.61864 l -0.70813,-4.63506 -6.42331,-1.11024 c -9.5889,-1.6574 -9.98348,-2.12749 -10.50047,-12.50983 -0.34047,-6.83729 -0.0145,-10.06683 1.4468,-14.33563 1.03746,-3.03058 1.67149,-5.84607 1.40895,-6.25664 -0.26253,-0.41057 -2.71779,1.08101 -5.45612,3.31464 -6.80127,5.54769 -8.55354,5.2978 -6.85741,-0.97796 1.42363,-5.26744 -0.44182,-5.43916 -4.43675,-0.40841 -4.18962,5.27593 -6.18916,5.80706 -7.16748,1.90388 -1.23832,-4.9405 -9.84959,-25.55076 -11.62243,-27.81719 l -1.73329,-2.21587 -3.21929,2.02711 c -1.77061,1.11491 -3.19823,2.821 -3.17249,3.7913 0.0257,0.97031 1.48792,5.56753 3.24929,10.21606 1.76137,4.64853 3.40113,9.72413 3.64391,11.2791 0.24278,1.55496 1.34698,4.79233 2.45377,7.19414 2.22584,4.83022 1.28844,6.73147 -1.92756,3.90954 -1.07931,-0.94705 -3.91644,-4.37938 -6.30473,-7.62742 -11.42268,-15.53461 -14.38124,-18.11636 -17.60125,-15.35949 -2.03232,1.74001 -1.23965,4.13394 4.5596,13.7702 5.36374,8.9126 11.82037,19.42947 13.5435,22.06032 0.92009,1.40475 0.32842,2.22636 -3.60576,5.0071 -6.59346,4.66039 -22.02387,17.43975 -24.80338,20.542 l -2.3192,2.58849 3.32738,11.27021 c 1.83007,6.19862 4.33397,13.92635 5.56423,17.17274 1.54435,4.07522 1.88535,6.02574 1.10146,6.30046 -4.96715,1.74081 -8.29075,8.37539 -4.16395,8.31209 3.64155,-0.0559 11.88005,-2.3147 12.82359,-3.51597 1.09912,-1.39934 0.0176,-7.70622 -3.74012,-21.81067 -3.72913,-13.99713 -3.98578,-13.19506 5.78144,-18.0674 4.62886,-2.30909 9.07931,-3.95546 9.88987,-3.6586 0.81056,0.29687 1.79421,2.24619 2.18588,4.33183 0.39168,2.08564 1.42801,6.48141 2.30294,9.76838 0.87494,3.28697 1.74754,7.32406 1.93911,8.97131 0.19157,1.64726 1.38152,8.60483 2.64434,15.46126 2.66345,14.46112 2.7974,14.13081 -6.54193,16.13292 -13.65825,2.92797 -28.20671,6.70942 -36.44835,9.47367 l -8.92857,2.99465 -5.99827,-6.34776 c -8.0433,-8.51197 -12.85664,-10.8753 -12.73183,-6.25128 0.0702,2.6007 5.91383,14.27188 11.83467,23.63676 0.0799,0.12648 3.25149,-0.73422 7.04783,-1.91266 3.79635,-1.17846 7.62067,-2.31555 8.49851,-2.52688 0.87783,-0.21131 4.46135,-1.31284 7.96339,-2.44782 3.50203,-1.13499 8.38726,-2.40916 10.85607,-2.83151 2.46882,-0.42234 6.81325,-1.6527 9.65431,-2.7341 7.53326,-2.86742 17.59836,-5.2036 19.94262,-4.62883 1.30335,0.31955 2.53573,1.99066 3.4265,4.64636 3.88118,11.5711 6.4159,14.63464 9.66918,11.6865 1.12838,-1.02253 10.12215,-4.6037 12.75615,-5.07928 1.03266,-0.18646 4.08748,-1.49176 6.78847,-2.90068 2.70099,-1.40892 5.44323,-2.56983 6.09387,-2.57981 0.65064,-0.01 1.99191,2.15324 2.98059,4.80714 1.86475,5.00553 6.1672,10.05429 8.53707,10.01794 1.04834,-0.0161 1.32992,-2.04304 1.21826,-8.76972 -0.0798,-4.81184 -0.44284,-10.39169 -0.80661,-12.39967 -0.6006,-3.31526 -1.0606,-3.74489 -5.00409,-4.67379 -2.38848,-0.56261 -6.60232,-0.98827 -9.3641,-0.9459 -4.06133,0.0623 -5.24016,-0.31708 -6.16557,-1.98424 -1.23379,-2.22272 -3.71847,-9.81229 -4.53538,-13.85349 -0.27712,-1.37091 -1.53623,-6.75223 -2.79803,-11.95849 -1.26179,-5.20626 -2.51207,-11.28277 -2.7784,-13.50335 -0.26634,-2.22059 -1.18411,-6.2399 -2.03949,-8.9318 -1.62589,-5.11665 -1.14085,-6.42666 2.41261,-6.51605 0.85799,-0.0212 4.27655,-1.15223 7.59683,-2.51255 3.32027,-1.36032 6.48586,-2.19647 7.03466,-1.85812 1.22765,0.75691 3.35233,9.68116 4.06403,17.07009 1.343,13.94323 1.28409,13.80407 6.11801,14.45331 7.60206,1.02104 14.01758,-2.43457 10.20834,-5.49853 z m 6.19462,416.09305 c -2.36618,2.63304 -4.50396,3.53674 -4.52885,1.91449 -0.0157,-1.02137 5.91907,-5.60844 6.51211,-5.03333 0.24084,0.23356 -0.65163,1.63704 -1.98326,3.11884 z m 0.52349,-7.35216 c -1.05816,0.0162 -3.09518,0.98026 -4.52669,2.14227 -2.11246,1.71475 -2.6072,1.82317 -2.62634,0.57553 -0.013,-0.84546 0.86892,-2.03263 1.95976,-2.63813 1.09084,-0.60551 1.98729,-0.84428 1.9921,-0.53062 0.005,0.31367 0.87417,0.0899 1.93191,-0.49721 1.27891,-0.7099 2.13589,-0.73483 2.55818,-0.0744 0.34926,0.54619 -0.23076,1.00636 -1.28892,1.02259 z m -3.17749,-64.39003 c -1.33804,2.1549 -2.20061,6.2803 -2.83212,13.54503 -0.49944,5.7455 -2.01708,15.30144 -3.37253,21.23543 l -2.46446,10.78907 -3.06852,0.0335 c -1.6877,0.0179 -4.12406,-0.23192 -5.41415,-0.55623 -2.51699,-0.63271 -2.51425,-0.58499 -0.80612,-14.08644 0.4742,-3.74816 0.30745,-4.25521 -1.39075,-4.22916 -1.80334,0.0277 -3.13319,3.73598 -4.66708,13.0143 -1.00816,6.09828 -1.20391,6.31584 -5.08307,5.64954 -2.03924,-0.35028 -4.10572,-0.87449 -4.59217,-1.16491 -0.48644,-0.29043 -0.63352,-4.52282 -0.32684,-9.40532 l 0.55761,-8.87725 -5.6058,0.086 c -3.61413,0.0554 -5.73483,0.53214 -5.96897,1.34171 -0.19974,0.69065 -1.09878,4.79211 -1.99787,9.11435 l -1.63471,7.85864 -4.58862,-0.44989 c -2.52373,-0.24744 -4.76615,-0.47526 -4.98313,-0.50627 -0.21699,-0.031 -0.22588,-4.78451 -0.0198,-10.56335 0.30028,-8.41814 0.10644,-10.50287 -0.97499,-10.48628 -1.36057,0.0208 -5.25306,11.87746 -5.19263,15.81683 0.0473,3.08412 -2.51985,4.83605 -5.22996,3.56913 -1.2277,-0.57393 -2.89911,-1.21262 -3.71426,-1.41932 -1.17814,-0.29874 -1.45241,-2.00159 -1.33739,-8.30358 0.0796,-4.36028 0.3735,-8.83139 0.65316,-9.93581 0.27966,-1.10442 0.71273,-2.78794 0.96236,-3.74116 0.29819,-1.13862 -1.74612,-4.03733 -5.95966,-8.45046 -3.52745,-3.69455 -8.80503,-9.29322 -11.72794,-12.4415 l -5.3144,-5.72415 3.16599,-3.93512 c 1.74129,-2.16431 3.84078,-3.95312 4.66554,-3.97512 0.82477,-0.0217 3.97876,2.26618 7.0089,5.08483 3.03013,2.81867 5.66787,4.62374 5.86163,4.01129 0.19377,-0.61247 -0.83733,-3.91718 -2.29132,-7.34382 -1.454,-3.42664 -2.41458,-6.46646 -2.13462,-6.75514 1.00289,-1.03414 7.9751,-3.48376 10.42472,-3.66263 2.08342,-0.15213 2.96459,0.72245 5.31484,5.27506 1.54953,3.00159 3.57225,7.24606 4.49493,9.43217 l 1.67759,3.97473 4.33847,-4.92854 c 3.61018,-4.1012 4.59119,-4.72527 5.84393,-3.71763 0.82801,0.666 1.51498,1.83074 1.5266,2.5883 0.0363,2.36782 2.04117,1.47782 3.77128,-1.67416 2.87246,-5.23314 5.52043,-3.56683 6.98073,4.39284 0.87786,4.78492 1.024,4.95026 4.89557,5.53903 2.19489,0.33378 6.91895,0.79604 10.49791,1.02726 6.45408,0.41693 6.5315,0.39124 9.48094,-3.14604 2.95687,-3.54618 2.99777,-3.55959 7.21456,-2.36637 2.33244,0.66 4.24607,1.54193 4.25248,1.95984 0.006,0.41791 0.24036,1.3557 0.51989,2.08398 0.27953,0.72829 -0.35758,2.71855 -1.41579,4.42283 z m -2.87881,-6.40542 c -2.4282,-1.25201 -4.67356,0.21483 -6.19159,4.04479 -1.11536,2.81405 -1.56141,3.07431 -4.34277,2.53385 -1.70487,-0.33128 -7.52179,-1.12008 -12.9265,-1.7529 -5.4047,-0.63283 -10.25681,-1.56766 -10.78246,-2.07743 -0.52566,-0.50977 -1.05879,-2.81579 -1.18475,-5.1245 -0.12592,-2.3087 -0.51553,-4.19325 -0.86573,-4.18787 -0.3502,0.005 -1.58937,2.04962 -2.75372,4.54277 -2.85293,6.10885 -6.1232,5.85312 -6.22045,-0.48644 -0.0428,-2.79135 -0.93569,-2.38208 -4.69951,2.15413 -1.84915,2.22862 -3.94643,4.06101 -4.6606,4.07196 -0.71419,0.011 -3.52555,-4.44644 -6.24748,-9.90533 -2.72193,-5.4589 -5.52499,-9.91643 -6.22903,-9.90563 -0.70404,0.0108 -2.44541,0.57235 -3.86972,1.24788 -3.22118,1.52776 -2.98498,2.59915 3.35539,15.21972 2.59152,5.15846 4.4282,9.85414 4.08151,10.43483 -0.96533,1.61689 -2.9022,1.29193 -4.1911,-0.70315 -0.63808,-0.98769 -4.65437,-4.82787 -8.92507,-8.53374 l -7.76494,-6.73795 -2.07205,2.13661 -2.07205,2.13662 3.75513,4.75802 c 2.06533,2.61691 6.95604,7.82613 10.86826,11.57606 l 7.11313,6.81804 -1.0324,5.09009 c -1.46801,7.23776 -0.64572,17.97669 1.40386,18.33416 1.19689,0.20877 1.96173,-1.41476 3.14788,-6.68211 0.86175,-3.82683 1.55191,-7.93051 1.53367,-9.11931 -0.03,-1.95477 0.42147,-2.13929 4.72096,-1.92956 5.28972,0.25802 5.02552,-0.37906 4.45289,10.73775 -0.44636,8.66551 -0.11021,10.00287 2.50415,9.96276 2.55828,-0.0392 3.2712,-2.14754 4.0768,-12.05627 0.20114,-2.47414 0.72129,-4.86509 1.15586,-5.3132 0.43458,-0.44812 4.34907,-0.73666 8.69888,-0.64119 l 7.90873,0.17357 -0.33574,6.00586 c -0.67312,12.04118 -0.55164,13.00999 1.62705,12.97657 1.68342,-0.0258 2.35533,-1.49958 4.24742,-9.31625 l 2.24765,-9.28557 3.89112,-0.0597 c 4.55204,-0.0698 5.49745,1.3586 4.06848,6.14708 -0.54274,1.81872 -1.24611,5.388 -1.56306,7.93172 -0.55857,4.48284 -0.48875,4.6403 2.27255,5.12437 1.60633,0.28161 3.14368,0.006 3.52485,-0.63288 1.36706,-2.28974 4.41067,-18.56307 5.38301,-28.78141 0.61332,-6.44538 1.71153,-11.88258 2.83687,-14.04516 2.29959,-4.41921 2.3099,-5.71883 0.0546,-6.88167 z m -1.87165,-35.52255 c -1.66994,1.63572 -5.9331,6.84391 -9.47369,11.57377 -8.02305,10.71798 -7.93028,10.61162 -8.64818,9.91542 -1.02993,-0.99882 16.29802,-23.28261 19.07093,-24.52526 2.49283,-1.11713 2.14055,0.01 -0.94906,3.03607 z m 1.19469,17.04155 c -0.57847,0.63087 -2.38092,2.59143 -4.00544,4.35682 -1.62453,1.76538 -3.21863,2.95283 -3.54247,2.63878 -0.32383,-0.31404 1.4943,-2.71898 4.04031,-5.34431 2.54599,-2.62532 4.61339,-4.32895 4.59422,-3.78582 -0.0192,0.54312 -0.50815,1.50366 -1.08662,2.13453 z m -10.98096,97.86584 c -0.99155,1.02245 -6.33649,0.92919 -6.35244,-0.11084 -0.0195,-1.27165 5.08041,-2.46894 6.13992,-1.44144 0.48691,0.4722 0.58255,1.17072 0.21252,1.55228 z m -3.82385,11.18702 c -5.73403,-0.93032 -6.7838,-2.52919 -1.46717,-2.23461 2.53368,0.14038 4.6202,0.80468 4.8794,1.55348 0.34753,1.00399 -0.44601,1.16239 -3.41223,0.68113 z m -2.6706,-20.55502 c -3.32532,1.21673 -4.13279,-0.11133 -1.09345,-1.79841 2.3627,-1.3115 4.04486,-1.39237 4.06322,-0.19536 0.008,0.49614 -1.32879,1.39334 -2.96977,1.99377 z m -3.37462,29.29944 c -1.14493,-0.59033 -2.39358,-1.56109 -2.77476,-2.15723 -0.49659,-0.7766 -0.10287,-0.77959 1.38861,-0.0105 1.14493,0.59034 2.39357,1.5611 2.77476,2.15723 0.49659,0.7766 0.10287,0.77959 -1.38861,0.0106 z m -4.92648,-139.03518 c -2.45167,4.1631 -5.33967,9.35479 -6.41778,11.53711 -1.94962,3.94644 -4.01685,6.62508 -5.12599,6.64209 -0.62591,0.01 2.92757,-7.06439 6.83495,-13.60644 1.3263,-2.2206 3.47693,-6.41658 4.77916,-9.3244 1.30224,-2.90781 2.82332,-5.29392 3.38019,-5.30247 1.87798,-0.0288 1.02683,2.45125 -3.45053,10.05411 z m 2.08779,16.11787 c -1.03676,0.7596 -2.40666,2.4017 -3.04424,3.64913 -0.63758,1.24742 -1.87599,2.27904 -2.75202,2.29248 -1.28741,0.0198 -1.14595,-0.57374 0.73779,-3.09549 1.28182,-1.71597 2.78045,-3.13209 3.33028,-3.14694 0.54985,-0.0144 1.30493,-0.53826 1.67799,-1.16311 0.37305,-0.62484 0.96108,-0.86182 1.30674,-0.52661 0.34566,0.3352 -0.21979,1.23095 -1.25654,1.99054 z m -0.10496,134.86948 c -1.17262,0.018 -6.15535,-7.15922 -5.48581,-7.90185 0.45582,-0.50557 3.6359,3.06903 5.47286,6.15184 0.69753,1.17061 0.70175,1.73944 0.0129,1.75001 z m -5.29435,-21.42131 c -2.42132,3.72299 -6.69169,8.2253 -11.06995,11.67117 -3.92036,3.08549 -9.51949,7.81153 -12.44249,10.5023 l -5.31456,4.89231 -6.60057,-8.20994 c -6.96456,-8.66267 -11.94595,-14.57645 -14.89494,-17.68286 -1.60832,-1.69418 -3.34216,-1.84993 -18.07703,-1.6239 -17.46244,0.26788 -18.69274,0.61687 -18.62117,5.28216 0.0319,2.08078 1.09021,3.17919 5.33557,5.53786 2.98134,1.6564 5.20585,3.56907 5.09004,4.37653 -0.11313,0.78885 -1.25811,6.82956 -2.5444,13.42381 -2.81101,14.41092 -2.79633,13.59223 -0.24303,13.55307 4.72321,-0.0725 6.63505,6.96453 2.35856,8.68128 -1.77492,0.71252 -17.98602,-0.78266 -18.98452,-1.75099 -0.33649,-0.32633 -0.10722,-2.52995 0.50956,-4.89694 0.9232,-3.54308 4.71338,-22.59884 4.70839,-23.67219 -0.003,-0.60308 -9.50145,1.22443 -11.24596,2.1637 -1.67407,0.90134 -1.65791,1.09931 0.30789,3.77228 1.14107,1.55156 2.07996,3.16548 2.08642,3.58649 0.006,0.42101 -2.90683,3.8829 -6.47397,7.69308 l -6.48572,6.92761 2.63814,3.03937 c 2.93427,3.38053 3.11721,4.1469 1.66309,6.96708 -1.58244,3.06905 -7.32824,2.63854 -13.17359,-0.98706 -2.70298,-1.67653 -5.57006,-3.95425 -6.37126,-5.0616 -1.63695,-2.2624 -1.00582,-3.27998 8.36835,-13.49249 4.29115,-4.67492 4.61978,-5.35572 3.15431,-6.53447 -0.89976,-0.72372 -2.78387,-3.07398 -4.18692,-5.22282 -2.62063,-4.01362 -2.66569,-4.69784 -1.25304,-19.02842 0.11669,-1.18372 -0.503,-2.09777 -1.55872,-2.29913 -1.75097,-0.33396 -3.5397,2.88636 -4.0814,7.34792 -0.70599,5.81461 -1.77003,9.58007 -3.00624,10.63846 -1.82505,1.56255 -11.31535,0.7934 -12.49851,-1.01296 -1.29091,-1.97086 -1.20384,-2.29603 1.38676,-5.17879 1.91647,-2.1326 2.43913,-4.13016 2.91495,-11.14054 0.31887,-4.69811 1.11072,-8.9966 1.75966,-9.5522 0.64894,-0.5556 5.63794,-2.26988 11.08666,-3.80952 12.42928,-3.51211 13.00522,-3.8472 14.42909,-8.39477 2.16413,-6.91183 9.82643,-10.58073 17.88814,-8.56527 7.00717,1.75182 8.18196,3.28949 7.90504,10.34675 l -0.23654,6.02789 15.08662,0.0438 15.08662,0.0437 1.13661,-4.01678 c 1.54249,-5.45111 6.32119,-9.14946 11.93341,-9.23555 7.32338,-0.11235 12.27188,4.31539 15.10996,13.51982 0.71742,2.32677 1.87169,4.22179 2.56503,4.21116 0.69333,-0.0106 3.23145,-2.07176 5.64026,-4.58028 9.18053,-9.56051 21.15055,-8.68741 22.59842,1.64836 0.48148,3.43705 0.0124,4.83075 -3.38302,10.05151 z m -0.74686,-15.25192 c -0.38693,-0.37524 -2.45182,-0.65544 -4.58864,-0.62266 -4.78571,0.0734 -10.90526,4.25774 -15.6805,10.72175 -1.8391,2.48952 -3.7581,4.53275 -4.26442,4.54052 -0.50632,0.008 -2.13942,-3.34258 -3.6291,-7.44522 -1.48968,-4.10263 -3.40051,-8.48433 -4.24627,-9.73712 -1.80571,-2.67471 -6.28872,-5.10303 -9.33463,-5.05631 -2.75789,0.0423 -8.85416,6.29364 -8.81209,9.03623 0.0407,2.65489 1.6466,2.67993 3.23322,0.0504 0.67001,-1.1104 1.89753,-2.01933 2.72782,-2.01984 1.88812,-0.001 5.46139,2.7695 6.8618,5.32052 1.92705,3.51035 -1.6781,9.46985 -5.81418,9.61113 -3.59453,0.12278 -2.58973,2.36824 5.25942,11.75341 11.01513,13.17071 10.54456,12.87099 14.65599,9.33491 1.86205,-1.60148 6.86684,-5.85935 11.12176,-9.46195 4.25494,-3.60259 7.90821,-7.00846 8.11839,-7.56859 0.21018,-0.56014 1.33621,-2.00221 2.50227,-3.20461 1.16607,-1.20241 1.95356,-2.66149 1.74996,-3.2424 -0.20359,-0.58092 0.0852,-1.34737 0.64166,-1.70322 1.08356,-0.69286 0.67032,-9.16962 -0.50246,-10.30696 z m -41.85219,2.65384 c -1.28275,-1.93386 -2.64333,-1.44173 -3.88869,1.40656 l -1.14319,2.61459 -21.05391,-0.3929 c -11.57965,-0.2161 -21.39274,-0.5847 -21.80686,-0.81911 -0.41414,-0.23442 -0.0748,-1.78831 0.7539,-3.45308 0.82877,-1.66477 1.34336,-4.68498 1.14352,-6.71158 -0.31151,-3.15911 -0.91602,-3.9442 -4.23789,-5.50381 -3.43475,-1.61262 -4.32352,-1.66325 -7.82983,-0.44612 -2.1754,0.75515 -4.5837,2.30014 -5.35177,3.43331 -2.1263,3.13705 -1.67599,9.18043 0.85439,11.46635 2.22947,2.01409 1.90414,4.08682 -0.64761,4.12597 -0.81745,0.0125 -2.69772,-1.15205 -4.17838,-2.58796 l -2.69211,-2.61077 -8.01743,2.36706 c -4.40959,1.30188 -9.20964,2.61391 -10.66678,2.91562 -2.85823,0.59181 -3.06427,1.21802 -4.23614,12.87452 -0.41737,4.15152 -1.17204,6.4228 -2.4405,7.345 -3.20043,2.32678 -2.2188,4.22782 2.14849,4.16083 4.57542,-0.0702 4.63889,-0.14178 5.3932,-6.08344 1.44049,-11.34666 1.5086,-11.47055 6.67955,-12.15025 2.58849,-0.34025 5.08958,-0.24698 5.55797,0.20726 0.46839,0.45425 0.2833,3.16384 -0.41132,6.02132 -0.69463,2.85748 -1.22969,7.36388 -1.18903,10.01423 0.0673,4.38961 0.47663,5.19836 4.59529,9.08018 l 4.52135,4.26136 -2.51955,2.42141 c -1.38574,1.33178 -4.71127,5.02236 -7.39007,8.2013 -4.09634,4.86116 -4.69937,6.08824 -3.79376,7.71972 2.09145,3.76782 11.29172,7.75534 13.9588,6.04992 1.80395,-1.15351 0.57223,-3.45984 -2.90738,-5.44394 -1.64735,-0.93933 -3.00025,-2.03761 -3.00643,-2.44063 -0.006,-0.40301 2.86426,-3.98208 6.37875,-7.95348 3.5145,-3.97141 6.38158,-7.77 6.37128,-8.44131 -0.0103,-0.67132 -0.97858,-2.72168 -2.15174,-4.55636 -1.64674,-2.57528 -1.83106,-3.44398 -0.80854,-3.81036 2.51205,-0.90011 13.16575,-2.74791 16.10314,-2.79297 l 2.94483,-0.0452 -0.59179,5.05475 c -0.32549,2.78011 -1.58002,9.11446 -2.78785,14.07634 -2.57926,10.5958 -2.60454,10.55784 7.63519,11.46956 6.0375,0.53756 6.1381,0.50596 5.76897,-1.81219 -0.28025,-1.76001 -1.2166,-2.51688 -3.68632,-2.97969 -4.42258,-0.82877 -4.60607,-1.1236 -3.29847,-5.29983 0.61969,-1.9792 2.07434,-8.13877 3.23254,-13.68792 l 2.10582,-10.08937 -5.77386,-3.79286 -5.77385,-3.79287 0.97113,-4.56472 0.97112,-4.56472 22.62886,-0.34714 c 14.68541,-0.22527 22.99724,-0.72699 23.67829,-1.42925 1.19342,-1.23061 1.11915,-6.82227 -0.11531,-8.68335 z m 45.17695,-11.97331 c -0.4992,0.81682 -1.20262,1.19907 -1.56315,0.84943 -0.88766,-0.86083 0.36389,-4.80255 1.53056,-4.82044 1.18974,-0.0182 1.20672,2.04983 0.0326,3.971 z m -6.38435,-165.89263 c -0.13547,1.9273 -1.09643,4.64236 -2.13547,6.03346 -2.28231,3.05561 -2.458,1.74103 -0.53353,-3.99229 1.88312,-5.61013 1.73299,-8.62649 -0.68392,-13.74112 -1.47449,-3.12032 -1.65774,-4.22507 -0.70321,-4.23972 2.17392,-0.0333 4.52845,9.21944 4.05613,15.93967 z m -7.95558,-411.22471 c -1.42997,4.83402 -3.756,7.64852 -5.96169,7.21367 -1.21212,-0.23897 -0.97514,-1.0889 1.16887,-4.19226 2.36573,-3.42431 2.64317,-4.66164 2.3064,-10.28658 -0.42891,-7.16402 0.99774,-8.57135 2.72827,-2.69136 1.32886,4.51521 1.32538,4.65853 -0.24185,9.95653 z m 6.33223,625.27479 c -1.4957,0.0229 -4.60791,-2.99523 -3.87153,-3.75455 0.31158,-0.32129 1.56904,0.38808 2.79435,1.57637 1.22531,1.18829 1.71005,2.16847 1.07718,2.17818 z M 321.98032,254.69403 c -2.80111,0.0269 -5.10108,-8.86531 -3.45531,-13.35898 1.02274,-2.79257 2.64786,-1.78198 2.08152,1.2944 -0.49495,2.68849 0.13016,5.92308 1.99284,10.31268 0.48802,1.15003 0.27837,1.7433 -0.61905,1.7519 z m 7.35695,535.45795 c -0.57156,0.36548 -1.00215,-0.55459 -1.01818,-2.17562 -0.0216,-2.18103 0.19403,-2.47699 0.96449,-1.32397 1.27096,1.90202 1.2834,2.71327 0.0537,3.49959 z M 327.06738,626.4433 c -0.21409,0.67669 -1.07481,1.24087 -1.91272,1.25372 -1.08035,0.0166 -1.30529,-0.48906 -0.77333,-1.73834 0.41258,-0.96894 0.91447,-3.67558 1.11532,-6.01475 0.20083,-2.33917 0.79268,-3.99779 1.31521,-3.68582 0.90423,0.53985 1.08078,7.57673 0.25555,10.18519 z m -1.86713,73.01147 c -1.69714,3.54538 -4.32711,4.57662 -3.5459,1.39038 0.49772,-2.03004 5.24828,-7.17338 5.16311,-5.58999 -0.0274,0.50885 -0.75512,2.39867 -1.61721,4.19961 z m 0.12099,-25.75489 c -8.70788,20.76033 -10.72661,25.16749 -11.53381,25.17987 -1.24076,0.019 -1.10968,-0.56619 1.41935,-6.33659 1.25868,-2.8719 3.2438,-7.71158 4.41137,-10.75485 3.13902,-8.18181 5.08187,-12.07937 6.02853,-12.09389 1.06698,-0.0164 0.99622,0.8545 -0.32544,4.00546 z M 318.40328,213.6974 c -0.92588,5.13826 -3.32307,8.46029 -4.31747,5.98319 -0.32773,-0.81638 0.0724,-2.81515 0.88907,-4.4417 1.70208,-3.38982 1.85727,-8.17617 0.38508,-11.87645 -0.79549,-1.9994 -0.7062,-2.55457 0.4136,-2.57175 1.17061,-0.0179 3.88517,6.09413 3.52941,7.9468 -0.053,0.27585 -0.45782,2.5078 -0.89969,4.95991 z m 8.94416,635.42661 c -0.47895,0.30626 -1.32834,0.006 -1.88754,-0.66671 -1.18611,-1.42738 -2.76951,-7.69741 -1.94705,-7.71003 1.09671,-0.0168 4.68892,7.83044 3.83459,8.37674 z m -6.29517,-264.45413 c -1.05067,1.33902 -2.28379,3.12661 -2.74024,3.97244 -0.7352,1.36236 -1.13186,1.34659 -3.47547,-0.13813 -2.57011,-1.6282 -2.66928,-1.61057 -3.477,0.61845 -0.45728,1.26195 -0.99203,3.19703 -1.18832,4.30017 -0.286,1.6073 -1.15266,2.01792 -4.36303,2.06717 -2.63298,0.0404 -4.96906,0.84286 -6.81549,2.34118 -4.33041,3.51405 -5.27472,1.53456 -0.99491,-2.08555 2.64214,-2.23489 4.83147,-3.21029 7.29032,-3.24801 3.42431,-0.0525 3.52521,-0.16918 3.94511,-4.56104 0.47762,-4.99567 0.92176,-5.31279 3.93636,-2.81071 2.79494,2.31975 3.33685,2.18462 5.34212,-1.3321 0.94925,-1.66475 2.12387,-3.03293 2.61026,-3.04039 1.81145,-0.0278 1.78327,1.55503 -0.0697,3.91652 z m -5.91253,-326.33886 c -1.48702,0.95085 -2.47514,-0.20893 -3.97403,-4.66446 -0.97765,-2.90613 -0.97512,-4.17123 0.012,-6.00089 1.18661,-2.19934 1.2832,-2.08074 1.88041,2.30898 0.34625,2.54508 1.20933,5.30459 1.91796,6.13227 0.94535,1.10417 0.98892,1.69638 0.16363,2.2241 z m -7.45852,-47.16198 c -1.65754,1.5061 -10.2703,3.90499 -14.23868,3.96586 -2.21063,0.0339 -2.88999,-1.27114 -6.06878,-11.65828 -1.9398,-6.33855 -2.49673,-7.21256 -4.57563,-7.18066 l -2.36703,0.0363 0.59529,12.74236 c 0.32742,7.00831 0.97073,14.29832 1.4296,16.20002 0.82805,3.43167 0.91214,3.47652 11.19504,5.97053 12.25791,2.97303 14.06501,4.19561 11.51512,7.79049 -2.16715,3.05528 -3.45571,5.42095 -7.26791,13.34307 -1.65124,3.43144 -3.62538,6.985 -4.38699,7.8968 -1.21651,1.45643 -1.06271,1.90322 1.26605,3.67789 2.07873,1.58412 2.59325,2.73389 2.38417,5.32767 -0.23501,2.91553 -0.64865,3.35042 -3.48951,3.66881 -3.57318,0.40045 -13.61706,-2.75728 -17.01735,-5.35016 l -2.18717,-1.66782 3.77804,-5.55861 c 2.07792,-3.05723 4.46803,-7.1279 5.31135,-9.04593 0.84332,-1.91803 2.20873,-4.25708 3.03425,-5.19787 0.82552,-0.9408 1.13079,-1.92571 0.67837,-2.18868 -1.42631,-0.82907 -40.07227,-2.41671 -41.81336,-1.71776 -1.0108,0.40577 -1.44762,1.35047 -1.116,2.41352 0.2997,0.96072 0.72757,6.45115 0.95081,12.20094 l 0.40588,10.45416 -6.42499,1.32789 c -11.73302,2.42492 -18.92103,1.68127 -18.97694,-1.96327 -0.0316,-2.06135 1.75463,-3.77418 6.62753,-6.3551 l 4.06631,-2.1537 -1.41043,-5.2538 c -0.77573,-2.88958 -1.74855,-7.97771 -2.16182,-11.30695 -0.91664,-7.38423 -0.659,-7.66732 10.58064,-11.62602 l 8.1937,-2.88589 0.54934,-6.36607 c 0.30213,-3.50134 0.64424,-9.96794 0.76025,-14.37024 l 0.21092,-8.00418 -4.52699,-0.2269 -4.52698,-0.2269 -2.00815,4.82768 c -1.10448,2.65522 -2.45455,7.10144 -3.00017,9.88046 -1.72667,8.79466 -2.65885,10.50568 -5.74605,10.54683 -3.95989,0.0527 -9.89055,-1.64329 -11.23437,-3.21285 -1.67942,-1.96156 -0.45102,-4.23533 3.28383,-6.07835 3.46684,-1.71075 4.07716,-3.11911 4.87038,-11.2387 0.26476,-2.71021 1.31295,-8.4164 2.3293,-12.68041 1.01637,-4.26402 1.8443,-7.98966 1.83986,-8.2792 -0.004,-0.28954 2.35405,-0.56881 5.2411,-0.62061 7.63147,-0.13697 9.37553,-0.8764 10.32142,-4.37624 0.45691,-1.69058 2.51537,-4.48057 4.57437,-6.19998 3.14983,-2.63035 4.60411,-3.13941 9.16879,-3.20943 6.02863,-0.0925 10.78355,2.41566 11.37605,6.00068 0.18545,1.12217 1.10991,2.70999 2.05436,3.52849 1.51452,1.31255 2.65859,1.30844 9.69474,-0.0348 4.38767,-0.83763 8.54897,-1.75163 9.24732,-2.03112 1.62197,-0.6491 5.29321,5.11008 5.3474,8.38861 0.0725,4.40108 3.5963,19.42076 4.73055,20.1645 0.60221,0.39489 2.01043,0.71083 3.12933,0.70208 1.16834,-0.009 2.77366,1.19284 3.77093,2.82347 1.63516,2.67359 1.63708,2.92974 0.0329,4.38735 z m -3.48894,-3.99996 c -0.67005,-0.6498 -2.67277,-1.15914 -4.4505,-1.13187 -3.75479,0.0576 -3.72535,0.12266 -5.62041,-12.41525 -1.32048,-8.73644 -3.58361,-15.44685 -5.2012,-15.42204 -0.4389,0.007 -4.31443,0.734 -8.61228,1.61615 -6.24904,1.28263 -8.23726,2.14336 -9.92589,4.2971 -2.39349,3.05273 -6.08263,2.81415 -4.83298,-0.31254 0.38524,-0.96388 0.87996,-3.60506 1.09938,-5.86927 0.34599,-3.57024 0.0335,-4.39524 -2.35393,-6.21463 -5.86888,-4.47246 -15.46992,-1.13666 -15.37056,5.34038 0.0509,3.31714 2.50987,6.71845 4.83138,6.68284 0.81427,-0.0125 1.28404,0.72559 1.10318,1.73328 -0.38993,2.17248 -5.03072,1.92572 -8.80336,-0.46808 -1.734,-1.10027 -4.16755,-1.48854 -7.70436,-1.22926 l -5.16976,0.379 -2.03908,6.23235 c -1.12151,3.4278 -2.24589,9.61092 -2.49863,13.74029 -0.51787,8.46081 -1.06713,9.53384 -5.97563,11.67375 -4.12379,1.79781 -3.16077,3.56179 2.03587,3.72915 3.15793,0.1017 3.42132,-0.15335 4.55533,-4.41105 2.26916,-8.51968 5.26142,-17.58317 6.22246,-18.84766 1.3449,-1.76957 15.31546,-1.94953 16.01526,-0.20628 0.28297,0.7049 0.19425,4.86925 -0.19717,9.25412 -0.39142,4.38486 -0.68271,11.4426 -0.6473,15.68385 l 0.0644,7.71135 -4.23245,1.17619 c -2.32785,0.6469 -6.86543,2.16633 -10.08351,3.3765 l -5.85106,2.20031 0.7178,7.75453 c 0.39478,4.26498 1.37843,9.26989 2.18587,11.12199 1.60018,3.67047 0.77173,6.70433 -1.84168,6.74442 -2.63677,0.0404 -7.35383,3.10891 -7.32839,4.76714 0.0211,1.37202 1.14721,1.52033 7.82686,1.03075 4.29125,-0.31453 8.37802,-0.94002 9.0817,-1.38998 0.9833,-0.62876 1.10761,-3.66516 0.53709,-13.11894 -0.44977,-7.45275 -0.36762,-12.43215 0.20842,-12.63403 0.52292,-0.18326 6.46562,-0.10008 13.20601,0.18484 6.74039,0.28494 17.65839,0.68075 24.26221,0.8796 6.60383,0.19885 12.16355,0.80824 12.35494,1.3542 0.19138,0.54596 -0.67582,2.69054 -1.92713,4.76574 -6.77497,11.23574 -10.54024,17.89291 -10.53877,18.63304 0.002,0.90162 7.90506,4.26413 11.96583,5.09095 2.83078,0.57637 3.11091,0.40816 3.07631,-1.84722 -0.0283,-1.84358 -0.7933,-2.7317 -2.97644,-3.45538 -3.34224,-1.10792 -3.44672,-2.43635 -0.52707,-6.7013 2.302,-3.36269 11.02434,-21.14132 11.00456,-22.43046 -0.007,-0.45696 -2.38344,-1.34687 -5.28095,-1.97758 -13.17806,-2.8685 -16.8551,-4.19861 -17.41462,-6.29942 -0.30419,-1.14216 -0.75641,-9.27438 -1.00491,-18.0716 l -0.45184,-15.99496 4.89035,-0.075 4.89036,-0.075 2.06684,5.969 c 1.13677,3.28295 2.72872,7.47022 3.53765,9.30506 1.44927,3.28724 1.53963,3.32467 6.17398,2.55823 6.54509,-1.08246 7.49089,-1.92108 4.94786,-4.38727 z m -33.15983,15.98769 c -1.1777,0.47278 -2.63387,-0.32945 -4.73303,-2.6075 l -3.03197,-3.29036 -2.74798,3.4621 c -1.98571,2.50173 -3.05743,3.16524 -3.86354,2.39192 -1.342,-1.28741 -0.0972,-5.34503 2.25848,-7.36189 2.11217,-1.80836 1.97642,-3.04256 -0.63061,-5.73369 -1.8274,-1.88634 -1.97495,-2.50883 -0.90883,-3.83428 1.14271,-1.42068 1.49702,-1.37801 3.46803,0.41754 2.74332,2.49911 3.69035,2.49002 5.80326,-0.0557 0.92487,-1.11432 2.13593,-2.03301 2.69124,-2.04152 1.78625,-0.0274 1.14183,4.28362 -0.99014,6.62392 l -2.06688,2.26883 3.22652,4.53889 c 2.85206,4.01211 3.02909,4.61812 1.52545,5.22174 z m 45.33702,569.19437 c -1.20547,-0.7197 -1.25888,-4.20191 -0.10736,-6.99917 0.62157,-1.50991 0.86464,-0.81159 0.97268,2.79443 0.0889,2.96609 -0.24255,4.57656 -0.86532,4.20474 z m -2.94855,-164.89513 c -0.76414,1.83112 -2.73375,3.81004 -4.81366,4.83641 -2.56564,1.26605 -3.83259,2.75578 -4.67177,5.49325 -0.63329,2.06587 -1.93163,5.37071 -2.88518,7.3441 l -1.73373,3.58799 -13.79771,1.95742 c -17.5222,2.4858 -53.19015,4.77164 -64.21292,4.11521 -9.0097,-0.53655 -12.08214,-1.50609 -12.1177,-3.82383 -0.0122,-0.79277 -1.0387,-3.82662 -2.28118,-6.74187 -1.91181,-4.48569 -2.8955,-5.55234 -6.3993,-6.93898 -7.91766,-3.13344 -9.29253,-10.74514 -3.04571,-16.86203 4.06142,-3.97694 29.74727,-15.22698 34.94808,-15.30676 1.09405,-0.0168 2.78205,-1.48291 3.93964,-3.42181 3.84067,-6.43292 15.21111,-12.5998 21.30232,-11.55353 4.18512,0.71887 11.89238,7.14135 14.21273,11.84351 1.64214,3.32779 1.97739,3.49637 6.80592,3.4223 7.10944,-0.10906 22.5429,3.37745 27.76822,6.273 3.01973,1.67335 4.98499,3.70761 6.32928,6.5515 2.30569,4.87778 2.32898,5.20707 0.65267,9.22412 z m -3.75273,-10.31224 c -3.3323,-5.28154 -16.57688,-9.92398 -27.87918,-9.77211 l -6.23853,0.0838 0.76861,8.89435 0.76862,8.89435 -6.71526,0.8235 c -8.70863,1.06797 -32.97942,0.48731 -37.82724,-0.90495 -4.33991,-1.24641 -4.67818,-2.71219 -2.44152,-10.57936 0.76774,-2.70043 1.02923,-5.26546 0.58109,-5.70006 -1.91233,-1.85455 -29.11121,10.68071 -31.87446,14.69011 -3.40432,4.93956 -3.41811,7.52453 -0.0548,10.26759 2.39343,1.95203 4.58966,2.57465 10.70252,3.03418 4.23013,0.31799 11.82887,1.38556 16.8861,2.37239 7.00074,1.36607 13.25755,1.73564 26.21943,1.54874 28.33953,-0.40863 46.33299,-4.10868 54.80314,-11.26928 5.08889,-4.3021 5.6148,-7.1318 2.30146,-12.38328 z m -20.33434,10.10264 c -2.58503,2.58357 -3.45406,3.02131 -3.47357,1.74965 -0.0143,-0.93278 0.43358,-1.70302 0.9953,-1.71164 0.56172,-0.009 1.54073,-1.20361 2.17556,-2.65555 1.04833,-2.39762 0.87876,-2.85346 -1.84784,-4.96727 -2.67877,-2.07674 -2.77858,-2.33136 -0.92672,-2.36419 2.0926,-0.0371 6.48152,3.68059 6.50965,5.51411 0.008,0.54409 -1.53623,2.5398 -3.43238,4.43489 z m -65.76639,4.52606 c -2.28133,0.9861 -7.08301,-2.27618 -7.55556,-5.13326 -0.41763,-2.52496 3.90284,-7.92913 5.55195,-6.94456 0.86065,0.51383 0.64206,1.43418 -0.78557,3.30754 -2.75346,3.61317 -2.45335,5.10914 1.3346,6.65252 2.80417,1.14254 3.01169,1.4447 1.45458,2.11776 z m 74.91871,5.33471 c -0.8249,0.0127 -1.48688,0.86666 -1.47106,1.89779 0.0158,1.03113 -0.21547,3.39745 -0.51398,5.2585 l -0.54276,3.38373 2.04174,-3.03168 c 2.40265,-3.56759 2.65993,-7.54168 0.48606,-7.50834 z m -6.71576,2.28373 c -1.86612,0.2943 -2.2857,1.07172 -2.48711,4.60824 -0.20951,3.679 0.026,4.2501 1.74167,4.22378 2.06963,-0.0317 2.79504,-1.61434 2.91754,-6.36505 0.0614,-2.37952 -0.27857,-2.76559 -2.1721,-2.46697 z m -7.72118,1.93821 c -2.83299,0.0435 -2.99623,0.26821 -2.93829,4.04554 0.0541,3.5234 0.3391,3.99527 2.39441,3.96374 3.10438,-0.0476 3.65527,-0.77132 3.59466,-4.72236 -0.0466,-3.03667 -0.31777,-3.32885 -3.05078,-3.28692 z m -8.1879,1.31238 c -2.78041,0.3148 -3.20169,0.74282 -3.2005,3.25161 0.002,3.5999 2.66249,5.54623 4.92913,3.60562 0.85991,-0.73623 1.54318,-2.66186 1.51837,-4.27917 -0.0415,-2.70803 -0.29831,-2.9119 -3.247,-2.57806 z m -6.03453,-29.91096 c -3.44867,-0.2825 -3.41583,-0.35328 -3.41864,7.36667 -8.1e-4,2.36621 0.4761,3.06261 2.25664,3.29485 4.19471,0.54714 5.06592,-0.48985 4.71365,-5.61058 -0.31629,-4.59776 -0.45668,-4.79741 -3.55165,-5.05094 z m 0.0375,-9.74754 c -2.44239,-4.94947 -9.95776,-11.29136 -13.30636,-11.22866 -5.90926,0.11065 -15.88919,7.95853 -19.60022,15.41295 -1.42057,2.85351 -1.39803,2.90451 1.3327,3.01447 5.25539,0.21162 31.76693,-0.86972 32.50917,-1.32596 1.12074,-0.6889 0.88151,-2.19104 -0.93529,-5.8728 z m -2.26261,39.59855 c -4.58989,0.0704 -6.30196,7.58699 -1.96025,8.60617 3.53152,0.82899 4.55365,-0.24288 4.48523,-4.70346 -0.054,-3.52163 -0.32244,-3.9365 -2.52498,-3.90271 z M 261.21404,612.676 c -2.84162,0.0436 -3.58167,1.67796 -3.4892,7.70577 0.0626,4.07797 0.27299,4.45496 2.30724,4.13331 2.2841,-0.36115 3.33172,-3.09338 3.49858,-9.12429 0.0627,-2.26807 -0.34428,-2.74504 -2.31662,-2.71479 z m -2.63113,31.04401 c -2.22571,0.0342 -2.49335,0.45284 -2.4417,3.81979 0.0508,3.3118 0.36887,3.80238 2.56089,3.94999 2.28604,0.15393 2.49758,-0.17699 2.4417,-3.81979 -0.055,-3.58763 -0.31232,-3.98448 -2.56089,-3.94999 z M 251.4947,612.8251 c -2.86095,0.0439 -2.88536,0.0967 -2.79413,6.04357 0.0916,5.97053 0.10613,5.99908 3.02832,5.95425 2.58189,-0.0396 2.96811,-0.43786 3.19977,-3.29947 0.14491,-1.78993 0.0809,-4.48927 -0.14212,-5.99852 -0.33644,-2.27602 -0.89796,-2.73655 -3.2918,-2.69983 z m -0.85184,31.01672 c -3.06769,0.047 -3.85599,1.33925 -3.00887,4.93225 0.51122,2.16827 1.17837,2.76457 2.8637,2.55959 1.20847,-0.14697 2.30882,-0.32637 2.44522,-0.39867 0.13641,-0.0723 0.22386,-1.70625 0.19433,-3.63103 -0.0467,-3.04374 -0.37159,-3.49471 -2.49438,-3.46214 z m -6.54105,-30.54653 c -2.72745,-0.9989 -4.58463,1.71238 -4.19337,6.12183 0.3214,3.62212 0.67212,4.11226 3.11668,4.3556 2.68617,0.2674 2.75259,0.1477 2.67634,-4.823 -0.0557,-3.62754 -0.51687,-5.25787 -1.59965,-5.65443 z m -1.51702,30.67014 c -2.24973,0.0345 -2.49357,0.4383 -2.43835,4.03787 0.0493,3.21175 0.42242,3.99399 1.89447,3.97141 2.58305,-0.0396 3.15311,-0.90808 3.09472,-4.71469 -0.0443,-2.88855 -0.38442,-3.32783 -2.55084,-3.29459 z m -8.01439,-0.87718 c -2.29603,0.0352 -2.49409,0.40498 -2.43069,4.53782 0.0634,4.13284 0.2727,4.49635 2.56873,4.46112 2.29603,-0.0352 2.49408,-0.40497 2.43068,-4.53781 -0.0634,-4.13285 -0.27269,-4.49635 -2.56872,-4.46113 z m 0.83923,-29.78168 c -1.4325,0.50204 -3.0367,6.48458 -2.25859,8.42289 0.30244,0.75338 1.23892,1.35921 2.08109,1.34629 1.17421,-0.018 1.51302,-1.20853 1.45323,-5.10622 -0.054,-3.51837 -0.44662,-4.95354 -1.27573,-4.66296 z m -6.47827,29.4138 c -0.20498,-0.19241 -1.27496,-0.49131 -2.37774,-0.6642 -1.7709,-0.27764 -2.02372,0.2991 -2.16486,4.93871 l -0.1598,5.25307 3.12005,-0.0479 c 3.11138,-0.0477 3.11842,-0.0604 2.53753,-4.58886 -0.32038,-2.49755 -0.7502,-4.69843 -0.95518,-4.89086 z m -7.8413,0.13969 c -1.7439,-4.38316 -3.06854,-2.83155 -2.97171,3.48092 0.0665,4.33282 0.46236,5.99362 1.42521,5.97885 0.73325,-0.0113 1.62854,-0.32502 1.98953,-0.69727 0.96622,-0.99631 0.72155,-5.83536 -0.44303,-8.76247 z m -6.07831,-1.52702 c -0.69683,-1.25536 -1.81569,-1.754 -3.27275,-1.45855 -1.21768,0.24692 -2.5195,0.48707 -2.89293,0.53368 -1.56639,0.19551 3.58325,12.02079 5.22381,11.99562 0.44416,-0.007 1.10293,-0.31695 1.46392,-0.6892 1.02028,-1.05206 0.65804,-8.25555 -0.52205,-10.38152 z m 101.6158,208.81609 c -1.22854,1.26683 -2.37793,-0.3998 -2.42575,-3.51737 -0.0288,-1.87547 0.31521,-2.76345 0.8539,-2.20434 1.32693,1.37725 2.31104,4.9595 1.57185,5.72171 z m -7.80319,-156.44386 c -0.72874,1.89655 -2.91885,3.28214 -2.94065,1.86042 -0.0242,-1.57833 2.04572,-5.59713 2.88954,-5.61008 1.21163,-0.0186 1.22147,0.70373 0.0515,3.74965 z m -1.55353,92.28469 c -0.54993,0.008 -1.01409,-0.91112 -1.03146,-2.04344 -0.0174,-1.13233 0.42263,-1.7876 0.97778,-1.45615 0.55515,0.33144 1.01931,1.25099 1.03146,2.04344 0.0122,0.79244 -0.42784,1.44771 -0.97778,1.45615 z m -2.31071,63.29288 c -1.8049,3.73536 -4.52171,5.47929 -3.1924,2.04921 0.37529,-0.96837 1.11131,-3.0049 1.6356,-4.52562 0.9228,-2.67665 2.24705,-3.5767 3.01094,-2.04642 0.20438,0.40941 -0.44998,2.44469 -1.45414,4.52283 z m -1.06618,-175.75432 c -1.95633,10.09475 -5.39299,23.71944 -6.0964,24.16923 -1.34478,0.8599 -1.10769,-4.00012 0.42907,-8.79554 0.75907,-2.36864 1.64629,-6.55416 1.97161,-9.30115 0.75549,-6.37933 2.01315,-9.83588 3.29937,-9.06797 0.55619,0.33207 0.96038,0.69049 0.8982,0.7965 -0.0622,0.106 -0.28802,1.09552 -0.50185,2.19893 z m -5.03685,-88.64022 c -0.82553,2.91991 -1.29825,3.2789 -4.03231,3.06221 -2.92792,-0.23206 -3.09422,-0.0543 -3.04347,3.25412 0.0574,3.74129 -0.51222,3.96073 -6.63335,2.55547 -2.28904,-0.52551 -2.9093,-0.15809 -4.23768,2.51025 -1.6532,3.32081 -3.80752,4.35587 -2.90635,1.39636 2.02524,-6.65099 2.56824,-7.44313 4.6739,-6.81836 6.41935,1.90467 6.42886,1.90066 7.08539,-2.98754 0.54331,-4.04524 0.83389,-4.47603 2.45527,-3.64003 2.95727,1.5248 3.88807,1.11152 5.22767,-2.32106 1.60585,-4.11482 2.74003,-1.71245 1.41093,2.98858 z m -6.16541,-297.73341 c -1.49791,0.023 -3.0816,-6.2938 -1.79731,-7.1689 1.30142,-0.88678 1.19977,-1.05376 2.0785,3.41415 0.45478,2.31229 0.34748,3.74511 -0.28119,3.75475 z m 4.58916,556.88116 c -0.98882,1.32764 -2.05178,2.01677 -2.36215,1.53141 -0.31036,-0.48537 0.23817,-1.90516 1.21895,-3.1551 3.1347,-3.99494 4.2005,-2.48118 1.1432,1.62369 z m -1.86632,-58.86433 c -1.52733,0.0234 -3.45302,-3.68203 -2.29751,-4.4209 0.50855,-0.32519 1.21428,-0.13831 1.56827,0.4153 0.354,0.55361 0.33701,1.01126 -0.0378,1.01701 -0.37476,0.006 -0.11089,0.67678 0.58637,1.49118 0.83131,0.97097 0.89349,1.48647 0.18062,1.49741 z m -8.44228,-496.5956 c -1.24738,1.28624 -2.1826,0.68809 -3.7978,-2.42901 -2.44786,-4.72406 -1.98809,-5.50699 1.39061,-2.36796 3.15468,2.93091 3.51689,3.65269 2.40719,4.79697 z m 1.66554,550.95594 c -4.51246,5.05527 -5.4616,5.66732 -5.49419,3.54289 -0.0204,-1.32976 7.86567,-9.83001 9.13785,-9.84952 1.48213,-0.0227 0.52075,1.64126 -3.64366,6.30663 z m -0.7105,-150.25678 c -1.02764,0.0158 -2.4928,-2.991 -1.80372,-3.70154 0.23963,-0.2471 0.95231,0.48147 1.58374,1.61902 0.63183,1.13828 0.73075,2.07468 0.21998,2.08252 z m -6.29309,-394.94994 c -0.60068,0.009 -2.20382,-0.83041 -3.56254,-1.86586 -3.14115,-2.39375 -1.3606,-3.71425 2.07417,-1.53826 2.64665,1.67669 3.38918,3.37496 1.48837,3.40412 z m 2.39346,535.48687 c -5.4551,2.56131 -7.5303,1.46514 -2.39693,-1.26611 4.45649,-2.37112 6.24804,-2.77294 6.26901,-1.40606 0.007,0.46642 -1.73527,1.66889 -3.87208,2.67217 z m 0.79929,-57.47632 c -4.38066,3.00992 -4.72021,3.16352 -4.73588,2.14235 -0.0205,-1.33474 4.55924,-4.4343 5.9171,-4.00469 0.57592,0.18219 0.0444,1.02025 -1.18122,1.86234 z m -0.033,89.30909 c -1.63975,1.69084 -13.51557,-9.6932 -13.56637,-13.00458 -0.0359,-2.33808 2.03835,-0.939 3.94507,2.66098 1.10147,2.07963 3.85609,5.02392 6.1214,6.54288 4.51866,3.02991 4.38655,2.88644 3.4999,3.80072 z m -2.02383,-97.51929 c -0.67011,0.69098 -2.62056,1.27784 -4.33435,1.30413 -2.81323,0.0432 -11.37211,1.44189 -17.19259,2.80969 -1.2332,0.2898 -2.24921,0.0684 -2.25781,-0.49203 -0.009,-0.56041 1.01782,-1.03478 2.28092,-1.05416 1.2631,-0.0194 6.48437,-1.01676 11.60282,-2.21641 9.8617,-2.31137 11.87105,-2.38265 9.90101,-0.35122 z m -1.63758,-84.74736 c -0.83541,-0.67195 -1.52928,-1.89665 -1.54193,-2.72156 -0.0187,-1.2198 0.26057,-1.27172 1.49591,-0.27808 0.83541,0.67195 1.52927,1.89665 1.54193,2.72156 0.0187,1.2198 -0.26058,1.27172 -1.49591,0.27808 z m -0.40333,143.3936 c -4.50731,0.97359 -5.89769,-0.43056 -1.87125,-1.88979 1.88436,-0.68292 3.76652,-1.05455 4.18258,-0.82586 1.63741,0.90005 0.63353,2.07955 -2.31133,2.71565 z m -1.83154,-135.35837 c -1.02764,0.0158 -2.4928,-2.991 -1.80372,-3.70154 0.23963,-0.2471 0.95231,0.48147 1.58374,1.61902 0.63184,1.13828 0.73075,2.07468 0.21998,2.08252 z m -2.03451,-145.48591 c -1.00539,5.07016 -3.47443,10.55453 -4.7605,10.57426 -1.75987,0.027 -1.8471,0.61671 0.96379,-6.51555 1.30861,-3.32046 2.36714,-7.52625 2.35228,-9.3462 -0.0159,-1.94645 0.3886,-3.06085 0.98234,-2.70636 1.00732,0.60141 1.21513,4.19628 0.46209,7.99385 z m 1.83466,213.88996 c -3.96133,1.31833 -6.86869,1.64661 -6.88202,0.77708 -0.017,-1.11017 6.74032,-2.72016 7.66265,-1.8257 0.33307,0.32301 -0.0182,0.79489 -0.78063,1.04862 z m -0.4755,110.62737 c -1.45311,0.0223 -8.82353,-6.62733 -8.84427,-7.97933 -0.0214,-1.39525 0.46366,-1.11905 4.47089,2.54577 2.07039,1.89347 4.18224,3.43625 4.69302,3.42842 0.51078,-0.008 0.93559,0.4357 0.94403,0.98564 0.008,0.54993 -0.56021,1.00871 -1.26367,1.0195 z m -2.61683,-195.11712 c -0.60642,-0.19185 -0.99553,-0.70442 -0.86468,-1.13904 0.13085,-0.43463 -0.44356,-1.20651 -1.27646,-1.71531 -0.94613,-0.57798 -1.05867,-0.93783 -0.29992,-0.95904 0.66794,-0.0183 1.7385,0.9102 2.37904,2.06414 0.82603,1.48812 0.84405,1.99667 0.062,1.74925 z m 0.85953,121.13537 c -0.51672,0.008 -1.24937,-1.2999 -1.6281,-2.90627 -0.37874,-1.60638 -1.34284,-3.44691 -2.14245,-4.09007 -0.79961,-0.64316 -1.46145,-1.66649 -1.47077,-2.27408 -0.009,-0.60758 1.07119,-0.006 2.40113,1.33578 2.53682,2.56032 4.4517,7.90992 2.84019,7.93464 z m -4.78329,-308.46292 c -1.82106,7.80999 -7.43205,16.57554 -9.73153,15.20266 -0.93051,-0.55553 -0.62457,-1.45079 1.172,-3.42968 4.66177,-5.13485 6.83567,-11.18285 7.18345,-19.98494 0.17901,-4.53093 0.72316,-8.00062 1.20921,-7.71043 1.05073,0.62731 1.1661,11.63692 0.16685,15.92239 z m 1.75186,263.96284 c -3.37663,1.09536 -28.58239,2.14495 -26.23633,1.09251 1.09261,-0.49014 5.32075,-1.03271 9.39585,-1.20571 4.07511,-0.17299 9.64048,-0.77324 12.36749,-1.33386 6.10924,-1.25596 6.68158,-1.26985 6.69856,-0.16256 0.007,0.48579 -0.99405,1.21011 -2.22557,1.60961 z m -0.0753,-37.11267 c -0.48429,0.30967 -4.00825,-0.088 -7.831,-0.88373 -3.82277,-0.79573 -10.06885,-1.68973 -13.88019,-1.98667 -4.29445,-0.33458 -7.09971,-1.02929 -7.37676,-1.82681 -0.3112,-0.89586 0.26875,-1.13802 1.90862,-0.79691 2.98045,0.61997 18.11573,3.06878 23.40871,3.78741 4.45174,0.60443 5.06228,0.88078 3.77062,1.70671 z m -5.52145,-360.32426 c -1.23364,-0.01 -13.50849,-2.48827 -18.20783,-3.67667 -5.48981,-1.38831 -4.23047,-3.23627 1.36951,-2.00961 2.20719,0.48348 5.95038,1.09823 8.31819,1.36612 5.42016,0.61321 9.23423,1.9738 9.25459,3.30139 0.009,0.56354 -0.32186,1.02199 -0.73446,1.01877 z m -2.3247,-28.15084 c -1.01312,0.5572 -3.41344,1.25977 -5.33404,1.56127 -1.9206,0.30149 -4.78281,0.90753 -6.36047,1.34675 -2.22741,0.62012 -2.77034,0.48616 -2.42942,-0.59943 0.58402,-1.85969 13.61934,-5.59742 14.96609,-4.29136 0.65636,0.63652 0.36702,1.31772 -0.84216,1.98277 z m 4.75581,415.54915 c -3.29826,0.93846 -6.72641,0.85594 -6.74203,-0.16228 -0.0294,-1.9183 7.29483,-3.09386 8.41003,-1.34984 0.30871,0.48279 -0.44188,1.16325 -1.668,1.51212 z m -2.39857,-191.60842 c -0.87572,1.80115 -2.18552,3.28391 -2.91066,3.29504 -1.67683,0.0257 -1.66559,-0.52245 0.0674,-3.2866 0.77122,-1.23013 1.55516,-4.26418 1.74209,-6.74234 0.18692,-2.47816 0.74693,-4.51198 1.24445,-4.51962 1.60088,-0.0245 1.50033,7.87307 -0.14328,11.25352 z m 2.5625,248.72352 c -0.52624,0.3365 -1.76026,-1.0817 -2.74227,-3.15156 -0.98201,-2.06985 -2.00175,-4.2101 -2.2661,-4.75611 -0.26435,-0.54601 0.30697,-0.36252 1.26961,0.40774 2.52916,2.02375 4.89159,6.76277 3.73876,7.49993 z m -2.85012,-123.45437 c -0.54994,0.008 -1.4953,-0.87716 -2.10081,-1.968 -0.70812,-1.27571 -0.74417,-1.98882 -0.10106,-1.99869 0.54993,-0.008 1.4953,0.87717 2.1008,1.96801 0.70812,1.27571 0.74417,1.98882 0.10107,1.99868 z m -0.24668,-9.99739 c -0.57185,0.009 -1.31682,-0.67429 -1.65548,-1.51791 -0.93588,-2.33129 0.0313,-2.62155 1.44477,-0.43361 0.79146,1.22508 0.86882,1.94143 0.21073,1.95152 z m -0.35851,66.61454 c -2.98397,1.19789 -24.47019,0.30187 -25.81706,-1.07667 -1.11547,-1.14166 -0.31018,-1.23278 5.19225,-0.5875 3.58187,0.42006 9.99996,0.71375 14.26243,0.65265 7.91749,-0.11346 8.81099,0.0285 6.36238,1.01152 z m -1.7372,-9.13749 c -1.93024,-0.32729 -3.96615,-1.02257 -4.52423,-1.54505 -1.21382,-1.13638 4.2198,-0.0907 6.52002,1.2547 0.98491,0.5761 0.28766,0.67754 -1.99579,0.29035 z m -0.0785,-38.43232 c -0.82927,-0.66703 -1.2629,-1.62293 -0.9636,-2.12423 0.76923,-1.28842 2.41875,-0.0929 2.44738,1.77375 0.0195,1.27104 -0.25785,1.33655 -1.48378,0.35048 z M 261.9479,485.54044 c -0.86541,2.28481 -3.51189,5.09717 -4.33442,4.6061 -0.42022,-0.2509 0.11769,-2.53511 1.19538,-5.07603 1.23332,-2.9079 1.79977,-6.05969 1.52863,-8.50538 -0.29704,-2.67926 -0.0346,-3.89162 0.84549,-3.90512 1.30404,-0.02 1.89324,9.9015 0.76492,12.88043 z m -2.07339,-149.72401 c -0.85612,0.8828 -9.02272,-0.48515 -9.0385,-1.51399 -0.0194,-1.26188 3.92389,-1.91457 7.08455,-1.17264 2.27064,0.53301 3.02997,1.57709 1.95395,2.68663 z m 1.48493,234.93923 c -0.87119,0.7459 -4.57118,1.58989 -8.2222,1.87556 -3.65101,0.28566 -7.51624,1.15088 -8.58941,1.92271 -1.07316,0.77182 -2.5656,1.41274 -3.31653,1.42426 -1.58146,0.0243 -17.22745,-6.44463 -18.97013,-7.84325 -0.87541,-0.70259 -0.69345,-2.37448 0.7178,-6.59565 1.17545,-3.51583 1.9126,-8.67741 1.949,-13.64697 0.0656,-8.96174 0.50445,-8.49166 -9.22148,-9.87819 -3.73394,-0.5323 -4.25628,-0.37631 -4.23112,1.26356 0.0158,1.02896 1.41734,4.37968 3.11458,7.44603 3.76848,6.80844 3.8085,7.61728 0.53082,10.72847 -1.42798,1.35544 -4.33511,4.71135 -6.46031,7.4576 l -3.86398,4.99318 2.52509,1.27406 c 3.31356,1.67188 4.27528,4.7532 2.40497,7.70546 -3.06111,4.83192 -11.92077,3.59525 -19.54118,-2.72761 l -4.13949,-3.43465 6.88539,-9.62836 6.88538,-9.62835 -2.47348,-3.14177 c -1.36041,-1.72797 -3.47926,-5.26276 -4.70856,-7.85508 -1.22929,-2.59232 -2.56124,-4.70462 -2.95987,-4.69402 -0.74,0.0194 -3.75467,4.93543 -13.8529,22.58859 -5.44261,9.51448 -5.67503,10.20869 -5.08409,15.18551 0.55326,4.65959 0.37185,5.39423 -1.70278,6.89531 -4.4594,3.22656 -10.20827,1.37438 -12.03086,-3.87613 -1.48237,-4.27038 0.20938,-10.19115 6.32052,-22.12064 2.35441,-4.59602 4.27389,-8.80288 4.26552,-9.34861 -0.008,-0.54572 -1.92772,-0.97721 -4.26521,-0.95884 -2.33749,0.0184 -5.13353,-0.61383 -6.21341,-1.40486 -1.07988,-0.79104 -2.53948,-1.42942 -3.24356,-1.41862 -1.29773,0.0199 -9.07093,15.59069 -9.09307,18.21465 -0.007,0.78502 -0.85379,3.24045 -1.88259,5.45649 -1.02881,2.21604 -1.87344,4.83725 -1.87695,5.82492 -0.01,2.81277 -4.47646,6.77401 -7.69359,6.82336 -4.53474,0.0696 -6.55943,-1.99934 -6.74557,-6.89289 -0.14387,-3.78229 0.19301,-4.504 2.81044,-6.02087 2.16762,-1.25618 3.45175,-3.20178 4.73632,-7.17601 9.50472,-29.40594 13.87961,-38.23517 23.80664,-48.04569 3.53359,-3.49211 7.02196,-6.35845 7.75196,-6.36965 2.16086,-0.0332 2.39657,-2.38997 0.64163,-6.41545 -1.19039,-2.73047 -2.11184,-3.6326 -3.33177,-3.26194 -11.702,3.55559 -17.54711,4.94022 -18.11883,4.29208 -0.75673,-0.85785 -4.4566,-10.02174 -4.7965,-11.88002 -0.49864,-2.72614 -2.45452,-4.70089 -5.61499,-5.66913 -4.88115,-1.49539 -4.94984,-4.36597 -0.22699,-9.48573 2.11094,-2.28835 4.69533,-4.16219 5.74309,-4.16409 1.30714,-0.002 3.94686,3.08639 8.41113,9.84196 l 6.50612,9.84543 3.62144,-1.60668 c 1.99179,-0.88366 4.35395,-1.77046 5.24924,-1.97066 4.52602,-1.01203 9.9089,-4.92766 11.49217,-8.35968 2.25805,-4.89472 5.92658,-7.51783 11.51695,-8.23494 4.30684,-0.55247 4.84679,-0.35258 8.10909,3.00185 3.42577,3.52253 3.58446,3.57224 8.00911,2.50913 2.48275,-0.59653 6.20113,-1.77218 8.26304,-2.61255 9.93288,-4.04832 28.35882,-6.20936 33.5586,-3.93584 3.45811,1.512 5.12662,5.00656 4.48395,9.39122 -0.51234,3.4955 -2.97795,7.47721 -4.64598,7.5028 -0.4224,0.006 -2.12254,-1.30183 -3.77808,-2.90735 l -3.01008,-2.91912 -11.32885,2.24676 c -6.23086,1.23571 -12.28894,2.43412 -13.46241,2.66312 -2.35179,0.45895 -3.56006,2.66614 -2.67137,4.8799 0.41515,1.03417 2.32114,1.40207 6.89976,1.33183 7.82617,-0.12006 14.3378,2.78025 20.28198,9.03367 4.44087,4.6719 11.04362,15.40318 12.21106,19.84634 0.56372,2.14541 1.30515,2.7303 3.41991,2.69786 4.7992,-0.0736 6.55247,2.06919 6.80324,8.31481 0.18815,4.68595 -0.26402,6.39909 -2.74261,10.3911 -2.57422,4.14606 -5.31536,14.07867 -5.35666,19.41016 -0.008,1.00235 1.46253,2.00943 3.96922,2.71874 3.79611,1.07417 7.1005,4.13868 7.13857,6.62033 0.01,0.63521 -0.69509,1.76519 -1.56629,2.51108 z m -3.73848,-6.04115 c -1.80401,-1.06231 -3.95518,-1.93712 -4.78038,-1.94401 -0.8252,-0.007 -2.29874,-0.59944 -3.27452,-1.31678 -1.61224,-1.18523 -1.65061,-1.67232 -0.4204,-5.33731 0.74456,-2.21818 1.48276,-5.554 1.64042,-7.41291 0.2796,-3.29641 0.16343,-3.40828 -4.70439,-4.53061 -2.7451,-0.63291 -5.30674,-0.81864 -5.69253,-0.41273 -0.92288,0.97094 -3.5085,17.55984 -2.88942,18.53795 0.26354,0.41636 2.2471,1.62505 4.40792,2.68597 2.16082,1.06091 4.42337,2.81999 5.02789,3.90905 0.86815,1.56401 2.12512,1.96437 5.98157,1.90521 8.6941,-0.13337 10.6071,-2.6076 4.70384,-6.08383 z m -2.25161,-40.89195 c -2.15878,-1.11309 -3.80015,0.35992 -6.44303,5.78215 -1.8404,3.77583 -1.86257,3.78112 -7.6724,1.83096 -6.28417,-2.10937 -25.67278,-4.34901 -30.95382,-3.57557 -6.20235,0.90836 -14.73044,3.81395 -15.22849,5.18847 -0.9329,2.57466 2.70354,12.14366 6.1757,16.25082 3.9682,4.69392 4.05798,4.03508 -1.45574,10.68277 -1.35019,1.62787 -3.91301,4.57603 -5.69515,6.55145 -1.93007,2.13939 -3.10838,4.41278 -2.91411,5.62233 0.43945,2.736 7.4791,6.43859 12.14438,6.3875 3.33755,-0.0366 3.74559,-0.31589 3.71146,-2.54078 -0.0225,-1.46678 -0.61233,-2.4909 -1.4274,-2.4784 -0.76397,0.0117 -2.35259,-0.7515 -3.53024,-1.69605 l -2.1412,-1.71736 4.11312,-4.56362 c 2.26222,-2.51 5.60632,-6.20493 7.43133,-8.21097 l 3.31823,-3.64735 -4.88575,-9.0869 c -3.32466,-6.18348 -4.56451,-9.41815 -3.88037,-10.12361 0.68414,-0.70546 3.2241,-0.59724 7.94934,0.3387 3.81917,0.75647 12.43196,2.46605 19.13954,3.79907 6.70758,1.33302 13.61855,2.44229 15.35773,2.46504 3.96033,0.0518 6.92714,-2.85898 7.56788,-7.42506 0.26379,-1.8799 0.65944,-3.60828 0.87921,-3.84085 1.12137,-1.18667 0.0919,-5.14089 -1.56022,-5.99274 z m -9.75874,-8.90595 c -3.02998,-7.57862 -11.0101,-17.60481 -16.50891,-20.74171 -3.61443,-2.06193 -4.67635,-2.15458 -17.34131,-1.51312 -11.70382,0.59276 -14.61215,1.09827 -21.95313,3.8157 -9.56135,3.53936 -18.86746,8.19438 -18.84853,9.42826 0.007,0.45326 -2.15578,2.0478 -4.80608,3.54342 -6.05759,3.41843 -11.51121,9.48229 -16.62092,18.48076 -3.39756,5.98327 -9.63162,21.11373 -10.26992,24.92574 -0.10933,0.65287 -1.21361,4.44347 -2.45397,8.42354 -1.95613,6.27687 -2.5952,7.28135 -4.81924,7.57481 -2.11322,0.27884 -2.61188,0.93607 -2.83611,3.73803 -0.29414,3.67558 0.97343,5.05008 4.62866,5.01915 2.8224,-0.0239 4.49686,-2.84372 6.58363,-11.08698 0.90865,-3.58936 3.61192,-10.83168 6.00728,-16.09404 2.39536,-5.26236 4.72339,-11.56778 5.17339,-14.01205 0.45,-2.44427 1.49958,-5.51972 2.33241,-6.83431 1.78261,-2.81385 7.10395,-6.37187 9.59477,-6.4154 2.62409,-0.0462 2.15093,2.83585 -0.58577,3.56752 -3.28631,0.87861 -7.36919,5.51881 -8.03414,9.13082 -0.4453,2.41884 0.006,3.5467 2.31169,5.78317 2.54076,2.46398 3.41091,2.71738 7.69119,2.23974 8.4765,-0.94592 13.78744,-7.10752 11.69546,-13.56875 -0.8617,-2.66143 -0.80353,-3.34407 0.28636,-3.36079 0.75418,-0.0116 1.88887,1.80265 2.52955,4.04439 1.24833,4.36798 0.0677,7.63172 -3.97189,10.9795 -3.68019,3.04997 -16.43613,29.22366 -16.36919,33.58764 0.0851,5.54727 5.2057,8.3644 9.32983,5.13284 2.2858,-1.79109 2.15422,-3.52496 -0.47337,-6.23729 l -2.16213,-2.23187 5.97155,-10.22235 c 3.28435,-5.62228 5.96971,-10.34228 5.96746,-10.48887 -0.002,-0.14658 2.18732,-4.08219 4.8657,-8.74579 2.67838,-4.66359 4.86878,-8.9293 4.86755,-9.47935 -0.004,-1.92999 6.68213,-5.44466 14.75714,-7.75698 6.79946,-1.94705 8.85557,-2.16771 12.38216,-1.32879 2.32585,0.55328 7.15714,1.20064 10.73621,1.43857 3.57907,0.23793 8.20099,0.8167 10.27094,1.28615 l 3.76353,0.85357 -0.0541,-3.52826 c -0.0894,-5.82644 -2.29114,-11.08262 -6.65681,-15.8915 -4.45211,-4.90411 -12.09525,-10.08464 -14.81685,-10.04289 -0.92486,0.0142 -2.21507,-0.59733 -2.86713,-1.35893 -2.15747,-2.51991 1.08595,-2.48143 6.42121,0.0762 11.70908,5.61306 18.46997,13.97345 20.8918,25.8344 0.60726,2.97409 1.36862,5.66272 1.6919,5.97475 0.84622,0.81675 4.34739,-3.91064 4.31794,-5.83021 -0.0136,-0.8898 -1.19255,-4.5386 -2.61979,-8.10843 z m -0.1234,-43.96027 c -1.08561,-1.05281 -3.66488,-2.20465 -5.73173,-2.55966 -4.50914,-0.77453 -19.76532,2.15124 -29.70525,5.69674 -3.78856,1.35135 -7.70937,2.46959 -8.71291,2.48499 -1.34523,0.0206 -1.81299,0.787 -1.78032,2.91687 0.0536,3.49452 -2.85236,7.48663 -4.64078,6.37534 -0.9669,-0.60081 -1.00088,-1.46893 -0.14998,-3.83234 0.91711,-2.54728 0.77268,-3.69825 -0.86821,-6.91902 -2.60607,-5.11527 -6.91426,-6.43673 -11.64909,-3.57316 -6.12113,3.702 -6.21629,12.36654 -0.14631,13.32229 4.12082,0.64885 3.77655,2.38954 -0.55742,2.81843 -2.88303,0.28531 -4.03861,-0.14384 -5.6143,-2.08498 l -1.98407,-2.44422 -5.87938,2.58516 c -3.23366,1.42185 -7.47066,3.44197 -9.41556,4.48917 -1.9449,1.04719 -3.97711,1.6077 -4.51601,1.24557 -0.95224,-0.63988 -5.8435,-7.72194 -10.5418,-15.26347 -2.51571,-4.0381 -4.96522,-4.66353 -7.39007,-1.88687 -2.8054,3.21242 -2.42432,4.6839 1.34614,5.19797 3.25371,0.44361 3.60187,0.83896 4.80737,5.4589 1.43301,5.49184 4.43457,12.43353 5.36992,12.41896 0.32893,-0.005 4.18048,-1.18258 8.559,-2.61658 4.37852,-1.434 8.51413,-2.62251 9.19024,-2.64114 0.67612,-0.0186 2.1751,1.75184 3.33107,3.93436 2.40106,4.53333 2.79917,4.63606 7.82172,2.0184 5.12582,-2.67149 18.61417,-7.19732 24.58652,-8.24968 4.84346,-0.85344 4.99427,-0.9836 5.23593,-4.51902 l 0.24882,-3.64028 7.04273,-1.70439 c 3.87349,-0.93742 8.44974,-1.733 10.16944,-1.76797 1.71969,-0.0354 5.6821,-0.70651 8.80533,-1.4923 l 5.67861,-1.42871 2.78074,2.81474 c 3.35215,3.39313 3.80193,3.43925 5.15127,0.52811 1.58034,-3.40949 1.3445,-5.56212 -0.84166,-7.68221 z m -6.6053,95.05294 c -4.17864,-2.26672 -5.92654,-3.77171 -5.6346,-4.85156 1.44318,-5.33827 2.42525,-10.0817 2.23196,-10.78035 -0.12336,-0.44584 0.11121,-2.33465 0.52125,-4.19737 0.81699,-3.71142 -0.30087,-5.07829 -4.12766,-5.04706 -2.30659,0.0189 -3.29407,2.33835 -3.23675,7.60287 0.0179,1.68711 -0.79023,6.41272 -1.79689,10.50135 -1.00666,4.08864 -1.74196,7.49753 -1.634,7.57532 2.96882,2.139 13.0987,6.20653 15.37393,6.17322 6.55011,-0.0955 5.87557,-2.86852 -1.69724,-6.97642 z m 20.44766,-154.32802 c -0.8764,0.0134 -1.95422,-1.90991 -2.79215,-4.98255 -1.19094,-4.36715 -1.16306,-5.32278 0.21893,-7.50424 2.21494,-3.49625 3.65149,-3.18638 2.42205,0.52245 -0.96281,2.90451 -0.81255,4.62639 0.8468,9.70341 0.52307,1.60043 0.32467,2.24528 -0.69563,2.26093 z m 1.04839,251.01345 c -1.21216,0.0186 -2.57534,-2.76533 -1.76381,-3.60214 0.29377,-0.30293 1.05076,0.37995 1.68219,1.5175 0.79607,1.43415 0.8211,2.0733 0.0816,2.08464 z m -7.80399,-361.78926 c -1.76814,1.27566 -5.2423,4.05992 -7.72036,6.18725 -4.33747,3.72357 -6.86217,4.84266 -6.88961,3.0539 -0.007,-0.46768 1.39593,-1.95188 3.11803,-3.29821 1.72208,-1.34633 3.88224,-3.26676 4.80033,-4.26761 2.90094,-3.16239 8.12836,-6.78585 9.02092,-6.25295 1.57463,0.9401 0.91456,2.23728 -2.32931,4.57762 z m -1.4495,16.36488 c -3.33769,1.7914 -6.01852,2.07621 -6.04052,0.64175 -0.0181,-1.17683 7.58723,-5.14178 8.38276,-4.37028 1.16634,1.13108 0.48933,2.20878 -2.34224,3.72853 z m 1.46503,97.51468 c -2.76852,0.0425 -5.02613,-13.00963 -2.60833,-15.07968 0.7635,-0.65368 1.54828,-1.01433 1.74392,-0.80143 0.70631,0.76857 1.52832,15.87093 0.86441,15.88111 z m 1.43093,259.56746 c -0.82379,-1.05511 -1.4908,-2.39504 -1.48225,-2.97762 0.009,-0.58258 0.68958,-0.19596 1.51336,0.85915 0.82379,1.05511 1.4908,2.39504 1.48224,2.97762 -0.009,0.58258 -0.68957,0.19596 -1.51335,-0.85915 z m -0.66835,-11.54998 c -0.57185,0.009 -1.31683,-0.67429 -1.65549,-1.51791 -0.93588,-2.33129 0.0313,-2.62155 1.44477,-0.43361 0.79145,1.22508 0.8688,1.94143 0.21072,1.95152 z m -6.00155,-302.34881 c -2.05628,0.82547 -10.08644,-5.45281 -8.74438,-6.83669 0.67147,-0.69239 1.92502,-0.16367 3.84817,1.62306 1.56876,1.45749 3.36355,2.64213 3.98842,2.63255 1.85063,-0.0284 2.53822,1.92656 0.90779,2.58108 z m -1.34242,19.94952 c -0.52594,0.33632 -1.42056,0.33429 -1.98802,-0.005 -1.11554,-0.66601 -8.22227,-9.5297 -11.97284,-14.93281 -2.1112,-3.04142 -2.15694,-3.3389 -0.51727,-3.36406 0.98932,-0.0152 2.55893,1.19839 3.48804,2.69682 0.92911,1.49842 3.99714,5.48485 6.81784,8.85875 2.82069,3.37388 4.6982,6.4095 4.17225,6.7458 z m 0.84442,283.05793 c -0.82379,-1.05511 -1.50471,-2.36833 -1.51314,-2.91826 -0.008,-0.54994 0.65867,-0.13661 1.48246,0.9185 0.82378,1.05511 1.50469,2.36833 1.51313,2.91826 0.008,0.54994 -0.65867,0.13661 -1.48245,-0.9185 z m -11.57599,-326.1729 c -2.63622,3.72811 -4.78945,7.01934 -4.78493,7.31383 0.005,0.2945 -2.11647,4.05103 -4.71332,8.34786 -2.59684,4.29681 -4.89904,8.26517 -5.11601,8.81857 -0.21697,0.55339 -1.85899,3.61502 -3.64894,6.80361 l -3.25446,5.79744 -4.16556,-0.57012 c -2.29105,-0.31356 -4.92935,-0.94675 -5.86286,-1.40708 -2.08803,-1.02964 -6.54995,-1.03159 -7.15675,-0.003 -0.24562,0.41631 -1.1546,6.50597 -2.01994,13.53257 -1.43623,11.66225 -1.75465,12.78418 -3.65383,12.87371 -2.39824,0.1131 -11.26646,3.1373 -13.62431,4.64617 -1.10328,0.70603 -1.77573,3.2362 -2.17592,8.18708 l -0.57918,7.16526 3.32006,1.03952 c 1.82604,0.57174 5.2509,1.19566 7.6108,1.38648 6.9098,0.55873 7.50471,1.61974 4.67122,8.33104 -1.33093,3.1524 -3.04458,6.45173 -3.80812,7.33185 -1.86996,2.15548 -1.73616,3.17188 0.75948,5.76957 2.57354,2.67878 4.29566,7.7976 2.91941,8.67763 -1.02136,0.65309 -2.974,0.3118 -11.6521,-2.03659 -5.12786,-1.38766 -5.27429,-1.52772 -5.33763,-5.10528 -0.0358,-2.02316 -0.38509,-6.03634 -0.77617,-8.91818 l -0.71105,-5.23971 -5.82484,0.0894 c -4.68429,0.0719 -6.01681,0.46166 -6.80522,1.99075 -0.92897,1.80169 -1.94366,3.1349 -8.01631,10.53271 l -2.5683,3.12874 -5.74386,-4.75667 -5.74385,-4.75668 -2.67467,2.57155 c -4.40011,4.23046 -7.10667,5.33887 -8.86734,3.63139 -1.3196,-1.27973 -1.1115,-2.45182 1.75344,-9.87567 2.14485,-5.55793 3.72589,-8.3254 4.64744,-8.13494 6.39284,1.32122 11.42437,1.90929 12.18337,1.42396 1.11389,-0.71226 0.0216,-23.95465 -1.76125,-37.47874 -1.29613,-9.83167 -1.35037,-34.56969 -0.0845,-38.52812 0.54487,-1.70382 -0.11873,-2.68253 -3.40585,-5.02307 l -4.08258,-2.90694 3.56596,-5.48062 c 1.96127,-3.01434 7.123,-10.04093 11.47051,-15.61465 4.3475,-5.57373 9.05832,-11.72171 10.46848,-13.66218 1.41016,-1.94048 7.27905,-8.46907 13.04198,-14.508 7.16697,-7.51019 11.07099,-10.8885 12.3544,-10.69075 1.03199,0.15901 6.83473,4.74852 12.89498,10.19893 6.06024,5.45042 17.40679,15.60879 25.21455,22.57418 7.80775,6.9654 14.72259,13.35973 15.36631,14.20966 0.94928,1.25338 0.26489,2.82585 -3.62276,8.3237 z m -10.42645,-18.16834 c -6.27443,-5.61923 -13.46378,-12.20431 -15.97633,-14.63353 -6.83358,-6.60691 -17.68459,-14.88468 -18.04368,-13.76474 -0.17346,0.54098 0.2071,2.48877 0.84569,4.32843 0.6386,1.83964 1.34605,4.19548 1.57212,5.23521 0.22607,1.03972 0.93858,3.1953 1.58335,4.79016 1.5399,3.80902 8.49931,25.97673 9.55632,30.43961 0.45433,1.91825 1.75893,6.6238 2.8991,10.45676 1.14018,3.83296 2.6718,9.7124 3.40361,13.06543 1.62258,7.43447 2.82589,9.52671 4.21006,7.32019 1.85805,-2.96194 8.08598,-13.69596 10.56115,-18.20244 1.38276,-2.51756 4.37752,-7.51408 6.65501,-11.10338 2.27749,-3.58929 4.14106,-6.7935 4.14127,-7.12046 -1e-5,-0.32696 -5.13324,-5.19202 -11.40767,-10.81124 z m -17.60799,38.85399 c -1.98447,-8.74022 -3.33758,-13.70797 -5.50283,-20.20292 -0.78176,-2.345 -1.43143,-4.91886 -1.44372,-5.71968 -0.0123,-0.80081 -1.20851,-4.92972 -2.65827,-9.17535 -1.44976,-4.24563 -3.39381,-9.95797 -4.32011,-12.69408 -0.9263,-2.73612 -2.16785,-6.09247 -2.75899,-7.45856 -0.59114,-1.36609 -1.02892,-2.75413 -0.97283,-3.08454 0.22827,-1.34467 -4.93767,-12.31328 -5.95009,-12.63359 -3.01613,-0.95423 -44.27174,49.94477 -44.20135,54.5333 0.0138,0.89791 9.62982,6.82666 11.03737,6.80507 0.49584,-0.008 1.05785,0.39702 1.24891,0.89917 0.43181,1.1349 21.25667,10.75368 30.64036,14.15245 9.54589,3.45751 22.53291,7.06239 25.39133,7.04799 1.93983,-0.01 2.27053,-0.41628 1.8336,-2.254 -0.29319,-1.23315 -1.34771,-5.83001 -2.34338,-10.21526 z m -16.58136,11.41197 c -1.21821,-0.29868 -2.36825,-0.38495 -2.55566,-0.1917 -0.1874,0.19324 -1.20961,5.54195 -2.27156,11.88601 l -1.93083,11.53466 -5.52567,0.54369 c -4.43091,0.43596 -5.82681,1.01988 -7.04568,2.94727 -2.73524,4.32521 -5.07753,6.28539 -6.20459,5.19238 -0.71309,-0.69154 -0.38726,-2.1083 1.03134,-4.48437 2.5814,-4.32372 2.57242,-5.79644 -0.0551,-9.03335 -2.20312,-2.71409 -7.45364,-4.19071 -10.85606,-3.05308 -2.34624,0.78448 -4.48818,6.65211 -3.50343,9.59733 0.37084,1.1091 2.01749,2.68526 3.65922,3.50258 3.07133,1.529 3.14192,3.39864 0.13006,3.44485 -2.35011,0.0361 -7.09482,-4.42721 -7.89733,-7.42887 -0.36464,-1.3639 -0.21215,-3.71565 0.33888,-5.2261 0.55102,-1.51046 1.10197,-9.49861 1.22432,-17.75145 0.12236,-8.25285 0.53499,-15.79467 0.91697,-16.7596 0.50946,-1.28697 0.0635,-1.98509 -1.67356,-2.62016 -1.44112,-0.52686 -2.75381,-0.49036 -3.35349,0.0933 -1.721,1.67481 -1.33614,30.30389 0.60589,45.07151 2.26944,17.25728 2.63405,32.73523 0.7718,32.76379 -0.7239,0.0111 -3.92396,-0.42063 -7.11125,-0.9594 -6.84129,-1.15647 -8.48772,-0.17649 -10.49974,6.24957 -1.73231,5.53268 -0.32117,6.20315 3.50031,1.66307 l 3.21009,-3.8137 5.55172,4.42938 c 3.05345,2.43616 5.96862,4.42299 6.47815,4.41517 1.62719,-0.025 9.20409,-10.95316 9.16925,-13.22484 -0.0123,-0.80094 2.36402,-0.95509 8.24276,-0.53468 4.54302,0.3249 8.60057,0.7861 9.01679,1.02492 0.41621,0.23881 0.80907,3.4447 0.87303,7.1242 0.17877,10.28568 0.44484,10.73603 7.26164,12.29096 3.26455,0.74465 5.92985,0.98294 5.9229,0.52953 -0.007,-0.4534 -1.67628,-2.60998 -3.7096,-4.79238 -3.42749,-3.67877 -3.58251,-4.09843 -2.12676,-5.75747 2.21047,-2.51915 5.75438,-11.18418 5.1698,-12.6404 -0.26814,-0.66794 -3.38208,-1.74376 -6.91987,-2.39072 -9.48929,-1.73531 -9.19225,-1.30751 -8.35705,-12.03583 0.8133,-10.44699 0.41068,-9.95146 10.39361,-12.79208 7.65701,-2.17878 7.96868,-2.64657 9.31888,-13.98674 1.4652,-12.30595 1.31206,-14.21369 -1.19019,-14.8272 z m -11.35118,-4.37257 c -2.48651,-1.12256 -4.70923,-2.03813 -4.93936,-2.0346 -0.23013,0.004 -4.82245,-1.96967 -10.20514,-4.38487 -5.38269,-2.41521 -9.97954,-4.19245 -10.21522,-3.94943 -0.86374,0.89065 -2.06851,13.38338 -1.97862,20.51719 l 0.0924,7.33735 3.78459,-0.69927 c 5.09942,-0.94221 9.02155,0.64704 13.28929,5.38484 3.3826,3.75516 3.76995,3.91591 7.72941,3.20768 l 4.16835,-0.7456 1.02997,-7.15013 c 0.56649,-3.93258 1.18156,-7.60252 1.36683,-8.15542 0.18527,-0.55291 0.3507,-2.41861 0.36763,-4.146 0.0271,-2.76939 -0.50374,-3.38203 -4.49017,-5.18174 z m -1.09271,11.65801 c -0.55043,3.60859 -3.19895,2.83147 -3.23914,-0.95043 -0.0359,-3.376 1.34082,-6.64676 2.37539,-5.64345 0.85247,0.82671 1.26411,3.96914 0.86375,6.59388 z m -7.87958,-4.37966 c -1.43083,2.73678 -2.46971,3.36198 -3.6632,2.20455 -0.96581,-0.93662 2.38026,-7.43549 3.83983,-7.45788 1.69866,-0.026 1.63784,1.78278 -0.17663,5.25333 z m -8.99723,-4.72074 c -0.77162,1.05246 -1.58025,2.41502 -1.79696,3.02792 -0.28047,0.79323 -0.76631,0.77461 -1.68591,-0.0647 -1.04246,-0.95135 -0.97673,-1.67647 0.34049,-3.75567 0.89781,-1.41717 2.29692,-2.58688 3.10915,-2.59934 1.83439,-0.0281 1.8437,0.92231 0.0332,3.3917 z m 73.91841,-66.66212 c -4.66032,3.78294 -6.23081,2.29118 -1.95189,-1.85404 1.74178,-1.68737 2.79549,-2.09023 3.55091,-1.35763 0.75543,0.7326 0.28093,1.68564 -1.59902,3.21167 z m -4.40479,-12.03223 c -3.09092,3.49794 -6.18245,6.3582 -6.87006,6.35613 -1.36362,-0.004 -1.74588,-1.6257 -0.51436,-2.18199 0.42018,-0.1898 2.7423,-2.83986 5.16028,-5.88902 7.17682,-9.05026 7.86216,-9.60858 7.85041,-6.39532 -0.004,0.96267 -2.53535,4.61226 -5.62627,8.1102 z m 6.35527,393.72692 c -1.8949,0.82609 -4.13463,1.51257 -4.97719,1.52549 -0.84257,0.0129 -1.5324,0.36105 -1.53296,0.77361 -6.8e-4,0.41256 0.0955,11.09984 0.2134,23.74952 0.25997,27.88183 -0.43941,41.11082 -2.58593,48.91411 -1.36808,4.97339 -1.411,6.27326 -0.27473,8.32029 1.61516,2.90978 0.56959,5.18306 -3.28953,7.15206 -2.11403,1.07862 -2.98895,1.09204 -4.71258,0.0723 -1.98834,-1.17636 -2.1147,-2.00975 -2.08547,-13.75418 l 0.0311,-12.50195 -3.91565,0.15138 c -3.24977,0.12556 -4.02193,0.56263 -4.54067,2.56995 -4.5312,17.53391 -4.4427,16.83151 -2.4073,19.10688 2.37009,2.64951 2.36552,2.93631 -0.0901,5.65453 -2.50322,2.77093 -4.90749,2.8541 -7.76927,0.2688 -1.89027,-1.7077 -2.23613,-3.08399 -2.33112,-9.27629 -0.0613,-3.9991 0.70352,-13.78195 1.69971,-21.73967 2.23123,-17.82355 3.10161,-34.90415 1.70549,-33.4692 -0.93236,0.95829 -4.76872,12.91319 -6.61184,20.60384 l -0.84199,3.51333 -11.0999,0.45204 -11.0999,0.45205 -0.4736,2.72584 c -0.26048,1.49922 -0.76477,3.69088 -1.12065,4.87033 -0.55748,1.84766 0.002,2.3809 4.03966,3.85246 2.57769,0.93938 5.73796,2.50909 7.02282,3.48824 2.27508,1.73375 2.30444,1.9446 1.12385,8.06975 -0.66675,3.45921 -1.43669,8.51236 -1.71098,11.22921 -0.27429,2.71685 -1.01182,6.42979 -1.63896,8.25097 -0.62713,1.8212 -0.93943,3.44012 -0.69399,3.59761 0.24543,0.1575 3.11652,1.13739 6.3802,2.17753 6.5405,2.08448 8.58484,4.72542 6.22356,8.03979 -1.16771,1.63905 -2.70029,1.87261 -12.48995,1.90343 -6.1374,0.0193 -11.61781,-0.40989 -12.17869,-0.95382 -0.68288,-0.66224 -0.55242,-4.08847 0.39491,-10.37125 0.77807,-5.16026 1.67582,-11.74907 1.99499,-14.64181 l 0.58032,-5.25952 -6.96135,0.10679 c -3.82874,0.0587 -7.23393,0.38786 -7.56708,0.7314 -0.33316,0.34354 0.7591,3.09045 2.42725,6.10426 1.66814,3.0138 3.02672,6.20397 3.01907,7.08928 -0.008,0.8853 -3.53836,5.42996 -7.84601,10.09925 -4.30766,4.66928 -7.82687,8.8313 -7.82046,9.24891 0.006,0.41762 0.74631,2.44446 1.64423,4.5041 1.55444,3.56555 1.53465,3.84578 -0.41361,5.85474 -2.02147,2.08446 -2.08857,2.08797 -5.55204,0.29075 -3.68172,-1.91048 -10.66724,-9.79511 -10.70229,-12.07979 -0.0113,-0.73465 0.75463,-2.14919 1.70199,-3.14342 0.94736,-0.99423 4.08941,-5.17905 6.98233,-9.29959 4.1904,-5.96862 5.03316,-7.80537 4.14489,-9.03358 -7.01086,-9.69395 -10.09919,-20.20713 -9.06072,-30.84417 0.48707,-4.989 0.31796,-5.87886 -1.22457,-6.4438 -2.64499,-0.9687 -3.44867,0.44164 -4.35627,7.64468 -0.45031,3.57379 -1.38034,8.26641 -2.06673,10.42805 -1.15606,3.64077 -1.49875,3.91359 -4.65239,3.70398 -1.87242,-0.12444 -4.00506,-0.7094 -4.7392,-1.2999 -1.84307,-1.48247 -1.74126,-5.79653 0.18871,-7.99602 1.23226,-1.40433 1.65398,-4.5431 1.82843,-13.60838 0.12471,-6.48067 0.41234,-12.34845 0.63919,-13.03951 0.29647,-0.90317 3.51849,-1.30412 11.45871,-1.42593 l 11.04626,-0.16945 1.56473,-3.77444 c 0.86059,-2.07595 2.0325,-4.83215 2.60423,-6.1249 0.57174,-1.29274 3.88976,-4.69074 7.37339,-7.5511 6.29121,-5.16563 9.29099,-9.84537 8.20734,-12.80368 -1.80057,-4.91541 -5.04935,-6.27896 -25.41034,-10.66493 -3.03539,-0.65385 -6.7375,-2.01654 -8.22692,-3.02819 -3.93655,-2.67383 -6.94281,-7.92125 -7.00897,-12.23417 -0.0621,-4.04573 4.61681,-15.00451 8.09946,-18.97039 3.98493,-4.53787 8.44767,-10.68177 8.43342,-11.61039 -0.008,-0.51484 -0.703,-1.48999 -1.54466,-2.16698 -0.84167,-0.67699 -2.53461,-4.36373 -3.7621,-8.19276 -1.80118,-5.61858 -2.13272,-8.39578 -1.71828,-14.39333 0.28244,-4.08731 1.01802,-8.40992 1.63463,-9.6058 1.10831,-2.14951 1.15287,-2.13748 3.89996,1.05233 1.52836,1.77468 3.78994,5.12059 5.02573,7.43537 2.98978,5.60018 6.86502,10.20862 7.7895,9.26327 0.41022,-0.41947 0.90766,-3.15978 1.10542,-6.08957 0.30759,-4.55679 -0.0937,-6.10476 -2.77595,-10.70752 -1.72454,-2.95936 -3.37601,-6.61933 -3.66993,-8.13328 -0.29392,-1.51395 -1.48777,-3.92711 -2.653,-5.3626 -2.54724,-3.13801 -2.07174,-4.09026 1.00208,-2.00681 2.10882,1.42937 2.40399,1.33116 5.19355,-1.72787 2.01758,-2.21247 3.10886,-2.82279 3.43335,-1.92016 0.26163,0.72777 -0.74016,2.63188 -2.2262,4.23138 -2.35091,2.53039 -2.62692,3.4925 -2.12485,7.40653 0.37262,2.90483 1.56157,5.63264 3.35625,7.70027 2.54696,2.93432 2.75581,3.77078 2.49922,10.00942 -0.17567,4.27118 0.10461,6.79383 0.75226,6.77077 0.56773,-0.0202 5.42817,-3.93516 10.80098,-8.69987 5.3728,-4.76472 10.26596,-8.50812 10.87368,-8.31868 1.77389,0.55297 2.02459,9.66229 0.38941,14.14926 -1.06684,2.92742 -5.82897,8.49743 -16.77007,19.61506 -14.78125,15.01973 -18.20336,19.72972 -18.12337,24.94398 0.0531,3.46442 2.67107,4.92027 15.62266,8.68795 13.86451,4.03326 15.05146,4.66694 20.24195,10.80668 3.53864,4.1858 3.84416,5.02785 3.90449,10.76118 0.0873,8.30064 -2.51631,13.45463 -9.57667,18.95729 -7.79277,6.07348 -10.66131,12.49234 -5.9795,13.38016 5.55182,1.0528 20.83295,0.96117 21.5185,-0.12903 1.12961,-1.79638 6.6722,-20.8861 6.79725,-23.41106 0.11244,-2.27012 3.18113,-4.37073 6.45845,-4.42101 1.81815,-0.0279 3.78296,-0.64402 4.36623,-1.36917 1.64647,-2.04697 0.12201,-5.62638 -3.07387,-7.21739 -1.70535,-0.84897 -2.90779,-2.25276 -2.92563,-3.41548 -0.0276,-1.80063 0.6709,-1.98484 7.94973,-2.0965 7.82091,-0.11998 7.99424,-0.0692 8.69362,2.54677 0.89759,3.3573 1.23105,13.84409 0.70629,22.21159 -0.37709,6.01282 -0.2663,6.42515 1.80273,6.70918 1.21248,0.16644 2.42308,-0.0635 2.69022,-0.5109 0.26713,-0.44743 1.10765,-6.41725 1.86782,-13.26624 0.76017,-6.849 1.6277,-14.36922 1.92783,-16.7116 l 0.54571,-4.25887 6.46328,-0.0992 c 6.72598,-0.10318 12.30422,1.96548 12.34429,4.57783 0.0113,0.73439 -1.52988,2.01116 -3.42476,2.83726 z m -0.79878,-4.33929 c -1.42953,-1.38633 -11.44084,-1.45306 -12.25958,-0.0817 -0.73518,1.23138 -3.15821,19.41032 -3.56263,26.72888 -0.34422,6.22907 -1.02458,7.03592 -6.45428,7.65426 l -3.4943,0.39794 0.19366,-6.25371 c 0.11911,-3.84652 -0.20644,-6.24757 -0.84578,-6.23776 -0.57169,0.009 -1.03359,0.39713 -1.02644,0.86304 0.007,0.46589 -0.944,1.29183 -2.11366,1.8354 -1.4451,0.67159 -2.22481,2.09475 -2.43292,4.44066 -0.16845,1.89878 -1.12717,11.34084 -2.13051,20.98237 -1.00334,9.64152 -1.93756,20.2321 -2.07606,23.53461 -0.1385,3.30251 -0.50064,8.85474 -0.80476,12.33829 -0.45663,5.23055 -0.24432,6.6644 1.21895,8.23227 1.94146,2.08025 4.97277,2.46465 5.99069,0.75968 0.35597,-0.59624 -0.38942,-2.15417 -1.65644,-3.46206 -2.07663,-2.14361 -2.19766,-2.75267 -1.22797,-6.17954 2.30811,-8.15683 2.86968,-17.09794 1.26803,-20.18891 -1.46585,-2.82889 -1.15486,-8.05741 0.48075,-8.0825 0.42617,-0.007 0.99639,-0.91539 1.26714,-2.01968 0.29453,-1.20125 1.33317,-2.02068 2.58564,-2.0399 2.58219,-0.0396 2.61296,0.75441 0.15495,3.9981 -2.7678,3.6525 -2.47426,7.44978 0.68257,8.83005 3.92752,1.71725 5.33692,1.35269 8.47668,-2.19262 3.17144,-3.58107 3.66555,-6.90263 1.30883,-8.79825 -1.92473,-1.54815 -1.97342,-2.97008 -0.1027,-2.99878 1.78432,-0.0274 4.6146,3.7399 4.65222,6.19237 0.0153,0.99978 -0.81516,3.05013 -1.84555,4.55634 -1.55426,2.272 -1.91046,4.98953 -2.09075,15.95114 -0.11952,7.26691 0.10777,13.72096 0.5051,14.34233 0.97904,1.53111 4.02038,0.76799 5.29636,-1.32893 0.78281,-1.28647 0.63523,-2.1475 -0.59842,-3.49123 -1.50862,-1.64326 -1.48902,-2.37628 0.24899,-9.31346 1.65564,-6.60841 1.88026,-11.62954 1.83558,-41.03298 l -0.0509,-33.50316 2.68272,-0.3154 c 7.00386,-0.8234 8.35383,-1.7615 5.92478,-4.11715 z m -25.60974,7.61219 c -0.13711,-4.02218 -0.20544,-4.09398 -4.8302,-5.07788 -7.00303,-1.48986 -10.41211,0.61789 -4.28464,2.64908 2.6281,0.87118 3.02723,1.48821 3.10543,4.80075 0.0688,2.91214 0.69959,4.23148 2.69742,5.64141 2.79824,1.97479 4.48078,0.94403 3.79119,-2.32254 -0.18706,-0.88603 -0.40269,-3.4469 -0.4792,-5.69082 z m -10.12966,8.93986 c -4.88631,-0.18092 -5.84383,0.0816 -6.75754,1.85386 -0.58551,1.13557 -0.83507,2.06114 -0.55459,2.05684 0.28048,-0.004 -0.71105,3.49882 -2.2034,7.78471 -1.49235,4.2859 -2.56838,8.24037 -2.39117,8.78771 0.17722,0.54735 -0.42062,2.58176 -1.32852,4.52091 -1.62453,3.46979 -1.76056,3.53218 -8.57207,3.93179 -8.43524,0.49487 -19.62415,-0.95349 -20.73036,-2.68348 -0.44658,-0.69838 -0.58264,-2.24668 -0.30237,-3.44066 0.44867,-1.91133 -0.1711,-2.35749 -5.18379,-3.73169 -6.60702,-1.81128 -7.96675,-1.17889 -8.87851,4.12925 l -0.59671,3.47393 -10.20325,0.17183 c -5.6118,0.0941 -10.75055,0.53142 -11.41947,0.9709 -0.81703,0.53679 -1.2481,4.53424 -1.31335,12.17895 -0.0885,10.36406 -0.30088,11.59286 -2.37963,13.76586 -2.87959,3.01015 -2.40888,5.74473 1.04884,6.09322 2.91816,0.2941 3.3731,-0.72165 4.23294,-9.45099 0.42011,-4.2651 1.89992,-10.71773 2.87564,-12.53912 0.1705,-0.31828 2.24866,-0.35016 4.61814,-0.0709 l 4.30815,0.50783 0.18744,11.49848 c 0.22109,13.56343 1.48388,18.18544 6.71793,24.58887 l 3.87794,4.74434 -7.18069,9.65125 c -3.94937,5.30819 -7.16897,10.41452 -7.15466,11.34738 0.0336,2.19192 8.32872,10.60494 10.42459,10.57278 2.68708,-0.0412 3.13349,-3.93563 0.73494,-6.41155 -1.17059,-1.20834 -2.13499,-2.63033 -2.14311,-3.15998 -0.008,-0.52965 3.50888,-5.05512 7.81556,-10.05661 4.30669,-5.00149 7.83329,-9.81343 7.83691,-10.69321 0.004,-0.87977 -1.62737,-4.56768 -3.62439,-8.19537 l -3.63096,-6.59578 9.90575,-0.15196 c 7.22481,-0.11083 10.22289,0.21846 11.07755,1.2167 1.17411,1.37136 0.8023,6.19407 -1.6974,22.01723 -0.51177,3.23952 -0.54396,6.26489 -0.0715,6.72305 1.70475,1.65324 15.11337,2.73608 17.84392,1.44102 4.15064,-1.96859 2.81699,-4.94345 -3.12317,-6.96663 -2.76477,-0.94165 -5.86306,-1.70109 -6.8851,-1.68763 -1.47066,0.0196 -1.73821,-0.48692 -1.28271,-2.42734 2.85412,-12.15866 5.09985,-28.02383 4.12755,-29.15948 -0.60605,-0.70787 -3.36561,-2.06204 -6.13235,-3.00928 -2.76674,-0.94724 -5.42381,-2.18171 -5.9046,-2.74327 -0.84001,-0.98113 1.09192,-11.17758 2.36165,-12.46446 0.33136,-0.33583 5.35153,-0.68345 11.15594,-0.77249 l 10.55346,-0.1619 2.31913,-7.00175 c 1.27552,-3.85097 2.45192,-8.14452 2.61423,-9.54122 0.16231,-1.39671 0.80795,-4.69025 1.43475,-7.31898 0.92297,-3.87084 1.63745,-4.90633 3.75811,-5.44661 4.90941,-1.25077 6.22851,-2.43467 5.85837,-5.25794 -0.32952,-2.51353 -0.70002,-2.69059 -6.04403,-2.88846 z m -25.36289,-9.81404 c -1.53312,0.0235 -12.00213,6.57367 -11.98791,7.50049 0.0185,1.20851 9.11407,2.83947 11.28236,2.02309 1.10462,-0.4159 1.78059,-9.54007 0.70555,-9.52358 z m -4.00392,-6.93941 c -1.74114,0.0267 -9.67735,8.18313 -8.99718,9.24683 0.84468,1.32097 1.4803,1.12074 7.16828,-2.25822 4.59882,-2.73194 5.0924,-3.33488 4.13777,-5.05467 -0.59615,-1.074 -1.63514,-1.94427 -2.30887,-1.93394 z m -1.16843,18.66197 c -9.05058,-1.3537 -10.30836,-0.28686 -4.61795,3.91695 l 3.61388,2.66977 2.39223,-2.31748 c 3.19552,-3.09567 3.02874,-3.6086 -1.38816,-4.26924 z m 0.94929,-92.66731 c -1.32858,0.0204 -15.92272,12.68922 -19.76469,17.15729 -1.0295,1.19727 -2.70198,2.18959 -3.71661,2.20515 -1.01464,0.0156 -1.83807,0.46669 -1.82986,1.00251 0.02,1.30159 -5.31714,4.10772 -7.88765,4.14715 -3.07056,0.0471 -2.55035,1.15951 3.04019,6.50108 4.37183,4.17714 4.80295,3.96995 19.99507,-9.60925 3.59755,-3.2156 6.82836,-6.52602 7.17959,-7.35651 0.35123,-0.83048 1.49493,-3.09829 2.54155,-5.03957 2.22889,-4.13414 2.46978,-9.03895 0.44241,-9.00785 z m -7.08285,69.11677 c -0.62656,0.01 -2.52775,2.01495 -4.22485,4.4563 -2.70717,3.89439 -2.89685,4.59066 -1.54647,5.67684 1.27978,1.02939 2.06709,0.74074 4.67189,-1.71284 5.37309,-5.06114 5.78706,-5.82629 3.90263,-7.21315 -0.91519,-0.67355 -2.17663,-1.21676 -2.8032,-1.20715 z m -1.21185,28.68509 -4.14044,-2.77368 -2.02726,2.09044 c -1.115,1.14973 -1.82312,2.2123 -1.57362,2.36127 0.24951,0.14897 1.89657,1.53521 3.66013,3.08053 3.18557,2.79136 3.22294,2.79732 5.72825,0.91225 1.38697,-1.04359 2.51538,-2.12237 2.50757,-2.39728 -0.008,-0.27491 -1.87739,-1.748 -4.15463,-3.27353 z m -6.90611,6.10581 c -2.98691,-2.2646 -3.37127,-2.32444 -5.53135,-0.86127 -2.92223,1.97945 -1.37644,4.30534 2.81856,4.24099 1.55001,-0.0238 3.10319,0.40245 3.4515,0.94717 0.93883,1.46821 2.51829,1.17311 2.49315,-0.46582 -0.012,-0.78505 -1.46638,-2.52252 -3.23186,-3.86107 z m 0.66647,-36.67683 c -2.16754,0.0333 -5.00209,3.59836 -4.96157,6.24033 0.048,3.13232 2.30581,3.21767 4.6638,0.1763 2.81806,-3.63477 2.94904,-6.4573 0.29777,-6.41663 z m -7.99062,-3.37783 c -1.89016,0.029 -2.71849,1.00886 -4.20738,4.9771 -1.48288,3.9522 -1.59184,5.10145 -0.5445,5.74278 2.00052,1.22498 2.99896,0.52414 5.40626,-3.79481 2.68892,-4.82422 2.48585,-6.97324 -0.65438,-6.92507 z m -7.57778,-29.72941 c -2.91424,-1.66172 -5.02108,-1.4698 -4.99156,0.45472 0.0233,1.51933 4.93843,4.15104 6.54682,3.50537 2.25203,-0.90406 1.80412,-2.04455 -1.55526,-3.96009 z m 0.71103,-16.80996 c -1.06166,1.31488 -1.91963,3.08549 -1.9066,3.9347 0.02,1.30352 0.33084,1.25736 1.99569,-0.29642 1.0846,-1.01225 1.94257,-2.78285 1.9066,-3.9347 -0.0637,-2.03894 -0.11638,-2.03111 -1.99569,0.29642 z m -1.49627,44.80127 c -1.55467,0.99412 -4.78482,8.65035 -4.23129,10.0292 1.42521,3.55025 4.83331,-0.32913 6.76603,-7.70164 0.42825,-1.63361 -1.23355,-3.15959 -2.53474,-2.32756 z m -2.49563,-49.13919 c -1.86601,1.74151 -3.30666,5.58923 -2.0857,5.5705 0.37599,-0.006 1.93143,-1.4773 3.45654,-3.27009 2.94605,-3.46311 1.84847,-5.30494 -1.37084,-2.30041 z m 1.09162,-7.6064 c -0.9826,-1.30307 -2.28195,-3.22977 -2.88745,-4.28156 -1.84765,-3.20947 -3.2921,-2.80793 -4.34087,1.20673 -2.03809,7.80175 -0.43905,17.24197 2.08979,12.33743 0.63297,-1.22763 2.45881,-2.71063 4.05741,-3.29555 3.34272,-1.22309 3.5976,-2.62986 1.08112,-5.96705 z m -1.67011,33.68896 c -3.14489,-1.56563 -5.59515,-1.15756 -6.41006,1.06753 -0.57532,1.57088 3.49066,4.44514 6.22875,4.40313 4.17529,-0.0641 4.28674,-3.42685 0.18131,-5.47066 z m -0.5369,20.47788 c -1.38511,0.0213 -10.14012,9.74733 -9.4108,10.45461 1.82381,1.76869 5.17183,0.49427 6.32147,-2.40627 0.65807,-1.66029 1.55885,-3.02427 2.00174,-3.03106 0.4429,-0.007 0.99896,-0.80292 1.23569,-1.76917 0.69892,-2.85269 0.68031,-3.26081 -0.14811,-3.24811 z m -3.98861,-13.53973 c -3.24611,-1.4798 -3.74119,-1.48603 -5.11991,-0.0644 -2.29095,2.36233 -0.66383,3.75283 4.30229,3.67665 5.36438,-0.0823 5.66337,-1.40325 0.81762,-3.61229 z m -2.88288,13.03768 c -7.63885,4.13089 -7.8533,4.33726 -6.34158,6.10295 1.15052,1.3438 1.95073,0.94748 6.57282,-3.25537 2.89455,-2.632 5.10893,-4.93469 4.92084,-5.1171 -0.18809,-0.1824 -2.50652,0.83889 -5.15208,2.26952 z m -1.20203,-6.67972 c -3.68696,-0.38119 -5.03386,-0.12163 -5.98302,1.15299 -1.40852,1.89149 -1.57292,4.90439 -0.30879,5.65912 0.92734,0.55365 11.05284,-4.66912 11.05101,-5.70016 -6.3e-4,-0.341 -2.14224,-0.84138 -4.7592,-1.11195 z m 99.60596,-276.25553 c -0.88673,0.0136 -5.17425,-6.00351 -5.19398,-7.28922 -0.0276,-1.80068 2.71903,-0.26954 4.28716,2.38991 2.00365,3.39806 2.27763,4.87828 0.90682,4.89931 z m -0.74835,75.0203 c -1.19465,0.0183 -1.59935,-1.11724 -3.36773,-9.44945 -0.69818,-3.28968 -2.85566,-8.73221 -4.79438,-12.0945 -1.93873,-3.3623 -3.14289,-6.35757 -2.67593,-6.65617 0.79389,-0.50763 6.58019,8.54792 9.15116,14.3216 1.73396,3.89396 2.94519,13.85922 1.68688,13.87852 z m 1.13041,144.43945 c -0.49166,0.31438 -1.40361,-0.82133 -2.02654,-2.52382 -1.04686,-2.86107 -1.39185,-3.04266 -4.55676,-2.39852 -4.28488,0.8721 -4.9805,-0.17042 -3.15668,-4.73085 1.87455,-4.68728 1.8802,-4.66773 -1.33485,-4.61841 -2.65819,0.0408 -2.74642,-0.12071 -2.46493,-4.51121 0.18408,-2.8711 0.71742,-4.40937 1.44352,-4.16342 0.63336,0.21454 1.08527,1.57804 1.00425,3.03001 -0.11559,2.07115 0.40516,2.7696 2.41705,3.24186 2.38695,0.56032 2.52763,0.90435 2.03343,4.97284 -0.51847,4.26828 -0.46473,4.36986 2.2891,4.32762 2.05161,-0.0315 3.14685,0.64583 4.01946,2.48569 1.44308,3.04263 1.51721,4.13095 0.33295,4.88821 z M 216.82181,251.3144 c -1.50096,0.023 -1.77714,-0.92857 -1.86128,-6.41319 -0.0863,-5.62364 0.98733,-8.78655 2.48833,-7.3309 0.261,0.25311 0.62324,3.44299 0.80498,7.08863 0.28671,5.75118 0.0972,6.632 -1.43203,6.65546 z m 2.89705,205.9798 c -0.8249,0.0127 -1.53599,-0.31398 -1.58022,-0.72585 -0.68485,-6.37924 -4.24558,-15.04697 -7.27238,-17.70288 -1.05043,-0.92172 -1.65454,-2.10352 -1.34247,-2.62623 0.83604,-1.40033 5.36336,3.09053 7.15753,7.0999 1.65959,3.70864 4.47796,11.93728 4.51504,13.1823 0.0123,0.41236 -0.65259,0.7601 -1.4775,0.77276 z m -1.01177,-59.59242 c -0.80808,0.3244 -1.6821,0.0381 -1.94228,-0.63622 -0.82835,-2.14695 -3.53434,-16.16652 -3.19174,-16.53627 1.04363,-1.12632 2.49608,1.5625 3.54573,6.56397 0.65965,3.14316 1.61745,6.6832 2.12845,7.86678 0.68525,1.58715 0.54348,2.30673 -0.54016,2.74174 z M 216.9361,287.11745 c -0.89847,1.89586 -1.95702,2.95547 -2.46266,2.46511 -1.15633,-1.12138 1.78918,-8.5302 3.084,-7.75715 1.30332,0.77813 1.23266,1.37989 -0.62134,5.29204 z m -1.58306,-86.32918 c -1.10887,0.70906 -1.56758,0.009 -2.56916,-3.91834 -0.41916,-1.64376 -1.44267,-3.72114 -2.27447,-4.61638 -1.16599,-1.2549 -1.23321,-1.80622 -0.29354,-2.40709 1.70871,-1.09261 5.95543,4.3186 6.01289,7.66169 0.0257,1.47982 -0.36865,2.95588 -0.87572,3.28012 z m 3.40865,401.89141 c -0.35233,0.36332 -1.4073,-0.0122 -2.34437,-0.83444 -1.52204,-1.33553 -2.01066,-1.32893 -4.58074,0.0623 -4.45456,2.41068 -6.36689,2.07585 -6.43385,-1.12651 -0.0954,-4.56202 -1.43295,-5.79089 -4.15745,-3.81961 -3.45035,2.49648 -4.15115,2.12493 -6.67469,-3.53868 l -2.31322,-5.19156 2.85566,3.20658 c 3.1317,3.51654 4.2436,3.80692 7.2344,1.88926 2.31321,-1.4832 3.57936,-0.2724 4.68834,4.48342 0.48716,2.08921 1.05672,2.61631 2.25513,2.08707 3.65781,-1.61539 5.73964,-1.55367 7.86485,0.23314 1.23561,1.03886 1.95829,2.18609 1.60595,2.5494 z M 211.98284,255.9802 c -1.60462,1.02604 -3.04184,-1.0224 -3.96064,-5.64502 -0.88353,-4.44524 0.0656,-8.88798 1.90489,-8.91619 0.67138,-0.0103 0.85575,1.23057 0.49494,3.33114 -0.35643,2.07512 0.0242,4.72206 1.00146,6.96362 1.03644,2.37736 1.22805,3.83885 0.55935,4.26645 z m 5.32054,532.22508 c -3.52458,2.69042 -8.42875,3.94643 -9.41103,2.41027 -0.38645,-0.60438 -0.003,-1.15653 0.85982,-1.23908 0.8563,-0.0818 1.95627,-0.21128 2.44436,-0.28752 0.48809,-0.0762 2.71839,-1.37792 4.95622,-2.8926 4.73914,-3.20773 5.72646,-1.48393 1.15063,2.00893 z m -7.7931,-568.96534 c -0.49147,1.28213 -1.08096,3.46309 -1.30998,4.84659 -0.22901,1.38348 -1.36612,4.55656 -2.52689,7.05125 l -2.1105,4.53584 -5.63172,-0.54995 c -3.09745,-0.30248 -8.34085,-1.12379 -11.652,-1.82513 -9.59366,-2.03206 -18.18008,-2.63474 -18.95864,-1.33071 -0.373,0.62477 0.96673,3.75248 2.97719,6.95045 2.01046,3.19798 3.65689,6.20567 3.65873,6.68374 0.002,0.47808 -4.01698,4.98139 -8.93072,10.00735 -8.11266,8.29796 -8.81536,9.32019 -7.64301,11.11854 3.36949,5.16869 3.93833,6.82294 2.82299,8.20958 -2.35319,2.9256 -4.6143,3.44298 -7.50528,1.71733 -3.34915,-1.99913 -12.41931,-10.27829 -12.43576,-11.35124 -0.006,-0.419 2.5609,-3.8507 5.70518,-7.626 3.14428,-3.7753 6.5086,-8.11977 7.47626,-9.65439 1.74306,-2.76433 1.7333,-2.81521 -1.05265,-5.48449 -3.94452,-3.77934 -6.37744,-9.55398 -7.21641,-17.12843 -1.28827,-11.63089 -1.66727,-12.97595 -3.64773,-12.94557 -1.64276,0.0252 -1.88944,1.33411 -2.36349,12.54105 -0.29112,6.88212 -0.89211,12.74493 -1.33553,13.02846 -0.44343,0.28355 -3.44032,0.83177 -6.65975,1.21827 -4.74829,0.57005 -6.1186,0.39312 -7.25745,-0.93704 -1.21145,-1.41497 -1.12377,-2.03112 0.63955,-4.4943 1.92053,-2.68278 1.99681,-3.74939 1.26802,-17.72972 l -0.77545,-14.87521 8.05864,-3.88786 c 6.9605,-3.35807 8.05338,-4.231 8.02002,-6.40589 -0.0741,-4.82753 2.52583,-9.28385 6.70892,-11.49943 2.20207,-1.16631 5.161,-2.13832 6.57541,-2.16002 6.42031,-0.0985 12.58369,4.85666 12.66539,10.18254 0.0293,1.90742 1.02996,2.90747 4.54676,4.54383 2.48008,1.15397 5.30495,1.93838 6.27747,1.74312 0.97253,-0.19525 4.84343,-5.25553 8.60201,-11.24506 l 6.83376,-10.89005 4.50775,0.47062 c 9.80531,1.02368 13.05366,7.84022 5.75729,12.08143 -2.8159,1.63681 -5.74506,5.1484 -10.57671,12.67976 -9.09549,14.17767 -8.23222,13.50982 -15.04771,11.64138 -3.11837,-0.85488 -6.1002,-1.27909 -6.62629,-0.94269 -1.38017,0.88253 -1.06851,7.83712 0.43218,9.64403 2.0645,2.48578 24.85502,6.65613 24.82259,4.54219 -0.0214,-1.39677 9.30389,-11.23709 10.66883,-11.25803 1.25373,-0.0192 3.23929,3.19227 3.17551,5.13616 -0.0238,0.72411 -0.44531,2.36557 -0.93678,3.6477 z m -4.55892,-3.69984 c -0.84569,0.72405 -2.68502,3.39518 -4.08739,5.93584 -1.40238,2.54066 -2.63438,4.74985 -2.73776,4.90933 -0.1034,0.15948 -5.43623,-0.99636 -11.85075,-2.56853 -6.41451,-1.57217 -12.73796,-2.842 -14.05211,-2.82184 -3.59389,0.0551 -4.5451,-1.81332 -4.99106,-9.80389 l -0.40608,-7.27607 3.50862,0.53563 c 1.92975,0.29461 5.76207,0.74275 8.51628,0.99587 l 5.00765,0.46023 4.56983,-7.44352 c 2.5134,-4.09392 5.33025,-9.1032 6.25967,-11.13171 1.31431,-2.86859 2.44298,-3.8415 5.07888,-4.37798 4.45263,-0.90622 6.5674,-4.9887 3.65299,-7.05192 -2.59143,-1.83457 -6.3245,-1.65747 -8.31441,0.39444 -0.89744,0.92541 -3.21135,4.44882 -5.14203,7.8298 -6.13605,10.74538 -8.19147,13.63479 -9.72965,13.67746 -0.82475,0.0229 -4.12097,-0.98963 -7.32493,-2.25003 l -5.8254,-2.29163 -1.53838,2.42834 c -2.9395,4.63996 -6.38394,2.48381 -3.92444,-2.45663 1.58033,-3.17443 1.88406,-7.86858 0.62699,-9.69009 -1.32058,-1.91353 -5.04985,-3.32263 -8.6475,-3.26744 -4.1715,0.064 -7.58086,3.8042 -7.51278,8.24187 0.0332,2.16295 0.89782,3.39057 3.56463,5.06106 1.93646,1.21299 3.38604,2.65757 3.22129,3.21016 -0.48769,1.63579 -4.31258,1.79718 -7.26681,0.3066 -2.48398,-1.25331 -3.23499,-1.16337 -7.79403,0.93346 -2.77484,1.27622 -5.82849,2.59921 -6.78587,2.93997 -0.95739,0.34076 -1.78238,1.64694 -1.83332,2.90264 -0.0509,1.25569 -0.21671,3.4101 -0.36837,4.78759 -0.15167,1.37749 0.23707,7.13554 0.86386,12.79568 1.11598,10.07767 1.09274,10.33175 -1.1205,12.24831 -1.9379,1.67814 -2.04404,2.10074 -0.74449,2.9643 1.54375,1.02582 5.85193,0.41743 7.29251,-1.02982 0.43741,-0.43945 0.75778,-5.8324 0.71193,-11.98435 -0.0931,-12.49405 -0.0986,-12.4838 7.46067,-13.81179 l 4.11464,-0.72286 0.10423,6.7951 c 0.0573,3.7373 0.64472,9.63986 1.30531,13.1168 1.0053,5.29134 1.9297,7.10754 5.67158,11.14316 2.45879,2.6518 4.47382,5.03625 4.47785,5.29878 0.004,0.26253 -1.56836,2.24576 -3.4942,4.40718 -1.92584,2.16143 -5.29059,6.31801 -7.47724,9.23684 -3.82952,5.11182 -3.91561,5.39573 -2.34105,7.72023 2.13108,3.1461 7.9899,7.44954 10.09796,7.4172 2.51166,-0.0385 1.94603,-3.41495 -1.06053,-6.33067 l -2.65878,-2.57843 3.23414,-3.79947 c 1.77878,-2.08971 5.8687,-6.38459 9.08871,-9.54416 5.83134,-5.7219 5.84972,-5.75864 4.63387,-9.26125 -0.67138,-1.93411 -2.57546,-5.32762 -4.23128,-7.54114 -3.74896,-5.01166 -4.12889,-8.57004 -0.8158,-7.6408 1.243,0.34863 5.64152,1.03369 9.7745,1.52236 4.13298,0.48868 9.42412,1.28414 11.75808,1.76769 2.33396,0.48356 6.89481,1.09885 10.13521,1.36732 6.51677,0.53991 5.8907,1.07276 9.06781,-7.71775 0.89962,-2.48909 1.676,-5.81899 1.72528,-7.39977 0.0778,-2.4942 -0.11363,-2.70013 -1.44803,-1.5577 z m -40.64678,4.11369 c -0.97475,0.39675 -2.46874,0.13658 -3.3676,-0.58638 -1.36533,-1.09819 -1.82119,-1.00909 -2.94273,0.57515 -0.72992,1.03104 -1.50443,2.3761 -1.72114,2.989 -0.27578,0.77996 -0.80033,0.7425 -1.74799,-0.12483 -1.12596,-1.0305 -1.0749,-1.72863 0.30323,-4.14552 1.62108,-2.84298 1.60235,-2.94107 -0.85933,-4.50058 -3.79975,-2.40722 -3.19879,-3.82323 1.32823,-3.12965 3.0128,0.46161 4.00601,0.24296 4.4541,-0.98053 0.62051,-1.69428 3.62952,-2.24502 3.6537,-0.66874 0.008,0.52406 -0.48414,2.09355 -1.09374,3.48777 -0.96698,2.21158 -0.7988,2.77961 1.31846,4.45306 2.19481,1.73476 2.25933,1.9863 0.67481,2.63125 z m 43.70221,57.61279 c -2.51217,7.09517 -2.88379,7.68872 -4.28868,6.84995 -1.19627,-0.71422 3.80895,-14.88888 5.46198,-15.46821 1.64309,-0.57585 1.36887,1.43836 -1.1733,8.61826 z m 6.4734,393.62427 c -0.56308,-0.33619 -1.92886,-2.32008 -3.03508,-4.40866 -1.1062,-2.08858 -2.76598,-4.52931 -3.68839,-5.42383 -0.92239,-0.89453 -1.38321,-1.92944 -1.02403,-2.29982 0.85496,-0.8816 5.34807,4.29975 7.25484,8.36613 1.7708,3.77638 1.87763,4.59305 0.49266,3.76618 z m -7.57562,-469.4302 c -0.96161,0.0147 -1.62388,-0.80797 -1.64279,-2.04078 -0.0174,-1.13603 -0.49578,-2.90159 -1.063,-3.92347 -0.70856,-1.27648 -0.69352,-2.07399 0.048,-2.54817 1.56426,-1.00025 2.67284,0.49434 3.52229,4.74872 0.61055,3.05789 0.45307,3.74349 -0.86455,3.7637 z m 5.95831,582.76786 c -2.0748,1.26747 -3.85529,1.73141 -4.70279,1.22542 -0.75013,-0.44784 -1.15402,-0.95447 -0.89755,-1.12583 2.00064,-1.3367 7.24989,-3.91603 7.99278,-3.92743 1.98202,-0.0304 0.783,1.88802 -2.39244,3.82784 z m -8.04941,-396.7139 c -2.10327,0.0323 -2.40162,-0.72731 -1.82585,-4.64837 0.81783,-5.56966 3.00308,-5.53773 3.08872,0.0451 0.0484,3.1524 -0.34581,4.58917 -1.26287,4.60324 z m 3.94101,283.97296 c -0.47653,0.007 -2.32466,-1.98958 -4.10696,-4.43753 -3.6756,-5.04836 -2.70032,-6.20369 1.06917,-1.26655 3.37333,4.41826 4.04984,5.68855 3.03779,5.70408 z m -0.6336,178.99897 c -1.92603,0.0672 -3.39896,-1.56259 -4.20627,-4.65422 -0.39742,-1.52196 -0.13394,-2.24821 0.82096,-2.26286 1.30197,-0.02 1.88437,1.24387 1.53874,3.33916 -0.0784,0.47556 0.67099,1.46237 1.66541,2.19291 1.58664,1.1656 1.60883,1.3352 0.18116,1.38501 z m -5.09311,6.11064 c -1.54227,0.0237 -3.74862,-4.04125 -3.79385,-6.98968 -0.0165,-1.07399 0.41999,-1.95962 0.96992,-1.96805 0.54994,-0.008 1.01058,0.68192 1.02365,1.53413 0.0131,0.85222 0.73061,2.86645 1.59453,4.47607 1.28554,2.39519 1.3229,2.9304 0.20575,2.94753 z M 192.67785,254.68513 c -3.03529,4.7509 -6.08317,7.4429 -7.48158,6.60799 -0.80056,-0.47796 -0.58572,-1.34481 0.70859,-2.85917 2.77552,-3.24736 4.70992,-6.78065 6.02082,-10.99735 0.64592,-2.07771 1.59202,-3.52834 2.10243,-3.22361 1.69682,1.01307 0.93925,6.88856 -1.35026,10.47214 z m -0.20168,24.00591 c -1.62591,0.0249 -1.64734,-5.71375 -0.0278,-7.45045 0.54822,-0.58788 0.92399,0.6743 0.96328,3.23561 0.0354,2.30973 -0.38552,4.20641 -0.93546,4.21484 z m -8.61657,-23.83253 c -1.19971,2.47274 -2.96647,4.65344 -3.92613,4.84601 -2.36635,0.47485 -2.29581,-2.32471 0.13907,-5.51983 1.06425,-1.39654 2.19842,-4.07272 2.52037,-5.94709 0.71682,-4.17321 3.34353,-4.68444 3.40523,-0.66274 0.0235,1.53328 -0.93882,4.81092 -2.13854,7.28365 z m 5.05196,606.05419 c -2.86121,4.24917 -5.11925,4.65692 -8.48296,1.53181 -1.92645,-1.7898 -3.47591,-2.44272 -4.77004,-2.01002 -1.05421,0.35248 -4.33343,0.73242 -7.28714,0.84432 -4.86484,0.18429 -5.62129,-0.0879 -8.03562,-2.89131 -3.79491,-4.40651 -5.65546,-3.97567 -7.15331,1.65649 -1.03459,3.89021 -1.76345,4.84887 -4.22342,5.55499 -5.69402,1.63444 -15.19731,-2.00558 -13.97187,-5.3516 0.29254,-0.79876 -0.74258,-1.815 -2.59764,-2.55026 -4.70096,-1.86325 -5.25825,-5.62804 -1.33343,-9.00811 4.32665,-3.72614 4.32583,-9.42304 -0.002,-13.44383 -3.84215,-3.5696 -4.76097,-7.41722 -2.74046,-11.47584 2.05226,-4.1224 5.53383,-5.41321 13.3116,-4.93535 7.75612,0.47653 11.01457,2.56437 13.0453,8.35876 l 1.47667,4.21345 4.63842,-0.8677 c 2.55113,-0.47724 8.01302,-0.91947 12.13754,-0.98274 l 7.49912,-0.11504 1.99113,4.11586 c 1.27852,2.6428 3.09799,4.58357 5.08378,5.42266 l 3.09263,1.3068 0.14137,8.85718 c 0.11567,7.24659 -0.21526,9.38675 -1.81968,11.76948 z m -1.90964,-7.91067 c -0.66599,-0.77787 -3.14215,-2.2073 -5.50258,-3.17652 -2.36044,-0.96922 -4.29434,-1.93405 -4.29756,-2.14407 -0.003,-0.21002 0.66007,-1.76962 1.47398,-3.46579 1.86954,-3.89607 2.03434,-9.71817 0.33137,-11.70723 -1.96818,-2.29884 -8.26226,-1.76091 -22.96292,1.96255 -0.98296,0.24897 -2.03871,-1.34229 -3.29212,-4.96194 -1.01481,-2.93064 -2.32329,-5.88695 -2.90772,-6.56956 -1.23958,-1.44783 -11.0745,-2.64821 -14.40401,-1.75805 -2.54455,0.6803 -5.56996,5.25843 -5.52243,8.3567 0.0343,2.23538 4.38815,5.16738 10.35821,6.97548 l 3.76795,1.14118 0.14452,9.42134 c 0.11084,7.22543 -0.16893,9.42614 -1.20033,9.44197 -0.73967,0.0113 -2.18159,0.97422 -3.20428,2.13971 -1.82465,2.07946 -1.82297,2.1449 0.0898,3.49904 1.07209,0.75897 3.62349,1.35426 5.66979,1.32287 3.56745,-0.0547 3.74606,-0.22369 4.34093,-4.10636 0.34122,-2.22712 0.68181,-6.49936 0.75686,-9.49389 0.15344,-6.12239 0.77531,-7.321 2.90825,-5.60538 0.98077,0.78888 1.30877,2.27891 0.98617,4.47992 -0.69373,4.73299 2.38873,5.76004 5.44764,1.8151 1.21399,-1.56562 2.20431,-3.18408 2.20071,-3.59657 -0.004,-0.4125 0.89336,-0.76379 1.99323,-0.78067 2.50118,-0.0384 2.50526,-0.0968 -0.38798,5.55203 -2.05975,4.02148 -2.19898,4.885 -0.97846,6.06863 1.83702,1.78152 9.33576,1.60768 12.54154,-0.29073 3.17162,-1.87819 4.97074,-1.94567 4.99771,-0.18747 0.0117,0.76398 0.9375,2.43748 2.05729,3.71889 l 2.03597,2.32983 1.74242,-2.10937 c 2.09925,-2.54133 2.47357,-6.33564 0.81603,-8.27164 z m -0.77417,-11.64895 c -0.75783,0.0116 -2.0129,1.01014 -2.78905,2.21892 -1.28582,2.00252 -1.21416,2.29936 0.80654,3.34126 1.75752,0.9062 2.39572,0.8599 3.07543,-0.22307 1.22845,-1.95729 0.53124,-5.36203 -1.09292,-5.33711 z m -48.16648,-1.76141 c -1.77443,0.0272 -1.9319,0.48441 -1.3357,3.8781 0.61216,3.48459 0.38641,4.06013 -2.39482,6.10555 -3.57032,2.62574 -3.87669,4.61373 -0.94406,6.12583 1.62095,0.83578 2.61868,0.7121 4.49199,-0.55683 2.17017,-1.47002 2.39763,-2.32081 2.30119,-8.60739 -0.097,-6.32319 -0.29529,-6.97323 -2.1186,-6.94526 z m 49.48089,-169.77893 c -0.51287,0.008 -1.24406,-0.91752 -1.62485,-2.0564 -0.3808,-1.13889 -2.68269,-3.29054 -5.11532,-4.78145 -4.3725,-2.67981 -5.22338,-4.92219 -1.09583,-2.88793 5.17795,2.55195 10.91975,9.67847 7.836,9.72578 z m -3.99112,-43.4439 c -0.6409,1.10996 -1.22564,4.04428 -1.29942,6.5207 -0.0738,2.47642 -0.1602,4.86709 -0.19204,5.31259 -0.0318,0.4455 -0.5121,0.53882 -1.06725,0.20738 -2.51698,-1.50273 0.0729,-15.50295 2.87583,-15.54594 1.18715,-0.0182 1.08864,1.07065 -0.31712,3.50527 z m -5.02025,-349.46411 c -1.12309,0.0172 -2.53921,-2.77327 -3.79937,-7.4867 -0.88008,-3.29185 1.30539,-3.25174 2.61824,0.048 1.93738,4.8695 2.34249,7.42084 1.18113,7.43865 z m 3.10571,395.99895 c -0.48669,0.007 -1.63439,-1.09292 -2.55046,-2.44529 -0.91606,-1.35237 -2.78905,-2.72259 -4.1622,-3.04492 -2.88655,-0.6776 -3.38651,-2.35581 -0.71404,-2.3968 0.99548,-0.0153 3.26674,1.35345 5.04725,3.0416 3.21047,3.04392 4.0823,4.81929 2.37945,4.84541 z m -5.99545,-43.9132 c -0.51309,1.38303 -0.66425,4.87326 -0.33591,7.75606 0.67069,5.8887 -0.77453,7.20024 -1.89075,1.71586 -0.84479,-4.15076 -0.17624,-11.25378 1.19196,-12.66465 1.46286,-1.50843 2.07642,0.38478 1.0347,3.19273 z m -6.18749,-342.94544 c -1.55979,0.0239 -5.01155,-3.98093 -4.3648,-5.06421 0.67568,-1.13171 5.37998,2.14809 5.44677,3.79746 0.0278,0.68716 -0.45906,1.25719 -1.08197,1.26675 z m 3.72507,531.76269 c -1.9481,2.75179 -2.66603,0.90373 -1.4764,-3.80047 0.59591,-2.35641 1.05356,-6.23431 1.017,-8.61755 -0.0366,-2.38324 0.36961,-4.33984 0.90261,-4.34802 1.42448,-0.0218 1.03593,14.67667 -0.44321,16.76604 z M 160.10204,293.86734 c -1.06988,0.42949 -2.85734,-0.77059 -5.5098,-3.69922 -2.15939,-2.38422 -3.95053,-4.6721 -3.9803,-5.08419 -0.13586,-1.8803 2.49574,-0.41173 6.59886,3.6825 3.57252,3.56478 4.15553,4.59336 2.89124,5.10091 z m 6.08304,521.71713 c -1.9559,2.67242 -2.68582,1.58074 -1.44528,-2.16158 0.69884,-2.10819 0.69339,-4.23533 -0.0171,-6.66268 -0.57402,-1.96117 -0.66032,-3.57164 -0.19177,-3.57883 2.08593,-0.032 3.42216,9.98736 1.65413,12.40309 z m -6.68841,-343.36481 c -3.38815,0.052 -5.82412,-15.3967 -2.83175,-17.95867 0.8144,-0.69727 1.49934,-1.10042 1.52209,-0.8959 0.0227,0.20452 0.21726,3.74455 0.43225,7.86674 0.21499,4.12219 0.76088,8.2768 1.21309,9.23248 0.52486,1.10921 0.40347,1.74401 -0.33568,1.75535 z m -5.54286,-171.52457 c -1.40262,0.89689 -7.444,-3.0813 -6.66382,-4.38806 0.5801,-0.97164 2.36507,-0.28554 5.88796,2.2632 1.33623,0.96674 1.57299,1.61516 0.77586,2.12486 z m -3.91583,168.66932 c -0.78542,0.0121 -1.71206,-0.68562 -2.05921,-1.55039 -1.03702,-2.58326 -0.87691,-12.40622 0.20249,-12.42278 0.54993,-0.008 1.03485,2.26398 1.07758,5.04981 0.0427,2.78583 0.55683,5.92832 1.14243,6.9833 0.82165,1.48024 0.73871,1.92315 -0.36329,1.94006 z M 147.75625,310.3807 c -2.04,0.0313 -15.5105,-10.07833 -14.09145,-10.57566 0.67181,-0.23545 3.08881,0.82588 5.37111,2.35852 2.28229,1.53264 5.29633,3.46352 6.69786,4.29086 2.92103,1.72432 4.03935,3.89534 2.02248,3.92628 z m -7.47947,8.49809 c -1.05934,0.67739 -8.124,-3.1969 -8.2181,-4.50684 -0.0296,-0.41209 0.73383,-0.74516 1.69652,-0.74015 2.34869,0.0123 7.82175,4.41562 6.52158,5.24699 z m -3.88325,-60.53823 c -0.65218,2.0614 -2.09226,1.37898 -3.79849,-1.80004 -2.08098,-3.87723 -1.70717,-8.27468 0.74632,-8.77945 1.46776,-0.30197 1.71245,0.0488 1.20702,1.73031 -0.34868,1.15998 0.0103,3.35237 0.79769,4.87195 0.78741,1.51959 1.25877,3.30934 1.04746,3.97723 z m 0.15154,151.22377 c -1.03495,0.0159 -4.46148,-4.46159 -5.48455,-7.16671 -0.4333,-1.14568 -0.16299,-1.74771 0.79128,-1.76235 0.79717,-0.0122 1.74406,1.07992 2.1042,2.42699 0.36015,1.34708 1.29362,2.96305 2.07438,3.59106 1.61826,1.30163 1.89905,2.88978 0.51469,2.91101 z m -3.59161,-47.65346 c -3.85608,3.88268 -5.13855,4.55664 -5.16679,2.71526 -0.0248,-1.61878 6.18751,-8.99013 7.61235,-9.03254 2.31893,-0.0691 1.31088,2.53493 -2.44556,6.31728 z m 3.61718,156.6659 c -0.73939,0.0113 -1.86421,-1.79843 -2.4996,-4.02172 -1.35496,-4.74105 -1.13455,-12.65269 0.33283,-11.94693 0.55415,0.26653 0.88989,2.08162 0.74607,4.03352 -0.14381,1.95191 0.41949,5.43118 1.25178,7.73171 1.24869,3.45152 1.27822,4.1864 0.16892,4.20342 z m 1.71113,171.99398 c -2.62951,0.0403 -11.57853,-3.97867 -11.00357,-4.9417 0.29009,-0.48588 2.29856,-0.0139 4.46328,1.049 2.16471,1.06283 4.60213,1.9222 5.41649,1.90971 0.81436,-0.0125 1.76563,0.42297 2.11395,0.96769 0.34831,0.54472 -0.0973,1.00161 -0.99015,1.0153 z M 133.21954,328.1105 c -0.5489,0.35099 -1.7124,-0.0546 -2.58555,-0.90143 -0.87316,-0.84677 -2.27341,-1.52907 -3.11167,-1.51621 -1.87374,0.0288 -7.38013,-3.02543 -7.39666,-4.10264 -0.0203,-1.32395 1.73623,-0.92255 8.02616,1.83416 6.03892,2.64671 6.94575,3.48524 5.06772,4.68612 z m -1.37575,87.34148 c -1.73039,-0.3058 -6.33958,-7.11729 -6.40658,-9.46769 -0.0771,-2.70383 2.06407,-1.05478 4.13792,3.18691 1.20121,2.45686 2.58442,4.46088 3.07379,4.45337 0.48938,-0.007 0.89718,0.4693 0.90624,1.05955 0.009,0.59026 -0.76106,0.93579 -1.71137,0.76786 z m 4.25799,281.51916 c -1.67687,1.07226 -12.22467,-4.57601 -10.96708,-5.87279 0.12565,-0.12956 2.82403,1.02411 5.99641,2.56371 3.17237,1.5396 5.40918,3.02869 4.97067,3.30908 z m -9.15304,-343.55362 c -4.25343,3.03858 -6.28118,3.49779 -6.31291,1.42963 -0.0129,-0.84193 8.9929,-7.18401 10.22827,-7.20296 2.07471,-0.0318 0.0673,2.92821 -3.91536,5.77333 z m 2.54732,-88.51208 c -1.08648,5.32076 -5.51016,-2.27829 -5.17846,-8.89562 0.30854,-6.15538 2.69379,-7.11839 2.78573,-1.1247 0.0368,2.39818 0.67087,5.23878 1.40906,6.31246 0.7382,1.07368 1.18084,2.74222 0.98367,3.70786 z m -3.22323,71.41113 c -4.92196,-0.70981 -5.7075,-1.15446 -4.39255,-2.48633 1.26798,-1.2843 7.68179,0.0717 8.26938,1.74827 0.38043,1.08549 -0.41611,1.23713 -3.87683,0.73806 z m 4.99389,188.34227 c -1.36378,0.0209 -5.30497,-8.60004 -5.97414,-13.0678 -0.64068,-4.27756 0.19968,-8.84621 1.63122,-8.86817 0.54395,-0.008 1.02862,2.99118 1.08811,6.7341 0.0792,4.98016 0.6436,7.5992 2.15352,9.99231 2.25006,3.5662 2.59262,5.18668 1.10129,5.20956 z"
+ id="path6708"
+ inkscape:connector-curvature="0" />
+ </g>
+</svg>
diff --git a/drawing/bin/data/mechanical.svg b/drawing/bin/data/mechanical.svg
new file mode 100644
index 0000000..8cd3b94
--- /dev/null
+++ b/drawing/bin/data/mechanical.svg
@@ -0,0 +1,5689 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generated by Visual Integrity Suite v8.5 -->
+
+<!-- SVG fragment cleaned by CleanSVG on 2/24/2012 1:41:58 PM -->
+
+<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"
+ xml:space="preserve"
+ width="269.44mm"
+ height="149.19mm"
+ viewBox="0 0 763.78 422.90"
+ id="svg5795"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="mechanical.svg"><metadata
+ id="metadata8611"><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><defs
+ id="defs8609" /><sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1440"
+ inkscape:window-height="852"
+ id="namedview8607"
+ showgrid="false"
+ inkscape:zoom="1"
+ inkscape:cx="441.69949"
+ inkscape:cy="271.26757"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="0"
+ inkscape:current-layer="svg5795" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ points="763.28,0.64 763.28,0.50 "
+ id="polyline5797" />
+
+
+
+
+
+
+
+
+
+
+<path
+ style="fill:#FEFEFE; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:bevel"
+ d="M 217.61 119.64 C 217.61 118.14 217.53 116.64 217.34 115.15 C 216.69 110.01 214.90 104.58 209.98 102.05 C 204.79 99.38 198.93 101.97 194.84 105.52 C 190.17 109.58 187.11 115.19 184.83 120.88 C 181.46 129.30 179.72 139.34 182.63 148.14 C 183.36 150.36 184.46 152.39 186.02 154.13 C 193.79 162.41 204.66 153.14 209.27 146.38 C 210.75 144.22 212.04 141.93 213.11 139.54"
+ id="path5819" />
+<path
+ style="fill:#FEFEFE; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:bevel"
+ d="M 234.89 85.49 C 216.74 81.71 200.94 96.85 193.08 111.44 C 190.74 115.77 188.74 120.46 187.25 125.15 C 185.74 129.91 184.65 134.92 184.00 139.86 C 182.41 152.02 183.72 166.36 191.27 176.48 C 193.36 179.28 196.14 181.86 199.09 183.74"
+ id="path5821" />
+<path
+ style="fill:#FEFEFE; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:bevel"
+ d="M 285.83 112.71 C 286.88 113.05 287.68 113.92 288.15 114.90 C 289.18 117.07 289.16 119.59 288.75 121.91 C 288.38 124.02 287.65 126.04 286.53 127.86 C 285.53 129.47 284.17 130.81 283.19 132.43 C 282.21 134.05 281.69 135.90 281.34 137.75 C 278.94 150.78 274.85 163.61 268.29 175.17 C 266.40 178.49 264.31 181.69 262.01 184.73 C 259.24 188.40 256.03 191.91 252.56 194.94 C 249.23 197.84 249.01 202.42 247.17 206.17 C 246.61 207.32 245.93 208.44 245.08 209.40 C 244.25 210.33 243.20 211.33 241.97 211.71 C 241.20 211.95 240.30 212.01 239.52 211.82 L 239.37 211.77 L 231.33 209.11 C 231.16 209.06 231.01 208.99 230.85 208.90 C 230.61 208.78 230.39 208.63 230.19 208.46 C 229.45 207.84 228.97 206.97 228.66 206.07 C 228.60 205.91 228.55 205.75 228.51 205.58 C 226.22 205.52 224.08 205.02 221.89 204.36 L 213.84 201.73 C 212.93 201.20 211.90 200.90 210.97 200.39 C 207.30 198.36 204.32 195.32 202.02 191.85 C 198.79 186.97 196.94 181.26 195.80 175.57 C 195.66 174.96 195.49 174.31 195.22 173.77 C 194.96 173.21 194.58 172.71 194.12 172.31 C 193.62 171.87 192.90 171.63 192.25 171.58 C 191.13 171.55 190.11 170.90 189.47 170.02 C 188.05 168.08 188.03 165.52 188.24 163.22 C 188.62 159.85 190.04 156.65 192.25 154.08 C 194.13 151.88 195.34 149.25 195.80 146.39 C 198.77 127.93 206.31 108.78 219.04 94.81 C 220.46 93.22 221.91 91.66 223.48 90.21 C 224.73 89.05 225.91 87.94 226.79 86.46 C 227.62 85.05 228.19 83.49 228.57 81.90 C 228.82 80.81 229.18 79.76 229.63 78.73 C 230.60 76.52 232.02 74.24 234.16 72.99 C 235.30 72.33 236.49 72.00 237.78 72.36 L 245.81 75.02 L 246.08 75.13 C 246.43 75.26 246.76 75.45 247.05 75.71 C 247.88 76.43 248.16 77.48 248.58 78.46 L 248.64 78.54 C 250.50 78.59 252.31 78.96 254.11 79.38 C 259.22 80.58 264.72 82.35 268.95 85.54 C 270.87 86.99 272.57 88.76 274.00 90.68 C 275.14 92.21 276.14 93.83 277.00 95.52 C 278.65 98.74 279.82 102.14 280.70 105.64 C 280.95 106.61 281.15 107.59 281.34 108.57 C 281.56 109.66 282.02 111.08 282.97 111.76 L 285.83 112.71 L 285.83 112.71"
+ id="path5823" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter"
+ d="M 231.45 193.29 C 227.38 193.13 223.40 191.33 219.83 187.14 C 216.48 183.22 213.37 177.33 212.09 172.33 C 207.56 154.72 212.44 134.56 221.46 119.11 C 227.56 108.66 237.42 94.79 250.55 93.45 C 254.01 93.10 257.02 93.59 259.64 94.71"
+ id="path5825" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ d="M 259.64 94.71 C 269.18 98.80 273.40 111.25 274.34 121.61 C 274.51 123.55 274.60 125.49 274.61 127.45 C 274.68 143.31 269.34 159.52 260.68 172.62 C 254.83 181.47 242.80 193.74 231.45 193.29"
+ id="path5827" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ d="M 256.96 94.08 C 274.25 103.03 272.23 129.33 268.51 144.96 C 265.51 157.58 259.78 169.98 251.01 179.64 C 247.63 183.35 243.15 187.00 238.53 189.06 C 234.76 190.75 229.87 191.84 225.72 191.70"
+ id="path5829" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ d="M 243.65 95.73 C 255.05 92.67 263.47 100.66 266.69 110.96 C 269.37 119.56 269.32 129.05 267.87 137.87 C 266.39 146.89 263.38 155.75 259.11 163.84 C 255.39 170.89 250.60 177.53 244.35 182.55 C 237.88 187.75 228.80 191.49 220.87 187.25"
+ id="path5831" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ d="M 220.90 203.95 C 215.79 201.94 211.72 197.63 209.03 192.95 C 208.24 191.58 207.54 190.14 206.94 188.69 C 206.26 187.07 205.68 185.41 205.18 183.73 C 204.65 181.92 204.21 180.07 203.84 178.22 C 203.76 177.76 203.63 177.31 203.46 176.87 C 203.25 176.30 202.90 175.72 202.48 175.27 C 201.90 174.66 201.14 174.30 200.29 174.24 C 199.46 174.18 198.73 173.88 198.11 173.32 C 194.52 170.12 195.93 164.35 197.76 160.60 C 198.40 159.29 199.27 157.79 200.29 156.74 C 201.40 155.58 202.23 154.11 202.82 152.63 C 203.28 151.48 203.68 150.27 203.84 149.05 C 203.84 149.05 203.98 148.22 203.99 148.14 C 205.60 138.44 208.54 129.03 212.69 120.13 C 213.90 117.54 215.18 114.97 216.58 112.47 C 218.86 108.39 221.44 104.46 224.34 100.79 C 226.88 97.57 229.62 94.63 232.63 91.86 C 234.06 90.53 235.17 88.81 235.86 87.00 C 236.16 86.20 236.42 85.38 236.61 84.56 C 237.22 82.30 238.06 80.15 239.47 78.26 C 240.44 76.97 241.71 75.62 243.29 75.12 C 244.19 74.81 245.20 74.79 246.08 75.13"
+ id="path5833" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ points="232.36,134.79 232.38,134.79 232.81,134.87 233.24,134.96 233.69,135.02 234.14,135.11 234.60,135.19 235.07,135.27 235.55,135.36 236.03,135.44 236.51,135.52 237.03,135.60 237.53,135.70 238.04,135.79 238.57,135.89 239.12,135.97 239.67,136.07 240.22,136.17 240.78,136.27 241.36,136.37 241.96,136.47 242.56,136.58 243.17,136.68 243.79,136.80 244.44,136.90 245.08,137.02 245.75,137.13 246.43,137.25 247.11,137.37 247.82,137.50 248.54,137.61 249.27,137.75 249.65,137.81 250.02,137.88 250.40,137.95 250.78,138.01 "
+ id="polyline5835" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ points="251.99,141.59 252.08,141.19 252.18,140.79 252.26,140.39 252.36,140.01 252.46,139.61 252.56,139.23 252.66,138.83 252.77,138.43 249.15,137.23 248.77,137.13 248.56,137.07 248.32,137.02 248.09,136.95 247.87,136.90 247.64,136.85 247.41,136.78 247.18,136.73 246.96,136.68 246.73,136.62 246.51,136.57 246.30,136.52 246.10,136.48 245.88,136.44 245.67,136.39 245.45,136.34 245.23,136.29 245.02,136.24 244.80,136.20 244.59,136.15 244.37,136.10 244.15,136.07 243.94,136.02 243.72,135.99 243.52,135.94 243.32,135.90 243.12,135.87 242.94,135.84 242.76,135.80 242.58,135.77 242.39,135.74 242.21,135.72 242.03,135.69 241.86,135.65 241.68,135.64 241.50,135.60 241.33,135.59 241.16,135.56 241.00,135.54 240.85,135.52 240.70,135.50 240.55,135.49 240.40,135.47 240.27,135.46 240.13,135.46 232.38,134.79 231.60,137.96 "
+ id="polyline5837" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter"
+ d="M 231.60 137.96 C 234.31 138.38 237.01 138.90 239.72 139.38 C 242.98 139.95 246.28 140.35 249.53 140.97 C 250.91 141.23 250.61 141.36 251.99 141.59"
+ id="path5839" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ points="235.70,172.36 235.55,172.23 235.42,172.11 235.27,171.94 235.10,171.79 234.95,171.63 234.79,171.45 234.65,171.28 234.50,171.10 234.40,170.95 234.29,170.80 234.05,170.45 233.81,170.10 233.57,169.75 233.34,169.42 232.87,168.74 232.43,168.09 231.98,167.44 231.55,166.81 231.11,166.19 230.70,165.59 230.28,165.00 229.89,164.42 229.49,163.85 229.10,163.30 228.72,162.75 228.36,162.21 227.99,161.69 227.64,161.18 227.28,160.66 226.94,160.16 226.60,159.66 226.26,159.20 225.95,158.72 225.62,158.25 225.30,157.80 225.00,157.35 224.69,156.90 224.39,156.47 224.11,156.06 223.81,155.63 223.52,155.23 223.24,154.81 222.98,154.41 222.69,154.03 "
+ id="polyline5841" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ points="224.59,151.90 224.57,151.89 222.68,154.01 225.90,163.74 "
+ id="polyline5843" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter"
+ d="M 237.58 170.23 C 236.11 168.94 235.17 167.21 234.07 165.62 C 232.25 163.00 230.42 160.39 228.62 157.75 C 228.15 157.06 227.68 156.36 227.19 155.68 C 226.31 154.43 225.46 153.16 224.59 151.90"
+ id="path5845" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ points="225.90,163.74 225.96,163.88 226.02,164.05 226.08,164.22 226.15,164.38 226.23,164.57 226.31,164.73 226.40,164.92 226.48,165.08 226.58,165.26 226.66,165.45 226.78,165.63 226.88,165.80 226.98,165.98 227.09,166.15 227.19,166.33 227.31,166.49 227.43,166.66 227.54,166.83 227.68,166.99 227.81,167.18 227.94,167.34 228.09,167.52 228.22,167.69 228.37,167.87 228.52,168.04 228.67,168.22 228.84,168.39 228.99,168.55 229.15,168.72 229.30,168.89 229.47,169.04 229.62,169.19 229.79,169.33 229.95,169.48 230.12,169.65 230.28,169.80 230.47,169.95 230.65,170.10 230.83,170.25 231.02,170.40 231.20,170.53 231.38,170.68 231.56,170.81 231.75,170.95 232.06,171.16 235.70,172.36 235.91,172.08 236.15,171.81 236.38,171.54 236.61,171.30 236.85,171.03 237.08,170.76 237.33,170.50 237.58,170.23 "
+ id="polyline5847" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter"
+ d="M 212.78 159.20 C 212.96 161.08 213.08 162.97 213.27 164.85 C 213.71 169.06 214.07 173.28 214.40 177.49 L 214.42 177.60"
+ id="path5849" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ points="211.87,169.97 211.85,169.70 211.78,169.02 211.71,168.34 211.66,167.67 211.60,167.03 211.55,166.39 211.50,165.76 211.43,165.15 211.38,164.55 211.33,163.95 211.28,163.37 211.23,162.81 211.18,162.24 211.13,161.69 211.08,161.14 211.03,160.59 210.98,160.08 210.93,159.56 210.90,159.05 212.65,159.20 "
+ id="polyline5851" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter"
+ d="M252.77 108.57C251.23 109.00 249.90 109.89 248.54 110.70L232.38 120.27"
+ id="path5853" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ points="232.38,120.27 231.60,117.92 239.35,109.14 239.49,108.99 239.62,108.84 239.77,108.70 239.92,108.55 240.07,108.40 240.22,108.27 240.38,108.12 240.55,107.99 240.72,107.86 240.90,107.72 241.08,107.59 241.25,107.46 241.43,107.34 241.61,107.21 241.79,107.09 241.98,106.99 242.16,106.88 242.34,106.78 242.54,106.66 242.74,106.56 242.96,106.46 243.16,106.36 243.37,106.26 243.59,106.16 243.80,106.06 244.02,105.98 244.24,105.90 244.45,105.81 244.67,105.75 244.88,105.66 245.10,105.60 245.32,105.55 245.52,105.48 245.73,105.43 245.95,105.36 246.18,105.31 246.40,105.28 246.63,105.23 246.86,105.18 247.09,105.15 247.31,105.11 247.54,105.10 247.77,105.06 247.99,105.05 248.37,105.03 251.99,106.23 252.08,106.51 252.18,106.81 252.26,107.11 252.36,107.39 252.46,107.67 252.56,107.97 252.66,108.27 252.77,108.57 "
+ id="polyline5855" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ points="231.58,117.91 231.60,117.92 232.03,117.66 232.46,117.41 232.91,117.14 233.36,116.88 233.82,116.60 234.29,116.33 234.77,116.05 235.25,115.75 235.73,115.47 236.25,115.17 236.75,114.87 237.28,114.55 237.79,114.25 238.34,113.92 238.89,113.61 239.44,113.27 240.00,112.94 240.58,112.59 241.18,112.24 241.78,111.89 242.39,111.53 243.01,111.15 243.65,110.78 244.30,110.40 244.97,110.00 245.65,109.60 246.33,109.19 247.04,108.77 247.76,108.34 248.49,107.91 248.87,107.69 249.24,107.46 249.62,107.24 250.02,107.01 "
+ id="polyline5857" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ d="M 210.64 152.42 C 213.19 151.15 215.25 149.28 217.01 147.06 C 218.89 144.69 220.35 142.09 221.50 139.30 C 223.98 133.29 225.26 126.12 223.36 119.76 C 223.13 118.98 222.85 118.16 222.45 117.43 C 222.11 118.00 221.78 118.56 221.46 119.11 C 215.73 128.93 211.67 140.65 210.64 152.42 L 210.64 152.42"
+ id="path5859" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ d="M 232.46 130.18 C 232.97 124.33 231.97 115.35 225.50 112.86 L 225.39 112.82 C 223.95 114.96 222.63 117.10 221.46 119.11 C 217.99 125.06 215.27 131.44 213.36 138.05 C 212.40 141.37 211.65 144.74 211.14 148.15 C 210.72 151.00 209.79 154.86 210.47 157.71 C 210.78 158.84 215.88 157.50 216.38 157.31 C 224.41 154.26 231.63 139.62 232.46 130.18 L 232.46 130.18"
+ id="path5861" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ d="M 210.47 154.83 C 212.34 154.13 214.35 152.38 215.79 151.02 C 220.60 146.47 223.55 140.19 225.00 133.79 C 226.00 129.40 226.37 124.77 225.31 120.35 C 225.17 119.77 223.57 115.58 223.77 115.38 C 222.80 116.33 222.14 117.94 221.46 119.11 C 215.33 129.60 211.12 142.27 210.47 154.83 L 210.47 154.83"
+ id="path5863" />
+<path
+ style="fill:#FEFEFE; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:bevel"
+ d="M 221.24 127.72 C 221.42 125.33 221.30 122.92 220.87 120.53 L 220.81 120.25 C 220.90 120.70 219.70 122.28 219.48 122.72 C 219.02 123.59 218.58 124.48 218.16 125.37 C 217.30 127.19 216.50 129.03 215.77 130.90 C 214.31 134.68 213.11 138.56 212.20 142.52 C 211.69 144.75 211.28 147.01 211.00 149.28 C 213.70 147.53 215.77 143.95 217.24 141.19 C 219.45 137.01 220.90 132.40 221.24 127.72 L 221.24 127.72"
+ id="path5865" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M240.10 87.48C240.30 88.12 240.67 88.58 241.19 88.76C241.62 88.92 242.11 88.85 242.59 88.60"
+ id="path5867" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M243.83 87.51C244.24 86.99 244.60 86.34 244.86 85.60C245.12 84.88 245.25 84.17 245.26 83.52"
+ id="path5869" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M244.68 81.32C244.49 81.09 244.27 80.92 244.00 80.82C243.46 80.63 242.85 80.78 242.27 81.19"
+ id="path5871" />
+<path
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 240.21 87.36 C 240.96 86.81 241.65 85.83 242.08 84.62 C 242.51 83.40 242.59 82.20 242.35 81.30 L 242.27 81.19 C 241.50 81.73 240.77 82.73 240.32 83.99 C 239.86 85.28 239.81 86.56 240.10 87.48 L 240.21 87.36 L 240.21 87.36"
+ id="path5873" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M241.42 87.76C242.17 87.21 242.86 86.23 243.29 85.02C243.72 83.80 243.80 82.60 243.56 81.70"
+ id="path5875" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M267.19 93.49C267.28 93.78 267.45 93.99 267.68 94.07C267.88 94.14 268.10 94.11 268.31 94.00"
+ id="path5877" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M268.87 93.51C269.06 93.27 269.22 92.98 269.34 92.65C269.45 92.32 269.51 92.00 269.52 91.71"
+ id="path5879" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M269.25 90.72C269.17 90.62 269.07 90.54 268.95 90.50C268.71 90.41 268.43 90.48 268.17 90.66"
+ id="path5881" />
+<path
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 267.24 93.44 C 267.58 93.19 267.89 92.75 268.08 92.21 C 268.28 91.66 268.31 91.12 268.21 90.71 L 268.17 90.66 C 267.82 90.91 267.49 91.36 267.29 91.92 C 267.09 92.50 267.06 93.08 267.19 93.49 L 267.24 93.44 L 267.24 93.44"
+ id="path5883" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M200.10 166.96C200.30 167.59 200.67 168.06 201.18 168.24C201.62 168.40 202.10 168.33 202.58 168.08"
+ id="path5885" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M203.82 166.99C204.24 166.47 204.60 165.82 204.86 165.08C205.11 164.36 205.24 163.65 205.26 163.00"
+ id="path5887" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M204.67 160.80C204.49 160.57 204.26 160.40 203.99 160.30C203.46 160.11 202.85 160.26 202.27 160.67"
+ id="path5889" />
+<path
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 200.21 166.84 C 200.96 166.29 201.65 165.31 202.08 164.10 C 202.51 162.88 202.58 161.68 202.35 160.78 L 202.27 160.67 C 201.49 161.21 200.76 162.21 200.32 163.47 C 199.86 164.76 199.81 166.04 200.10 166.96 L 200.21 166.84 L 200.21 166.84"
+ id="path5891" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 201.31 167.36 L 201.42 167.24 C 202.17 166.69 202.86 165.71 203.29 164.50 C 203.72 163.28 203.79 162.08 203.56 161.18 L 203.48 161.07"
+ id="path5893" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M240.09 204.69C240.29 205.33 240.66 205.79 241.18 205.97C241.61 206.13 242.09 206.06 242.57 205.81"
+ id="path5895" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M243.81 204.72C244.23 204.20 244.59 203.55 244.85 202.81C245.10 202.09 245.23 201.38 245.25 200.73"
+ id="path5897" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M244.67 198.54C244.48 198.30 244.25 198.13 243.99 198.03C243.45 197.84 242.84 197.99 242.26 198.40"
+ id="path5899" />
+<path
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 240.20 204.57 C 240.95 204.02 241.64 203.04 242.07 201.83 C 242.50 200.61 242.57 199.41 242.34 198.51 L 242.26 198.40 C 241.48 198.94 240.76 199.94 240.31 201.20 C 239.85 202.49 239.80 203.77 240.09 204.69 L 240.20 204.57 L 240.20 204.57"
+ id="path5901" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 241.30 205.09 L 241.41 204.97 C 242.16 204.42 242.85 203.44 243.28 202.23 C 243.71 201.01 243.79 199.81 243.55 198.91 L 243.47 198.80"
+ id="path5903" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M280.12 125.17C280.32 125.81 280.69 126.28 281.21 126.46C281.64 126.61 282.13 126.54 282.61 126.29"
+ id="path5905" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M283.85 125.21C284.26 124.69 284.62 124.04 284.88 123.29C285.14 122.57 285.27 121.86 285.28 121.21"
+ id="path5907" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M284.70 119.02C284.51 118.79 284.29 118.61 284.02 118.52C283.48 118.33 282.88 118.48 282.30 118.88"
+ id="path5909" />
+<path
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 280.23 125.06 C 280.98 124.50 281.67 123.52 282.10 122.32 C 282.53 121.10 282.61 119.90 282.37 119.00 L 282.30 118.88 C 281.52 119.42 280.79 120.43 280.34 121.68 C 279.89 122.98 279.83 124.25 280.12 125.17 L 280.23 125.06 L 280.23 125.06"
+ id="path5911" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 281.33 125.57 L 281.45 125.46 C 282.19 124.90 282.89 123.93 283.31 122.72 C 283.74 121.50 283.82 120.30 283.58 119.40 L 283.51 119.28"
+ id="path5913" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M267.20 168.83C267.29 169.12 267.45 169.33 267.68 169.41C267.88 169.48 268.10 169.45 268.31 169.34"
+ id="path5915" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M268.87 168.85C269.06 168.62 269.22 168.32 269.34 167.99C269.45 167.66 269.51 167.34 269.52 167.05"
+ id="path5917" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M269.26 166.06C269.17 165.96 269.07 165.88 268.95 165.84C268.71 165.75 268.44 165.82 268.17 166.00"
+ id="path5919" />
+<path
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 267.25 168.78 C 267.58 168.53 267.89 168.09 268.09 167.55 C 268.28 167.00 268.31 166.46 268.21 166.05 L 268.17 166.00 C 267.82 166.25 267.50 166.70 267.29 167.26 C 267.09 167.84 267.07 168.42 267.20 168.83 L 267.25 168.78 L 267.25 168.78"
+ id="path5921" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M215.76 195.71C215.85 195.99 216.02 196.20 216.25 196.29C216.45 196.35 216.67 196.32 216.88 196.21"
+ id="path5923" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M217.44 195.72C217.63 195.49 217.79 195.19 217.90 194.86C218.02 194.54 218.08 194.22 218.08 193.92"
+ id="path5925" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M217.82 192.94C217.74 192.83 217.64 192.75 217.52 192.71C217.28 192.63 217.00 192.69 216.74 192.87"
+ id="path5927" />
+<path
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 215.81 195.65 C 216.15 195.40 216.46 194.96 216.65 194.42 C 216.85 193.87 216.88 193.33 216.78 192.93 L 216.74 192.87 C 216.39 193.12 216.06 193.57 215.86 194.13 C 215.66 194.72 215.63 195.29 215.76 195.71 L 215.81 195.65 L 215.81 195.65"
+ id="path5929" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M215.77 120.38C215.86 120.67 216.02 120.88 216.26 120.96C216.45 121.03 216.67 121.00 216.89 120.88"
+ id="path5931" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M217.44 120.39C217.63 120.16 217.79 119.87 217.91 119.53C218.02 119.21 218.08 118.89 218.09 118.60"
+ id="path5933" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M217.83 117.61C217.74 117.51 217.64 117.43 217.52 117.38C217.28 117.30 217.01 117.37 216.75 117.55"
+ id="path5935" />
+<path
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 215.82 120.33 C 216.15 120.08 216.47 119.64 216.66 119.09 C 216.85 118.55 216.89 118.01 216.78 117.60 L 216.75 117.55 C 216.40 117.79 216.07 118.24 215.87 118.81 C 215.66 119.39 215.64 119.96 215.77 120.38 L 215.82 120.33 L 215.82 120.33"
+ id="path5937" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 334.35 156.62 C 337.87 151.86 341.94 148.07 346.27 145.81 L 346.27 145.81 C 359.63 138.84 370.46 149.02 370.46 168.55 L 370.46 168.55 C 370.46 188.07 359.63 209.55 346.27 216.51 L 346.27 216.51 C 332.92 223.47 322.09 213.29 322.09 193.77 L 322.09 193.77 C 322.09 181.51 326.36 168.48 332.84 158.76"
+ id="path5939" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 334.35 156.62 C 337.87 151.86 341.94 148.07 346.27 145.81 L 346.27 145.81 C 359.63 138.84 370.46 149.02 370.46 168.55 L 370.46 168.55 C 370.46 188.07 359.63 209.55 346.27 216.51 L 346.27 216.51 C 332.92 223.47 322.09 213.29 322.09 193.77 L 322.09 193.77 C 322.09 181.51 326.36 168.48 332.84 158.76"
+ id="path5941" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M61.82 41.58C57.92 40.29 53.37 40.75 48.53 43.26C48.16 43.46 47.78 43.66 47.40 43.88"
+ id="path5943" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M36.52 53.71C30.24 61.63 25.42 72.33 23.27 83.38"
+ id="path5945" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M22.06 96.67C22.30 110.38 27.52 119.69 35.20 122.25"
+ id="path5947" />
+<path
+ style="fill:none;stroke:#000000;stroke-width:1.35574365;stroke-linecap:round;stroke-linejoin:round"
+ d="M 42.633092,41.681396 C 46.648499,39.845228 30.34163,43.408943 25.698717,47.01451 16.806067,53.905897 8.5326132,64.955449 7.1777514,87.239598"
+ id="path5949"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccc" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 6.98 86.42 C 6.97 86.89 6.96 87.36 6.96 87.84 C 6.96 89.87 7.06 91.92 7.36 93.93 C 7.63 95.71 8.02 97.48 8.54 99.20 C 9.01 100.75 9.62 102.24 10.42 103.66 C 11.10 104.85 11.87 106.02 12.80 107.04 C 14.25 108.61 16.00 109.90 17.62 111.28 C 18.12 111.70 18.61 112.13 19.09 112.56 C 19.91 113.29 20.74 114.01 21.59 114.70 C 22.61 115.52 23.65 116.31 24.74 117.03 C 26.09 117.92 27.50 118.75 28.93 119.50 C 30.72 120.43 32.58 121.20 34.45 121.95 C 34.70 122.05 34.95 122.15 35.20 122.25 C 39.06 123.69 43.67 123.10 48.53 120.57 C 63.15 112.98 75.01 89.51 75.01 68.17 C 75.01 53.89 69.67 44.27 61.82 41.58 C 61.82 41.58 53.72 38.45 42.25 41.27"
+ id="path5951" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 34.69 122.05 L 39.12 123.51 C 42.86 124.53 47.15 123.99 51.71 121.62 C 66.31 114.04 78.14 90.63 78.14 69.32 C 78.14 55.31 73.02 45.70 65.36 42.92 L 61.18 41.55"
+ id="path5953" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M65.36 42.92C61.38 41.47 56.71 41.88 51.72 44.47C50.72 44.99 49.73 45.58 48.76 46.24"
+ id="path5955" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M36.94 58.73C29.91 69.31 25.29 83.45 25.29 96.77C25.29 111.41 30.88 121.25 39.12 123.51"
+ id="path5957" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M74.11 56.02C71.93 50.40 68.35 46.64 63.93 45.26"
+ id="path5959" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 63.93 45.26 C 60.32 44.14 56.15 44.60 51.71 46.90 C 38.04 54.00 26.96 75.93 26.96 95.89 C 26.95 109.60 32.19 118.81 39.90 120.93"
+ id="path5961" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M39.90 120.93C43.42 121.89 47.43 121.38 51.70 119.16C64.95 112.29 75.76 91.49 76.42 72.06"
+ id="path5963" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M32.04 114.25C35.11 114.97 38.58 114.46 42.27 112.55C50.90 108.07 58.39 97.04 62.11 84.65"
+ id="path5965" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M64.60 69.94C64.61 69.40 64.62 68.85 64.62 68.31C64.62 57.04 60.72 49.14 54.77 46.36"
+ id="path5967" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M35.53 118.19C37.67 117.96 39.93 117.26 42.27 116.04C44.23 115.02 46.15 113.69 47.98 112.11"
+ id="path5969" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M55.59 103.44C62.46 93.46 67.02 79.85 67.02 67.06C67.02 63.61 66.68 60.44 66.06 57.59"
+ id="path5971" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M63.34 50.00C62.32 48.14 61.13 46.55 59.77 45.28"
+ id="path5973" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ points="58.07,73.81 56.57,73.31 "
+ id="polyline5975" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:bevel"
+ d="M46.79 63.65C41.74 61.98 35.28 67.83 32.34 76.71"
+ id="path5977" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M31.00 87.24C31.43 91.56 33.23 94.84 36.15 95.81"
+ id="path5979" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 36.15 95.81 L 39.73 96.99 C 44.77 98.66 51.24 92.81 54.17 83.93 C 57.11 75.05 55.40 66.50 50.36 64.83 L 46.79 63.65"
+ id="path5981" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M50.36 64.83C48.31 64.15 46.03 64.72 43.84 66.23"
+ id="path5983" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M37.18 74.71C36.71 75.72 36.29 76.78 35.92 77.89C32.98 86.77 34.69 95.32 39.73 96.99"
+ id="path5985" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M50.55 67.73C46.34 66.34 40.95 71.22 38.50 78.62C36.05 86.03 37.47 93.16 41.68 94.55"
+ id="path5987" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 41.68 94.55 L 59.78 100.54 C 63.98 101.93 69.38 97.05 71.82 89.64 C 74.28 82.24 72.85 75.10 68.65 73.71 L 50.55 67.73"
+ id="path5989" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M68.65 73.71C64.45 72.32 59.05 77.20 56.60 84.61C54.15 92.02 55.57 99.15 59.78 100.54"
+ id="path5991" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 59.39 99.74 L 67.05 102.27 L 67.05 102.27 C 67.05 102.27 67.10 102.21 67.19 102.09 L 68.88 102.68 L 69.46 102.65 C 69.46 102.65 69.68 102.27 69.90 101.60 L 71.50 102.06 L 72.10 101.75 C 72.10 101.75 72.41 100.91 72.41 99.76 L 74.14 100.22 L 74.71 99.65 C 74.71 99.65 74.86 98.79 74.62 97.82 L 74.52 97.43 C 74.70 97.23 74.87 97.01 75.05 96.79 L 76.55 97.33 L 77.04 96.55 C 77.04 96.55 77.01 95.76 76.55 95.06 L 76.36 94.79 C 76.61 94.35 76.84 93.90 77.05 93.43 L 77.30 93.57 C 77.94 93.92 78.50 93.67 78.50 93.67 L 78.85 92.77 C 78.85 92.77 78.66 92.11 78.02 91.77 L 77.76 91.63 C 77.93 91.14 78.08 90.64 78.20 90.14 L 78.50 90.13 C 79.25 90.09 79.79 89.60 79.79 89.60 L 79.98 88.66 C 79.98 88.66 79.63 88.21 78.88 88.25 L 78.57 88.26 C 78.65 87.77 78.70 87.27 78.73 86.78 L 79.04 86.62 C 79.83 86.21 80.30 85.52 80.30 85.52 L 80.30 84.64 L 78.64 84.09 C 78.62 83.96 78.60 83.82 78.57 83.69 L 78.88 83.39 C 79.63 82.65 79.98 81.83 79.98 81.83 L 79.79 81.09 L 78.18 80.49 C 78.69 79.60 78.85 78.89 78.85 78.89 L 78.50 78.36 L 76.91 77.86 C 77.03 77.32 77.04 76.99 77.04 76.99 L 76.55 76.73 L 68.90 74.19"
+ id="path5993" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 68.90 74.19 L 68.83 74.37 L 68.77 74.35 L 67.06 73.78 L 66.48 73.81 C 66.48 73.81 66.25 74.21 66.03 74.92 L 64.45 74.40 L 63.84 74.71 C 63.84 74.71 63.54 75.55 63.54 76.70 L 63.54 76.81 L 61.81 76.24 L 61.23 76.81 C 61.23 76.81 61.09 77.67 61.33 78.64 L 61.43 79.03 C 61.26 79.22 61.10 79.44 60.94 79.64 L 59.75 79.25 L 59.40 79.13 L 58.90 79.91 C 58.90 79.91 58.93 80.70 59.40 81.40 L 59.58 81.67 C 59.34 82.11 59.11 82.56 58.90 83.03 L 58.64 82.89 C 58.00 82.55 57.44 82.79 57.44 82.79 L 57.09 83.69 C 57.09 83.69 57.29 84.35 57.93 84.69 L 58.18 84.83 C 58.02 85.32 57.87 85.82 57.74 86.32 L 57.44 86.33 C 56.69 86.37 56.15 86.86 56.15 86.86 L 55.96 87.80 C 55.96 87.80 56.49 88.01 57.07 88.22 L 57.20 88.21 L 57.36 88.26 C 57.30 88.73 57.25 89.20 57.22 89.68 L 56.90 89.84 C 56.11 90.25 55.64 90.94 55.64 90.94 L 55.64 91.82 L 57.32 92.38 C 57.34 92.51 57.35 92.64 57.37 92.77 L 57.07 93.07 C 56.32 93.81 55.96 94.63 55.96 94.63 L 56.15 95.37 L 57.80 95.92 C 57.27 96.83 57.09 97.57 57.09 97.57 L 57.44 98.10 L 59.03 98.63 C 58.91 99.15 58.90 99.47 58.90 99.47 L 59.39 99.74"
+ id="path5995" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M69.08 100.26L68.98 100.75C68.74 101.97 68.88 102.68 68.88 102.68"
+ id="path5997" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M71.19 99.93L71.19 100.39C71.19 101.54 71.50 102.06 71.50 102.06"
+ id="path5999" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M73.36 98.58L73.46 98.96C73.70 99.94 74.14 100.22 74.14 100.22"
+ id="path6001" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M75.38 96.34L75.57 96.62C76.03 97.31 76.55 97.33 76.55 97.33"
+ id="path6003" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M80.30 84.64C80.30 84.64 79.83 84.44 79.04 84.85L78.73 85.01"
+ id="path6005" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M79.79 81.09C79.79 81.09 79.25 81.16 78.50 81.90L78.20 82.20"
+ id="path6007" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M78.50 78.36C78.50 78.36 77.94 78.69 77.30 79.70L77.05 80.11"
+ id="path6009" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 67.19 102.09 C 67.38 101.84 67.72 101.33 68.03 100.53 L 68.22 100.06 C 68.49 100.16 68.78 100.23 69.08 100.26"
+ id="path6011" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M69.90 101.60C69.99 101.34 70.07 101.03 70.13 100.69L70.24 100.20"
+ id="path6013" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M70.24 100.20C70.55 100.15 70.87 100.05 71.19 99.93"
+ id="path6015" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M72.41 99.76L72.41 99.30C72.73 99.09 73.05 98.85 73.36 98.58"
+ id="path6017" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M75.05 96.79C75.16 96.65 75.27 96.49 75.38 96.34"
+ id="path6019" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M78.73 85.01C78.71 84.69 78.68 84.39 78.64 84.09"
+ id="path6021" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 78.18 80.49 C 78.13 80.58 78.08 80.67 78.02 80.76 L 77.76 81.17 C 77.93 81.48 78.08 81.83 78.20 82.20"
+ id="path6023" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 77.05 80.11 C 76.84 79.86 76.61 79.65 76.36 79.46 L 76.55 78.99 C 76.72 78.56 76.83 78.17 76.91 77.86"
+ id="path6025" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 76.55 76.73 C 76.55 76.73 76.03 77.29 75.57 78.46 L 75.38 78.93 C 75.10 78.83 74.81 78.76 74.52 78.73"
+ id="path6027" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 74.71 76.31 L 74.14 76.34 C 74.14 76.34 73.70 77.08 73.46 78.30 L 73.36 78.79 C 73.05 78.84 72.73 78.94 72.41 79.07"
+ id="path6029" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 72.10 76.92 L 71.50 77.24 C 71.50 77.24 71.19 78.08 71.19 79.23 L 71.19 79.70 C 70.87 79.91 70.55 80.15 70.24 80.41"
+ id="path6031" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 69.46 78.77 L 68.88 79.34 C 68.88 79.34 68.74 80.20 68.98 81.17 L 69.08 81.56 C 68.78 81.90 68.49 82.27 68.22 82.65"
+ id="path6033" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 67.05 81.66 L 66.55 82.44 C 66.55 82.44 66.59 83.24 67.05 83.93 L 67.24 84.20 C 66.99 84.64 66.77 85.09 66.55 85.56 L 66.29 85.42 C 65.65 85.08 65.10 85.32 65.10 85.32 L 64.74 86.22 C 64.74 86.22 64.94 86.88 65.58 87.22 L 65.83 87.36 C 65.67 87.85 65.52 88.35 65.39 88.85 L 65.10 88.87 C 64.34 88.90 63.81 89.39 63.81 89.39 L 63.62 90.33"
+ id="path6035" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 65.02 90.73 C 64.95 91.22 64.90 91.72 64.87 92.21 L 64.55 92.37 C 63.76 92.78 63.30 93.47 63.30 93.47 L 63.30 94.35"
+ id="path6037" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 64.87 93.98 C 64.90 94.44 64.95 94.88 65.02 95.30 L 64.72 95.60 C 63.97 96.35 63.62 97.16 63.62 97.16 L 63.81 97.90"
+ id="path6039" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 65.39 96.79 C 65.52 97.16 65.67 97.51 65.83 97.83 L 65.58 98.23 C 64.94 99.24 64.74 100.10 64.74 100.10 L 65.10 100.63"
+ id="path6041" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M74.52 78.73L74.62 78.25C74.86 77.02 74.71 76.31 74.71 76.31"
+ id="path6043" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M72.41 79.07L72.41 78.60C72.41 77.45 72.10 76.92 72.10 76.92"
+ id="path6045" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M70.24 80.41L70.13 80.02C69.89 79.06 69.46 78.77 69.46 78.77"
+ id="path6047" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M68.22 82.65L68.03 82.38C67.57 81.68 67.05 81.66 67.05 81.66"
+ id="path6049" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M63.62 90.33C63.62 90.33 63.97 90.78 64.72 90.75L65.02 90.73"
+ id="path6051" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M63.30 94.35C63.30 94.35 63.76 94.55 64.55 94.15L64.87 93.98"
+ id="path6053" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M63.81 97.90C63.81 97.90 64.34 97.84 65.10 97.09L65.39 96.79"
+ id="path6055" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M65.10 100.63C65.10 100.63 65.65 100.30 66.29 99.29L66.55 98.88"
+ id="path6057" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 66.55 98.88 C 66.76 99.13 66.99 99.35 67.24 99.53 L 67.05 100.00 C 66.59 101.17 66.55 102.00 66.55 102.00 L 67.05 102.27"
+ id="path6059" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="74.71,76.31 68.83,74.37 "
+ id="polyline6061" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="66.03,74.92 72.10,76.92 "
+ id="polyline6063" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="57.09,97.57 64.74,100.10 "
+ id="polyline6065" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="63.54,76.81 69.46,78.77 "
+ id="polyline6067" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="67.05,81.66 60.94,79.64 "
+ id="polyline6069" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="57.43,82.78 65.10,85.32 "
+ id="polyline6071" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="56.15,86.86 63.81,89.39 "
+ id="polyline6073" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="57.32,92.38 63.30,94.35 "
+ id="polyline6075" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="64.87,92.21 57.22,89.68 "
+ id="polyline6077" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="63.81,97.90 57.80,95.92 "
+ id="polyline6079" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="63.62,97.16 55.96,94.63 "
+ id="polyline6081" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="65.10,100.63 59.03,98.63 "
+ id="polyline6083" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="63.30,93.47 55.64,90.94 "
+ id="polyline6085" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="63.62,90.33 55.96,87.80 "
+ id="polyline6087" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="64.74,86.22 57.09,83.69 "
+ id="polyline6089" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="58.90,79.91 66.55,82.44 "
+ id="polyline6091" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="61.23,76.81 68.88,79.34 "
+ id="polyline6093" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="63.84,74.71 71.50,77.24 "
+ id="polyline6095" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="59.58,81.67 67.24,84.20 "
+ id="polyline6097" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="57.74,86.32 65.39,88.85 "
+ id="polyline6099" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="65.83,87.36 58.18,84.83 "
+ id="polyline6101" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M75.60 78.88C72.28 77.78 68.02 81.64 66.08 87.49C64.15 93.35 65.27 98.98 68.59 100.08"
+ id="path6103" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 68.59 100.08 L 72.85 101.49 C 76.17 102.59 80.43 98.73 82.37 92.88 C 84.30 87.02 83.18 81.39 79.86 80.29 L 75.60 78.88"
+ id="path6105" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M79.86 80.29C76.54 79.19 72.27 83.04 70.34 88.90C68.40 94.75 69.53 100.39 72.85 101.49"
+ id="path6107" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M77.76 79.60C74.43 78.50 70.17 82.36 68.24 88.21C66.30 94.06 67.42 99.70 70.75 100.80"
+ id="path6109" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M71.00 96.86C71.46 98.27 72.27 99.31 73.41 99.71C74.37 100.05 75.45 99.89 76.50 99.34"
+ id="path6111" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M79.26 96.94C80.17 95.78 80.97 94.34 81.55 92.70C82.11 91.11 82.40 89.53 82.43 88.09"
+ id="path6113" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M81.14 83.23C80.73 82.71 80.23 82.33 79.63 82.12C78.45 81.70 77.11 82.03 75.82 82.92"
+ id="path6115" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 71.25 96.60 C 72.90 95.37 74.44 93.21 75.39 90.53 C 76.35 87.84 76.51 85.18 75.99 83.18 L 75.82 82.92 C 74.10 84.12 72.48 86.34 71.49 89.13 C 70.48 91.99 70.36 94.82 71.00 96.86 L 71.25 96.60 L 71.25 96.60"
+ id="path6117" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:butt; stroke-linejoin:miter"
+ points="75.15,90.26 117.68,104.32 "
+ id="polyline6119" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter; stroke-dasharray: 8 3"
+ points="75.15,90.26 120.48,105.25 "
+ id="polyline6121" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:bevel"
+ d="M 101.04 141.34 C 93.53 138.95 88.46 129.75 88.46 116.20 C 88.46 96.05 99.65 73.91 113.46 66.74 C 118.17 64.29 122.58 63.91 126.35 65.27 L 130.84 66.75 C 138.09 69.37 142.93 78.47 142.93 91.73 C 142.93 111.88 131.74 134.02 117.94 141.19 C 113.42 143.53 109.19 143.98 105.53 142.82 L 101.04 141.34 L 101.04 141.34"
+ id="path6123" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M114.09 70.66C115.34 69.72 116.63 68.90 117.94 68.22C122.66 65.77 127.07 65.39 130.84 66.75"
+ id="path6125" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M105.53 142.82C98.01 140.44 92.95 131.24 92.95 117.68C92.95 103.18 98.75 87.64 107.14 77.40"
+ id="path6127" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M128.29 125.00C125.25 129.19 121.72 132.53 117.94 134.49C114.64 136.20 111.52 136.67 108.76 136.07"
+ id="path6129" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M137.67 102.04C136.50 109.18 133.85 116.21 130.27 122.03"
+ id="path6131" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M128.59 73.77C133.95 75.78 137.68 82.16 138.26 91.50"
+ id="path6133" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 108.76 136.07 C 102.10 134.62 97.54 126.92 97.54 115.30 C 97.54 98.85 106.68 80.77 117.94 74.92 C 121.84 72.90 125.49 72.60 128.59 73.77"
+ id="path6135" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 126.42 73.49 C 130.96 76.60 133.85 83.37 133.85 92.63 C 133.85 109.07 124.72 127.15 113.45 133.00 C 110.86 134.35 108.38 134.93 106.10 134.83"
+ id="path6137" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:4.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 149.06 140.38 C 144.60 138.79 141.62 133.22 141.62 125.08 C 141.62 112.74 148.47 99.18 156.92 94.79 C 159.86 93.27 162.60 93.05 164.93 93.94 L 172.61 96.47 C 176.98 98.13 179.90 103.67 179.90 111.72 C 179.90 124.06 173.04 137.61 164.59 142.00 C 161.72 143.49 159.03 143.73 156.74 142.91 L 149.06 140.38 L 149.06 140.38"
+ id="path6139" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 162.14 97.60 L 164.70 98.45 C 168.50 99.64 171.06 104.27 171.06 111.11 C 171.06 121.25 165.42 132.40 158.47 136.01 C 156.48 137.04 154.60 137.35 152.92 137.01 L 150.36 136.17"
+ id="path6141" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 152.92 137.01 C 148.76 136.18 145.89 131.41 145.89 124.18 C 145.90 114.03 151.53 102.89 158.48 99.28 C 160.74 98.10 162.87 97.87 164.70 98.45"
+ id="path6143" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 150.36 136.17 C 146.20 135.33 143.34 130.56 143.34 123.33 C 143.34 113.19 148.97 102.04 155.92 98.43 C 158.18 97.26 160.31 97.03 162.14 97.60"
+ id="path6145" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 149.06 140.38 C 144.60 138.79 141.62 133.22 141.62 125.08 C 141.62 112.74 148.47 99.18 156.92 94.79 C 159.86 93.27 162.60 93.05 164.93 93.94 L 172.61 96.47 C 176.98 98.13 179.90 103.67 179.90 111.72 C 179.90 124.06 173.04 137.61 164.59 142.00 C 161.72 143.49 159.03 143.73 156.74 142.91 L 149.06 140.38 L 149.06 140.38"
+ id="path6147" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M160.62 100.15C161.89 99.00 163.22 98.04 164.60 97.33C167.53 95.80 170.28 95.59 172.61 96.47"
+ id="path6149" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M156.74 142.91C152.28 141.32 149.30 135.75 149.30 127.61C149.30 118.79 152.80 109.34 157.89 103.07"
+ id="path6151" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 158.27 140.58 C 154.32 139.16 151.67 134.20 151.67 126.96 C 151.67 115.98 157.77 103.92 165.29 100.01 C 167.79 98.71 170.13 98.48 172.15 99.15"
+ id="path6153" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 172.15 99.15 C 176.19 100.50 178.90 105.49 178.90 112.82 C 178.90 123.80 172.81 135.87 165.28 139.77 C 162.72 141.10 160.32 141.31 158.27 140.58"
+ id="path6155" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 159.22 137.81 C 155.79 136.58 153.49 132.28 153.49 126.02 C 153.49 116.51 158.77 106.06 165.29 102.68 C 167.45 101.55 169.48 101.35 171.23 101.93"
+ id="path6157" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 158.35 137.52 C 154.92 136.29 152.63 132.00 152.63 125.73 C 152.63 116.22 157.91 105.77 164.42 102.39 C 166.59 101.27 168.62 101.07 170.36 101.65"
+ id="path6159" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 171.23 101.93 C 174.73 103.10 177.08 107.42 177.08 113.77 C 177.08 123.28 171.80 133.73 165.28 137.11 C 163.06 138.26 160.99 138.44 159.22 137.81"
+ id="path6161" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 161.40 134.42 C 158.51 133.61 156.54 130.14 156.54 124.97 C 156.54 117.43 160.73 109.15 165.89 106.47 C 167.70 105.53 169.39 105.40 170.82 105.95"
+ id="path6163" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M174.79 119.70C173.58 125.81 170.05 131.61 165.89 133.77C164.26 134.61 162.74 134.80 161.40 134.42"
+ id="path6165" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M170.82 105.95C173.15 106.86 174.79 109.57 175.16 113.52"
+ id="path6167" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M164.16 107.59C164.49 108.82 164.67 110.21 164.67 111.77C164.67 118.31 161.51 125.42 157.30 128.94"
+ id="path6169" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:6.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 290.97 187.94 C 286.51 186.35 283.53 180.78 283.53 172.64 C 283.53 160.30 290.38 146.75 298.83 142.36 C 301.76 140.83 304.51 140.62 306.84 141.50 L 314.51 144.03 C 318.88 145.69 321.80 151.23 321.80 159.28 C 321.80 171.62 314.95 185.17 306.50 189.56 C 303.62 191.06 300.93 191.30 298.64 190.48 L 290.97 187.94 L 290.97 187.94"
+ id="path6171" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:4.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 314.28 148.55 L 316.83 149.39 C 320.63 150.58 323.19 155.22 323.19 162.05 C 323.19 172.20 317.56 183.34 310.61 186.95 C 308.62 187.99 306.73 188.29 305.05 187.95 L 302.50 187.11"
+ id="path6173" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 290.97 187.94 C 286.51 186.35 283.53 180.78 283.53 172.64 C 283.53 160.30 290.38 146.75 298.83 142.36 C 301.76 140.83 304.51 140.62 306.84 141.50 L 314.51 144.03 C 318.88 145.69 321.80 151.23 321.80 159.28 C 321.80 171.62 314.95 185.17 306.50 189.56 C 303.62 191.06 300.93 191.30 298.64 190.48 L 290.97 187.94 L 290.97 187.94"
+ id="path6175" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M303.14 147.18C304.22 146.26 305.35 145.49 306.50 144.89C309.44 143.37 312.18 143.15 314.51 144.03"
+ id="path6177" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M298.64 190.48C294.18 188.89 291.20 183.31 291.20 175.17C291.20 168.62 293.13 161.73 296.21 156.05"
+ id="path6179" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 300.18 188.14 C 296.22 186.72 293.57 181.76 293.57 174.53 C 293.57 163.55 299.67 151.48 307.19 147.58 C 309.69 146.28 312.04 146.04 314.05 146.72"
+ id="path6181" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 314.05 146.72 C 318.09 148.07 320.81 153.06 320.81 160.38 C 320.81 171.36 314.71 183.43 307.19 187.33 C 304.63 188.67 302.23 188.88 300.18 188.14"
+ id="path6183" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 314.28 148.55 L 316.83 149.39 C 320.63 150.58 323.19 155.22 323.19 162.05 C 323.19 172.20 317.56 183.34 310.61 186.95 C 308.62 187.99 306.73 188.29 305.05 187.95 L 302.50 187.11"
+ id="path6185" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 306.12 182.89 C 303.22 182.08 301.26 178.61 301.26 173.44 C 301.26 165.90 305.44 157.62 310.61 154.94 C 312.42 154.00 314.11 153.87 315.54 154.43"
+ id="path6187" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M312.84 180.68C312.12 181.31 311.38 181.83 310.61 182.24C308.98 183.08 307.45 183.27 306.12 182.89"
+ id="path6189" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M319.67 167.25C319.09 170.91 317.65 174.51 315.73 177.36"
+ id="path6191" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M315.54 154.43C317.96 155.37 319.64 158.26 319.92 162.48"
+ id="path6193" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M308.88 156.07C309.21 157.29 309.39 158.69 309.39 160.24C309.38 166.78 306.22 173.89 302.01 177.41"
+ id="path6195" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M305.21 154.80C306.85 152.81 308.68 151.22 310.61 150.22C312.87 149.05 315.00 148.82 316.83 149.39"
+ id="path6197" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M298.16 172.38C298.66 167.13 300.53 161.83 303.20 157.60"
+ id="path6199" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M305.05 187.95C300.95 187.13 298.11 182.48 298.03 175.42"
+ id="path6201" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 302.50 187.11 C 298.34 186.28 295.47 181.51 295.47 174.27 C 295.47 164.13 301.10 152.98 308.05 149.38 C 310.32 148.20 312.44 147.97 314.28 148.55"
+ id="path6203" />
+<polyline
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:4.00; stroke-linecap:round; stroke-linejoin:round"
+ points="367.16,227.60 368.52,228.01 369.06,227.07 369.39,227.15 369.70,227.21 369.67,228.23 370.15,228.29 370.63,228.34 371.13,228.36 371.60,227.42 371.93,227.42 372.28,227.42 372.31,228.36 372.83,228.33 373.34,228.29 373.84,228.23 374.24,227.25 374.59,227.20 374.94,227.13 375.07,228.00 375.58,227.88 376.12,227.73 376.65,227.56 376.96,226.60 377.33,226.48 377.68,226.35 377.87,227.13 378.41,226.92 378.94,226.68 379.47,226.43 379.74,225.45 380.10,225.27 380.45,225.07 380.72,225.79 381.25,225.47 381.78,225.16 382.31,224.81 382.51,223.83 382.86,223.58 383.22,223.33 383.54,223.96 384.07,223.58 384.60,223.16 385.14,222.75 385.25,221.75 385.60,221.45 385.95,221.13 386.35,221.70 386.86,221.23 387.36,220.74 387.88,220.24 387.91,219.26 388.26,218.89 388.59,218.54 389.05,219.01 389.55,218.46 390.03,217.91 390.52,217.34 390.48,216.37 390.80,215.95 391.13,215.55 391.66,215.92 392.13,215.32 392.58,214.72 393.02,214.11 392.91,213.11 393.21,212.68 393.51,212.21 394.14,212.48 394.55,211.85 394.95,211.18 395.37,210.53 395.15,209.57 395.43,209.09 395.70,208.59 396.41,208.74 396.78,208.06 397.16,207.38 397.51,206.68 397.19,205.75 397.44,205.23 397.69,204.72 398.49,204.72 398.81,204.02 399.14,203.32 399.44,202.61 399.02,201.73 399.24,201.19 399.45,200.66 400.32,200.50 400.60,199.78 400.86,199.07 401.11,198.37 400.58,197.56 400.77,197.01 400.93,196.44 401.89,196.09 402.11,195.40 402.33,194.70 402.53,194.00 401.86,193.29 402.01,192.72 402.14,192.16 403.17,191.61 403.34,190.93 403.49,190.24 403.66,189.55 402.84,188.97 402.96,188.40 403.06,187.85 404.14,187.07 404.25,186.42 404.35,185.76 404.45,185.11 403.52,184.68 403.59,184.11 403.66,183.56 404.78,182.57 404.85,181.94 404.90,181.32 404.95,180.71 403.89,180.46 403.92,179.91 403.94,179.38 405.08,178.13 405.10,177.48 405.12,176.84 405.12,176.40 403.94,176.37 403.92,175.85 403.89,175.34 405.02,173.91 404.95,173.08 404.87,172.28 403.57,171.85 403.52,171.50 404.57,169.92 404.45,169.16 404.30,168.39 402.84,167.91 402.84,167.91 403.80,166.22 403.60,165.50 403.41,164.82 403.33,164.80 402.00,164.36 402.71,162.83 402.46,162.20 402.19,161.58 400.80,161.15 401.31,159.82 401.00,159.27 400.68,158.72 399.30,158.27 399.64,157.23 399.27,156.75 398.89,156.30 397.50,155.84 397.69,155.07 397.26,154.70 396.85,154.34 395.42,153.87 395.50,153.41 395.03,153.13 394.57,152.86 393.09,152.37 393.11,152.23 392.61,152.04 392.09,151.90 389.17,150.93 389.08,151.08 387.61,150.60 387.08,150.53 386.55,150.48 386.33,150.92 386.32,150.93 384.90,150.47 384.34,150.50 383.79,150.57 383.48,151.31 383.48,151.31 382.10,150.85 381.51,151.00 380.93,151.16 380.58,152.22 380.59,152.22 379.21,151.76 378.62,152.01 378.04,152.28 377.68,153.65 377.64,153.63 376.30,153.19 375.72,153.52 375.14,153.89 374.81,155.57 373.39,155.10 372.83,155.53 372.25,156.00 372.01,157.93 370.55,157.46 369.99,157.99 369.44,158.54 369.34,160.44 369.10,160.69 367.79,160.27 367.26,160.88 366.71,161.52 366.78,163.33 366.47,163.73 366.35,163.87 365.17,163.48 364.66,164.16 364.16,164.86 364.36,166.57 364.06,167.02 363.81,167.38 362.69,167.02 362.23,167.76 361.76,168.53 362.11,170.12 361.83,170.61 361.55,171.09 360.42,170.87 359.99,171.67 359.57,172.48 360.06,173.93 359.81,174.44 359.57,174.96 358.38,174.96 357.99,175.81 357.63,176.67 358.24,177.95 358.03,178.48 357.81,179.03 356.58,179.26 356.27,180.14 355.95,181.02 356.68,182.12 356.50,182.68 356.32,183.23 355.07,183.68 354.80,184.60 354.56,185.49 355.40,186.41 355.25,186.96 355.12,187.52 353.86,188.20 353.66,189.10 353.46,190.01 354.42,190.71 354.31,191.28 354.21,191.84 352.96,192.72 352.81,193.62 352.70,194.53 353.74,195.01 353.68,195.56 353.61,196.11 352.38,197.19 352.31,198.09 352.25,198.97 353.37,199.34 353.34,199.77 353.33,200.30 352.15,201.56 352.15,201.99 352.15,202.64 352.16,203.29 353.34,203.67 353.34,203.84 353.38,204.35 352.31,205.70 352.36,206.26 352.41,206.83 352.48,207.39 353.69,207.79 353.74,208.19 352.79,209.59 352.89,210.13 353.01,210.68 353.13,211.23 354.39,211.64 354.42,211.76 353.61,213.19 353.77,213.72 353.92,214.24 354.09,214.75 355.35,215.17 354.74,216.46 354.94,216.95 355.15,217.43 355.37,217.89 356.56,218.29 356.13,219.36 356.40,219.80 356.67,220.24 356.95,220.65 358.09,221.03 357.83,221.85 358.13,222.23 358.44,222.61 358.78,222.96 359.89,223.33 359.76,223.91 360.10,224.22 360.47,224.52 360.85,224.81 361.96,225.18 361.90,225.52 362.30,225.75 362.71,225.97 363.13,226.17 366.05,227.15 366.68,226.23 366.98,226.37 367.28,226.50 367.16,227.60 367.16,227.60 "
+ id="polyline6205" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="367.16,227.60 368.52,228.01 369.06,227.07 369.39,227.15 369.70,227.21 369.67,228.23 370.15,228.29 370.63,228.34 371.13,228.36 371.60,227.42 371.93,227.42 372.28,227.42 372.31,228.36 372.83,228.33 373.34,228.29 373.84,228.23 374.24,227.25 374.59,227.20 374.94,227.13 375.07,228.00 375.58,227.88 376.12,227.73 376.65,227.56 376.96,226.60 377.33,226.48 377.68,226.35 377.87,227.13 378.41,226.92 378.94,226.68 379.47,226.43 379.74,225.45 380.10,225.27 380.45,225.07 380.72,225.79 381.25,225.47 381.78,225.16 382.31,224.81 382.51,223.83 382.86,223.58 383.22,223.33 383.54,223.96 384.07,223.58 384.60,223.16 385.14,222.75 385.25,221.75 385.60,221.45 385.95,221.13 386.35,221.70 386.86,221.23 387.36,220.74 387.88,220.24 387.91,219.26 388.26,218.89 388.59,218.54 389.05,219.01 389.55,218.46 390.03,217.91 390.52,217.34 390.48,216.37 390.80,215.95 391.13,215.55 391.66,215.92 392.13,215.32 392.58,214.72 393.02,214.11 392.91,213.11 393.21,212.68 393.51,212.21 394.14,212.48 394.55,211.85 394.95,211.18 395.37,210.53 395.15,209.57 395.43,209.09 395.70,208.59 396.41,208.74 396.78,208.06 397.16,207.38 397.51,206.68 397.19,205.75 397.44,205.23 397.69,204.72 398.49,204.72 398.81,204.02 399.14,203.32 399.44,202.61 399.02,201.73 399.24,201.19 399.45,200.66 400.32,200.50 400.60,199.78 400.86,199.07 401.11,198.37 400.58,197.56 400.77,197.01 400.93,196.44 401.89,196.09 402.11,195.40 402.33,194.70 402.53,194.00 401.86,193.29 402.01,192.72 402.14,192.16 403.17,191.61 403.34,190.93 403.49,190.24 403.66,189.55 402.84,188.97 402.96,188.40 403.06,187.85 404.14,187.07 404.25,186.42 404.35,185.76 404.45,185.11 403.52,184.68 403.59,184.11 403.66,183.56 404.78,182.57 404.85,181.94 404.90,181.32 404.95,180.71 403.89,180.46 403.92,179.91 403.94,179.38 405.08,178.13 405.10,177.48 405.12,176.84 405.12,176.40 403.94,176.37 403.92,175.85 403.89,175.34 405.02,173.91 404.95,173.08 404.87,172.28 403.57,171.85 403.52,171.50 404.57,169.92 404.45,169.16 404.30,168.39 402.84,167.91 402.84,167.91 403.80,166.22 403.60,165.50 403.41,164.82 403.33,164.80 402.00,164.36 402.71,162.83 402.46,162.20 402.19,161.58 400.80,161.15 401.31,159.82 401.00,159.27 400.68,158.72 399.30,158.27 399.64,157.23 399.27,156.75 398.89,156.30 397.50,155.84 397.69,155.07 397.26,154.70 396.85,154.34 395.42,153.87 395.50,153.41 395.03,153.13 394.57,152.86 393.09,152.37 393.11,152.23 392.61,152.04 392.09,151.90 389.17,150.93 389.08,151.08 387.61,150.60 387.08,150.53 386.55,150.48 386.33,150.92 386.32,150.93 384.90,150.47 384.34,150.50 383.79,150.57 383.48,151.31 383.48,151.31 382.10,150.85 381.51,151.00 380.93,151.16 380.58,152.22 380.59,152.22 379.21,151.76 378.62,152.01 378.04,152.28 377.68,153.65 377.64,153.63 376.30,153.19 375.72,153.52 375.14,153.89 374.81,155.57 373.39,155.10 372.83,155.53 372.25,156.00 372.01,157.93 370.55,157.46 369.99,157.99 369.44,158.54 369.34,160.44 369.10,160.69 367.79,160.27 367.26,160.88 366.71,161.52 366.78,163.33 366.47,163.73 366.35,163.87 365.17,163.48 364.66,164.16 364.16,164.86 364.36,166.57 364.06,167.02 363.81,167.38 362.69,167.02 362.23,167.76 361.76,168.53 362.11,170.12 361.83,170.61 361.55,171.09 360.42,170.87 359.99,171.67 359.57,172.48 360.06,173.93 359.81,174.44 359.57,174.96 358.38,174.96 357.99,175.81 357.63,176.67 358.24,177.95 358.03,178.48 357.81,179.03 356.58,179.26 356.27,180.14 355.95,181.02 356.68,182.12 356.50,182.68 356.32,183.23 355.07,183.68 354.80,184.60 354.56,185.49 355.40,186.41 355.25,186.96 355.12,187.52 353.86,188.20 353.66,189.10 353.46,190.01 354.42,190.71 354.31,191.28 354.21,191.84 352.96,192.72 352.81,193.62 352.70,194.53 353.74,195.01 353.68,195.56 353.61,196.11 352.38,197.19 352.31,198.09 352.25,198.97 353.37,199.34 353.34,199.77 353.33,200.30 352.15,201.56 352.15,201.99 352.15,202.64 352.16,203.29 353.34,203.67 353.34,203.84 353.38,204.35 352.31,205.70 352.36,206.26 352.41,206.83 352.48,207.39 353.69,207.79 353.74,208.19 352.79,209.59 352.89,210.13 353.01,210.68 353.13,211.23 354.39,211.64 354.42,211.76 353.61,213.19 353.77,213.72 353.92,214.24 354.09,214.75 355.35,215.17 354.74,216.46 354.94,216.95 355.15,217.43 355.37,217.89 356.56,218.29 356.13,219.36 356.40,219.80 356.67,220.24 356.95,220.65 358.09,221.03 357.83,221.85 358.13,222.23 358.44,222.61 358.78,222.96 359.89,223.33 359.76,223.91 360.10,224.22 360.47,224.52 360.85,224.81 361.96,225.18 361.90,225.52 362.30,225.75 362.71,225.97 363.13,226.17 366.05,227.15 366.68,226.23 366.98,226.37 367.28,226.50 367.16,227.60 367.16,227.60 "
+ id="polyline6207" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="363.64,210.88 363.89,211.18 364.16,211.45 364.42,211.71 364.69,211.96 364.97,212.19 365.27,212.41 365.55,212.63 365.85,212.83 366.15,213.01 366.47,213.19 366.78,213.34 367.10,213.49 367.41,213.62 367.74,213.74 368.08,213.86 368.41,213.94 368.76,214.02 369.09,214.09 369.44,214.14 369.80,214.17 370.15,214.20 370.50,214.22 370.87,214.22 "
+ id="polyline6209" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="392.43,173.48 392.33,173.00 392.21,172.52 392.09,172.05 391.96,171.58 391.83,171.14 391.70,170.69 391.53,170.26 391.38,169.82 391.21,169.41 391.03,168.99 390.85,168.61 390.67,168.21 390.47,167.85 390.25,167.48 390.03,167.12 389.82,166.78 389.59,166.45 389.36,166.12 389.12,165.82 388.87,165.52 388.61,165.24 388.36,164.96 388.09,164.69 387.81,164.44 387.53,164.21 387.24,163.99 386.95,163.78 386.66,163.58 386.35,163.39 386.05,163.23 385.73,163.06 385.42,162.91 "
+ id="polyline6211" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="380.53,209.65 380.90,209.30 381.27,208.95 381.63,208.59 382.00,208.22 382.36,207.82 382.71,207.44 383.06,207.03 383.41,206.61 383.76,206.18 384.09,205.75 384.44,205.32 384.77,204.85 385.09,204.38 385.42,203.92 385.73,203.44 386.05,202.96 386.35,202.46 386.66,201.96 386.95,201.44 387.24,200.93 387.53,200.41 387.81,199.88 388.09,199.35 388.36,198.80 388.61,198.25 388.87,197.71 389.12,197.16 389.36,196.59 389.59,196.03 389.82,195.46 390.03,194.88 390.25,194.30 390.47,193.72 390.67,193.14 390.85,192.55 391.03,191.97 391.21,191.38 391.38,190.78 391.53,190.20 391.70,189.60 391.83,189.00 391.96,188.40 392.09,187.80 "
+ id="polyline6213" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="385.42,162.91 385.09,162.78 384.77,162.66 384.44,162.56 384.09,162.46 383.76,162.38 383.41,162.31 383.06,162.26 382.71,162.23 382.36,162.20 382.00,162.18 381.63,162.20 381.27,162.21 380.90,162.23 380.53,162.28 380.17,162.33 379.79,162.41 379.42,162.50 379.04,162.58 "
+ id="polyline6215" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="377.51,211.98 377.46,212.08 377.39,212.18 377.34,212.28 377.28,212.38 377.21,212.48 377.14,212.58 377.08,212.66 377.01,212.74 376.93,212.84 376.85,212.93 376.75,213.01 376.66,213.09 376.58,213.17 376.48,213.24 376.40,213.29 376.30,213.34 376.22,213.39 376.12,213.42 376.03,213.46 375.93,213.49 375.85,213.51 375.77,213.52 375.67,213.52 375.58,213.52 375.50,213.51 375.42,213.49 375.33,213.47 375.27,213.46 375.18,213.42 375.12,213.39 375.05,213.34 374.99,213.29 "
+ id="polyline6217" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="374.99,164.42 375.05,164.32 375.10,164.22 375.17,164.12 375.24,164.03 375.32,163.93 375.39,163.84 375.45,163.76 375.53,163.68 375.62,163.58 375.72,163.49 375.80,163.41 375.90,163.33 375.98,163.26 376.08,163.19 376.18,163.13 376.27,163.08 376.36,163.03 376.45,162.99 376.53,162.96 376.63,162.95 376.71,162.91 376.80,162.91 376.88,162.90 376.96,162.90 377.03,162.90 377.11,162.91 377.18,162.93 377.25,162.96 377.31,162.98 377.39,163.03 377.44,163.06 377.51,163.11 "
+ id="polyline6219" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="392.94,177.63 392.99,177.70 393.04,177.77 393.09,177.83 393.12,177.90 393.17,177.98 393.21,178.07 393.26,178.15 393.29,178.23 393.32,178.35 393.36,178.46 393.39,178.58 393.41,178.70 393.42,178.83 393.44,178.96 393.46,179.10 393.46,179.23 393.46,179.36 393.44,179.50 393.44,179.63 393.42,179.76 393.39,179.89 393.37,180.04 393.34,180.18 393.31,180.31 393.27,180.44 393.24,180.57 393.19,180.71 393.14,180.84 393.09,180.96 393.04,181.09 392.99,181.22 392.94,181.34 "
+ id="polyline6221" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 380.10 219.24 C 386.87 215.75 391.76 209.11 394.88 202.30 C 398.20 195.08 400.46 186.93 400.48 178.86 C 400.48 176.92 400.35 174.99 400.08 173.07 C 399.70 170.46 398.88 167.68 397.56 165.39 C 396.18 162.99 394.21 160.41 391.68 159.04"
+ id="path6223" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 386.20 171.20 C 383.59 167.86 378.78 167.61 375.37 169.79 C 372.84 171.41 370.73 173.73 369.12 176.25 C 368.24 177.62 367.45 179.07 366.77 180.55 C 364.51 185.40 363.09 191.02 363.50 196.38 C 363.75 199.69 364.68 203.94 367.16 206.33 C 368.49 207.62 370.76 208.30 372.61 208.07"
+ id="path6225" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 372.94 208.04 C 378.18 207.28 382.09 202.56 384.52 198.21 C 387.32 193.20 388.97 187.59 389.07 181.84 C 389.14 178.26 388.51 174.08 386.20 171.20"
+ id="path6227" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 388.33 181.27 C 388.34 179.19 388.11 177.11 387.51 175.12 C 386.68 172.31 384.84 169.02 381.71 168.35 C 379.21 167.81 376.61 169.01 374.63 170.44 C 373.57 171.20 372.49 172.10 371.63 173.07 C 369.33 175.65 367.39 178.57 366.09 181.77 C 365.39 183.50 364.79 185.32 364.34 187.13 C 363.86 189.03 363.57 190.99 363.44 192.94 C 363.32 194.71 363.37 196.53 363.63 198.29 C 363.87 199.89 364.33 201.55 365.01 203.03 C 365.87 204.92 367.41 206.79 369.40 207.53 C 372.05 208.52 375.04 207.30 377.18 205.69 C 381.36 202.55 384.25 197.90 386.07 193.05 C 387.19 190.07 387.94 186.94 388.21 183.77 C 388.28 182.94 388.32 182.11 388.33 181.27 L 388.33 181.27"
+ id="path6229" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="382.79,177.08 382.66,176.87 382.51,176.65 382.36,176.45 "
+ id="polyline6231" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="376.67,175.06 382.79,177.08 "
+ id="polyline6233" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="376.03,175.77 376.61,175.04 376.67,175.06 "
+ id="polyline6235" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="368.67,198.80 368.76,198.00 368.99,197.85 369.24,197.71 369.47,197.52 370.38,197.82 370.57,197.71 370.55,196.63 370.78,196.41 371.02,196.18 371.25,195.94 372.02,196.20 372.43,195.73 372.25,194.75 372.46,194.48 372.68,194.18 372.88,193.90 373.66,194.02 373.87,193.67 374.09,193.30 373.77,192.49 373.96,192.16 374.14,191.82 374.31,191.49 374.95,191.72 375.14,191.34 375.32,190.94 375.50,190.54 375.05,189.91 375.20,189.55 375.33,189.18 375.47,188.83 376.18,188.82 376.33,188.40 376.46,187.98 376.60,187.55 376.03,187.14 376.13,186.77 376.23,186.39 376.31,186.01 377.06,185.78 377.16,185.34 377.25,184.91 377.31,184.48 376.66,184.30 376.71,183.93 376.76,183.55 376.81,183.18 377.56,182.70 377.59,182.29 377.63,181.87 377.63,181.75 376.93,181.52 376.93,181.16 376.93,180.81 376.93,180.46 377.64,179.76 377.63,179.38 377.59,179.17 376.81,178.91 376.76,178.58 376.71,178.26 376.66,177.95 377.31,177.08 377.01,176.82 376.77,176.74 376.31,176.59 376.23,176.32 376.13,176.04 376.03,175.77 "
+ id="polyline6237" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="372.06,176.87 371.81,177.17 371.56,177.45 371.31,177.77 371.48,178.75 371.26,179.01 371.06,179.31 370.85,179.59 370.32,179.13 370.08,179.48 369.85,179.83 369.64,180.19 369.97,181.01 369.77,181.34 369.60,181.67 369.42,182.00 368.79,181.77 368.59,182.15 368.41,182.55 368.22,182.95 368.69,183.60 368.54,183.95 368.39,184.31 368.26,184.66 367.56,184.68 367.41,185.09 367.28,185.51 367.14,185.94 367.71,186.36 367.61,186.74 367.51,187.10 367.41,187.49 366.66,187.72 366.58,188.15 366.50,188.58 366.41,189.01 367.08,189.20 367.01,189.56 366.96,189.95 366.93,190.31 366.18,190.79 366.13,191.21 366.12,191.62 366.08,192.04 366.81,191.97 366.80,192.34 366.80,192.69 366.81,193.04 366.08,193.73 366.12,194.12 366.13,194.50 366.18,194.88 366.93,194.58 366.96,194.91 367.01,195.23 367.08,195.55 366.41,196.41 366.50,196.76 366.58,197.09 366.66,197.42 367.41,196.91 367.51,197.17 367.61,197.46 367.71,197.72 367.14,198.73 "
+ id="polyline6239" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="372.49,177.55 372.06,176.87 "
+ id="polyline6241" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="374.27,175.96 374.25,175.97 373.97,175.11 373.69,175.32 373.42,175.54 373.16,175.79 373.18,176.87 372.94,177.08 372.71,177.32 372.49,177.55 "
+ id="polyline6243" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="376.08,174.91 375.98,174.14 375.93,173.91 375.44,174.15 375.23,174.27 375.12,174.33 374.97,175.49 374.73,175.64 374.50,175.79 374.27,175.96 "
+ id="polyline6245" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="372.06,202.66 371.47,202.46 "
+ id="polyline6247" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="373.96,202.44 373.36,202.24 "
+ id="polyline6249" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="375.93,201.58 375.14,201.32 "
+ id="polyline6251" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="377.89,200.13 370.57,197.71 "
+ id="polyline6253" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="379.74,198.15 372.43,195.73 "
+ id="polyline6255" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="381.41,195.73 374.09,193.30 "
+ id="polyline6257" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="382.83,192.95 375.50,190.54 "
+ id="polyline6259" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="383.49,191.24 376.18,188.82 "
+ id="polyline6261" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="383.91,189.98 376.60,187.55 "
+ id="polyline6263" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="384.39,188.18 377.06,185.78 "
+ id="polyline6265" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="384.87,185.13 377.56,182.70 "
+ id="polyline6267" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="384.97,182.19 377.64,179.76 "
+ id="polyline6269" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="384.64,179.50 377.31,177.08 "
+ id="polyline6271" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="383.91,177.19 383.19,176.95 "
+ id="polyline6273" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="382.83,175.34 382.24,175.15 "
+ id="polyline6275" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="381.41,174.04 380.80,173.84 "
+ id="polyline6277" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="384.24,183.93 384.25,183.58 384.25,183.23 384.24,182.87 376.93,180.46 "
+ id="polyline6279" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="376.93,181.52 384.24,183.93 "
+ id="polyline6281" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="376.66,184.30 383.97,186.72 384.04,186.34 384.09,185.97 384.12,185.61 376.81,183.18 "
+ id="polyline6283" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="383.97,180.38 376.66,177.95 "
+ id="polyline6285" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="384.12,181.32 384.09,181.01 384.04,180.69 383.97,180.38 "
+ id="polyline6287" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="376.81,178.91 384.12,181.32 "
+ id="polyline6289" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="376.03,187.14 383.34,189.55 383.44,189.18 383.54,188.82 383.64,188.43 376.31,186.01 "
+ id="polyline6291" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="383.34,178.20 376.03,175.77 "
+ id="polyline6293" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="383.64,179.01 383.54,178.73 383.44,178.46 383.34,178.20 "
+ id="polyline6295" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="376.31,176.59 383.64,179.01 "
+ id="polyline6297" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="375.05,189.91 382.36,192.32 382.51,191.97 382.66,191.61 382.79,191.24 375.47,188.83 "
+ id="polyline6299" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="382.36,176.45 377.10,174.71 "
+ id="polyline6301" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="373.77,192.49 381.08,194.90 381.27,194.58 381.45,194.25 381.63,193.92 374.31,191.49 "
+ id="polyline6303" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="381.08,175.21 378.78,174.44 "
+ id="polyline6305" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="381.63,175.64 381.45,175.49 381.27,175.34 381.08,175.21 "
+ id="polyline6307" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="378.27,174.53 381.63,175.64 "
+ id="polyline6309" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="372.25,194.75 379.57,197.17 379.79,196.89 379.99,196.61 380.20,196.31 372.88,193.90 "
+ id="polyline6311" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="379.57,174.53 378.80,174.27 "
+ id="polyline6313" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="380.20,174.73 379.99,174.64 379.79,174.58 379.57,174.53 "
+ id="polyline6315" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="370.55,196.63 377.87,199.05 378.11,198.82 378.34,198.60 378.56,198.35 371.25,195.94 "
+ id="polyline6317" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="377.87,174.43 377.04,174.15 "
+ id="polyline6319" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="378.56,174.39 378.34,174.39 378.11,174.39 377.87,174.43 "
+ id="polyline6321" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="376.80,199.95 369.47,197.52 "
+ id="polyline6323" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="368.76,198.00 376.06,200.43 376.31,200.28 376.55,200.11 376.80,199.95 "
+ id="polyline6325" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="376.06,174.91 375.26,174.64 "
+ id="polyline6327" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="376.06,174.91 376.31,174.81 376.55,174.73 376.80,174.64 "
+ id="polyline6329" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="374.97,201.01 368.58,198.90 "
+ id="polyline6331" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="368.95,199.52 374.26,201.28 374.49,201.19 374.72,201.11 374.97,201.01 "
+ id="polyline6333" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="374.26,175.97 373.47,175.71 "
+ id="polyline6335" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="373.18,201.49 369.90,200.42 "
+ id="polyline6337" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="370.23,200.79 372.48,201.53 372.71,201.53 372.94,201.53 373.18,201.49 "
+ id="polyline6339" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="372.48,177.57 371.85,177.36 "
+ id="polyline6341" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="370.11,200.95 370.85,201.19 371.05,201.28 371.27,201.34 371.46,201.39 "
+ id="polyline6343" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="368.64,200.02 369.42,200.28 "
+ id="polyline6345" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="369.42,200.28 369.59,200.45 369.77,200.58 369.95,200.71 "
+ id="polyline6347" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="367.40,198.55 368.26,198.83 "
+ id="polyline6349" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="368.26,198.83 368.39,199.05 368.52,199.27 368.67,199.46 "
+ id="polyline6351" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="366.22,194.37 366.91,194.60 "
+ id="polyline6353" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="366.54,196.63 367.32,196.89 "
+ id="polyline6355" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="356.30,205.32 353.38,204.35 "
+ id="polyline6357" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="356.67,209.15 353.74,208.19 "
+ id="polyline6359" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="357.35,212.74 354.42,211.76 "
+ id="polyline6361" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="358.33,216.02 357.17,215.64 "
+ id="polyline6363" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="359.61,218.94 358.68,218.63 "
+ id="polyline6365" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="380.97,153.24 378.04,152.28 "
+ id="polyline6367" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="382.13,152.73 380.59,152.22 "
+ id="polyline6369" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="383.22,154.06 382.38,153.75 "
+ id="polyline6371" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="383.86,152.13 380.93,151.16 "
+ id="polyline6373" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="385.02,151.83 383.48,151.31 "
+ id="polyline6375" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="385.95,153.39 385.20,153.15 "
+ id="polyline6377" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="386.71,151.53 383.79,150.57 "
+ id="polyline6379" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="387.83,151.43 386.32,150.93 "
+ id="polyline6381" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="388.59,153.24 387.90,153.01 "
+ id="polyline6383" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="389.47,151.45 386.55,150.48 "
+ id="polyline6385" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="359.51,180.23 356.58,179.26 "
+ id="polyline6387" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="358.88,181.99 355.95,181.02 "
+ id="polyline6389" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="359.61,183.10 356.68,182.12 "
+ id="polyline6391" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="359.26,184.20 356.32,183.23 "
+ id="polyline6393" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="357.99,184.66 355.07,183.68 "
+ id="polyline6395" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="357.48,186.46 354.56,185.49 "
+ id="polyline6397" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="358.33,187.37 355.40,186.41 "
+ id="polyline6399" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="358.04,188.48 355.12,187.52 "
+ id="polyline6401" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="356.78,189.16 353.86,188.20 "
+ id="polyline6403" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="356.38,190.98 353.46,190.01 "
+ id="polyline6405" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="357.35,191.67 354.42,190.71 "
+ id="polyline6407" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="357.13,192.80 354.21,191.84 "
+ id="polyline6409" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="355.88,193.68 352.96,192.72 "
+ id="polyline6411" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="355.62,195.50 352.70,194.53 "
+ id="polyline6413" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="356.67,195.98 353.74,195.01 "
+ id="polyline6415" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="356.53,197.07 353.61,196.11 "
+ id="polyline6417" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="355.32,198.17 352.38,197.19 "
+ id="polyline6419" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="355.17,199.93 352.25,198.97 "
+ id="polyline6421" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="356.25,201.28 353.33,200.30 "
+ id="polyline6423" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="355.07,202.54 352.15,201.56 "
+ id="polyline6425" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="379.22,154.16 377.64,153.63 "
+ id="polyline6427" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="378.06,154.87 375.14,153.89 "
+ id="polyline6429" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="377.68,156.81 376.52,156.43 "
+ id="polyline6431" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="376.33,156.07 373.39,155.10 "
+ id="polyline6433" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="375.17,156.96 372.25,156.00 "
+ id="polyline6435" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="374.94,158.89 372.01,157.93 "
+ id="polyline6437" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="373.48,158.44 370.55,157.46 "
+ id="polyline6439" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="372.36,159.50 369.44,158.54 "
+ id="polyline6441" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="372.28,161.40 369.34,160.44 "
+ id="polyline6443" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="370.72,161.23 367.79,160.27 "
+ id="polyline6445" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="369.65,162.48 366.71,161.52 "
+ id="polyline6447" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="369.70,164.29 366.78,163.33 "
+ id="polyline6449" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="368.09,164.44 365.17,163.48 "
+ id="polyline6451" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="367.08,165.82 364.16,164.86 "
+ id="polyline6453" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="367.28,167.53 364.36,166.57 "
+ id="polyline6455" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="365.62,167.98 362.69,167.02 "
+ id="polyline6457" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="364.69,169.49 361.76,168.53 "
+ id="polyline6459" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="365.04,171.09 362.11,170.12 "
+ id="polyline6461" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="364.49,172.05 361.55,171.09 "
+ id="polyline6463" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="363.34,171.83 360.42,170.87 "
+ id="polyline6465" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="362.50,173.45 359.57,172.48 "
+ id="polyline6467" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="362.99,174.89 360.06,173.93 "
+ id="polyline6469" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="362.50,175.92 359.57,174.96 "
+ id="polyline6471" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="361.30,175.94 358.38,174.96 "
+ id="polyline6473" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="360.55,177.63 357.63,176.67 "
+ id="polyline6475" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="361.17,178.91 358.24,177.95 "
+ id="polyline6477" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="360.73,179.99 357.81,179.03 "
+ id="polyline6479" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="390.53,151.56 389.01,151.06 "
+ id="polyline6481" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="364.82,226.48 361.90,225.52 "
+ id="polyline6483" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="362.68,224.87 359.76,223.91 "
+ id="polyline6485" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="363.77,225.79 360.85,224.81 "
+ id="polyline6487" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="360.75,222.83 357.83,221.85 "
+ id="polyline6489" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="358.78,222.96 361.70,223.92 "
+ id="polyline6491" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="359.07,220.32 356.13,219.36 "
+ id="polyline6493" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="356.95,220.65 359.87,221.62 "
+ id="polyline6495" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="357.66,217.43 354.74,216.46 "
+ id="polyline6497" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="355.37,217.89 358.29,218.87 "
+ id="polyline6499" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="356.53,214.16 353.61,213.19 "
+ id="polyline6501" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="354.09,214.75 357.01,215.72 "
+ id="polyline6503" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="355.73,210.55 352.79,209.59 "
+ id="polyline6505" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="353.13,211.23 356.05,212.19 "
+ id="polyline6507" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="352.16,203.29 355.10,204.25 "
+ id="polyline6509" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="355.24,206.66 352.31,205.70 "
+ id="polyline6511" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="355.40,208.36 352.48,207.39 "
+ id="polyline6513" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="356.30,205.32 355.24,206.66 "
+ id="polyline6515" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="355.24,206.66 355.29,207.24 355.34,207.79 355.40,208.36 "
+ id="polyline6517" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="355.40,208.36 356.53,208.17 "
+ id="polyline6519" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="356.53,208.17 356.60,208.67 356.67,209.15 "
+ id="polyline6521" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="356.67,209.15 355.73,210.55 "
+ id="polyline6523" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="355.73,210.55 355.83,211.12 355.93,211.65 356.05,212.19 "
+ id="polyline6525" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="356.05,212.19 357.13,211.83 "
+ id="polyline6527" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="357.13,211.83 357.23,212.28 357.35,212.74 "
+ id="polyline6529" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="357.35,212.74 356.53,214.16 "
+ id="polyline6531" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="356.53,214.16 356.70,214.69 356.85,215.20 357.01,215.72 "
+ id="polyline6533" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="357.01,215.72 358.04,215.19 "
+ id="polyline6535" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="358.04,215.19 358.18,215.60 358.33,216.02 "
+ id="polyline6537" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="358.33,216.02 357.66,217.43 "
+ id="polyline6539" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="357.66,217.43 357.86,217.91 358.08,218.39 358.29,218.87 "
+ id="polyline6541" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="358.29,218.87 359.26,218.23 "
+ id="polyline6543" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="359.26,218.23 359.42,218.59 359.61,218.94 "
+ id="polyline6545" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="359.61,218.94 359.07,220.32 "
+ id="polyline6547" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="359.07,220.32 359.32,220.77 359.59,221.20 359.87,221.62 "
+ id="polyline6549" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="359.87,221.62 360.73,220.87 "
+ id="polyline6551" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="360.73,220.87 360.95,221.18 361.17,221.50 "
+ id="polyline6553" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="361.17,221.50 360.75,222.83 "
+ id="polyline6555" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="360.75,222.83 361.05,223.21 361.38,223.58 361.70,223.92 "
+ id="polyline6557" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="361.70,223.92 362.50,223.11 "
+ id="polyline6559" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="362.50,223.11 362.74,223.36 362.99,223.63 "
+ id="polyline6561" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="362.99,223.63 362.68,224.87 "
+ id="polyline6563" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="362.68,224.87 363.03,225.19 363.41,225.49 363.77,225.79 "
+ id="polyline6565" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="363.77,225.79 364.49,224.91 "
+ id="polyline6567" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="364.49,224.91 364.75,225.10 365.04,225.29 "
+ id="polyline6569" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="365.04,225.29 364.82,226.48 "
+ id="polyline6571" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="364.82,226.48 365.24,226.72 365.64,226.93 366.05,227.15 "
+ id="polyline6573" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="404.87,172.28 403.66,172.47 "
+ id="polyline6575" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="403.66,172.47 403.59,171.98 403.52,171.50 "
+ id="polyline6577" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="404.30,168.39 403.06,168.81 402.96,168.36 402.84,167.91 "
+ id="polyline6579" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="403.41,164.82 402.14,165.45 402.01,165.04 401.86,164.64 "
+ id="polyline6581" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="401.86,164.64 402.71,162.83 "
+ id="polyline6583" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="402.19,161.58 400.93,162.43 "
+ id="polyline6585" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="400.93,162.43 400.77,162.06 400.58,161.70 "
+ id="polyline6587" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="400.58,161.70 401.31,159.82 "
+ id="polyline6589" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="400.68,158.72 399.45,159.77 "
+ id="polyline6591" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="399.45,159.77 399.24,159.46 399.02,159.16 "
+ id="polyline6593" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="399.02,159.16 399.64,157.23 "
+ id="polyline6595" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="398.89,156.30 397.69,157.54 "
+ id="polyline6597" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="397.69,157.54 397.44,157.28 397.19,157.03 "
+ id="polyline6599" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="397.19,157.03 397.69,155.07 "
+ id="polyline6601" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="396.85,154.34 395.70,155.75 "
+ id="polyline6603" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="395.70,155.75 395.43,155.55 395.15,155.35 "
+ id="polyline6605" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="395.15,155.35 395.50,153.41 "
+ id="polyline6607" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="394.57,152.86 393.51,154.42 "
+ id="polyline6609" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="393.51,154.42 393.21,154.29 392.91,154.16 "
+ id="polyline6611" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="392.91,154.16 393.10,152.33 "
+ id="polyline6613" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="392.09,151.90 391.13,153.57 "
+ id="polyline6615" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="391.13,153.57 390.80,153.51 390.48,153.44 "
+ id="polyline6617" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="390.48,153.44 390.53,151.56 "
+ id="polyline6619" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="390.53,151.56 390.00,151.50 389.47,151.45 "
+ id="polyline6621" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="389.47,151.45 388.59,153.24 "
+ id="polyline6623" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="388.59,153.24 388.26,153.23 387.91,153.23 "
+ id="polyline6625" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="387.91,153.23 387.83,151.43 "
+ id="polyline6627" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="387.83,151.43 387.28,151.46 386.71,151.53 "
+ id="polyline6629" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="386.71,151.53 385.95,153.39 "
+ id="polyline6631" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="385.95,153.39 385.60,153.46 385.25,153.51 "
+ id="polyline6633" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="385.25,153.51 385.02,151.83 "
+ id="polyline6635" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="385.02,151.83 384.44,151.96 383.86,152.13 "
+ id="polyline6637" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="383.86,152.13 383.22,154.06 "
+ id="polyline6639" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="383.22,154.06 382.86,154.17 382.51,154.30 "
+ id="polyline6641" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="382.51,154.30 382.13,152.73 "
+ id="polyline6643" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="382.13,152.73 381.55,152.98 380.97,153.24 "
+ id="polyline6645" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="380.97,153.24 380.45,155.20 "
+ id="polyline6647" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="379.74,155.57 380.10,155.38 380.45,155.20 379.49,154.88 "
+ id="polyline6649" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="379.74,155.57 379.22,154.16 "
+ id="polyline6651" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="379.22,154.16 378.64,154.50 378.06,154.87 "
+ id="polyline6653" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="378.06,154.87 377.68,156.81 "
+ id="polyline6655" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="377.68,156.81 377.33,157.06 376.96,157.31 "
+ id="polyline6657" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="376.96,157.31 376.33,156.07 "
+ id="polyline6659" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="376.33,156.07 375.75,156.50 375.17,156.96 "
+ id="polyline6661" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="375.17,156.96 374.94,158.89 "
+ id="polyline6663" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="374.94,158.89 374.59,159.19 374.24,159.50 "
+ id="polyline6665" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="374.24,159.50 373.48,158.44 "
+ id="polyline6667" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="373.48,158.44 372.91,158.96 372.36,159.50 "
+ id="polyline6669" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="372.36,159.50 372.28,161.40 "
+ id="polyline6671" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="372.28,161.40 371.93,161.75 371.60,162.11 "
+ id="polyline6673" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="371.60,162.11 370.72,161.23 "
+ id="polyline6675" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="370.72,161.23 370.18,161.85 369.65,162.48 "
+ id="polyline6677" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="369.65,162.48 369.70,164.29 "
+ id="polyline6679" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="369.70,164.29 369.39,164.69 369.06,165.11 "
+ id="polyline6681" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="369.06,165.11 368.09,164.44 "
+ id="polyline6683" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="368.09,164.44 367.58,165.12 367.08,165.82 "
+ id="polyline6685" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="367.08,165.82 367.28,167.53 "
+ id="polyline6687" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="367.28,167.53 366.98,167.98 366.68,168.43 "
+ id="polyline6689" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="366.68,168.43 365.62,167.98 "
+ id="polyline6691" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="365.62,167.98 365.15,168.73 364.69,169.49 "
+ id="polyline6693" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="364.69,169.49 365.04,171.09 "
+ id="polyline6695" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="365.04,171.09 364.75,171.57 364.49,172.05 "
+ id="polyline6697" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="364.49,172.05 363.34,171.83 "
+ id="polyline6699" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="363.34,171.83 362.93,172.63 362.50,173.45 "
+ id="polyline6701" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="362.50,173.45 362.99,174.89 "
+ id="polyline6703" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="362.99,174.89 362.74,175.41 362.50,175.92 "
+ id="polyline6705" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="362.50,175.92 361.30,175.94 "
+ id="polyline6707" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="361.30,175.94 360.92,176.79 360.55,177.63 "
+ id="polyline6709" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="360.55,177.63 361.17,178.91 "
+ id="polyline6711" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="361.17,178.91 360.95,179.46 360.73,179.99 "
+ id="polyline6713" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="360.73,179.99 359.51,180.23 "
+ id="polyline6715" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="359.51,180.23 359.19,181.11 358.88,181.99 "
+ id="polyline6717" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="358.88,181.99 359.61,183.10 "
+ id="polyline6719" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="359.61,183.10 359.42,183.65 359.26,184.20 "
+ id="polyline6721" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="359.26,184.20 357.99,184.66 "
+ id="polyline6723" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="357.99,184.66 357.73,185.56 357.48,186.46 "
+ id="polyline6725" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="357.48,186.46 358.33,187.37 "
+ id="polyline6727" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="358.33,187.37 358.18,187.94 358.04,188.48 "
+ id="polyline6729" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="358.04,188.48 356.78,189.16 "
+ id="polyline6731" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="356.78,189.16 356.58,190.08 356.38,190.98 "
+ id="polyline6733" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="356.38,190.98 357.35,191.67 "
+ id="polyline6735" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="357.35,191.67 357.23,192.24 357.13,192.80 "
+ id="polyline6737" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="357.13,192.80 355.88,193.68 "
+ id="polyline6739" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="355.88,193.68 355.73,194.60 355.62,195.50 "
+ id="polyline6741" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="355.62,195.50 356.67,195.98 "
+ id="polyline6743" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="356.67,195.98 356.60,196.53 356.53,197.07 "
+ id="polyline6745" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="356.53,197.07 355.32,198.17 "
+ id="polyline6747" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="355.32,198.17 355.24,199.05 355.17,199.93 "
+ id="polyline6749" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="355.17,199.93 356.30,200.20 "
+ id="polyline6751" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="356.30,200.20 356.27,200.73 356.25,201.28 "
+ id="polyline6753" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="356.25,201.28 355.07,202.54 "
+ id="polyline6755" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="355.07,202.54 355.07,202.97 "
+ id="polyline6757" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="355.07,202.97 355.09,203.60 355.10,204.25 "
+ id="polyline6759" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="355.10,204.25 356.25,204.29 "
+ id="polyline6761" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="356.25,204.29 356.27,204.80 356.30,205.32 "
+ id="polyline6763" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="376.80,174.64 377.08,173.48 "
+ id="polyline6765" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="377.08,173.48 377.34,173.41 377.63,173.36 377.89,173.31 "
+ id="polyline6767" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="377.89,173.31 377.87,174.43 "
+ id="polyline6769" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="378.56,174.39 378.99,173.26 "
+ id="polyline6771" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="378.99,173.26 379.24,173.28 379.49,173.31 379.74,173.36 "
+ id="polyline6773" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="379.74,173.36 379.57,174.53 "
+ id="polyline6775" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="380.20,174.73 380.73,173.68 "
+ id="polyline6777" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="380.73,173.68 380.97,173.80 381.20,173.91 381.41,174.04 "
+ id="polyline6779" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="381.41,174.04 381.08,175.21 "
+ id="polyline6781" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="381.63,175.64 382.26,174.73 "
+ id="polyline6783" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="382.26,174.73 382.46,174.93 382.64,175.12 382.83,175.34 "
+ id="polyline6785" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="382.83,175.34 382.36,176.45 "
+ id="polyline6787" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="382.79,177.08 383.49,176.35 "
+ id="polyline6789" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="383.49,176.35 383.64,176.62 383.77,176.90 383.91,177.19 "
+ id="polyline6791" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="383.91,177.19 383.34,178.20 "
+ id="polyline6793" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="383.64,179.01 384.39,178.48 "
+ id="polyline6795" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="384.39,178.48 384.47,178.81 384.55,179.16 384.64,179.50 "
+ id="polyline6797" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="384.64,179.50 383.97,180.38 "
+ id="polyline6799" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="384.12,181.32 384.87,181.02 "
+ id="polyline6801" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="384.87,181.02 384.92,181.41 384.93,181.79 384.97,182.19 "
+ id="polyline6803" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="384.97,182.19 384.24,182.87 "
+ id="polyline6805" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="384.24,183.93 384.97,183.88 "
+ id="polyline6807" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="384.97,183.88 384.93,184.30 384.92,184.71 384.87,185.13 "
+ id="polyline6809" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="384.87,185.13 384.12,185.61 "
+ id="polyline6811" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="383.97,186.72 384.64,186.91 "
+ id="polyline6813" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="384.64,186.91 384.55,187.32 384.47,187.75 384.39,188.18 "
+ id="polyline6815" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="384.39,188.18 383.64,188.43 "
+ id="polyline6817" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="383.34,189.55 383.91,189.98 "
+ id="polyline6819" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="383.91,189.98 383.77,190.39 383.64,190.81 383.49,191.24 "
+ id="polyline6821" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="383.49,191.24 382.79,191.24 "
+ id="polyline6823" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="382.36,192.32 382.83,192.95 "
+ id="polyline6825" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="382.83,192.95 382.64,193.35 382.46,193.75 382.26,194.15 "
+ id="polyline6827" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="382.26,194.15 381.63,193.92 "
+ id="polyline6829" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="381.08,194.90 381.41,195.73 "
+ id="polyline6831" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="381.41,195.73 381.20,196.08 380.97,196.44 380.73,196.79 "
+ id="polyline6833" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="380.73,196.79 380.20,196.31 "
+ id="polyline6835" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="379.57,197.17 379.74,198.15 "
+ id="polyline6837" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="379.74,198.15 379.49,198.45 379.24,198.75 378.99,199.03 "
+ id="polyline6839" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="378.99,199.03 378.56,198.35 "
+ id="polyline6841" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="377.87,199.05 377.89,200.13 "
+ id="polyline6843" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="377.89,200.13 377.63,200.36 377.34,200.60 377.08,200.81 "
+ id="polyline6845" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="377.08,200.81 376.80,199.95 "
+ id="polyline6847" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="376.06,200.43 375.93,201.58 "
+ id="polyline6849" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="375.93,201.58 375.67,201.74 375.39,201.88 375.10,202.01 "
+ id="polyline6851" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="375.10,202.01 374.97,201.01 "
+ id="polyline6853" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="374.26,201.28 373.96,202.44 "
+ id="polyline6855" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="373.96,202.44 373.69,202.51 373.43,202.56 373.16,202.61 "
+ id="polyline6857" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="373.16,202.61 373.18,201.49 "
+ id="polyline6859" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="372.48,201.53 372.06,202.66 "
+ id="polyline6861" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="372.06,202.66 371.80,202.64 371.55,202.61 371.30,202.56 "
+ id="polyline6863" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="371.30,202.56 371.46,201.39 "
+ id="polyline6865" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="370.85,201.19 370.30,202.24 "
+ id="polyline6867" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="370.30,202.24 370.07,202.13 369.85,202.01 369.64,201.88 "
+ id="polyline6869" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="369.64,201.88 369.95,200.71 "
+ id="polyline6871" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="369.42,200.28 368.77,201.19 "
+ id="polyline6873" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="368.77,201.19 368.59,201.00 368.41,200.80 368.23,200.58 "
+ id="polyline6875" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="368.23,200.58 368.67,199.46 "
+ id="polyline6877" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="368.26,198.83 367.54,199.57 "
+ id="polyline6879" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="367.54,199.57 367.40,199.30 367.26,199.02 367.13,198.74 "
+ id="polyline6881" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M389.75 182.14C389.89 182.60 390.16 182.93 390.53 183.06C390.84 183.17 391.19 183.12 391.53 182.94"
+ id="path6883" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M392.42 182.16C392.72 181.79 392.98 181.32 393.16 180.79C393.35 180.28 393.44 179.76 393.45 179.30"
+ id="path6885" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M393.03 177.72C392.90 177.55 392.74 177.43 392.54 177.36C392.16 177.23 391.72 177.33 391.31 177.62"
+ id="path6887" />
+<path
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 389.83 182.05 C 390.36 181.66 390.86 180.96 391.17 180.09 C 391.48 179.21 391.53 178.35 391.36 177.71 L 391.31 177.62 C 390.75 178.01 390.23 178.73 389.90 179.63 C 389.58 180.56 389.54 181.48 389.75 182.14 L 389.83 182.05 L 389.83 182.05"
+ id="path6889" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M360.17 198.98C360.42 199.00 360.68 198.94 360.93 198.80"
+ id="path6891" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M361.82 198.02C362.12 197.65 362.38 197.18 362.57 196.65C362.75 196.14 362.84 195.62 362.85 195.16"
+ id="path6893" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M362.44 193.58C362.30 193.42 362.14 193.29 361.95 193.22C361.56 193.09 361.13 193.19 360.71 193.48"
+ id="path6895" />
+<path
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 359.87 197.26 C 360.15 196.89 360.39 196.45 360.57 195.95 C 360.88 195.08 360.93 194.21 360.76 193.57 L 360.71 193.48 C 360.53 193.61 360.36 193.78 360.20 193.96 C 360.06 195.01 359.95 196.05 359.88 197.11 C 359.87 197.16 359.87 197.21 359.87 197.26 L 359.87 197.26"
+ id="path6897" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M374.46 167.74C374.61 168.19 374.87 168.53 375.24 168.66C375.56 168.77 375.90 168.72 376.25 168.54"
+ id="path6899" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M377.14 167.76C377.43 167.39 377.69 166.92 377.88 166.39C378.06 165.87 378.16 165.36 378.17 164.90"
+ id="path6901" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M377.75 163.32C377.62 163.15 377.45 163.03 377.26 162.96C376.88 162.82 376.44 162.93 376.02 163.22"
+ id="path6903" />
+<path
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 374.54 167.65 C 375.08 167.26 375.58 166.56 375.89 165.69 C 376.19 164.81 376.25 163.95 376.08 163.30 L 376.02 163.22 C 375.46 163.61 374.94 164.33 374.62 165.23 C 374.29 166.16 374.25 167.08 374.46 167.74 L 374.54 167.65 L 374.54 167.65"
+ id="path6905" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M374.46 212.45C374.61 212.91 374.87 213.24 375.24 213.38C375.56 213.49 375.90 213.44 376.25 213.26"
+ id="path6907" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M377.14 212.48C377.43 212.10 377.69 211.64 377.88 211.10C378.06 210.59 378.16 210.08 378.17 209.61"
+ id="path6909" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M377.75 208.04C377.62 207.87 377.45 207.74 377.26 207.67C376.88 207.54 376.44 207.65 376.02 207.94"
+ id="path6911" />
+<path
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 374.54 212.37 C 375.08 211.97 375.58 211.27 375.89 210.40 C 376.19 209.53 376.25 208.67 376.08 208.02 L 376.02 207.94 C 375.46 208.33 374.94 209.04 374.62 209.95 C 374.29 210.88 374.25 211.79 374.46 212.45 L 374.54 212.37 L 374.54 212.37"
+ id="path6913" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#FEFEFE; stroke-width:2.00; stroke-linecap:butt; stroke-linejoin:round"
+ d="M 391.68 159.04 C 391.02 158.69 390.34 158.42 389.61 158.25 C 387.55 157.78 384.88 158.02 382.88 158.71 C 375.73 161.18 370.31 167.44 366.77 173.91 C 365.60 176.05 364.55 178.30 363.66 180.57 C 361.57 185.87 360.26 191.42 359.88 197.11 C 359.40 204.18 360.21 213.56 366.17 218.41 C 370.23 221.72 375.60 221.56 380.10 219.24"
+ id="path6915" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 391.68 159.04 C 391.02 158.69 390.34 158.42 389.61 158.25 C 387.55 157.78 384.88 158.02 382.88 158.71 C 375.73 161.18 370.31 167.44 366.77 173.91 C 365.60 176.05 364.55 178.30 363.66 180.57 C 361.57 185.87 360.26 191.42 359.88 197.11 C 359.40 204.18 360.21 213.56 366.17 218.41 C 370.23 221.72 375.60 221.56 380.10 219.24"
+ id="path6917" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="683.84,355.00 683.70,354.83 683.54,354.68 683.39,354.55 683.22,354.41 683.04,354.30 682.87,354.18 682.69,354.10 682.51,354.01 682.31,353.95 682.11,353.90 681.91,353.85 681.71,353.83 681.51,353.82 681.29,353.82 681.09,353.82 680.88,353.85 680.31,353.91 "
+ id="polyline6919" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ points="687.31,360.15 687.11,360.06 686.93,359.95 686.74,359.83 686.58,359.70 686.39,359.56 686.23,359.40 686.08,359.23 685.91,359.07 685.78,358.87 685.63,358.67 685.50,358.45 685.38,358.24 685.26,358.00 685.15,357.75 685.05,357.50 684.95,357.24 684.87,356.97 684.78,356.71 684.68,356.46 684.58,356.22 684.48,355.99 684.37,355.78 684.25,355.56 684.12,355.36 683.99,355.18 683.84,355.00 "
+ id="polyline6921" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ points="700.80,229.95 701.36,229.86 701.93,229.81 702.49,229.76 703.05,229.73 703.60,229.70 704.15,229.70 704.72,229.70 705.26,229.71 705.79,229.75 706.34,229.78 706.88,229.85 707.41,229.91 707.94,230.00 708.47,230.09 709.00,230.19 709.08,230.21 "
+ id="polyline6923" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="727.95,250.60 728.17,251.30 728.37,251.98 728.57,252.69 728.75,253.39 728.93,254.12 729.12,254.84 729.28,255.58 729.45,256.31 729.60,257.06 729.65,257.34 729.71,257.63 729.80,257.89 729.88,258.14 729.96,258.39 730.06,258.64 730.18,258.87 730.28,259.09 730.41,259.29 730.53,259.49 730.66,259.69 730.81,259.85 730.96,260.02 731.11,260.19 731.27,260.32 731.44,260.45 731.61,260.57 731.79,260.67 731.97,260.77 732.15,260.85 732.34,260.92 732.54,260.97 732.74,261.00 732.94,261.03 733.14,261.05 733.35,261.07 733.57,261.10 733.78,261.13 733.98,261.18 734.18,261.25 734.38,261.33 734.58,261.43 734.76,261.53 734.95,261.65 735.13,261.78 735.29,261.93 735.46,262.08 735.63,262.26 735.78,262.43 735.93,262.63 736.06,262.83 736.19,263.04 736.31,263.26 736.44,263.49 736.54,263.74 736.64,263.99 736.74,264.26 736.82,264.52 736.91,264.80 736.99,265.10 737.04,265.39 737.11,265.70 737.14,266.00 737.19,266.33 737.22,266.65 737.24,266.98 737.26,267.31 737.26,267.66 737.26,268.00 737.24,268.34 737.22,268.69 737.19,269.06 737.14,269.41 737.11,269.77 737.04,270.14 736.99,270.49 736.91,270.85 736.82,271.22 736.74,271.58 736.64,271.95 736.54,272.32 736.44,272.67 736.31,273.03 736.19,273.38 736.06,273.73 735.93,274.08 735.78,274.43 735.63,274.76 735.46,275.09 735.29,275.42 735.13,275.74 734.95,276.05 734.76,276.37 734.58,276.67 734.38,276.97 734.18,277.25 733.98,277.53 733.78,277.80 733.57,278.06 733.35,278.31 733.14,278.55 732.94,278.78 732.74,279.03 732.54,279.28 732.34,279.53 732.15,279.79 731.97,280.07 731.79,280.36 731.61,280.64 731.44,280.94 731.27,281.24 731.11,281.55 730.96,281.87 730.81,282.19 730.66,282.50 730.53,282.83 730.41,283.16 730.28,283.50 730.18,283.85 730.06,284.18 729.96,284.53 729.88,284.86 729.80,285.21 729.71,285.56 729.65,285.91 729.60,286.24 729.45,287.15 729.28,288.07 729.12,288.96 728.93,289.88 728.75,290.79 728.57,291.69 728.37,292.60 728.17,293.52 727.95,294.43 727.72,295.33 727.49,296.24 727.26,297.16 727.01,298.05 726.76,298.95 726.49,299.86 726.23,300.76 725.94,301.66 725.66,302.56 725.38,303.45 725.08,304.35 724.76,305.23 724.45,306.13 724.13,307.01 723.80,307.89 723.47,308.77 723.12,309.63 722.77,310.51 722.42,311.38 722.06,312.24 721.69,313.09 721.31,313.95 720.93,314.80 720.55,315.63 720.14,316.48 719.75,317.31 719.33,318.14 718.92,318.96 718.50,319.77 718.07,320.58 717.64,321.40 717.21,322.20 716.77,322.98 716.33,323.76 715.86,324.54 715.41,325.32 714.95,326.08 714.47,326.83 714.00,327.58 713.52,328.33 713.04,329.06 712.54,329.79 712.06,330.50 711.56,331.20 711.04,331.92 710.55,332.60 710.03,333.28 709.52,333.96 709.00,334.62 708.47,335.29 707.94,335.94 707.41,336.57 706.88,337.20 706.34,337.81 705.79,338.43 705.26,339.03 704.72,339.61 704.15,340.19 703.60,340.75 703.05,341.32 702.49,341.87 701.93,342.40 701.36,342.93 700.80,343.45 700.58,343.65 700.38,343.85 700.16,344.06 699.96,344.29 699.77,344.53 699.57,344.78 699.37,345.04 699.17,345.31 698.98,345.57 698.80,345.86 698.64,346.16 698.45,346.45 698.29,346.75 698.14,347.05 697.99,347.37 697.84,347.70 697.69,348.02 697.56,348.35 697.42,348.68 697.31,349.01 697.19,349.34 697.09,349.69 696.99,350.03 696.89,350.38 696.81,350.72 696.73,351.09 696.63,351.46 696.53,351.80 696.41,352.17 696.29,352.52 696.18,352.88 696.05,353.23 695.90,353.58 695.76,353.91 695.60,354.26 695.45,354.60 695.28,354.93 695.11,355.24 694.93,355.56 694.75,355.88 694.57,356.17 694.37,356.46 694.17,356.76 693.97,357.02 693.77,357.30 693.55,357.55 693.34,357.80 693.12,358.05 692.91,358.28 692.69,358.50 692.46,358.72 692.23,358.92 692.01,359.10 691.77,359.28 691.54,359.45 691.31,359.60 691.08,359.73 690.85,359.86 690.60,359.98 690.36,360.08 690.13,360.18 689.90,360.25 689.68,360.31 689.45,360.36 689.22,360.41 689.00,360.43 688.77,360.45 688.55,360.45 688.34,360.43 688.12,360.39 687.90,360.36 687.71,360.29 687.51,360.23 687.31,360.15 687.21,360.11 683.55,358.90 683.45,358.85 683.27,358.75 683.09,358.63 682.91,358.50 682.74,358.35 682.57,358.20 682.41,358.04 682.26,357.85 682.11,357.65 681.97,357.45 681.84,357.24 681.71,357.02 681.59,356.79 681.49,356.54 681.38,356.29 681.29,356.02 681.19,355.76 681.11,355.49 681.03,355.24 680.93,355.01 680.83,354.78 680.71,354.56 680.58,354.35 680.46,354.15 680.33,353.97 680.31,353.91 679.75,353.98 679.19,354.03 678.62,354.06 678.07,354.10 677.52,354.10 676.98,354.10 676.43,354.08 675.88,354.05 675.33,354.01 674.80,353.95 674.27,353.88 673.74,353.80 673.21,353.70 672.67,353.60 672.16,353.47 671.64,353.33 671.13,353.18 670.63,353.02 670.13,352.85 667.99,352.12 667.47,351.97 666.98,351.80 666.46,351.64 665.96,351.44 665.48,351.24 664.98,351.02 664.50,350.81 664.02,350.56 663.55,350.31 663.07,350.04 662.61,349.76 662.16,349.48 661.69,349.16 661.25,348.85 660.81,348.53 660.37,348.18 659.93,347.83 659.52,347.47 659.09,347.09 658.69,346.70 658.27,346.29 657.87,345.89 657.48,345.46 657.09,345.03 656.71,344.58 656.33,344.11 655.96,343.65 655.60,343.15 655.25,342.67 654.90,342.15 654.55,341.64 654.22,341.12 653.89,340.57 653.57,340.03 653.26,339.46 652.94,338.89 652.64,338.31 652.36,337.73 652.08,337.13 651.80,336.52 651.53,335.90 651.26,335.27 651.01,334.62 650.77,333.98 650.52,333.33 650.30,332.65 650.07,331.98 649.85,331.30 649.65,330.60 649.45,329.90 649.25,329.19 649.07,328.48 648.90,327.75 648.74,327.01 648.57,326.27 648.42,325.52 648.37,325.24 648.31,324.95 648.22,324.69 648.14,324.44 648.06,324.19 647.96,323.94 647.84,323.72 647.73,323.49 647.61,323.29 647.49,323.09 647.34,322.89 647.21,322.73 647.06,322.56 646.91,322.41 646.75,322.26 646.58,322.13 646.41,322.01 646.23,321.91 646.05,321.81 645.86,321.75 645.68,321.66 645.48,321.61 645.28,321.58 645.08,321.55 644.87,321.53 644.65,321.51 644.45,321.50 644.24,321.45 644.04,321.40 643.82,321.33 643.64,321.25 643.44,321.15 643.26,321.05 643.08,320.93 642.89,320.80 642.73,320.65 642.56,320.50 642.39,320.33 642.24,320.15 642.09,319.95 641.96,319.75 641.83,319.54 641.70,319.32 641.58,319.09 641.48,318.84 641.36,318.59 641.28,318.32 641.18,318.06 641.11,317.78 641.03,317.48 640.98,317.19 640.92,316.88 640.86,316.58 640.83,316.26 640.80,315.93 640.78,315.60 640.77,315.27 640.77,314.93 640.77,314.58 640.78,314.24 640.80,313.89 640.83,313.52 640.86,313.17 640.92,312.81 640.98,312.44 641.03,312.09 641.11,311.73 641.18,311.36 641.28,311.00 641.36,310.63 641.48,310.28 641.58,309.92 641.70,309.55 641.83,309.20 641.96,308.85 642.09,308.50 642.24,308.16 642.39,307.82 642.56,307.49 642.73,307.16 642.89,306.84 643.08,306.53 643.26,306.21 643.44,305.91 643.64,305.61 643.82,305.33 644.04,305.05 644.24,304.78 644.45,304.52 644.65,304.27 644.87,304.03 645.08,303.80 645.28,303.55 645.48,303.30 645.68,303.05 645.86,302.79 646.05,302.51 646.23,302.24 646.41,301.94 646.58,301.64 646.75,301.34 646.91,301.04 647.06,300.73 647.21,300.40 647.34,300.08 647.49,299.75 647.61,299.42 647.73,299.08 647.84,298.75 647.96,298.40 648.06,298.05 648.14,297.72 648.22,297.37 648.31,297.02 648.37,296.67 648.42,296.34 648.57,295.43 648.74,294.53 648.90,293.62 649.07,292.70 649.25,291.79 649.45,290.89 649.65,289.98 649.85,289.06 650.07,288.17 650.30,287.25 650.52,286.34 650.77,285.44 651.01,284.53 651.26,283.63 651.53,282.72 651.80,281.82 652.08,280.92 652.36,280.03 652.64,279.13 652.94,278.23 653.26,277.35 653.57,276.45 653.89,275.57 654.22,274.69 654.55,273.81 654.90,272.95 655.25,272.07 655.60,271.20 655.96,270.34 656.33,269.49 656.71,268.63 657.09,267.78 657.48,266.95 657.87,266.10 658.27,265.27 658.69,264.44 659.09,263.63 659.52,262.81 659.93,262.00 660.37,261.20 660.81,260.40 661.25,259.60 661.69,258.82 662.16,258.04 662.61,257.26 663.07,256.51 663.55,255.75 664.02,255.00 664.50,254.25 664.98,253.52 665.48,252.79 665.96,252.08 666.46,251.38 666.98,250.67 667.47,249.98 667.99,249.30 668.50,248.62 669.02,247.96 669.55,247.29 670.07,246.66 670.60,246.01 671.15,245.38 671.68,244.77 672.23,244.15 672.76,243.55 673.30,242.97 673.85,242.39 674.42,241.83 674.97,241.26 675.53,240.71 676.10,240.18 676.64,239.67 677.23,239.15 677.42,238.95 677.64,238.73 677.86,238.52 678.06,238.29 678.26,238.05 678.45,237.80 678.65,237.54 678.84,237.27 679.04,237.01 679.22,236.72 679.39,236.43 679.55,236.14 679.72,235.83 679.88,235.53 680.03,235.21 680.18,234.90 680.33,234.57 680.46,234.23 680.58,233.90 680.71,233.57 680.83,233.23 680.93,232.89 681.03,232.55 681.11,232.20 681.19,231.86 681.29,231.49 681.38,231.14 681.49,230.78 681.59,230.41 681.71,230.06 681.84,229.70 681.97,229.35 682.11,229.00 682.26,228.67 682.41,228.32 682.57,227.99 682.74,227.67 682.91,227.34 683.09,227.02 683.27,226.72 683.45,226.41 683.65,226.12 683.85,225.83 684.05,225.56 684.25,225.28 684.47,225.03 684.68,224.78 684.90,224.53 685.11,224.29 685.33,224.08 685.56,223.86 685.80,223.66 686.01,223.48 686.25,223.30 686.48,223.15 686.71,222.98 686.94,222.85 687.17,222.72 687.41,222.60 687.64,222.50 687.87,222.42 688.10,222.33 688.34,222.27 688.57,222.22 688.80,222.19 689.02,222.15 689.25,222.14 689.47,222.14 689.68,222.15 689.90,222.19 690.10,222.24 690.40,222.32 694.05,223.51 694.17,223.56 694.37,223.63 694.57,223.73 694.75,223.83 694.93,223.96 695.11,224.08 695.28,224.23 695.45,224.38 695.60,224.56 695.76,224.73 695.90,224.93 696.05,225.13 696.18,225.34 696.29,225.56 696.41,225.79 696.53,226.04 696.63,226.29 696.73,226.55 696.81,226.82 696.89,227.09 696.99,227.34 697.09,227.57 697.19,227.80 697.31,228.02 697.42,228.23 697.56,228.43 697.69,228.62 697.73,228.67 697.76,228.66 698.27,228.60 698.84,228.55 699.38,228.52 699.95,228.48 700.50,228.48 701.05,228.48 701.59,228.50 702.14,228.53 702.69,228.58 703.22,228.63 703.75,228.70 704.28,228.78 704.81,228.88 705.33,229.00 705.86,229.12 706.38,229.25 706.88,229.40 707.39,229.56 710.55,230.61 711.04,230.78 711.56,230.94 712.06,231.14 712.54,231.34 713.04,231.56 713.52,231.77 714.00,232.02 714.47,232.27 714.95,232.54 715.41,232.82 715.86,233.10 716.33,233.42 716.77,233.73 717.21,234.05 717.64,234.40 718.07,234.75 718.50,235.11 718.92,235.49 719.33,235.88 719.75,236.29 720.14,236.71 720.55,237.12 720.93,237.56 721.31,238.00 721.69,238.47 722.06,238.95 722.42,239.43 722.77,239.92 723.12,240.43 723.47,240.95 723.80,241.48 724.13,242.01 724.45,242.56 724.76,243.12 725.08,243.69 725.38,244.27 725.66,244.85 725.94,245.46 726.23,246.06 726.49,246.69 726.76,247.31 727.01,247.96 727.26,248.60 727.49,249.27 727.72,249.93 727.95,250.60 727.95,250.60 "
+ id="polyline6925" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="697.73,228.67 697.84,228.80 697.99,228.96 698.14,229.12 698.29,229.25 698.45,229.38 698.64,229.50 698.80,229.61 698.98,229.70 699.17,229.78 699.37,229.85 699.57,229.90 699.77,229.95 699.96,229.96 700.16,229.98 700.38,229.98 700.58,229.98 700.80,229.95 "
+ id="polyline6927" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ points="669.14,352.45 668.64,352.24 668.16,352.00 667.67,351.77 667.21,351.52 666.74,351.26 666.28,350.97 665.81,350.69 665.37,350.38 664.92,350.06 664.47,349.73 664.04,349.40 663.60,349.05 663.17,348.68 662.76,348.30 662.34,347.90 661.93,347.50 661.53,347.09 661.13,346.67 660.75,346.22 660.37,345.77 659.98,345.32 659.62,344.84 659.25,344.36 658.90,343.88 658.55,343.36 658.21,342.85 657.87,342.32 657.54,341.79 657.23,341.24 656.91,340.67 656.61,340.11 656.31,339.53 656.01,338.93 655.73,338.33 655.45,337.73 655.18,337.10 654.92,336.47 654.67,335.84 654.42,335.19 654.19,334.52 653.95,333.86 653.72,333.18 653.52,332.50 653.31,331.82 653.11,331.10 652.92,330.40 652.74,329.67 652.56,328.96 652.39,328.21 652.24,327.48 652.09,326.73 652.03,326.45 651.96,326.17 651.88,325.90 651.80,325.65 651.71,325.40 651.61,325.15 651.51,324.92 651.40,324.70 651.26,324.49 651.15,324.30 651.01,324.11 650.86,323.94 650.72,323.77 650.57,323.61 650.40,323.47 650.23,323.34 650.07,323.23 649.89,323.13 649.72,323.03 649.52,322.94 649.34,322.88 649.14,322.83 648.94,322.79 648.74,322.76 648.54,322.74 648.32,322.73 648.11,322.69 647.89,322.66 647.69,322.61 647.49,322.53 647.29,322.46 647.09,322.36 646.91,322.26 646.73,322.13 646.55,322.00 646.38,321.86 646.21,321.70 646.06,321.53 645.90,321.36 645.76,321.16 645.62,320.97 645.48,320.75 645.37,320.53 645.25,320.30 645.13,320.05 645.03,319.80 644.93,319.54 644.85,319.25 644.77,318.99 644.70,318.69 644.64,318.39 644.57,318.09 644.54,317.78 644.49,317.46 644.47,317.14 644.44,316.81 644.44,316.48 644.42,316.13 644.44,315.80 644.44,315.45 644.47,315.08 644.49,314.74 644.54,314.39 644.57,314.02 644.64,313.65 644.70,313.29 644.77,312.94 644.85,312.58 644.93,312.21 645.03,311.84 645.13,311.48 645.25,311.13 645.37,310.76 645.48,310.42 645.62,310.07 645.76,309.72 645.90,309.37 646.06,309.04 646.21,308.70 646.38,308.37 646.55,308.05 646.73,307.74 646.91,307.42 647.09,307.13 647.29,306.83 647.49,306.54 647.69,306.26 647.89,306.00 648.11,305.73 648.32,305.48 648.54,305.23 648.74,305.01 648.94,304.77 649.14,304.52 649.34,304.27 649.52,304.00 649.72,303.72 649.89,303.44 650.07,303.15 650.23,302.85 650.40,302.56 650.57,302.24 650.72,301.92 650.86,301.61 651.01,301.29 651.15,300.96 651.26,300.63 651.40,300.30 651.51,299.95 651.61,299.62 651.71,299.27 651.80,298.92 651.88,298.58 651.96,298.24 652.03,297.89 652.09,297.55 652.24,296.64 652.39,295.73 652.56,294.83 652.74,293.92 652.92,293.00 653.11,292.09 653.31,291.19 653.52,290.28 653.72,289.36 653.95,288.46 654.19,287.55 654.42,286.64 654.67,285.74 654.92,284.83 655.18,283.93 655.45,283.03 655.73,282.13 656.01,281.24 656.31,280.34 656.61,279.44 656.91,278.56 657.23,277.67 657.54,276.78 657.87,275.90 658.21,275.02 658.55,274.16 658.90,273.28 659.25,272.41 659.62,271.55 659.98,270.70 660.37,269.84 660.75,268.99 661.13,268.15 661.53,267.31 661.93,266.48 662.34,265.65 662.76,264.84 663.17,264.01 663.60,263.21 664.04,262.39 664.47,261.60 664.92,260.82 665.37,260.02 665.81,259.25 666.28,258.47 666.74,257.71 667.21,256.96 667.67,256.22 668.16,255.47 668.64,254.74 669.14,254.00 669.63,253.29 670.13,252.58 670.63,251.88 671.13,251.20 671.64,250.50 672.16,249.83 672.67,249.17 673.21,248.50 673.74,247.86 674.27,247.22 674.80,246.59 675.33,245.98 675.88,245.36 676.43,244.77 676.98,244.19 677.52,243.60 678.07,243.04 678.62,242.47 679.19,241.92 679.75,241.39 680.31,240.86 680.88,240.35 681.09,240.15 681.29,239.95 681.51,239.73 681.71,239.50 681.91,239.25 682.11,239.00 682.31,238.75 682.51,238.49 682.69,238.20 682.87,237.94 683.04,237.64 683.22,237.34 683.39,237.04 683.54,236.72 683.70,236.43 683.84,236.09 683.99,235.78 684.12,235.45 684.25,235.11 684.37,234.78 684.48,234.43 684.58,234.10 684.68,233.75 684.78,233.42 684.87,233.07 684.95,232.70 685.05,232.34 685.15,231.99 685.26,231.62 685.38,231.27 685.50,230.91 685.63,230.56 685.78,230.21 685.91,229.88 686.08,229.53 686.23,229.20 686.39,228.86 686.58,228.55 686.74,228.23 686.93,227.92 687.11,227.62 687.31,227.32 687.51,227.04 687.71,226.75 687.90,226.49 688.12,226.24 688.34,225.97 688.55,225.74 688.77,225.51 689.00,225.29 689.22,225.08 689.45,224.88 689.68,224.70 689.90,224.51 690.13,224.35 690.36,224.20 690.60,224.06 690.85,223.93 691.08,223.81 691.31,223.71 691.54,223.62 691.77,223.55 692.01,223.48 692.23,223.43 692.46,223.38 692.69,223.37 692.91,223.35 693.12,223.35 693.34,223.37 693.55,223.40 693.77,223.43 693.87,223.46 "
+ id="polyline6929" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M688.33 235.97C688.54 236.61 688.90 237.07 689.42 237.25C689.85 237.41 690.34 237.34 690.82 237.09"
+ id="path6931" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M692.06 236.00C692.47 235.48 692.83 234.83 693.09 234.09C693.34 233.37 693.47 232.66 693.49 232.01"
+ id="path6933" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M692.91 229.82C692.72 229.59 692.49 229.42 692.23 229.32C691.69 229.13 691.08 229.28 690.51 229.68"
+ id="path6935" />
+<path
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 688.45 235.85 C 689.19 235.30 689.88 234.32 690.31 233.12 C 690.74 231.90 690.82 230.70 690.58 229.80 L 690.51 229.68 C 689.73 230.23 689.00 231.23 688.55 232.48 C 688.10 233.78 688.04 235.05 688.33 235.97 L 688.45 235.85 L 688.45 235.85"
+ id="path6937" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M728.36 273.68C728.57 274.32 728.93 274.78 729.45 274.96C729.88 275.12 730.37 275.05 730.85 274.80"
+ id="path6939" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M732.09 273.71C732.50 273.19 732.86 272.54 733.12 271.80C733.37 271.08 733.50 270.37 733.52 269.72"
+ id="path6941" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M732.94 267.53C732.75 267.30 732.53 267.13 732.26 267.03C731.72 266.84 731.12 266.99 730.54 267.39"
+ id="path6943" />
+<path
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 728.48 273.56 C 729.22 273.01 729.92 272.03 730.34 270.82 C 730.77 269.61 730.85 268.41 730.61 267.51 L 730.54 267.39 C 729.76 267.94 729.03 268.94 728.58 270.19 C 728.13 271.49 728.07 272.76 728.36 273.68 L 728.48 273.56 L 728.48 273.56"
+ id="path6945" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M648.30 315.49C648.51 316.12 648.87 316.59 649.39 316.77C649.82 316.92 650.31 316.86 650.78 316.61"
+ id="path6947" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M652.02 315.52C652.44 315.00 652.80 314.35 653.06 313.61C653.31 312.89 653.44 312.18 653.46 311.53"
+ id="path6949" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M652.88 309.34C652.69 309.11 652.46 308.93 652.19 308.84C651.66 308.65 651.05 308.80 650.48 309.20"
+ id="path6951" />
+<path
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 648.42 315.37 C 649.16 314.82 649.85 313.84 650.28 312.63 C 650.71 311.42 650.78 310.22 650.55 309.32 L 650.48 309.20 C 649.70 309.74 648.97 310.74 648.52 312.00 C 648.07 313.29 648.01 314.57 648.30 315.49 L 648.42 315.37 L 648.42 315.37"
+ id="path6953" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M688.33 353.16C688.53 353.80 688.90 354.27 689.41 354.45C689.85 354.60 690.33 354.53 690.81 354.28"
+ id="path6955" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M692.05 353.20C692.46 352.68 692.82 352.03 693.08 351.29C693.34 350.57 693.47 349.85 693.48 349.21"
+ id="path6957" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M692.90 347.01C692.71 346.78 692.49 346.61 692.22 346.51C691.69 346.33 691.08 346.47 690.50 346.88"
+ id="path6959" />
+<path
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 688.44 353.04 C 689.18 352.49 689.88 351.52 690.31 350.31 C 690.74 349.09 690.81 347.89 690.57 346.99 L 690.50 346.88 C 689.72 347.42 688.99 348.42 688.55 349.68 C 688.09 350.97 688.03 352.24 688.33 353.16 L 688.44 353.04 L 688.44 353.04"
+ id="path6961" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M664.01 344.19C664.10 344.47 664.26 344.68 664.49 344.76C664.68 344.83 664.90 344.80 665.11 344.69"
+ id="path6963" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M665.66 344.20C665.85 343.97 666.01 343.68 666.12 343.35C666.23 343.03 666.29 342.72 666.30 342.43"
+ id="path6965" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M666.04 341.46C665.96 341.35 665.86 341.28 665.74 341.23C665.50 341.15 665.23 341.22 664.97 341.40"
+ id="path6967" />
+<path
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 664.06 344.14 C 664.39 343.89 664.70 343.46 664.89 342.92 C 665.08 342.38 665.11 341.85 665.01 341.45 L 664.97 341.40 C 664.63 341.64 664.30 342.08 664.11 342.64 C 663.90 343.21 663.88 343.78 664.01 344.19 L 664.06 344.14 L 664.06 344.14"
+ id="path6969" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M664.02 268.86C664.11 269.14 664.27 269.35 664.50 269.43C664.70 269.50 664.91 269.47 665.13 269.36"
+ id="path6971" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M665.68 268.88C665.86 268.64 666.02 268.36 666.14 268.03C666.25 267.71 666.31 267.39 666.31 267.10"
+ id="path6973" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M666.06 266.13C665.97 266.02 665.87 265.95 665.75 265.91C665.52 265.82 665.24 265.89 664.99 266.07"
+ id="path6975" />
+<path
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 664.07 268.81 C 664.40 268.56 664.71 268.13 664.90 267.59 C 665.09 267.05 665.13 266.52 665.02 266.12 L 664.99 266.07 C 664.64 266.31 664.32 266.75 664.12 267.31 C 663.92 267.89 663.89 268.45 664.02 268.86 L 664.07 268.81 L 664.07 268.81"
+ id="path6977" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M715.45 241.99C715.54 242.27 715.70 242.48 715.93 242.56C716.12 242.63 716.34 242.60 716.55 242.49"
+ id="path6979" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M717.10 242.00C717.29 241.77 717.45 241.48 717.56 241.15C717.68 240.83 717.73 240.52 717.74 240.23"
+ id="path6981" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M717.48 239.26C717.40 239.15 717.30 239.08 717.18 239.03C716.94 238.95 716.67 239.02 716.42 239.19"
+ id="path6983" />
+<path
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 715.50 241.93 C 715.83 241.69 716.14 241.26 716.33 240.72 C 716.52 240.18 716.55 239.65 716.45 239.25 L 716.42 239.19 C 716.07 239.44 715.75 239.88 715.55 240.44 C 715.34 241.01 715.32 241.58 715.45 241.99 L 715.50 241.93 L 715.50 241.93"
+ id="path6985" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M715.44 317.32C715.53 317.60 715.70 317.81 715.93 317.89C716.12 317.96 716.33 317.93 716.55 317.81"
+ id="path6987" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M717.10 317.33C717.28 317.10 717.44 316.81 717.56 316.48C717.67 316.16 717.73 315.85 717.73 315.56"
+ id="path6989" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M717.48 314.58C717.39 314.48 717.29 314.41 717.17 314.36C716.94 314.28 716.67 314.35 716.41 314.53"
+ id="path6991" />
+<path
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 715.49 317.27 C 715.82 317.02 716.13 316.59 716.32 316.05 C 716.52 315.51 716.55 314.98 716.44 314.58 L 716.41 314.53 C 716.06 314.77 715.74 315.21 715.54 315.77 C 715.34 316.34 715.31 316.91 715.44 317.32 L 715.49 317.27 L 715.49 317.27"
+ id="path6993" />
+<polyline
+ style="fill:#FEFEFE; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ points="673.34,340.27 673.77,340.47 674.22,340.64 674.46,340.73 674.73,340.82 682.77,343.48 683.02,343.55 683.19,343.60 683.65,343.73 684.12,343.86 684.58,343.96 685.07,344.04 685.55,344.13 686.03,344.19 686.51,344.24 687.01,344.28 687.49,344.31 687.99,344.33 688.49,344.31 689.00,344.29 689.50,344.28 690.01,344.23 690.51,344.16 691.03,344.10 691.54,344.01 692.06,343.91 692.57,343.81 693.11,343.68 693.62,343.55 694.14,343.40 694.67,343.23 695.20,343.05 695.71,342.85 696.24,342.65 696.77,342.43 697.31,342.20 697.82,341.95 698.35,341.70 698.88,341.44 699.42,341.15 699.95,340.85 700.48,340.54 700.99,340.22 701.53,339.89 702.06,339.54 702.59,339.18 703.10,338.81 703.63,338.43 704.15,338.03 704.68,337.63 705.20,337.22 705.71,336.78 706.23,336.33 706.74,335.89 707.26,335.42 707.77,334.96 708.27,334.46 708.79,333.98 709.28,333.46 709.78,332.94 710.28,332.41 710.76,331.88 711.26,331.32 711.74,330.77 712.22,330.20 712.70,329.62 713.19,329.03 713.65,328.43 714.12,327.83 714.58,327.21 715.05,326.58 715.50,325.95 715.94,325.30 716.39,324.66 716.84,323.99 717.27,323.32 717.70,322.64 718.12,321.96 718.55,321.28 718.97,320.58 719.36,319.87 719.78,319.15 720.18,318.44 720.56,317.73 720.96,317.00 721.33,316.25 721.71,315.50 722.07,314.75 722.44,314.00 722.79,313.24 723.14,312.48 723.49,311.71 723.82,310.93 724.15,310.15 724.46,309.37 724.78,308.59 725.10,307.79 725.39,306.99 725.68,306.19 725.98,305.40 726.24,304.60 726.52,303.79 726.79,302.97 727.04,302.16 727.29,301.34 727.52,300.53 727.75,299.71 727.99,298.90 728.20,298.07 728.40,297.25 728.60,296.42 728.80,295.61 728.98,294.78 729.17,293.96 729.33,293.13 729.48,292.32 729.65,291.49 729.78,290.68 729.91,289.86 730.05,289.03 730.16,288.22 730.26,287.40 730.36,286.59 730.46,285.77 730.54,284.98 730.61,284.16 730.68,283.37 730.74,282.57 730.79,281.77 730.83,280.97 730.86,280.17 730.88,279.39 730.89,278.61 730.89,277.83 730.89,277.07 730.88,276.30 730.86,275.54 730.83,274.77 730.79,274.03 730.74,273.28 730.68,272.53 730.61,271.80 730.54,271.07 730.46,270.35 730.36,269.64 730.26,268.93 730.16,268.23 730.05,267.53 729.91,266.85 729.78,266.17 729.65,265.49 729.48,264.82 729.33,264.17 729.17,263.53 728.98,262.88 728.80,262.25 728.60,261.63 728.40,261.02 728.20,260.42 727.99,259.82 727.75,259.24 727.52,258.66 727.29,258.09 727.04,257.54 726.79,257.00 726.52,256.46 726.24,255.93 725.98,255.42 725.68,254.92 725.39,254.44 725.10,253.96 724.78,253.47 724.46,253.02 724.15,252.58 723.82,252.14 723.49,251.71 723.14,251.30 722.79,250.90 722.44,250.51 722.07,250.13 721.71,249.77 721.33,249.42 720.96,249.07 720.56,248.75 720.18,248.44 719.78,248.12 719.36,247.84 718.97,247.56 718.55,247.29 718.12,247.04 717.70,246.81 717.27,246.58 716.84,246.36 716.39,246.16 715.94,245.98 715.50,245.81 715.00,245.63 706.94,242.97 706.32,242.78 706.08,242.72 705.61,242.59 705.13,242.49 704.66,242.39 704.18,242.32 703.70,242.26 703.20,242.21 702.72,242.16 702.22,242.14 701.73,242.12 701.23,242.14 700.73,242.16 700.23,242.17 699.72,242.22 699.20,242.28 698.70,242.36 698.19,242.44 697.67,242.54 697.14,242.64 696.63,242.77 696.11,242.91 695.58,243.06 695.06,243.22 694.53,243.40 694.00,243.60 693.49,243.80 692.95,244.02 692.42,244.25 691.89,244.50 691.36,244.75 690.85,245.02 690.31,245.30 689.78,245.60 689.25,245.91 688.72,246.23 688.19,246.56 687.67,246.91 687.14,247.26 686.61,247.64 686.10,248.02 685.56,248.40 685.05,248.82 684.53,249.24 684.02,249.67 683.49,250.10 682.97,250.57 682.47,251.03 681.96,251.50 681.44,251.98 680.94,252.48 680.45,252.99 679.95,253.51 679.45,254.04 678.95,254.57 678.47,255.12 677.97,255.68 677.49,256.25 677.02,256.83 676.54,257.43 676.08,258.03 675.60,258.62 675.13,259.24 674.68,259.87 674.22,260.50 673.77,261.15 673.34,261.80 672.89,262.46 672.46,263.13 672.03,263.81 671.59,264.49 671.18,265.17 670.76,265.87 670.35,266.58 669.95,267.28 669.55,268.01 669.15,268.73 668.77,269.46 668.39,270.21 668.02,270.95 667.66,271.70 667.29,272.45 666.93,273.21 666.58,273.98 666.25,274.74 665.91,275.52 665.58,276.30 665.25,277.08 664.95,277.86 664.64,278.66 664.34,279.46 664.04,280.26 663.75,281.05 663.47,281.85 663.21,282.67 662.94,283.48 662.69,284.29 662.44,285.11 662.19,285.92 661.96,286.74 661.74,287.55 661.53,288.38 661.31,289.20 661.11,290.03 660.93,290.84 660.73,291.67 660.56,292.49 660.40,293.32 660.23,294.13 660.08,294.96 659.95,295.78 659.80,296.59 659.69,297.42 659.57,298.24 659.45,299.05 659.35,299.86 659.27,300.68 659.19,301.48 659.10,302.29 659.04,303.09 658.99,303.88 658.94,304.68 658.90,305.48 658.87,306.26 658.85,307.06 658.84,307.84 658.82,308.62 658.84,309.38 658.85,310.15 658.87,310.91 658.90,311.68 658.94,312.42 658.99,313.17 659.04,313.92 659.10,314.65 659.19,315.38 659.27,316.10 659.35,316.81 659.45,317.53 659.57,318.22 659.69,318.92 659.80,319.60 659.95,320.28 660.08,320.97 660.23,321.63 660.40,322.28 660.56,322.93 660.73,323.58 660.93,324.19 661.11,324.82 661.31,325.44 661.53,326.03 661.74,326.63 661.96,327.21 662.19,327.79 662.44,328.36 662.69,328.91 662.94,329.46 663.21,329.99 663.47,330.52 663.75,331.02 664.04,331.53 664.34,332.01 664.64,332.50 664.95,332.98 665.25,333.43 665.58,333.88 665.91,334.31 666.25,334.74 666.58,335.16 666.93,335.55 667.29,335.94 667.66,336.32 668.02,336.68 668.39,337.03 668.77,337.38 669.15,337.70 669.55,338.01 669.95,338.33 670.35,338.61 670.76,338.89 671.18,339.16 671.59,339.41 672.03,339.64 672.46,339.87 673.34,340.27 673.34,340.27 "
+ id="polyline6995" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="683.02,343.55 682.72,343.46 682.27,343.30 681.82,343.13 681.38,342.95 680.94,342.75 680.50,342.53 680.07,342.30 679.65,342.07 679.22,341.82 678.80,341.55 678.41,341.27 677.99,340.99 677.61,340.67 677.21,340.36 676.83,340.04 676.44,339.69 676.06,339.34 675.70,338.98 675.33,338.59 674.98,338.21 674.63,337.81 674.28,337.40 673.95,336.97 673.62,336.54 673.30,336.09 672.99,335.64 672.69,335.16 672.38,334.67 672.09,334.19 671.81,333.69 671.53,333.18 671.26,332.65 671.00,332.12 670.73,331.57 670.48,331.02 670.25,330.45 670.02,329.87 669.78,329.29 669.57,328.69 669.37,328.09 669.17,327.48 668.97,326.87 668.79,326.23 668.60,325.58 668.44,324.94 668.29,324.29 668.14,323.62 667.99,322.94 667.86,322.26 667.72,321.58 667.61,320.88 667.51,320.18 667.41,319.47 667.31,318.76 667.23,318.04 667.16,317.31 667.09,316.58 667.03,315.83 666.99,315.08 666.94,314.34 666.91,313.57 666.89,312.81 666.88,312.04 666.88,311.28 666.88,310.50 666.89,309.72 666.91,308.94 666.94,308.14 666.99,307.34 667.03,306.54 667.09,305.75 667.16,304.95 667.23,304.13 667.31,303.33 667.41,302.52 667.51,301.71 667.61,300.89 667.72,300.08 667.86,299.25 667.99,298.43 668.14,297.62 668.29,296.79 668.44,295.98 668.60,295.14 668.79,294.33 668.97,293.50 669.17,292.68 669.37,291.86 669.57,291.04 669.78,290.21 670.02,289.40 670.25,288.58 670.48,287.77 670.73,286.95 671.00,286.14 671.26,285.33 671.53,284.53 671.81,283.71 672.09,282.92 672.38,282.12 672.69,281.32 672.99,280.52 673.30,279.74 673.62,278.96 673.95,278.18 674.28,277.40 674.63,276.63 674.98,275.87 675.33,275.11 675.70,274.36 676.06,273.61 676.44,272.86 676.83,272.12 677.21,271.38 677.61,270.67 677.99,269.96 678.41,269.24 678.80,268.53 679.22,267.83 679.65,267.15 680.07,266.47 680.50,265.79 680.94,265.12 681.38,264.46 681.82,263.81 682.27,263.16 682.72,262.53 683.19,261.90 683.65,261.28 684.12,260.68 684.58,260.09 685.07,259.49 685.55,258.91 686.03,258.34 686.51,257.79 687.01,257.23 687.49,256.70 687.99,256.16 688.49,255.65 689.00,255.13 689.50,254.65 690.01,254.15 690.51,253.69 691.03,253.22 691.54,252.77 692.06,252.33 692.57,251.89 693.11,251.48 693.62,251.08 694.14,250.68 694.67,250.30 695.20,249.93 695.71,249.57 696.24,249.22 696.77,248.89 697.31,248.57 697.82,248.25 698.35,247.96 698.88,247.67 699.42,247.41 699.95,247.16 700.48,246.91 700.99,246.68 701.53,246.46 702.06,246.26 702.59,246.06 703.10,245.88 703.63,245.71 704.15,245.56 704.68,245.43 705.20,245.30 705.71,245.20 706.23,245.10 706.74,245.02 707.26,244.95 707.77,244.88 708.27,244.83 708.79,244.82 709.28,244.80 709.78,244.78 710.28,244.80 710.76,244.83 711.26,244.87 711.74,244.92 712.22,244.98 712.70,245.07 713.19,245.15 713.65,245.25 714.12,245.38 714.58,245.51 715.05,245.65 715.50,245.81 "
+ id="polyline6997" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ points="708.37,329.96 708.35,329.67 708.34,329.39 708.30,329.12 708.27,328.86 708.22,328.61 708.17,328.36 708.10,328.11 708.04,327.90 707.95,327.66 707.85,327.46 707.77,327.25 707.66,327.06 707.56,326.88 707.50,326.80 "
+ id="polyline6999" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ points="707.21,330.82 707.21,330.57 707.19,330.34 707.17,330.10 707.14,329.87 707.11,329.66 707.06,329.44 707.01,329.24 706.94,329.04 706.86,328.86 706.79,328.69 706.69,328.53 706.61,328.36 706.49,328.23 706.39,328.09 706.28,327.98 706.16,327.88 706.03,327.78 705.89,327.69 "
+ id="polyline7001" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ points="704.98,328.74 704.56,328.89 704.13,329.04 703.72,329.17 703.29,329.29 702.87,329.39 702.46,329.47 702.04,329.55 701.63,329.62 701.21,329.67 700.81,329.71 700.40,329.74 700.00,329.74 699.60,329.74 699.20,329.72 698.80,329.69 698.40,329.64 698.02,329.59 697.64,329.52 697.26,329.42 696.87,329.34 696.51,329.22 696.14,329.09 695.78,328.96 695.41,328.81 695.06,328.64 694.72,328.46 694.38,328.28 694.03,328.08 693.70,327.86 693.37,327.63 693.06,327.38 692.74,327.13 692.42,326.87 692.13,326.58 691.83,326.30 691.53,326.00 691.24,325.68 690.96,325.35 690.70,325.02 690.43,324.66 690.16,324.30 689.92,323.92 689.68,323.54 689.43,323.14 689.20,322.74 688.98,322.33 688.77,321.90 688.57,321.46 688.35,321.02 688.17,320.57 687.99,320.09 687.81,319.62 687.64,319.14 687.48,318.64 687.33,318.14 687.17,317.63 687.04,317.09 686.91,316.58 686.79,316.03 686.69,315.48 686.58,314.93 686.49,314.39 686.39,313.80 686.33,313.24 686.26,312.66 686.20,312.08 686.14,311.48 686.10,310.88 686.06,310.28 686.05,309.67 686.03,309.05 686.01,308.42 686.01,307.81 686.03,307.17 686.05,306.54 686.06,305.90 686.10,305.26 686.14,304.62 686.20,303.97 686.26,303.32 686.33,302.67 686.41,302.01 686.49,301.36 686.59,300.69 686.69,300.03 686.81,299.38 686.93,298.72 687.06,298.05 687.19,297.39 687.34,296.72 687.49,296.06 687.66,295.40 687.82,294.75 688.00,294.08 688.19,293.42 688.37,292.75 688.59,292.10 688.79,291.46 689.00,290.79 689.23,290.14 689.45,289.51 689.70,288.86 689.93,288.22 690.20,287.58 690.45,286.95 690.71,286.32 691.00,285.71 691.28,285.09 691.56,284.48 691.84,283.86 692.14,283.26 692.46,282.67 692.76,282.09 693.07,281.50 693.40,280.92 693.74,280.34 694.07,279.79 694.40,279.23 694.75,278.68 695.10,278.13 695.45,277.60 695.81,277.08 696.18,276.57 696.54,276.05 696.91,275.55 697.29,275.07 697.67,274.59 698.06,274.11 698.44,273.64 698.84,273.20 699.23,272.76 699.63,272.33 700.03,271.90 700.43,271.48 700.84,271.09 701.24,270.70 701.66,270.32 702.07,269.96 702.49,269.61 702.90,269.26 703.32,268.93 703.75,268.59 704.17,268.29 704.60,268.00 705.01,267.71 705.45,267.43 705.86,267.18 706.29,266.93 706.73,266.70 707.14,266.47 707.57,266.27 708.01,266.07 708.42,265.88 708.85,265.70 709.28,265.55 709.70,265.40 710.11,265.27 710.55,265.15 710.96,265.05 711.38,264.95 711.79,264.87 712.21,264.82 712.62,264.75 713.04,264.72 713.44,264.71 713.83,264.69 714.25,264.69 714.65,264.71 715.03,264.74 715.43,264.79 715.81,264.84 716.19,264.90 716.58,264.99 716.96,265.09 717.32,265.20 717.70,265.32 718.05,265.45 718.42,265.60 718.77,265.77 719.12,265.95 719.47,266.13 719.80,266.33 720.14,266.55 720.46,266.78 720.79,267.03 721.11,267.28 721.43,267.55 721.73,267.81 722.02,268.11 722.31,268.41 722.61,268.73 722.87,269.06 723.15,269.39 723.42,269.74 723.68,270.10 723.93,270.47 724.18,270.85 724.41,271.25 724.65,271.65 724.86,272.07 725.08,272.50 725.30,272.93 725.49,273.38 725.68,273.83 725.88,274.29 726.04,274.77 726.21,275.26 726.37,275.75 726.52,276.25 726.68,276.77 726.81,277.28 726.94,277.81 727.06,278.35 727.17,278.89 727.27,279.44 727.37,280.01 727.45,280.57 727.54,281.14 727.60,281.72 727.67,282.32 727.72,282.90 727.77,283.50 727.80,284.11 727.82,284.71 727.85,285.33 727.85,285.96 "
+ id="polyline7003" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ points="700.81,334.16 700.41,334.27 700.03,334.39 699.65,334.51 "
+ id="polyline7005" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="701.06,336.73 700.93,336.77 700.81,336.77 700.70,336.77 700.58,336.75 700.50,336.73 700.41,336.68 700.33,336.63 700.28,336.58 700.21,336.50 700.18,336.42 700.15,336.33 700.13,336.24 700.11,336.12 700.11,335.99 700.13,335.84 700.16,335.69 700.20,335.54 700.25,335.37 700.30,335.19 700.38,335.01 700.46,334.82 700.55,334.62 700.65,334.44 700.73,334.29 700.81,334.16 700.81,333.91 700.83,333.66 700.84,333.41 700.88,333.15 700.91,332.88 700.96,332.63 "
+ id="polyline7007" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ d="M 709.16 327.94 C 708.98 328.69 708.58 329.58 708.40 329.89 L 708.37 329.96 L 707.99 330.24 L 707.59 330.54 L 707.21 330.82 L 707.12 330.95 L 707.04 331.10 L 706.91 331.32 L 706.76 331.53 L 706.61 331.77 L 706.44 331.98 L 706.28 332.21 L 706.09 332.45 L 705.93 332.68 L 705.73 332.91 L 705.55 333.15 L 705.35 333.38 L 705.16 333.61 L 704.97 333.83 L 704.78 334.03 L 704.58 334.23 L 704.38 334.42 L 704.18 334.62 L 703.98 334.82 L 703.78 335.01 L 703.59 335.19 L 703.37 335.37 L 703.17 335.54 L 702.97 335.70 L 702.77 335.85 L 702.57 335.99 L 702.39 336.12 L 702.19 336.24 L 702.02 336.35 L 701.84 336.43 L 701.68 336.52 L 701.51 336.60 L 701.36 336.65 L 701.21 336.70 L 701.06 336.73"
+ id="path7009" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 699.65 334.51 L 699.68 334.44 L 699.80 334.26 L 699.92 334.08 L 700.03 333.91 L 700.15 333.73 L 700.31 333.51 L 700.48 333.29 L 700.65 333.06 L 700.83 332.83 L 701.01 332.60 L 701.21 332.35 L 701.41 332.12 L 701.63 331.88 L 701.84 331.63 L 702.06 331.40 L 702.29 331.17 L 702.51 330.94 L 702.74 330.70 L 702.97 330.49 L 703.20 330.27 L 703.42 330.05 L 703.62 329.87 L 703.83 329.69 L 704.03 329.52 L 704.25 329.34 L 704.43 329.19 L 704.62 329.03 L 704.80 328.88 L 704.98 328.74 L 705.16 328.53 L 705.33 328.33 L 705.51 328.13 L 705.70 327.94 L 705.88 327.78 L 706.08 327.61 L 706.26 327.46 L 706.46 327.33 L 706.64 327.21 L 706.84 327.10 L 707.02 327.00 L 707.23 326.92 L 707.42 326.83 L 707.61 326.77 L 707.79 326.71 L 707.99 326.68 L 708.17 326.67 L 708.35 326.65 L 708.53 326.65 L 708.72 326.67 L 708.89 326.70 C 709.29 326.79 709.30 327.32 709.16 327.94"
+ id="path7011" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ points="727.85,285.96 727.85,286.57 727.85,287.20 727.84,287.83 727.80,288.48 727.77,289.11 727.72,289.76 727.67,290.41 727.62,291.06 727.54,291.71 727.47,292.37 727.39,293.02 727.29,293.68 727.19,294.33 727.07,295.00 726.96,295.66 726.82,296.32 726.69,296.99 726.54,297.66 726.39,298.32 726.23,298.98 726.06,299.63 725.88,300.30 725.69,300.96 725.51,301.61 725.31,302.27 725.10,302.92 724.88,303.58 724.66,304.23 724.43,304.87 724.20,305.51 723.95,306.16 723.70,306.79 723.43,307.42 723.17,308.05 722.90,308.67 722.62,309.29 722.34,309.90 722.04,310.51 721.74,311.11 721.44,311.71 721.13,312.31 720.81,312.89 720.50,313.47 720.16,314.04 719.83,314.60 719.50,315.15 719.15,315.70 718.80,316.25 718.45,316.78 718.09,317.31 717.72,317.83 717.36,318.34 716.99,318.84 716.61,319.32 716.23,319.80 715.84,320.28 715.46,320.75 715.06,321.20 714.67,321.63 714.27,322.06 713.87,322.49 713.47,322.91 713.07,323.31 712.66,323.69 712.24,324.07 711.82,324.44 711.41,324.80 710.99,325.15 710.58,325.49 710.16,325.80 709.73,326.12 709.31,326.42 708.89,326.70 "
+ id="polyline7013" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M703.46 281.17C703.74 282.05 704.26 282.70 704.97 282.96C705.58 283.17 706.26 283.07 706.92 282.72"
+ id="path7015" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M708.65 281.22C709.22 280.49 709.72 279.58 710.09 278.55C710.44 277.55 710.62 276.56 710.64 275.66"
+ id="path7017" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M709.83 272.61C709.57 272.28 709.26 272.04 708.88 271.91C708.14 271.64 707.29 271.85 706.49 272.41"
+ id="path7019" />
+<path
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 703.62 281.00 C 704.66 280.23 705.62 278.87 706.22 277.19 C 706.82 275.50 706.92 273.83 706.60 272.57 L 706.49 272.41 C 705.41 273.17 704.39 274.56 703.77 276.31 C 703.13 278.11 703.06 279.88 703.46 281.17 L 703.62 281.00 L 703.62 281.00"
+ id="path7021" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M715.11 304.74C715.39 305.63 715.91 306.28 716.62 306.53C717.23 306.74 717.91 306.64 718.57 306.30"
+ id="path7023" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M720.30 304.79C720.87 304.07 721.37 303.16 721.74 302.13C722.09 301.13 722.27 300.13 722.29 299.23"
+ id="path7025" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M721.48 296.18C721.22 295.85 720.91 295.62 720.53 295.48C719.79 295.21 718.94 295.42 718.14 295.98"
+ id="path7027" />
+<path
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 715.27 304.57 C 716.31 303.80 717.27 302.45 717.87 300.76 C 718.47 299.07 718.57 297.40 718.25 296.14 L 718.14 295.98 C 717.06 296.74 716.04 298.13 715.42 299.89 C 714.78 301.68 714.71 303.46 715.11 304.74 L 715.27 304.57 L 715.27 304.57"
+ id="path7029" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M691.69 316.98C691.97 317.87 692.48 318.52 693.20 318.78C693.80 318.99 694.48 318.89 695.15 318.54"
+ id="path7031" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M696.87 317.03C697.45 316.31 697.95 315.40 698.31 314.37C698.67 313.37 698.85 312.38 698.87 311.47"
+ id="path7033" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M698.06 308.42C697.80 308.10 697.48 307.86 697.11 307.72C696.37 307.46 695.52 307.67 694.71 308.23"
+ id="path7035" />
+<path
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 691.84 316.82 C 692.88 316.05 693.85 314.69 694.44 313.01 C 695.04 311.32 695.15 309.65 694.82 308.39 L 694.71 308.23 C 693.63 308.99 692.61 310.38 692.00 312.13 C 691.36 313.93 691.28 315.70 691.69 316.98 L 691.84 316.82 L 691.84 316.82"
+ id="path7037" />
+<polyline
+ style="fill:#FEFEFE; fill-rule:nonzero; stroke:#FEFEFE; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:bevel"
+ points="432.47,251.35 432.95,251.23 433.43,251.10 433.93,250.95 434.41,250.78 434.89,250.62 435.39,250.43 435.89,250.23 436.37,250.02 436.87,249.79 437.37,249.55 437.85,249.30 438.35,249.04 438.85,248.75 439.33,248.47 439.83,248.17 440.31,247.86 440.80,247.53 441.30,247.19 441.78,246.84 442.27,246.48 442.77,246.10 443.25,245.71 443.73,245.32 444.21,244.92 444.69,244.48 445.16,244.05 445.64,243.62 446.10,243.16 446.59,242.69 447.05,242.23 447.52,241.73 447.96,241.25 448.43,240.73 448.88,240.21 449.34,239.68 449.77,239.15 450.22,238.60 450.67,238.06 451.10,237.49 451.54,236.91 451.97,236.33 452.38,235.75 452.80,235.13 453.21,234.53 453.63,233.92 454.03,233.29 454.43,232.65 454.83,232.02 455.22,231.38 455.60,230.71 455.97,230.06 456.35,229.38 456.72,228.72 457.08,228.04 457.43,227.35 457.78,226.66 458.13,225.96 458.46,225.24 458.79,224.55 459.11,223.83 459.43,223.12 459.74,222.39 460.04,221.66 460.34,220.92 460.62,220.19 460.90,219.45 461.19,218.71 461.45,217.97 461.72,217.22 461.97,216.45 462.22,215.71 462.45,214.94 462.68,214.19 462.90,213.43 463.11,212.67 463.31,211.90 463.51,211.14 463.71,210.37 463.89,209.61 464.06,208.84 464.23,208.08 464.39,207.32 464.54,206.55 464.68,205.77 464.81,205.01 464.94,204.24 465.06,203.50 465.16,202.73 465.26,201.97 465.36,201.22 465.44,200.45 465.51,199.71 465.57,198.96 465.64,198.21 465.69,197.46 465.72,196.73 465.75,195.98 465.77,195.25 465.79,194.52 465.79,193.81 465.79,193.08 465.77,192.36 465.75,191.67 465.72,190.95 465.69,190.25 465.64,189.55 465.57,188.87 465.51,188.19 465.44,187.51 465.36,186.84 465.26,186.18 465.16,185.53 465.06,184.89 464.94,184.24 464.81,183.61 464.68,182.97 464.54,182.36 464.39,181.76 464.23,181.15 464.06,180.56 463.89,179.98 463.71,179.40 463.51,178.84 463.31,178.27 463.11,177.72 462.90,177.19 462.68,176.66 462.45,176.15 462.22,175.63 461.97,175.13 461.72,174.65 461.45,174.17 461.19,173.70 460.90,173.25 460.62,172.81 460.34,172.37 460.04,171.94 459.74,171.54 459.43,171.14 459.11,170.74 458.79,170.38 458.46,170.01 458.13,169.65 457.78,169.32 457.43,168.98 457.08,168.67 456.72,168.37 456.35,168.07 455.97,167.80 455.60,167.52 455.22,167.27 454.83,167.04 454.43,166.81 454.03,166.59 453.63,166.39 453.21,166.21 452.80,166.03 452.38,165.86 452.27,165.82 451.92,165.69 435.81,160.38 435.70,160.34 435.44,160.26 435.01,160.14 434.58,160.03 434.13,159.93 433.68,159.85 433.23,159.78 432.78,159.73 432.33,159.68 431.87,159.66 431.42,159.65 430.96,159.65 430.49,159.66 430.01,159.68 429.54,159.71 429.06,159.78 428.60,159.85 428.12,159.91 427.63,160.01 427.15,160.11 426.65,160.24 426.17,160.38 425.69,160.53 425.19,160.68 424.71,160.86 424.21,161.04 423.73,161.24 423.23,161.46 422.75,161.67 422.25,161.91 421.75,162.17 421.25,162.42 420.77,162.70 420.27,163.00 419.79,163.30 419.30,163.62 418.80,163.93 418.32,164.28 417.83,164.63 417.34,164.98 416.85,165.36 416.37,165.74 415.89,166.14 415.41,166.56 414.93,166.97 414.44,167.40 413.98,167.85 413.50,168.30 413.03,168.77 412.57,169.25 412.10,169.73 411.64,170.23 411.17,170.73 410.73,171.24 410.28,171.78 409.83,172.31 409.38,172.86 408.95,173.42 408.50,173.99 408.07,174.55 407.65,175.13 407.22,175.73 406.80,176.33 406.39,176.94 405.97,177.56 405.57,178.17 405.18,178.80 404.78,179.45 404.40,180.10 404.01,180.75 403.63,181.41 403.27,182.08 402.90,182.76 402.54,183.42 402.17,184.12 401.84,184.80 401.49,185.52 401.16,186.21 400.82,186.93 400.49,187.64 400.18,188.36 399.88,189.07 399.56,189.80 399.28,190.53 398.98,191.26 398.70,192.01 398.43,192.76 398.17,193.51 397.90,194.26 397.65,195.00 397.40,195.75 397.17,196.52 396.94,197.28 396.71,198.03 396.49,198.79 396.29,199.56 396.09,200.32 395.91,201.09 395.73,201.85 395.54,202.61 395.38,203.39 395.23,204.16 395.06,204.92 394.93,205.69 394.80,206.45 394.66,207.22 394.55,207.98 394.45,208.74 394.35,209.49 394.25,210.26 394.18,211.00 394.10,211.75 394.03,212.52 393.98,213.26 393.93,214.00 393.90,214.74 393.86,215.47 393.83,216.21 393.83,216.94 393.81,217.67 393.83,218.38 393.83,219.10 393.86,219.81 393.90,220.51 393.93,221.21 393.98,221.90 394.03,222.59 394.10,223.27 394.18,223.95 394.25,224.61 394.35,225.28 394.45,225.94 394.55,226.59 394.66,227.22 394.80,227.85 394.93,228.48 395.06,229.10 395.23,229.71 395.38,230.31 395.54,230.91 395.73,231.49 395.91,232.06 396.09,232.64 396.29,233.19 396.49,233.74 396.71,234.27 396.94,234.80 397.17,235.31 397.40,235.83 397.65,236.33 397.90,236.81 398.17,237.29 398.43,237.76 398.70,238.22 398.98,238.65 399.28,239.08 399.56,239.52 399.88,239.93 400.18,240.33 400.49,240.71 400.82,241.10 401.16,241.46 401.49,241.81 401.84,242.14 402.17,242.47 402.54,242.79 402.90,243.11 403.27,243.39 403.63,243.67 404.01,243.94 404.40,244.19 404.78,244.44 405.18,244.65 405.57,244.87 405.97,245.07 406.39,245.27 406.80,245.43 407.22,245.60 407.41,245.66 407.70,245.76 423.80,251.08 424.01,251.15 424.18,251.20 424.61,251.33 425.04,251.43 425.48,251.53 425.92,251.61 426.37,251.68 426.82,251.73 427.28,251.78 427.73,251.81 428.20,251.83 428.66,251.83 429.13,251.81 429.59,251.78 430.07,251.75 430.54,251.70 431.02,251.63 431.50,251.55 431.99,251.45 432.47,251.35 432.47,251.35 "
+ id="polyline7039" />
+<polyline
+ style="fill:#FEFEFE; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:bevel"
+ points="432.47,251.35 432.95,251.23 433.43,251.10 433.93,250.95 434.41,250.78 434.89,250.62 435.39,250.43 435.89,250.23 436.37,250.02 436.87,249.79 437.37,249.55 437.85,249.30 438.35,249.04 438.85,248.75 439.33,248.47 439.83,248.17 440.31,247.86 440.80,247.53 441.30,247.19 441.78,246.84 442.27,246.48 442.77,246.10 443.25,245.71 443.73,245.32 444.21,244.92 444.69,244.48 445.16,244.05 445.64,243.62 446.10,243.16 446.59,242.69 447.05,242.23 447.52,241.73 447.96,241.25 448.43,240.73 448.88,240.21 449.34,239.68 449.77,239.15 450.22,238.60 450.67,238.06 451.10,237.49 451.54,236.91 451.97,236.33 452.38,235.75 452.80,235.13 453.21,234.53 453.63,233.92 454.03,233.29 454.43,232.65 454.83,232.02 455.22,231.38 455.60,230.71 455.97,230.06 456.35,229.38 456.72,228.72 457.08,228.04 457.43,227.35 457.78,226.66 458.13,225.96 458.46,225.24 458.79,224.55 459.11,223.83 459.43,223.12 459.74,222.39 460.04,221.66 460.34,220.92 460.62,220.19 460.90,219.45 461.19,218.71 461.45,217.97 461.72,217.22 461.97,216.45 462.22,215.71 462.45,214.94 462.68,214.19 462.90,213.43 463.11,212.67 463.31,211.90 463.51,211.14 463.71,210.37 463.89,209.61 464.06,208.84 464.23,208.08 464.39,207.32 464.54,206.55 464.68,205.77 464.81,205.01 464.94,204.24 465.06,203.50 465.16,202.73 465.26,201.97 465.36,201.22 465.44,200.45 465.51,199.71 465.57,198.96 465.64,198.21 465.69,197.46 465.72,196.73 465.75,195.98 465.77,195.25 465.79,194.52 465.79,193.81 465.79,193.08 465.77,192.36 465.75,191.67 465.72,190.95 465.69,190.25 465.64,189.55 465.57,188.87 465.51,188.19 465.44,187.51 465.36,186.84 465.26,186.18 465.16,185.53 465.06,184.89 464.94,184.24 464.81,183.61 464.68,182.97 464.54,182.36 464.39,181.76 464.23,181.15 464.06,180.56 463.89,179.98 463.71,179.40 463.51,178.84 463.31,178.27 463.11,177.72 462.90,177.19 462.68,176.66 462.45,176.15 462.22,175.63 461.97,175.13 461.72,174.65 461.45,174.17 461.19,173.70 460.90,173.25 460.62,172.81 460.34,172.37 460.04,171.94 459.74,171.54 459.43,171.14 459.11,170.74 458.79,170.38 458.46,170.01 458.13,169.65 457.78,169.32 457.43,168.98 457.08,168.67 456.72,168.37 456.35,168.07 455.97,167.80 455.60,167.52 455.22,167.27 454.83,167.04 454.43,166.81 454.03,166.59 453.63,166.39 453.21,166.21 452.80,166.03 452.38,165.86 452.27,165.82 451.92,165.69 435.81,160.38 435.70,160.34 435.44,160.26 435.01,160.14 434.58,160.03 434.13,159.93 433.68,159.85 433.23,159.78 432.78,159.73 432.33,159.68 431.87,159.66 431.42,159.65 430.96,159.65 430.49,159.66 430.01,159.68 429.54,159.71 429.06,159.78 428.60,159.85 428.12,159.91 427.63,160.01 427.15,160.11 426.65,160.24 426.17,160.38 425.69,160.53 425.19,160.68 424.71,160.86 424.21,161.04 423.73,161.24 423.23,161.46 422.75,161.67 422.25,161.91 421.75,162.17 421.25,162.42 420.77,162.70 420.27,163.00 419.79,163.30 419.30,163.62 418.80,163.93 418.32,164.28 417.83,164.63 417.34,164.98 416.85,165.36 416.37,165.74 415.89,166.14 415.41,166.56 414.93,166.97 414.44,167.40 413.98,167.85 413.50,168.30 413.03,168.77 412.57,169.25 412.10,169.73 411.64,170.23 411.17,170.73 410.73,171.24 410.28,171.78 409.83,172.31 409.38,172.86 408.95,173.42 408.50,173.99 408.07,174.55 407.65,175.13 407.22,175.73 406.80,176.33 406.39,176.94 405.97,177.56 405.57,178.17 405.18,178.80 404.78,179.45 404.40,180.10 404.01,180.75 403.63,181.41 403.27,182.08 402.90,182.76 402.54,183.42 402.17,184.12 401.84,184.80 401.49,185.52 401.16,186.21 400.82,186.93 400.49,187.64 400.18,188.36 399.88,189.07 399.56,189.80 399.28,190.53 398.98,191.26 398.70,192.01 398.43,192.76 398.17,193.51 397.90,194.26 397.65,195.00 397.40,195.75 397.17,196.52 396.94,197.28 396.71,198.03 396.49,198.79 396.29,199.56 396.09,200.32 395.91,201.09 395.73,201.85 395.54,202.61 395.38,203.39 395.23,204.16 395.06,204.92 394.93,205.69 394.80,206.45 394.66,207.22 394.55,207.98 394.45,208.74 394.35,209.49 394.25,210.26 394.18,211.00 394.10,211.75 394.03,212.52 393.98,213.26 393.93,214.00 393.90,214.74 393.86,215.47 393.83,216.21 393.83,216.94 393.81,217.67 393.83,218.38 393.83,219.10 393.86,219.81 393.90,220.51 393.93,221.21 393.98,221.90 394.03,222.59 394.10,223.27 394.18,223.95 394.25,224.61 394.35,225.28 394.45,225.94 394.55,226.59 394.66,227.22 394.80,227.85 394.93,228.48 395.06,229.10 395.23,229.71 395.38,230.31 395.54,230.91 395.73,231.49 395.91,232.06 396.09,232.64 396.29,233.19 396.49,233.74 396.71,234.27 396.94,234.80 397.17,235.31 397.40,235.83 397.65,236.33 397.90,236.81 398.17,237.29 398.43,237.76 398.70,238.22 398.98,238.65 399.28,239.08 399.56,239.52 399.88,239.93 400.18,240.33 400.49,240.71 400.82,241.10 401.16,241.46 401.49,241.81 401.84,242.14 402.17,242.47 402.54,242.79 402.90,243.11 403.27,243.39 403.63,243.67 404.01,243.94 404.40,244.19 404.78,244.44 405.18,244.65 405.57,244.87 405.97,245.07 406.39,245.27 406.80,245.43 407.22,245.60 407.41,245.66 407.70,245.76 423.80,251.08 424.01,251.15 424.18,251.20 424.61,251.33 425.04,251.43 425.48,251.53 425.92,251.61 426.37,251.68 426.82,251.73 427.28,251.78 427.73,251.81 428.20,251.83 428.66,251.83 429.13,251.81 429.59,251.78 430.07,251.75 430.54,251.70 431.02,251.63 431.50,251.55 431.99,251.45 432.47,251.35 432.47,251.35 "
+ id="polyline7041" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="452.27,165.82 451.97,165.71 451.54,165.58 451.10,165.46 450.67,165.34 450.22,165.25 449.77,165.18 449.34,165.10 448.88,165.04 448.43,165.01 447.96,164.98 447.52,164.96 447.05,164.96 446.59,164.98 446.10,165.00 445.64,165.04 445.16,165.10 444.69,165.16 444.21,165.25 443.73,165.33 443.25,165.44 442.77,165.56 442.27,165.69 441.78,165.84 441.30,165.99 440.80,166.18 440.31,166.36 439.83,166.56 439.33,166.77 438.85,166.99 438.35,167.24 437.85,167.49 437.37,167.75 436.87,168.02 436.37,168.32 435.89,168.62 435.39,168.93 434.89,169.25 434.41,169.60 433.93,169.95 433.43,170.31 432.95,170.68 432.47,171.06 431.99,171.46 431.50,171.87 431.02,172.29 430.54,172.72 430.07,173.17 429.59,173.62 429.13,174.08 428.66,174.57 428.20,175.05 427.73,175.55 427.28,176.04 426.82,176.58 426.37,177.09 425.92,177.64 425.48,178.17 425.04,178.74 424.61,179.30 424.18,179.87 423.75,180.45 423.31,181.05 422.90,181.64 422.48,182.26 422.09,182.87 421.67,183.49 421.27,184.12 420.87,184.77 420.49,185.42 420.11,186.07 419.73,186.73 419.36,187.39 419.00,188.08 418.63,188.76 418.28,189.44 417.93,190.14 417.59,190.83 417.25,191.53 416.92,192.25 416.59,192.96 416.27,193.67 415.97,194.39 415.66,195.12 415.37,195.85 415.08,196.60 414.79,197.33 414.53,198.08 414.26,198.83 414.00,199.57 413.75,200.32 413.50,201.07 413.27,201.83 413.03,202.60 412.80,203.35 412.60,204.11 412.39,204.87 412.18,205.64 412.00,206.40 411.82,207.17 411.64,207.95 411.47,208.71 411.32,209.48 411.17,210.24 411.02,211.00 410.89,211.77 410.77,212.53 410.66,213.30 410.54,214.06 410.44,214.81 410.36,215.57 410.28,216.32 410.19,217.08 410.13,217.83 410.08,218.58 410.03,219.31 409.99,220.06 409.96,220.79 409.93,221.52 409.93,222.25 409.91,222.98 409.93,223.70 409.93,224.41 409.96,225.13 409.99,225.83 410.03,226.52 410.08,227.22 410.13,227.92 410.19,228.60 410.28,229.27 410.36,229.93 410.44,230.59 410.54,231.26 410.66,231.91 410.77,232.54 410.89,233.17 411.02,233.80 411.17,234.42 411.32,235.03 411.47,235.63 411.64,236.23 411.82,236.81 412.00,237.39 412.18,237.96 412.39,238.50 412.60,239.05 412.80,239.60 413.03,240.12 413.27,240.65 413.50,241.15 413.75,241.64 414.00,242.13 414.26,242.61 414.53,243.07 414.79,243.54 415.08,243.99 415.37,244.42 415.66,244.83 415.97,245.25 416.27,245.65 416.59,246.03 416.92,246.41 417.25,246.78 417.59,247.13 417.93,247.48 418.28,247.79 418.63,248.11 419.00,248.42 419.36,248.71 419.73,248.99 420.11,249.25 420.49,249.50 420.87,249.75 421.27,249.97 421.67,250.18 422.09,250.38 422.48,250.58 422.90,250.75 423.31,250.92 423.75,251.06 424.01,251.15 "
+ id="polyline7043" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="425.77,182.36 427.12,183.75 "
+ id="polyline7045" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="425.20,183.12 425.44,182.81 425.77,182.36 "
+ id="polyline7047" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="427.35,180.38 427.70,179.97 428.07,179.55 428.41,179.13 429.58,180.85 "
+ id="polyline7049" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="430.09,177.62 430.07,177.39 430.44,177.03 430.82,176.68 431.19,176.33 432.17,178.30 "
+ id="polyline7051" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="415.46,229.40 413.50,230.45 "
+ id="polyline7053" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="413.50,230.45 413.40,229.93 413.31,229.43 413.23,228.92 "
+ id="polyline7055" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="414.88,225.84 412.93,226.54 "
+ id="polyline7057" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ points="412.93,226.54 412.88,225.99 412.83,225.46 412.80,225.10 "
+ id="polyline7059" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="414.59,222.04 412.68,222.39 "
+ id="polyline7061" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ points="412.68,222.39 412.68,221.82 412.68,221.30 "
+ id="polyline7063" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="423.30,185.93 424.79,186.99 "
+ id="polyline7065" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="422.98,186.43 423.30,185.93 "
+ id="polyline7067" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="432.89,175.55 432.92,174.83 433.30,174.53 433.68,174.23 434.06,173.93 434.82,176.18 "
+ id="polyline7069" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="436.97,172.01 437.52,174.48 "
+ id="polyline7071" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="435.68,173.88 435.81,172.72 436.97,172.01 "
+ id="polyline7073" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="413.46,228.63 413.23,228.92 "
+ id="polyline7075" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="414.63,218.05 412.78,218.05 412.83,217.47 412.84,217.37 "
+ id="polyline7077" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="438.45,172.65 438.73,171.09 439.13,170.91 439.51,170.74 439.89,170.58 440.22,173.24 "
+ id="polyline7079" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="441.65,169.96 440.89,173.00 440.22,173.24 438.45,172.65 438.18,174.13 437.52,174.48 435.68,173.88 435.47,175.71 434.82,176.18 432.89,175.54 432.89,175.55 432.80,177.74 432.17,178.30 430.09,177.62 430.09,177.62 430.21,180.20 429.58,180.85 427.53,180.17 427.35,180.38 427.70,183.02 427.12,183.75 425.20,183.12 425.09,183.27 424.76,183.74 425.34,186.18 424.79,186.99 422.98,186.43 422.67,186.93 422.35,187.44 423.15,189.65 422.63,190.53 421.01,189.80 420.72,190.33 420.44,190.87 420.16,191.41 421.15,193.38 420.69,194.31 418.95,193.92 418.70,194.49 418.45,195.05 418.20,195.62 419.38,197.30 418.98,198.28 417.15,198.24 416.94,198.83 416.72,199.41 416.51,200.00 417.87,201.37 417.53,202.38 415.62,202.70 415.44,203.29 415.27,203.89 415.11,204.49 416.60,205.54 416.36,206.57 414.41,207.23 414.26,207.83 414.13,208.45 414.01,209.04 415.64,209.74 415.46,210.77 413.50,211.79 413.40,212.38 413.31,212.98 413.23,213.58 414.99,213.95 414.88,214.96 412.93,216.29 412.88,216.87 412.84,217.37 412.83,217.47 414.63,218.07 414.59,219.05 412.68,220.67 412.68,221.26 412.68,221.30 412.68,221.41 414.59,222.04 414.63,222.98 412.78,224.91 412.80,225.10 412.81,225.16 414.88,225.84 414.99,226.72 413.46,228.63 413.39,228.72 415.46,229.40 415.64,230.23 414.01,232.64 "
+ id="polyline7081" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="441.65,169.96 442.03,169.86 442.42,169.76 442.80,169.67 "
+ id="polyline7083" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="444.51,169.37 443.55,172.36 442.90,172.47 441.47,171.91 "
+ id="polyline7085" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="442.80,169.67 442.90,172.47 "
+ id="polyline7087" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="444.51,169.37 444.89,169.33 445.26,169.30 445.62,169.27 "
+ id="polyline7089" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="445.51,172.21 446.12,172.21 447.28,169.30 "
+ id="polyline7091" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="445.62,169.27 445.51,172.21 "
+ id="polyline7093" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="447.28,169.30 447.65,169.32 448.00,169.37 448.36,169.42 "
+ id="polyline7095" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="448.00,172.41 448.60,172.54 449.92,169.75 "
+ id="polyline7097" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="448.36,169.42 448.00,172.41 "
+ id="polyline7099" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="449.92,169.75 450.27,169.85 450.60,169.95 450.94,170.06 "
+ id="polyline7101" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="450.37,173.10 450.92,173.35 452.42,170.71 "
+ id="polyline7103" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="450.94,170.06 450.37,173.10 "
+ id="polyline7105" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="444.43,175.46 444.23,175.05 444.03,174.63 443.81,174.23 "
+ id="polyline7107" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="442.73,173.16 442.43,173.77 442.63,174.17 442.83,174.58 443.03,175.00 444.43,175.46 445.07,174.88 "
+ id="polyline7109" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="445.07,174.88 444.83,174.33 444.56,173.80 444.28,173.27 "
+ id="polyline7111" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="444.28,173.27 443.81,174.23 "
+ id="polyline7113" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="445.57,175.83 447.48,176.47 "
+ id="polyline7115" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="445.57,175.83 445.37,175.43 445.17,175.02 444.98,174.62 "
+ id="polyline7117" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="444.98,174.62 445.44,173.65 "
+ id="polyline7119" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="417.53,235.63 415.62,237.31 "
+ id="polyline7121" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="415.62,237.31 415.44,236.89 415.27,236.48 415.11,236.04 "
+ id="polyline7123" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="415.11,236.04 416.60,233.44 416.36,232.67 415.02,232.23 "
+ id="polyline7125" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="416.36,232.67 414.41,234.05 "
+ id="polyline7127" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="414.41,234.05 414.26,233.58 414.13,233.12 414.01,232.64 "
+ id="polyline7129" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="418.20,241.69 419.38,238.79 418.98,238.22 417.44,237.71 "
+ id="polyline7131" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="418.98,238.22 417.15,240.16 "
+ id="polyline7133" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="417.15,240.16 416.94,239.82 416.72,239.45 416.51,239.07 "
+ id="polyline7135" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="416.51,239.07 417.87,236.29 417.53,235.63 416.16,235.17 "
+ id="polyline7137" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="436.08,245.39 436.97,245.68 "
+ id="polyline7139" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="433.32,246.56 434.06,246.81 "
+ id="polyline7141" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="430.42,247.16 431.19,247.41 "
+ id="polyline7143" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="427.52,247.20 428.41,247.49 "
+ id="polyline7145" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="423.29,242.93 424.79,243.42 425.34,243.67 "
+ id="polyline7147" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="427.70,244.37 425.51,243.64 "
+ id="polyline7149" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="430.21,244.58 423.82,242.47 "
+ id="polyline7151" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="432.80,244.30 422.20,240.80 "
+ id="polyline7153" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="421.55,240.91 432.17,244.42 432.80,244.30 "
+ id="polyline7155" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="435.47,243.54 424.88,240.03 "
+ id="polyline7157" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="438.18,242.31 427.57,238.80 "
+ id="polyline7159" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="426.92,239.15 437.52,242.66 438.18,242.31 "
+ id="polyline7161" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="437.52,242.66 436.97,245.68 "
+ id="polyline7163" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="436.97,245.68 436.59,245.86 436.19,246.03 435.81,246.20 "
+ id="polyline7165" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="435.81,246.20 435.47,243.54 "
+ id="polyline7167" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="434.82,243.77 434.06,246.81 "
+ id="polyline7169" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="434.06,246.81 433.68,246.93 433.30,247.03 432.92,247.11 "
+ id="polyline7171" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="432.92,247.11 432.80,244.30 "
+ id="polyline7173" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="432.17,244.42 431.19,247.41 "
+ id="polyline7175" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="431.19,247.41 430.82,247.46 430.44,247.49 430.07,247.51 "
+ id="polyline7177" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="430.07,247.51 430.21,244.58 "
+ id="polyline7179" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="429.58,244.58 428.41,247.49 "
+ id="polyline7181" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="428.41,247.49 428.07,247.46 427.70,247.43 427.35,247.38 "
+ id="polyline7183" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="427.35,247.38 427.70,244.37 "
+ id="polyline7185" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="427.12,244.25 425.77,247.04 "
+ id="polyline7187" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="425.77,247.04 425.44,246.94 425.09,246.83 424.76,246.71 "
+ id="polyline7189" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="424.76,246.71 425.34,243.67 "
+ id="polyline7191" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="424.79,243.42 423.30,246.06 "
+ id="polyline7193" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="423.30,246.06 422.98,245.90 422.67,245.71 422.35,245.53 "
+ id="polyline7195" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="422.63,242.14 421.01,244.58 "
+ id="polyline7197" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="421.01,244.58 420.72,244.35 420.44,244.10 420.16,243.85 "
+ id="polyline7199" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="420.69,240.40 418.95,242.61 "
+ id="polyline7201" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="418.95,242.61 418.70,242.31 418.45,242.01 418.20,241.69 "
+ id="polyline7203" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="423.98,241.18 424.21,240.26 "
+ id="polyline7205" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="426.68,240.40 426.92,239.15 "
+ id="polyline7207" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="423.50,240.75 423.70,239.70 "
+ id="polyline7209" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="422.54,239.32 422.35,240.36 "
+ id="polyline7211" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="422.35,240.36 422.88,240.10 423.42,239.83 423.95,239.53 "
+ id="polyline7213" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="421.15,238.85 422.54,239.32 "
+ id="polyline7215" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="422.54,239.32 422.95,239.12 423.35,238.90 423.75,238.69 "
+ id="polyline7217" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="420.87,240.36 421.15,238.85 421.55,238.65 421.95,238.44 422.37,238.22 423.75,238.69 "
+ id="polyline7219" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="425.52,243.72 427.12,244.25 427.70,244.37 "
+ id="polyline7221" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="423.40,242.54 429.58,244.58 430.21,244.58 "
+ id="polyline7223" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="424.21,240.26 434.82,243.77 435.47,243.54 "
+ id="polyline7225" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="424.21,240.26 424.88,240.03 "
+ id="polyline7227" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="423.70,239.70 424.52,239.97 "
+ id="polyline7229" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="423.70,239.70 424.10,239.48 424.49,239.29 424.91,239.05 "
+ id="polyline7231" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="422.35,240.36 423.50,240.75 "
+ id="polyline7233" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="423.95,239.53 423.75,238.69 "
+ id="polyline7235" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="445.61,202.41 461.70,207.73 "
+ id="polyline7237" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="444.51,206.97 460.61,212.28 "
+ id="polyline7239" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="443.10,211.45 459.19,216.79 "
+ id="polyline7241" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="441.40,215.84 457.50,221.16 "
+ id="polyline7243" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="439.44,220.04 455.54,225.36 "
+ id="polyline7245" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="437.25,224.03 453.35,229.35 "
+ id="polyline7247" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="434.84,227.72 450.94,233.04 "
+ id="polyline7249" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="432.25,231.09 448.36,236.41 "
+ id="polyline7251" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="444.13,238.89 445.62,239.38 "
+ id="polyline7253" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="441.61,241.55 442.80,241.94 "
+ id="polyline7255" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="438.86,243.71 439.89,244.05 "
+ id="polyline7257" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="460.33,183.68 461.70,184.14 "
+ id="polyline7259" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="460.89,187.34 462.46,187.86 "
+ id="polyline7261" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="446.82,186.55 462.91,191.88 "
+ id="polyline7263" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="446.92,190.78 463.01,196.10 "
+ id="polyline7265" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="446.69,195.19 462.78,200.50 "
+ id="polyline7267" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="446.10,199.69 462.20,205.01 "
+ id="polyline7269" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="445.21,204.23 461.30,209.56 "
+ id="polyline7271" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="443.98,208.76 460.07,214.08 "
+ id="polyline7273" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="442.47,213.21 458.56,218.55 "
+ id="polyline7275" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="440.65,217.53 456.75,222.87 "
+ id="polyline7277" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="440.89,240.61 430.27,237.11 "
+ id="polyline7279" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="429.61,237.56 440.22,241.06 440.89,240.61 "
+ id="polyline7281" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="443.55,238.47 432.93,234.96 "
+ id="polyline7283" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="432.28,235.53 442.90,239.03 443.55,238.47 "
+ id="polyline7285" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="446.12,235.95 435.52,232.44 "
+ id="polyline7287" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="434.89,233.09 445.51,236.59 446.12,235.95 "
+ id="polyline7289" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="448.60,233.02 437.98,229.51 "
+ id="polyline7291" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="437.40,230.26 448.00,233.77 448.60,233.02 "
+ id="polyline7293" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="450.92,229.78 440.31,226.27 "
+ id="polyline7295" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="439.76,227.09 450.37,230.59 450.92,229.78 "
+ id="polyline7297" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="453.06,226.24 442.47,222.74 "
+ id="polyline7299" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="441.95,223.63 452.57,227.14 453.06,226.24 "
+ id="polyline7301" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="455.01,222.47 444.41,218.96 "
+ id="polyline7303" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="443.94,219.91 454.56,223.42 455.01,222.47 "
+ id="polyline7305" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="456.72,218.50 446.10,214.99 "
+ id="polyline7307" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="445.72,215.97 456.32,219.48 456.72,218.50 "
+ id="polyline7309" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="458.18,214.39 447.56,210.89 "
+ id="polyline7311" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="447.23,211.90 457.85,215.41 458.18,214.39 "
+ id="polyline7313" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="459.36,210.22 448.75,206.72 "
+ id="polyline7315" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="448.48,207.73 459.09,211.24 459.36,210.22 "
+ id="polyline7317" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="460.24,206.00 449.64,202.50 "
+ id="polyline7319" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="449.44,203.53 460.06,207.03 460.24,206.00 "
+ id="polyline7321" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="459.36,184.10 459.09,183.36 448.48,179.85 "
+ id="polyline7323" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="448.75,180.60 459.36,184.10 "
+ id="polyline7325" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="460.84,201.83 450.22,198.33 "
+ id="polyline7327" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="450.11,199.34 460.72,202.85 "
+ id="polyline7329" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="460.72,202.85 460.84,201.83 "
+ id="polyline7331" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="449.64,183.87 460.24,187.38 "
+ id="polyline7333" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="460.24,187.38 460.06,186.56 "
+ id="polyline7335" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="460.06,186.56 449.44,183.06 "
+ id="polyline7337" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="461.10,197.75 450.51,194.24 "
+ id="polyline7339" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="450.46,195.22 461.07,198.72 "
+ id="polyline7341" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="461.07,198.72 461.10,197.75 "
+ id="polyline7343" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="461.07,193.81 450.46,190.30 "
+ id="polyline7345" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="450.51,191.23 461.10,194.74 "
+ id="polyline7347" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="461.10,194.74 461.07,193.81 "
+ id="polyline7349" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="450.22,187.44 460.84,190.95 "
+ id="polyline7351" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="460.84,190.95 460.72,190.05 "
+ id="polyline7353" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="460.72,190.05 450.11,186.55 "
+ id="polyline7355" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="460.84,190.95 462.78,190.25 "
+ id="polyline7357" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="462.78,190.25 462.83,190.78 462.88,191.33 462.91,191.88 "
+ id="polyline7359" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="462.91,191.88 461.07,193.81 "
+ id="polyline7361" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="461.10,194.74 463.01,194.39 "
+ id="polyline7363" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="463.01,194.39 463.03,194.95 463.03,195.54 463.01,196.10 "
+ id="polyline7365" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="463.01,196.10 461.10,197.75 "
+ id="polyline7367" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="461.07,198.72 462.91,198.72 "
+ id="polyline7369" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="462.91,198.72 462.88,199.32 462.83,199.91 462.78,200.50 "
+ id="polyline7371" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="462.78,200.50 460.84,201.83 "
+ id="polyline7373" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="460.72,202.85 462.46,203.20 "
+ id="polyline7375" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="462.46,203.20 462.38,203.79 462.30,204.41 462.20,205.01 "
+ id="polyline7377" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="462.20,205.01 460.24,206.00 "
+ id="polyline7379" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="460.06,207.03 461.70,207.73 "
+ id="polyline7381" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="461.70,207.73 461.57,208.35 461.44,208.94 461.30,209.56 "
+ id="polyline7383" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="461.30,209.56 459.36,210.22 "
+ id="polyline7385" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="459.09,211.24 460.61,212.28 "
+ id="polyline7387" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="460.61,212.28 460.44,212.88 460.26,213.48 460.07,214.08 "
+ id="polyline7389" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="460.07,214.08 458.18,214.39 "
+ id="polyline7391" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="457.85,215.41 459.19,216.79 "
+ id="polyline7393" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="459.19,216.79 458.99,217.37 458.78,217.95 458.56,218.55 "
+ id="polyline7395" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="458.56,218.55 456.72,218.50 "
+ id="polyline7397" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="456.32,219.48 457.50,221.16 "
+ id="polyline7399" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="457.50,221.16 457.27,221.74 457.02,222.30 456.75,222.87 "
+ id="polyline7401" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="456.75,222.87 455.01,222.47 "
+ id="polyline7403" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="454.56,223.42 455.54,225.36 "
+ id="polyline7405" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="455.54,225.36 455.27,225.91 454.99,226.46 454.69,226.99 "
+ id="polyline7407" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="454.69,226.99 453.06,226.24 "
+ id="polyline7409" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="452.57,227.14 453.35,229.35 "
+ id="polyline7411" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="453.35,229.35 453.05,229.85 452.73,230.36 452.42,230.86 "
+ id="polyline7413" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="452.42,230.86 450.92,229.78 "
+ id="polyline7415" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="450.37,230.59 450.94,233.04 "
+ id="polyline7417" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="450.94,233.04 450.60,233.50 450.27,233.97 449.92,234.43 "
+ id="polyline7419" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="449.92,234.43 448.60,233.02 "
+ id="polyline7421" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="448.00,233.77 448.36,236.41 "
+ id="polyline7423" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="448.36,236.41 448.00,236.83 447.65,237.24 447.28,237.64 "
+ id="polyline7425" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="447.28,237.64 446.12,235.95 "
+ id="polyline7427" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="445.51,236.59 445.62,239.38 "
+ id="polyline7429" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="445.62,239.38 445.26,239.75 444.89,240.12 444.51,240.46 "
+ id="polyline7431" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="444.51,240.46 443.55,238.47 "
+ id="polyline7433" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="442.90,239.03 442.80,241.94 "
+ id="polyline7435" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="442.80,241.94 442.42,242.26 442.03,242.56 441.65,242.84 "
+ id="polyline7437" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="441.65,242.84 440.89,240.61 "
+ id="polyline7439" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="440.22,241.06 439.89,244.05 "
+ id="polyline7441" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="439.89,244.05 439.51,244.30 439.13,244.54 438.73,244.77 "
+ id="polyline7443" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="438.73,244.77 438.18,242.31 "
+ id="polyline7445" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="460.61,180.73 459.09,183.36 "
+ id="polyline7447" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="459.36,184.10 461.30,182.74 "
+ id="polyline7449" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="461.30,182.74 461.44,183.21 461.57,183.67 461.70,184.14 "
+ id="polyline7451" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="461.70,184.14 460.06,186.56 "
+ id="polyline7453" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="460.24,187.38 462.20,186.35 "
+ id="polyline7455" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="462.20,186.35 462.30,186.84 462.38,187.36 462.46,187.86 "
+ id="polyline7457" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="462.46,187.86 460.72,190.05 "
+ id="polyline7459" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="426.92,239.15 427.57,238.80 "
+ id="polyline7461" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="429.46,239.05 429.61,237.56 "
+ id="polyline7463" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="429.61,237.56 430.27,237.11 "
+ id="polyline7465" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="432.23,236.99 432.28,235.53 "
+ id="polyline7467" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="432.28,235.53 432.93,234.96 "
+ id="polyline7469" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="434.96,234.48 434.89,233.09 "
+ id="polyline7471" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="434.89,233.09 435.52,232.44 "
+ id="polyline7473" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="437.57,231.58 437.40,230.26 "
+ id="polyline7475" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="437.40,230.26 437.98,229.51 "
+ id="polyline7477" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="440.04,228.32 439.76,227.09 "
+ id="polyline7479" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="439.76,227.09 440.31,226.27 "
+ id="polyline7481" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="442.35,224.73 441.95,223.63 "
+ id="polyline7483" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="441.95,223.63 442.47,222.74 "
+ id="polyline7485" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="444.41,218.96 445.27,219.16 "
+ id="polyline7487" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="444.44,220.89 443.94,219.91 "
+ id="polyline7489" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="443.94,219.91 444.41,218.96 "
+ id="polyline7491" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="446.10,214.99 447.03,215.01 "
+ id="polyline7493" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="446.30,216.82 445.72,215.97 "
+ id="polyline7495" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="445.72,215.97 446.10,214.99 "
+ id="polyline7497" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="447.56,210.89 448.51,210.74 "
+ id="polyline7499" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="447.91,212.58 447.23,211.90 "
+ id="polyline7501" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="447.23,211.90 447.56,210.89 "
+ id="polyline7503" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="448.75,206.72 449.72,206.39 "
+ id="polyline7505" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="449.24,208.26 448.48,207.73 "
+ id="polyline7507" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="448.48,207.73 448.75,206.72 "
+ id="polyline7509" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="449.64,202.50 450.62,202.00 "
+ id="polyline7511" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="450.27,203.88 449.44,203.53 "
+ id="polyline7513" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="449.44,203.53 449.64,202.50 "
+ id="polyline7515" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="450.22,198.33 451.20,197.66 "
+ id="polyline7517" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="450.11,199.34 450.22,198.33 "
+ id="polyline7519" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="449.64,183.87 449.44,183.06 "
+ id="polyline7521" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="449.44,183.06 450.27,181.84 "
+ id="polyline7523" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="450.51,194.24 451.45,193.41 "
+ id="polyline7525" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="450.46,195.22 450.51,194.24 "
+ id="polyline7527" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="450.46,190.30 451.39,189.34 "
+ id="polyline7529" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="450.51,191.23 450.46,190.30 "
+ id="polyline7531" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="450.22,187.44 450.11,186.55 "
+ id="polyline7533" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="450.11,186.55 450.99,185.45 "
+ id="polyline7535" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="426.82,239.69 424.91,239.05 "
+ id="polyline7537" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="429.58,237.87 427.72,237.26 "
+ id="polyline7539" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="426.50,238.09 429.46,239.05 "
+ id="polyline7541" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="432.28,235.59 430.47,235.00 "
+ id="polyline7543" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="429.29,236.01 432.23,236.99 "
+ id="polyline7545" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="435.04,232.94 433.15,232.31 "
+ id="polyline7547" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="432.02,233.52 434.96,234.48 "
+ id="polyline7549" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="437.68,229.90 435.70,229.25 "
+ id="polyline7551" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="434.63,230.61 437.57,231.58 "
+ id="polyline7553" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="440.15,226.51 438.11,225.84 "
+ id="polyline7555" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="437.10,227.34 440.04,228.32 "
+ id="polyline7557" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="442.41,222.83 440.32,222.14 "
+ id="polyline7559" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="439.39,223.76 442.35,224.73 "
+ id="polyline7561" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="445.27,219.16 442.33,218.18 "
+ id="polyline7563" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="441.50,219.91 444.44,220.89 "
+ id="polyline7565" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="447.03,215.01 444.09,214.04 "
+ id="polyline7567" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="443.36,215.84 446.30,216.82 "
+ id="polyline7569" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="448.51,210.74 445.57,209.76 "
+ id="polyline7571" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="444.98,211.62 447.91,212.58 "
+ id="polyline7573" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="449.72,206.39 446.77,205.40 "
+ id="polyline7575" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="446.30,207.28 449.24,208.26 "
+ id="polyline7577" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="450.62,202.00 447.67,201.02 "
+ id="polyline7579" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="447.33,202.91 450.27,203.88 "
+ id="polyline7581" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="451.20,197.66 448.25,196.68 "
+ id="polyline7583" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="448.05,198.54 450.12,199.24 "
+ id="polyline7585" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="447.67,182.38 449.49,182.98 "
+ id="polyline7587" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="450.27,181.84 447.33,180.86 "
+ id="polyline7589" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="451.45,193.41 448.51,192.45 "
+ id="polyline7591" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="448.44,194.26 450.47,194.92 "
+ id="polyline7593" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="451.39,189.34 448.44,188.36 "
+ id="polyline7595" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="448.51,190.09 450.47,190.74 "
+ id="polyline7597" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="448.25,186.12 450.13,186.74 "
+ id="polyline7599" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="450.99,185.45 448.05,184.49 "
+ id="polyline7601" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="426.39,239.12 426.50,238.09 "
+ id="polyline7603" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="426.50,238.09 426.90,237.82 427.32,237.54 427.72,237.26 "
+ id="polyline7605" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="429.26,237.02 429.29,236.01 "
+ id="polyline7607" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="429.29,236.01 429.69,235.68 430.07,235.35 430.47,235.00 "
+ id="polyline7609" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="432.05,234.48 432.02,233.52 "
+ id="polyline7611" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="432.02,233.52 432.40,233.12 432.77,232.72 433.15,232.31 "
+ id="polyline7613" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="434.74,231.53 434.63,230.61 "
+ id="polyline7615" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="434.63,230.61 434.99,230.16 435.36,229.71 435.70,229.25 "
+ id="polyline7617" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="437.30,228.19 437.10,227.34 "
+ id="polyline7619" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="437.10,227.34 437.43,226.86 437.78,226.34 438.11,225.84 "
+ id="polyline7621" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="439.68,224.53 439.39,223.76 "
+ id="polyline7623" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="439.39,223.76 439.71,223.23 440.02,222.68 440.32,222.14 "
+ id="polyline7625" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="442.33,218.18 442.93,218.32 "
+ id="polyline7627" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="441.84,220.59 441.50,219.91 "
+ id="polyline7629" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="441.50,219.91 441.78,219.35 442.05,218.76 442.33,218.18 "
+ id="polyline7631" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="444.09,214.04 444.73,214.06 "
+ id="polyline7633" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="443.76,216.42 443.36,215.84 "
+ id="polyline7635" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="443.36,215.84 443.61,215.24 443.85,214.64 444.09,214.04 "
+ id="polyline7637" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="445.57,209.76 446.24,209.66 "
+ id="polyline7639" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="445.44,212.08 444.98,211.62 "
+ id="polyline7641" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="444.98,211.62 445.17,211.00 445.37,210.39 445.57,209.76 "
+ id="polyline7643" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="446.77,205.40 447.45,205.17 "
+ id="polyline7645" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="446.82,207.65 446.30,207.28 "
+ id="polyline7647" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="446.30,207.28 446.47,206.65 446.62,206.04 446.77,205.40 "
+ id="polyline7649" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="447.67,201.02 448.35,200.69 "
+ id="polyline7651" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="447.90,203.15 447.33,202.91 "
+ id="polyline7653" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="447.33,202.91 447.45,202.28 447.56,201.65 447.67,201.02 "
+ id="polyline7655" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="448.25,196.68 448.93,196.23 "
+ id="polyline7657" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="448.05,198.54 448.11,197.93 448.20,197.30 448.25,196.68 "
+ id="polyline7659" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="447.67,182.38 447.56,181.88 447.45,181.36 447.33,180.86 "
+ id="polyline7661" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="448.51,192.45 449.18,191.88 "
+ id="polyline7663" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="448.44,194.26 448.46,193.64 448.50,193.04 448.51,192.45 "
+ id="polyline7665" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="448.44,188.36 449.08,187.69 "
+ id="polyline7667" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="448.51,190.09 448.50,189.50 448.46,188.92 448.44,188.36 "
+ id="polyline7669" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="448.25,186.12 448.20,185.57 448.11,185.02 448.05,184.49 "
+ id="polyline7671" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="448.05,184.49 448.65,183.72 "
+ id="polyline7673" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="427.06,237.72 426.82,237.64 "
+ id="polyline7675" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="425.24,238.74 426.39,239.12 "
+ id="polyline7677" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="430.00,235.41 429.66,235.30 "
+ id="polyline7679" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="428.10,236.64 429.26,237.02 "
+ id="polyline7681" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="432.82,232.66 432.40,232.52 "
+ id="polyline7683" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="430.91,234.10 432.05,234.48 "
+ id="polyline7685" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="435.51,229.51 435.02,229.35 "
+ id="polyline7687" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="433.60,231.14 434.74,231.53 "
+ id="polyline7689" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="438.01,226.00 437.48,225.83 "
+ id="polyline7691" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="436.14,227.80 437.30,228.19 "
+ id="polyline7693" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="440.30,222.19 439.74,222.00 "
+ id="polyline7695" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="438.51,224.15 439.68,224.53 "
+ id="polyline7697" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="442.93,218.32 441.78,217.93 "
+ id="polyline7699" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="440.69,220.21 441.84,220.59 "
+ id="polyline7701" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="444.73,214.06 443.56,213.68 "
+ id="polyline7703" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="442.62,216.04 443.76,216.42 "
+ id="polyline7705" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="446.24,209.66 445.07,209.28 "
+ id="polyline7707" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="444.28,211.70 445.44,212.08 "
+ id="polyline7709" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="447.45,205.17 446.30,204.79 "
+ id="polyline7711" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="445.67,207.27 446.82,207.65 "
+ id="polyline7713" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="448.35,200.69 447.20,200.30 "
+ id="polyline7715" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="446.74,202.76 447.90,203.15 "
+ id="polyline7717" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="448.93,196.23 447.78,195.85 "
+ id="polyline7719" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="447.50,198.28 448.06,198.46 "
+ id="polyline7721" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="447.20,181.64 447.54,181.76 "
+ id="polyline7723" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="449.18,191.88 448.01,191.50 "
+ id="polyline7725" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="447.93,193.87 448.45,194.05 "
+ id="polyline7727" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="449.08,187.69 447.93,187.31 "
+ id="polyline7729" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="448.01,189.59 448.51,189.75 "
+ id="polyline7731" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="447.78,185.50 448.20,185.64 "
+ id="polyline7733" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="448.65,183.72 447.50,183.34 "
+ id="polyline7735" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="426.82,237.64 426.55,236.88 "
+ id="polyline7737" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="425.36,237.71 425.24,238.74 "
+ id="polyline7739" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="425.24,238.74 425.77,238.39 426.30,238.02 426.82,237.64 "
+ id="polyline7741" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="429.66,235.30 429.33,234.62 "
+ id="polyline7743" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="428.15,235.63 428.10,236.64 "
+ id="polyline7745" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="428.10,236.64 428.63,236.21 429.14,235.76 429.66,235.30 "
+ id="polyline7747" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="432.40,232.52 432.00,231.92 "
+ id="polyline7749" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="430.86,233.14 430.91,234.10 "
+ id="polyline7751" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="430.91,234.10 431.40,233.58 431.90,233.05 432.40,232.52 "
+ id="polyline7753" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="435.02,229.35 434.56,228.87 "
+ id="polyline7755" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="433.48,230.23 433.60,231.14 "
+ id="polyline7757" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="433.60,231.14 434.08,230.56 434.54,229.96 435.02,229.35 "
+ id="polyline7759" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="437.48,225.83 436.97,225.46 "
+ id="polyline7761" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="435.96,226.96 436.14,227.80 "
+ id="polyline7763" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="436.14,227.80 436.60,227.16 437.04,226.51 437.48,225.83 "
+ id="polyline7765" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="439.74,222.00 439.18,221.75 "
+ id="polyline7767" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="438.25,223.38 438.51,224.15 "
+ id="polyline7769" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="438.51,224.15 438.93,223.45 439.34,222.74 439.74,222.00 "
+ id="polyline7771" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="441.78,217.93 441.17,217.80 "
+ id="polyline7773" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="440.34,219.53 440.69,220.21 "
+ id="polyline7775" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="440.69,220.21 441.06,219.46 441.42,218.70 441.78,217.93 "
+ id="polyline7777" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="443.56,213.68 442.93,213.66 "
+ id="polyline7779" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="442.22,215.46 442.62,216.04 "
+ id="polyline7781" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="442.62,216.04 442.95,215.26 443.26,214.48 443.56,213.68 "
+ id="polyline7783" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="445.07,209.28 444.43,209.38 "
+ id="polyline7785" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="443.81,211.24 444.28,211.70 "
+ id="polyline7787" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="444.28,211.70 444.56,210.91 444.83,210.09 445.07,209.28 "
+ id="polyline7789" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="446.30,204.79 445.62,205.02 "
+ id="polyline7791" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="445.14,206.90 445.67,207.27 "
+ id="polyline7793" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="445.67,207.27 445.89,206.43 446.09,205.62 446.30,204.79 "
+ id="polyline7795" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="447.20,200.30 446.52,200.65 "
+ id="polyline7797" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="446.17,202.53 446.74,202.76 "
+ id="polyline7799" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="446.74,202.76 446.90,201.95 447.05,201.12 447.20,200.30 "
+ id="polyline7801" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="447.78,195.85 447.10,196.30 "
+ id="polyline7803" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="446.89,198.16 447.50,198.28 "
+ id="polyline7805" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="447.50,198.28 447.60,197.46 447.70,196.65 447.78,195.85 "
+ id="polyline7807" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="448.01,191.50 447.37,192.06 "
+ id="polyline7809" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="447.28,193.87 447.93,193.87 "
+ id="polyline7811" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="447.93,193.87 447.96,193.08 448.00,192.28 448.01,191.50 "
+ id="polyline7813" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="447.93,187.31 447.28,187.98 "
+ id="polyline7815" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="447.37,189.70 448.01,189.59 "
+ id="polyline7817" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="448.01,189.59 448.00,188.82 447.96,188.06 447.93,187.31 "
+ id="polyline7819" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="447.78,185.50 447.70,184.77 447.60,184.05 447.50,183.34 "
+ id="polyline7821" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="447.50,183.34 446.89,184.10 "
+ id="polyline7823" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="423.96,237.24 425.36,237.71 "
+ id="polyline7825" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="425.36,237.71 425.76,237.44 426.15,237.16 426.55,236.88 "
+ id="polyline7827" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="426.75,235.18 428.15,235.63 "
+ id="polyline7829" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="428.15,235.63 428.53,235.30 428.93,234.96 429.33,234.62 "
+ id="polyline7831" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="429.48,232.67 430.86,233.14 "
+ id="polyline7833" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="430.86,233.14 431.24,232.74 431.62,232.34 432.00,231.92 "
+ id="polyline7835" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="432.09,229.76 433.48,230.23 "
+ id="polyline7837" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="433.48,230.23 433.85,229.78 434.19,229.33 434.56,228.87 "
+ id="polyline7839" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="434.56,226.51 435.96,226.96 "
+ id="polyline7841" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="435.96,226.96 436.29,226.47 436.62,225.96 436.97,225.46 "
+ id="polyline7843" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="436.85,222.92 438.25,223.38 "
+ id="polyline7845" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="438.25,223.38 438.56,222.85 438.88,222.30 439.18,221.75 "
+ id="polyline7847" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="441.17,217.80 439.79,217.35 "
+ id="polyline7849" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="438.96,219.08 440.34,219.53 "
+ id="polyline7851" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="440.34,219.53 440.62,218.96 440.90,218.38 441.17,217.80 "
+ id="polyline7853" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="442.93,213.66 441.54,213.20 "
+ id="polyline7855" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="440.82,215.01 442.22,215.46 "
+ id="polyline7857" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="442.22,215.46 442.45,214.86 442.70,214.26 442.93,213.66 "
+ id="polyline7859" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="444.43,209.38 443.03,208.93 "
+ id="polyline7861" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="442.43,210.77 443.81,211.24 "
+ id="polyline7863" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="443.81,211.24 444.03,210.62 444.23,210.01 444.43,209.38 "
+ id="polyline7865" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="445.62,205.02 444.23,204.56 "
+ id="polyline7867" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="443.75,206.45 445.14,206.90 "
+ id="polyline7869" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="445.14,206.90 445.31,206.29 445.47,205.65 445.62,205.02 "
+ id="polyline7871" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="446.52,200.65 445.13,200.19 "
+ id="polyline7873" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="444.77,202.06 446.17,202.53 "
+ id="polyline7875" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="446.17,202.53 446.30,201.90 446.40,201.27 446.52,200.65 "
+ id="polyline7877" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="447.10,196.30 445.71,195.85 "
+ id="polyline7879" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="446.89,198.16 446.97,197.55 447.03,196.91 447.10,196.30 "
+ id="polyline7881" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="447.37,192.06 445.97,191.60 "
+ id="polyline7883" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="445.91,193.41 447.28,193.87 "
+ id="polyline7885" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="447.28,193.87 447.32,193.26 447.35,192.66 447.37,192.06 "
+ id="polyline7887" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="446.52,182.01 446.40,181.50 446.30,180.98 446.17,180.48 "
+ id="polyline7889" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="447.28,187.98 445.91,187.51 "
+ id="polyline7891" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="445.97,189.25 447.37,189.70 "
+ id="polyline7893" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="447.37,189.70 447.35,189.12 447.32,188.56 447.28,187.98 "
+ id="polyline7895" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="447.10,185.73 447.03,185.18 446.97,184.64 446.89,184.10 "
+ id="polyline7897" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="446.89,184.10 445.51,183.64 "
+ id="polyline7899" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="446.27,181.93 446.29,182.03 446.37,182.54 445.51,183.64 445.57,184.19 445.65,184.72 445.71,185.28 447.10,185.73 447.78,185.50 "
+ id="polyline7901" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="423.80,238.74 423.96,237.24 424.36,236.97 424.78,236.69 425.18,236.41 426.55,236.88 "
+ id="polyline7903" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="427.93,234.15 429.33,234.62 "
+ id="polyline7905" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="426.45,236.84 426.70,236.63 426.75,235.18 427.15,234.85 427.53,234.50 427.93,234.15 429.07,234.53 429.16,234.43 429.53,234.07 "
+ id="polyline7907" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="429.53,234.07 429.48,232.67 429.86,232.27 430.23,231.87 430.61,231.48 432.00,231.92 "
+ id="polyline7909" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="433.17,228.40 434.56,228.87 "
+ id="polyline7911" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="435.57,225.00 436.97,225.46 "
+ id="polyline7913" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="437.78,221.29 439.18,221.75 "
+ id="polyline7915" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="445.61,202.41 444.77,202.06 "
+ id="polyline7917" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="445.51,197.70 446.89,198.16 "
+ id="polyline7919" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="446.75,185.62 446.79,186.01 446.82,186.55 445.91,187.51 445.92,188.09 445.96,188.67 445.97,189.25 446.93,189.56 446.94,190.22 446.92,190.78 445.97,191.60 445.96,192.20 445.92,192.81 445.91,193.41 446.80,193.71 446.79,194.01 446.74,194.59 446.69,195.19 445.71,195.85 445.65,196.47 445.57,197.08 445.51,197.70 446.35,197.98 446.29,198.48 446.20,199.07 446.10,199.69 445.13,200.19 445.02,200.82 444.91,201.43 444.77,202.06 445.61,202.41 445.47,203.03 445.34,203.63 445.21,204.23 444.23,204.56 444.08,205.19 443.91,205.82 443.75,206.45 444.51,206.97 444.34,207.57 444.16,208.16 443.98,208.76 443.03,208.93 442.83,209.54 442.63,210.16 442.43,210.77 443.10,211.45 442.90,212.05 442.68,212.63 442.47,213.21 441.54,213.20 441.30,213.81 441.07,214.41 440.82,215.01 441.40,215.84 441.17,216.41 440.90,216.99 440.65,217.53 439.79,217.35 439.51,217.93 439.25,218.50 438.96,219.08 439.44,220.04 439.18,220.59 438.90,221.12 438.65,221.58 437.78,221.29 437.48,221.84 437.17,222.39 436.85,222.92 437.25,224.03 436.93,224.53 436.64,225.04 436.48,225.30 435.57,225.00 435.24,225.51 434.89,226.01 434.56,226.51 434.84,227.72 434.51,228.19 434.18,228.65 434.12,228.72 433.17,228.40 432.82,228.87 432.45,229.32 432.09,229.76 432.25,231.09 431.90,231.51 431.64,231.83 "
+ id="polyline7921" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="419.53,240.01 420.69,240.40 421.15,240.86 420.16,243.85 "
+ id="polyline7923" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="422.35,245.53 423.15,242.49 422.63,242.14 421.29,241.70 "
+ id="polyline7925" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="452.46,170.95 453.35,171.24 "
+ id="polyline7927" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="454.57,172.62 455.54,172.94 "
+ id="polyline7929" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="456.46,174.76 457.50,175.10 "
+ id="polyline7931" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="458.09,177.34 459.19,177.71 "
+ id="polyline7933" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="459.49,180.36 460.61,180.73 "
+ id="polyline7935" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="453.06,174.65 452.57,174.28 447.04,172.46 "
+ id="polyline7937" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="455.01,176.39 454.56,175.93 443.94,172.42 "
+ id="polyline7939" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="444.41,172.89 455.01,176.39 "
+ id="polyline7941" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="456.72,178.57 456.32,178.01 445.72,174.50 "
+ id="polyline7943" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="446.10,175.06 456.72,178.57 "
+ id="polyline7945" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="458.18,181.15 457.85,180.48 447.23,176.98 "
+ id="polyline7947" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="447.56,177.64 458.18,181.15 "
+ id="polyline7949" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="452.42,170.71 452.73,170.89 453.05,171.06 453.35,171.24 "
+ id="polyline7951" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="453.35,171.24 452.57,174.28 "
+ id="polyline7953" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="447.44,172.79 453.06,174.65 454.69,172.21 "
+ id="polyline7955" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="454.69,172.21 454.99,172.44 455.27,172.69 455.54,172.94 "
+ id="polyline7957" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="455.54,172.94 454.56,175.93 "
+ id="polyline7959" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="455.01,176.39 456.75,174.18 "
+ id="polyline7961" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="456.75,174.18 457.02,174.48 457.27,174.78 457.50,175.10 "
+ id="polyline7963" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="457.50,175.10 456.32,178.01 "
+ id="polyline7965" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="456.72,178.57 458.56,176.61 "
+ id="polyline7967" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="458.56,176.61 458.78,176.98 458.99,177.34 459.19,177.71 "
+ id="polyline7969" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="459.19,177.71 457.85,180.48 "
+ id="polyline7971" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="458.18,181.15 460.07,179.48 "
+ id="polyline7973" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="460.07,179.48 460.26,179.90 460.44,180.32 460.61,180.73 "
+ id="polyline7975" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="447.33,180.86 447.90,180.03 "
+ id="polyline7977" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="447.90,180.03 446.74,179.65 "
+ id="polyline7979" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="447.20,181.64 447.05,180.96 446.90,180.30 446.74,179.65 "
+ id="polyline7981" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="446.74,179.65 446.17,180.48 "
+ id="polyline7983" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="446.17,180.48 444.77,180.03 "
+ id="polyline7985" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="445.61,178.82 444.77,180.03 444.91,180.53 445.02,181.03 445.13,181.55 446.52,182.01 447.20,181.64 "
+ id="polyline7987" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="448.75,180.60 448.48,179.85 "
+ id="polyline7989" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="448.48,179.85 449.24,178.54 "
+ id="polyline7991" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="446.77,178.94 448.65,179.56 "
+ id="polyline7993" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="449.24,178.54 446.30,177.56 "
+ id="polyline7995" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="446.30,177.56 446.82,176.66 "
+ id="polyline7997" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="446.82,176.66 445.67,176.28 "
+ id="polyline7999" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="446.30,178.09 446.09,177.47 445.89,176.88 445.67,176.28 "
+ id="polyline8001" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="445.67,176.28 445.14,177.17 "
+ id="polyline8003" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="445.62,178.55 445.47,178.09 445.31,177.64 445.14,177.17 "
+ id="polyline8005" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="445.14,177.17 443.75,176.73 "
+ id="polyline8007" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="446.77,178.94 446.62,178.47 446.47,178.02 446.30,177.56 "
+ id="polyline8009" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="444.35,175.69 443.75,176.73 443.91,177.17 444.08,177.64 444.23,178.11 445.62,178.55 446.30,178.09 "
+ id="polyline8011" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="447.56,177.64 447.23,176.98 "
+ id="polyline8013" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="447.23,176.98 447.75,175.92 "
+ id="polyline8015" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="445.73,174.87 444.98,174.62 "
+ id="polyline8017" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="446.10,175.06 445.72,174.50 "
+ id="polyline8019" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="445.72,174.50 446.07,173.63 "
+ id="polyline8021" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="444.09,173.10 446.00,173.74 "
+ id="polyline8023" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="444.09,173.10 443.85,172.76 "
+ id="polyline8025" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 514.35 269.78 C 508.23 267.56 504.13 259.88 504.13 248.68 C 504.13 231.65 513.59 212.93 525.26 206.87 C 528.90 204.98 532.33 204.55 535.33 205.36 L 539.43 206.72 C 545.46 209.02 549.47 216.67 549.47 227.76 C 549.47 244.79 540.01 263.51 528.35 269.57 C 524.70 271.46 521.27 271.89 518.28 271.07 L 514.35 269.78 L 514.35 269.78"
+ id="path8027" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M539.43 206.72C536.21 205.49 532.41 205.78 528.35 207.89C527.93 208.11 527.51 208.34 527.10 208.59"
+ id="path8029" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M519.98 214.75C515.71 219.66 512.17 226.18 509.91 233.23"
+ id="path8031" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M507.73 242.73C507.39 245.06 507.23 247.40 507.23 249.70C507.22 261.41 511.69 269.27 518.28 271.07"
+ id="path8033" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M532.73 225.40C528.57 224.02 523.21 228.86 520.78 236.21C518.35 243.55 519.77 250.63 523.94 252.01"
+ id="path8035" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M523.94 252.01C528.11 253.39 533.45 248.55 535.88 241.20C536.02 240.79 536.14 240.38 536.26 239.97"
+ id="path8037" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M536.67 230.52C536.03 227.93 534.68 226.04 532.73 225.40"
+ id="path8039" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M523.08 251.16C526.77 250.63 530.78 246.26 532.80 240.18C534.85 233.97 534.16 227.95 531.38 225.41"
+ id="path8041" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M526.68 220.60C526.81 221.01 527.05 221.31 527.38 221.43C527.66 221.53 527.97 221.48 528.27 221.32"
+ id="path8043" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M529.07 220.63C529.34 220.29 529.57 219.88 529.73 219.40C529.90 218.94 529.98 218.48 529.99 218.06"
+ id="path8045" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M529.62 216.66C529.50 216.51 529.35 216.40 529.18 216.34C528.84 216.21 528.45 216.31 528.08 216.57"
+ id="path8047" />
+<path
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 526.75 220.53 C 527.23 220.18 527.68 219.55 527.95 218.77 C 528.23 217.99 528.27 217.22 528.13 216.64 L 528.08 216.57 C 527.57 216.92 527.11 217.56 526.82 218.37 C 526.53 219.20 526.49 220.02 526.68 220.60 L 526.75 220.53 L 526.75 220.53"
+ id="path8049" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M538.50 244.25C538.63 244.66 538.87 244.96 539.20 245.08C539.48 245.17 539.79 245.13 540.10 244.97"
+ id="path8051" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M540.89 244.27C541.16 243.94 541.39 243.52 541.56 243.04C541.72 242.58 541.80 242.12 541.81 241.71"
+ id="path8053" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M541.44 240.30C541.32 240.15 541.18 240.04 541.00 239.98C540.66 239.86 540.27 239.95 539.90 240.21"
+ id="path8055" />
+<path
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 538.57 244.17 C 539.05 243.82 539.50 243.19 539.77 242.41 C 540.05 241.63 540.10 240.87 539.94 240.29 L 539.90 240.21 C 539.40 240.56 538.93 241.20 538.64 242.01 C 538.35 242.84 538.31 243.66 538.50 244.25 L 538.57 244.17 L 538.57 244.17"
+ id="path8057" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M515.00 256.47C515.13 256.88 515.36 257.18 515.69 257.29C515.98 257.39 516.28 257.35 516.59 257.19"
+ id="path8059" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M517.39 256.49C517.65 256.16 517.89 255.74 518.05 255.26C518.21 254.80 518.30 254.35 518.31 253.93"
+ id="path8061" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M517.94 252.52C517.82 252.37 517.67 252.26 517.50 252.20C517.16 252.08 516.76 252.17 516.39 252.43"
+ id="path8063" />
+<path
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 515.07 256.39 C 515.55 256.04 515.99 255.41 516.27 254.64 C 516.54 253.86 516.59 253.08 516.44 252.50 L 516.39 252.43 C 515.89 252.78 515.43 253.42 515.14 254.23 C 514.85 255.06 514.81 255.88 515.00 256.47 L 515.07 256.39 L 515.07 256.39"
+ id="path8065" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 547.15 276.86 C 547.15 277.16 547.17 277.33 547.17 277.33 L 554.66 279.83 L 555.27 279.87 C 555.27 279.87 555.57 279.39 555.86 278.54 C 556.26 278.50 556.67 278.41 557.09 278.24 C 557.19 279.00 557.39 279.35 557.39 279.35 L 558.05 279.00 C 558.05 279.00 558.25 278.44 558.33 277.58 C 558.75 277.29 559.16 276.94 559.56 276.56 C 559.85 277.10 560.16 277.25 560.16 277.25 L 560.76 276.55 C 560.76 276.55 560.83 275.98 560.68 275.25 C 561.06 274.76 561.41 274.23 561.72 273.66 C 562.18 273.90 562.54 273.82 562.54 273.82 L 563.00 272.89 C 563.00 272.89 562.92 272.39 562.58 271.91 C 562.85 271.29 563.08 270.65 563.27 270.00 C 563.81 269.90 564.18 269.61 564.18 269.61 L 564.43 268.58 C 564.43 268.58 564.21 268.24 563.73 268.07 C 563.85 267.42 563.93 266.77 563.96 266.12 C 564.51 265.70 564.82 265.23 564.82 265.23 L 564.81 264.27 C 564.81 264.27 564.50 264.14 563.95 264.31 C 563.90 263.70 563.81 263.14 563.69 262.62 C 564.16 261.94 564.36 261.37 564.36 261.37 L 564.11 260.61 C 564.11 260.61 563.74 260.71 563.20 261.20 C 563.00 260.75 562.76 260.37 562.49 260.03 C 562.82 259.19 562.89 258.61 562.89 258.61 L 562.42 258.18 C 562.42 258.18 562.06 258.49 561.61 259.21 C 561.29 259.00 560.93 258.84 560.56 258.75 C 560.68 257.88 560.61 257.37 560.61 257.37 L 553.12 254.87 L 552.52 254.83 C 552.52 254.83 552.34 254.88 552.06 255.73"
+ id="path8067" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="550.39,255.34 557.88,257.84 "
+ id="polyline8069" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="547.63,257.45 555.12,259.95 "
+ id="polyline8071" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="542.97,270.43 550.46,272.93 "
+ id="polyline8073" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="543.67,274.08 551.16,276.58 "
+ id="polyline8075" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 545.29 274.67 C 544.97 275.51 544.90 276.08 544.90 276.08 L 545.36 276.52 C 545.36 276.52 545.44 276.46 545.56 276.32"
+ id="path8077" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 543.87 270.75 C 543.92 271.22 544.00 271.66 544.10 272.08 C 543.63 272.76 543.42 273.33 543.42 273.33 L 543.67 274.08 C 543.67 274.08 543.69 274.08 543.72 274.07"
+ id="path8079" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 547.67 257.48 C 547.64 257.46 547.63 257.45 547.63 257.45 L 547.03 258.14 C 547.03 258.14 546.96 258.72 547.10 259.45 C 546.73 259.94 546.38 260.47 546.06 261.03 C 545.61 260.79 545.24 260.88 545.24 260.88 L 544.79 261.80 C 544.79 261.80 544.87 262.30 545.20 262.79 C 544.94 263.41 544.71 264.05 544.51 264.70 C 543.97 264.80 543.61 265.09 543.61 265.09 L 543.37 266.12 C 543.37 266.12 543.58 266.46 544.06 266.63 C 543.94 267.28 543.86 267.93 543.83 268.58 C 543.28 269.00 542.96 269.46 542.96 269.46 C 542.96 269.46 542.97 270.27 542.97 270.41"
+ id="path8081" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 550.39 255.34 L 549.74 255.69 C 549.74 255.69 549.54 256.26 549.46 257.12 C 549.19 257.30 548.92 257.52 548.65 257.75"
+ id="path8083" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M552.85 279.02C552.85 279.02 553.22 278.71 553.66 277.99"
+ id="path8085" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M551.16 276.58C551.16 276.58 551.53 276.48 552.07 276.00"
+ id="path8087" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M550.46 272.93C550.46 272.93 550.78 273.06 551.33 272.89"
+ id="path8089" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M555.72 260.64C555.43 260.10 555.12 259.95 555.12 259.95"
+ id="path8091" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M558.18 258.96C558.09 258.20 557.88 257.84 557.88 257.84"
+ id="path8093" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="549.46,257.12 556.95,259.62 "
+ id="polyline8095" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="547.03,258.14 554.52,260.64 "
+ id="polyline8097" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="547.10,259.45 554.59,261.95 "
+ id="polyline8099" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="545.24,260.88 552.73,263.37 "
+ id="polyline8101" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="545.20,262.79 552.69,265.29 "
+ id="polyline8103" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="544.51,264.70 552.00,267.20 "
+ id="polyline8105" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="543.37,266.12 550.85,268.62 "
+ id="polyline8107" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="543.83,268.58 551.31,271.08 "
+ id="polyline8109" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="544.10,272.08 551.59,274.58 "
+ id="polyline8111" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="544.90,276.08 552.38,278.58 "
+ id="polyline8113" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M553.66 277.99C553.99 278.20 554.34 278.36 554.71 278.46C554.59 279.32 554.66 279.83 554.66 279.83"
+ id="path8115" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 552.07 276.00 C 552.28 276.45 552.51 276.84 552.78 277.16 C 552.46 278.00 552.38 278.58 552.38 278.58 L 552.85 279.02"
+ id="path8117" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 551.33 272.89 C 551.38 273.50 551.46 274.06 551.59 274.58 C 551.12 275.26 550.91 275.83 550.91 275.83 L 551.16 276.58"
+ id="path8119" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 555.12 259.95 L 554.52 260.64 C 554.52 260.64 554.45 261.22 554.59 261.95 C 554.22 262.44 553.87 262.97 553.56 263.53 C 553.10 263.29 552.73 263.37 552.73 263.37 L 552.27 264.31 C 552.27 264.31 552.36 264.80 552.69 265.29 C 552.43 265.91 552.20 266.55 552.00 267.20 C 551.47 267.30 551.09 267.60 551.09 267.60 L 550.85 268.62 C 550.85 268.62 551.06 268.96 551.54 269.13 C 551.43 269.78 551.35 270.43 551.31 271.08 C 550.77 271.50 550.45 271.96 550.45 271.96 L 550.46 272.93"
+ id="path8121" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 557.88 257.84 L 557.23 258.19 C 557.23 258.19 557.03 258.77 556.95 259.62 C 556.52 259.91 556.12 260.25 555.72 260.64"
+ id="path8123" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 560.61 257.37 L 560.00 257.33 C 560.00 257.33 559.70 257.81 559.42 258.66 C 559.02 258.70 558.61 258.79 558.18 258.96"
+ id="path8125" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="560.78,257.64 562.42,258.18 "
+ id="polyline8127" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="545.36,276.52 552.85,279.02 "
+ id="polyline8129" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M554.14 272.38C554.43 273.29 554.95 273.96 555.68 274.22C556.31 274.44 557.00 274.34 557.68 273.98"
+ id="path8131" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M559.44 272.44C560.03 271.69 560.54 270.76 560.92 269.71C561.28 268.69 561.46 267.67 561.48 266.75"
+ id="path8133" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M560.66 263.63C560.39 263.29 560.07 263.05 559.69 262.91C558.93 262.64 558.06 262.86 557.24 263.43"
+ id="path8135" />
+<path
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 554.30 272.22 C 555.36 271.43 556.35 270.04 556.96 268.32 C 557.58 266.59 557.68 264.88 557.34 263.59 L 557.24 263.43 C 556.13 264.20 555.09 265.63 554.45 267.42 C 553.80 269.26 553.73 271.08 554.14 272.38 L 554.30 272.22 L 554.30 272.22"
+ id="path8137" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:4.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 631.67 282.03 C 630.10 281.45 629.06 279.49 629.06 276.63 C 629.06 272.25 631.49 267.45 634.49 265.90 C 635.37 265.44 636.21 265.31 636.96 265.48 L 638.84 266.09 C 640.47 266.62 641.56 268.61 641.56 271.54 C 641.56 275.91 639.13 280.72 636.14 282.27 C 635.20 282.76 634.32 282.87 633.55 282.66 L 631.67 282.03 L 631.67 282.03"
+ id="path8139" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 631.67 282.03 C 630.10 281.45 629.06 279.49 629.06 276.63 C 629.06 272.25 631.49 267.45 634.49 265.90 C 635.37 265.44 636.21 265.31 636.96 265.48 L 638.84 266.09 C 640.47 266.62 641.56 268.61 641.56 271.54 C 641.56 275.91 639.13 280.72 636.14 282.27 C 635.20 282.76 634.32 282.87 633.55 282.66 L 631.67 282.03 L 631.67 282.03"
+ id="path8141" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 633.55 282.66 C 631.86 282.20 630.72 280.18 630.72 277.17 C 630.72 272.80 633.14 268.00 636.14 266.44 C 637.12 265.93 638.05 265.83 638.84 266.09"
+ id="path8143" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:butt; stroke-linejoin:miter"
+ d="M 568.11 275.43 C 568.37 278.77 570.53 280.22 572.94 278.66 C 575.34 277.09 577.09 273.12 576.82 269.77 C 576.56 266.43 574.41 264.98 572.00 266.54 C 569.59 268.10 567.85 272.08 568.11 275.43 L 568.11 275.43"
+ id="path8145" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:butt; stroke-linejoin:miter"
+ d="M 569.30 280.13 C 568.91 280.01 568.77 279.35 569.00 278.66 C 569.22 277.98 569.72 277.52 570.11 277.65 L 576.56 279.79 C 576.95 279.92 577.09 280.58 576.86 281.27 C 576.64 281.95 576.14 282.40 575.75 282.27 L 569.30 280.13 L 569.30 280.13"
+ id="path8147" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:butt; stroke-linejoin:miter"
+ d="M 575.58 280.84 C 575.78 280.22 576.23 279.82 576.58 279.93 C 576.93 280.05 577.05 280.64 576.85 281.25 C 576.65 281.87 576.19 282.28 575.85 282.16 C 575.49 282.05 575.37 281.45 575.58 280.84 L 575.58 280.84"
+ id="path8149" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:butt; stroke-linejoin:bevel"
+ d="M 569.30 280.13 C 568.91 280.01 568.77 279.35 569.00 278.66 C 569.22 277.98 569.72 277.52 570.11 277.65 L 576.56 279.79 C 576.95 279.92 577.09 280.58 576.86 281.27 C 576.64 281.95 576.14 282.40 575.75 282.27 L 569.30 280.13 L 569.30 280.13"
+ id="path8151" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 575.58 280.84 C 575.78 280.22 576.23 279.82 576.58 279.93 C 576.93 280.05 577.05 280.64 576.85 281.25 C 576.65 281.87 576.19 282.28 575.85 282.16 C 575.50 282.05 575.37 281.45 575.58 280.84 L 575.58 280.84"
+ id="path8153" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 568.20 278.78 C 567.81 278.65 567.68 277.99 567.90 277.31 C 568.13 276.62 568.63 276.17 569.02 276.30 L 575.47 278.44 C 575.86 278.57 575.99 279.22 575.77 279.91 C 575.54 280.59 575.04 281.05 574.65 280.92 L 568.20 278.78 L 568.20 278.78"
+ id="path8155" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 574.48 279.48 C 574.69 278.87 575.13 278.46 575.49 278.58 C 575.84 278.69 575.96 279.28 575.76 279.90 C 575.55 280.52 575.10 280.92 574.75 280.81 C 574.40 280.69 574.28 280.10 574.48 279.48 L 574.48 279.48"
+ id="path8157" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 567.69 276.69 C 567.30 276.56 567.17 275.91 567.39 275.22 C 567.62 274.54 568.12 274.08 568.51 274.21 L 574.95 276.35 C 575.34 276.48 575.48 277.14 575.25 277.82 C 575.03 278.51 574.53 278.96 574.14 278.83 L 567.69 276.69 L 567.69 276.69"
+ id="path8159" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 573.97 277.40 C 574.17 276.78 574.62 276.37 574.97 276.49 C 575.33 276.60 575.44 277.20 575.24 277.81 C 575.04 278.43 574.59 278.84 574.24 278.72 C 573.89 278.61 573.77 278.01 573.97 277.40 L 573.97 277.40"
+ id="path8161" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 567.83 274.13 C 567.44 274.01 567.31 273.35 567.53 272.66 C 567.76 271.98 568.26 271.53 568.65 271.65 L 575.10 273.79 C 575.49 273.92 575.62 274.58 575.40 275.27 C 575.17 275.95 574.67 276.40 574.28 276.27 L 567.83 274.13 L 567.83 274.13"
+ id="path8163" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 574.11 274.84 C 574.31 274.22 574.76 273.81 575.11 273.93 C 575.47 274.05 575.59 274.64 575.38 275.26 C 575.18 275.87 574.73 276.28 574.38 276.16 C 574.03 276.05 573.91 275.46 574.11 274.84 L 574.11 274.84"
+ id="path8165" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 568.64 271.59 C 568.25 271.46 568.11 270.80 568.34 270.12 C 568.56 269.43 569.06 268.98 569.46 269.11 L 575.90 271.25 C 576.29 271.38 576.43 272.04 576.20 272.72 C 575.98 273.41 575.48 273.86 575.09 273.73 L 568.64 271.59 L 568.64 271.59"
+ id="path8167" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 574.92 272.29 C 575.12 271.68 575.57 271.27 575.92 271.39 C 576.27 271.50 576.39 272.10 576.19 272.71 C 575.99 273.33 575.54 273.74 575.19 273.62 C 574.83 273.51 574.71 272.91 574.92 272.29 L 574.92 272.29"
+ id="path8169" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 575.50 276.11 C 575.10 275.98 574.97 275.32 575.20 274.63 C 575.43 273.95 575.92 273.50 576.31 273.63 L 582.76 275.76 C 583.15 275.89 583.29 276.55 583.06 277.24 C 582.84 277.92 582.34 278.37 581.95 278.25 L 575.50 276.11 L 575.50 276.11"
+ id="path8171" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 581.78 276.81 C 581.98 276.19 582.43 275.79 582.78 275.90 C 583.13 276.02 583.25 276.61 583.05 277.23 C 582.85 277.84 582.40 278.25 582.05 278.14 C 581.69 278.02 581.57 277.43 581.78 276.81 L 581.78 276.81"
+ id="path8173" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 574.16 278.35 C 573.77 278.22 573.64 277.57 573.86 276.88 C 574.08 276.19 574.58 275.74 574.98 275.87 L 581.42 278.01 C 581.81 278.14 581.95 278.80 581.72 279.48 C 581.50 280.17 581.00 280.62 580.61 280.49 L 574.16 278.35 L 574.16 278.35"
+ id="path8175" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 580.44 279.06 C 580.64 278.44 581.09 278.03 581.44 278.15 C 581.80 278.26 581.92 278.86 581.71 279.47 C 581.51 280.09 581.06 280.50 580.71 280.38 C 580.36 280.27 580.23 279.67 580.44 279.06 L 580.44 279.06"
+ id="path8177" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 572.52 279.90 C 572.14 279.77 572.00 279.12 572.23 278.43 C 572.45 277.75 572.95 277.29 573.34 277.42 L 579.79 279.56 C 580.18 279.69 580.32 280.35 580.09 281.03 C 579.87 281.72 579.37 282.17 578.97 282.04 L 572.52 279.90 L 572.52 279.90"
+ id="path8179" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 578.81 280.61 C 579.01 279.99 579.46 279.58 579.81 279.70 C 580.16 279.81 580.28 280.41 580.08 281.02 C 579.88 281.64 579.43 282.04 579.07 281.93 C 578.73 281.82 578.60 281.22 578.81 280.61 L 578.81 280.61"
+ id="path8181" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 570.82 280.52 C 570.43 280.39 570.30 279.73 570.52 279.05 C 570.74 278.36 571.24 277.91 571.63 278.04 L 578.08 280.18 C 578.47 280.30 578.61 280.96 578.38 281.65 C 578.15 282.34 577.66 282.79 577.27 282.66 L 570.82 280.52 L 570.82 280.52"
+ id="path8183" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 577.10 281.22 C 577.30 280.60 577.75 280.20 578.10 280.32 C 578.45 280.43 578.58 281.02 578.37 281.64 C 578.17 282.25 577.72 282.66 577.37 282.55 C 577.02 282.43 576.89 281.84 577.10 281.22 L 577.10 281.22"
+ id="path8185" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 576.28 273.54 C 575.89 273.41 575.75 272.75 575.97 272.07 C 576.20 271.38 576.70 270.93 577.09 271.06 L 583.54 273.20 C 583.93 273.33 584.06 273.98 583.84 274.67 C 583.62 275.36 583.11 275.80 582.72 275.68 L 576.28 273.54 L 576.28 273.54"
+ id="path8187" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 582.55 274.24 C 582.76 273.63 583.21 273.22 583.56 273.34 C 583.91 273.45 584.03 274.04 583.83 274.66 C 583.63 275.28 583.18 275.68 582.83 275.57 C 582.47 275.45 582.35 274.86 582.55 274.24 L 582.55 274.24"
+ id="path8189" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 576.40 271.05 C 576.01 270.92 575.87 270.26 576.09 269.58 C 576.32 268.89 576.82 268.44 577.21 268.57 L 583.66 270.71 C 584.05 270.84 584.19 271.49 583.96 272.18 C 583.73 272.86 583.23 273.31 582.84 273.19 L 576.40 271.05 L 576.40 271.05"
+ id="path8191" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 582.67 271.75 C 582.88 271.13 583.33 270.73 583.68 270.84 C 584.03 270.96 584.15 271.55 583.95 272.17 C 583.75 272.79 583.30 273.19 582.94 273.08 C 582.59 272.96 582.47 272.37 582.67 271.75 L 582.67 271.75"
+ id="path8193" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 575.90 268.89 C 575.51 268.77 575.38 268.11 575.60 267.42 C 575.83 266.74 576.33 266.29 576.72 266.41 L 583.17 268.55 C 583.56 268.68 583.69 269.34 583.47 270.03 C 583.24 270.71 582.74 271.16 582.35 271.03 L 575.90 268.89 L 575.90 268.89"
+ id="path8195" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 582.18 269.60 C 582.38 268.98 582.83 268.57 583.19 268.69 C 583.54 268.81 583.66 269.40 583.46 270.02 C 583.26 270.63 582.80 271.04 582.45 270.92 C 582.10 270.81 581.98 270.21 582.18 269.60 L 582.18 269.60"
+ id="path8197" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 574.79 267.58 C 574.39 267.45 574.26 266.79 574.48 266.10 C 574.71 265.42 575.21 264.97 575.60 265.10 L 582.05 267.23 C 582.44 267.36 582.58 268.02 582.35 268.71 C 582.12 269.39 581.63 269.84 581.23 269.71 L 574.79 267.58 L 574.79 267.58"
+ id="path8199" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 581.06 268.28 C 581.27 267.66 581.72 267.26 582.07 267.37 C 582.42 267.49 582.54 268.08 582.34 268.70 C 582.14 269.31 581.69 269.72 581.33 269.61 C 580.98 269.49 580.86 268.89 581.06 268.28 L 581.06 268.28"
+ id="path8201" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 573.29 267.15 C 572.90 267.03 572.76 266.37 572.98 265.68 C 573.21 265.00 573.71 264.54 574.11 264.67 L 580.55 266.81 C 580.94 266.94 581.08 267.60 580.85 268.29 C 580.62 268.97 580.13 269.42 579.73 269.29 L 573.29 267.15 L 573.29 267.15"
+ id="path8203" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 579.57 267.86 C 579.77 267.24 580.22 266.83 580.57 266.95 C 580.92 267.06 581.04 267.66 580.84 268.28 C 580.64 268.89 580.19 269.30 579.83 269.18 C 579.48 269.07 579.37 268.48 579.57 267.86 L 579.57 267.86"
+ id="path8205" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 571.58 267.80 C 571.19 267.67 571.06 267.01 571.28 266.33 C 571.51 265.64 572.01 265.19 572.40 265.32 L 578.84 267.46 C 579.24 267.59 579.37 268.25 579.15 268.93 C 578.92 269.61 578.42 270.07 578.03 269.94 L 571.58 267.80 L 571.58 267.80"
+ id="path8207" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 577.86 268.50 C 578.07 267.89 578.51 267.48 578.87 267.59 C 579.22 267.71 579.34 268.30 579.13 268.92 C 578.93 269.54 578.48 269.94 578.13 269.83 C 577.78 269.71 577.66 269.12 577.86 268.50 L 577.86 268.50"
+ id="path8209" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 569.95 269.35 C 569.56 269.22 569.42 268.56 569.65 267.88 C 569.87 267.19 570.37 266.74 570.77 266.87 L 577.21 269.01 C 577.61 269.14 577.74 269.80 577.51 270.48 C 577.29 271.17 576.79 271.62 576.40 271.49 L 569.95 269.35 L 569.95 269.35"
+ id="path8211" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 576.23 270.05 C 576.43 269.44 576.88 269.03 577.23 269.15 C 577.58 269.26 577.71 269.86 577.51 270.47 C 577.30 271.09 576.85 271.50 576.50 271.38 C 576.15 271.27 576.03 270.67 576.23 270.05 L 576.23 270.05"
+ id="path8213" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 575.50 276.11 C 575.10 275.98 574.97 275.32 575.20 274.63 C 575.43 273.95 575.92 273.50 576.31 273.63 L 582.76 275.76 C 583.15 275.89 583.29 276.55 583.06 277.24 C 582.84 277.92 582.34 278.37 581.95 278.25 L 575.50 276.11 L 575.50 276.11"
+ id="path8215" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 581.78 276.81 C 581.98 276.19 582.43 275.79 582.78 275.90 C 583.13 276.02 583.25 276.61 583.05 277.23 C 582.85 277.84 582.40 278.25 582.05 278.14 C 581.69 278.02 581.57 277.43 581.78 276.81 L 581.78 276.81"
+ id="path8217" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 574.16 278.35 C 573.77 278.22 573.64 277.57 573.86 276.88 C 574.08 276.19 574.58 275.74 574.98 275.87 L 581.42 278.01 C 581.81 278.14 581.95 278.80 581.72 279.48 C 581.50 280.17 581.00 280.62 580.61 280.49 L 574.16 278.35 L 574.16 278.35"
+ id="path8219" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 580.44 279.06 C 580.64 278.44 581.09 278.03 581.44 278.15 C 581.80 278.26 581.92 278.86 581.71 279.47 C 581.51 280.09 581.06 280.50 580.71 280.38 C 580.36 280.27 580.23 279.67 580.44 279.06 L 580.44 279.06"
+ id="path8221" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 572.52 279.90 C 572.14 279.77 572.00 279.12 572.23 278.43 C 572.45 277.75 572.95 277.29 573.34 277.42 L 579.79 279.56 C 580.18 279.69 580.32 280.35 580.09 281.03 C 579.87 281.72 579.37 282.17 578.97 282.04 L 572.52 279.90 L 572.52 279.90"
+ id="path8223" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 578.81 280.61 C 579.01 279.99 579.46 279.58 579.81 279.70 C 580.16 279.81 580.28 280.41 580.08 281.02 C 579.88 281.64 579.43 282.04 579.07 281.93 C 578.73 281.82 578.60 281.22 578.81 280.61 L 578.81 280.61"
+ id="path8225" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 570.82 280.52 C 570.43 280.39 570.30 279.73 570.52 279.05 C 570.74 278.36 571.24 277.91 571.63 278.04 L 578.08 280.18 C 578.47 280.30 578.61 280.96 578.38 281.65 C 578.15 282.34 577.66 282.79 577.27 282.66 L 570.82 280.52 L 570.82 280.52"
+ id="path8227" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 577.10 281.22 C 577.30 280.60 577.75 280.20 578.10 280.32 C 578.45 280.43 578.58 281.02 578.37 281.64 C 578.17 282.25 577.72 282.66 577.37 282.55 C 577.02 282.43 576.89 281.84 577.10 281.22 L 577.10 281.22"
+ id="path8229" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 576.28 273.54 C 575.89 273.41 575.75 272.75 575.97 272.07 C 576.20 271.38 576.70 270.93 577.09 271.06 L 583.54 273.20 C 583.93 273.33 584.06 273.98 583.84 274.67 C 583.62 275.36 583.11 275.80 582.72 275.68 L 576.28 273.54 L 576.28 273.54"
+ id="path8231" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 582.55 274.24 C 582.76 273.63 583.21 273.22 583.56 273.34 C 583.91 273.45 584.03 274.04 583.83 274.66 C 583.63 275.28 583.18 275.68 582.83 275.57 C 582.47 275.45 582.35 274.86 582.55 274.24 L 582.55 274.24"
+ id="path8233" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 576.40 271.05 C 576.01 270.92 575.87 270.26 576.09 269.58 C 576.32 268.89 576.82 268.44 577.21 268.57 L 583.66 270.71 C 584.05 270.84 584.19 271.49 583.96 272.18 C 583.73 272.86 583.23 273.31 582.84 273.19 L 576.40 271.05 L 576.40 271.05"
+ id="path8235" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 582.67 271.75 C 582.88 271.13 583.33 270.73 583.68 270.84 C 584.03 270.96 584.15 271.55 583.95 272.17 C 583.75 272.79 583.30 273.19 582.94 273.08 C 582.59 272.96 582.47 272.37 582.67 271.75 L 582.67 271.75"
+ id="path8237" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 575.90 268.89 C 575.51 268.77 575.38 268.11 575.60 267.42 C 575.83 266.74 576.33 266.29 576.72 266.41 L 583.17 268.55 C 583.56 268.68 583.69 269.34 583.47 270.03 C 583.24 270.71 582.74 271.16 582.35 271.03 L 575.90 268.89 L 575.90 268.89"
+ id="path8239" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 582.18 269.60 C 582.38 268.98 582.83 268.57 583.19 268.69 C 583.54 268.81 583.66 269.40 583.46 270.02 C 583.26 270.63 582.80 271.04 582.45 270.92 C 582.10 270.81 581.98 270.21 582.18 269.60 L 582.18 269.60"
+ id="path8241" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 574.79 267.58 C 574.39 267.45 574.26 266.79 574.48 266.10 C 574.71 265.42 575.21 264.97 575.60 265.10 L 582.05 267.23 C 582.44 267.36 582.58 268.02 582.35 268.71 C 582.12 269.39 581.63 269.84 581.23 269.71 L 574.79 267.58 L 574.79 267.58"
+ id="path8243" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 581.06 268.28 C 581.27 267.66 581.72 267.26 582.07 267.37 C 582.42 267.49 582.54 268.08 582.34 268.70 C 582.14 269.31 581.69 269.72 581.33 269.61 C 580.98 269.49 580.86 268.89 581.06 268.28 L 581.06 268.28"
+ id="path8245" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 573.29 267.15 C 572.90 267.03 572.76 266.37 572.98 265.68 C 573.21 265.00 573.71 264.54 574.11 264.67 L 580.55 266.81 C 580.94 266.94 581.08 267.60 580.85 268.29 C 580.62 268.97 580.13 269.42 579.73 269.29 L 573.29 267.15 L 573.29 267.15"
+ id="path8247" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 579.57 267.86 C 579.77 267.24 580.22 266.83 580.57 266.95 C 580.92 267.06 581.04 267.66 580.84 268.28 C 580.64 268.89 580.19 269.30 579.83 269.18 C 579.48 269.07 579.37 268.48 579.57 267.86 L 579.57 267.86"
+ id="path8249" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 571.58 267.80 C 571.19 267.67 571.06 267.01 571.28 266.33 C 571.51 265.64 572.01 265.19 572.40 265.32 L 578.84 267.46 C 579.24 267.59 579.37 268.25 579.15 268.93 C 578.92 269.61 578.42 270.07 578.03 269.94 L 571.58 267.80 L 571.58 267.80"
+ id="path8251" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 577.86 268.50 C 578.07 267.89 578.51 267.48 578.87 267.59 C 579.22 267.71 579.34 268.30 579.13 268.92 C 578.93 269.54 578.48 269.94 578.13 269.83 C 577.78 269.71 577.66 269.12 577.86 268.50 L 577.86 268.50"
+ id="path8253" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 569.30 280.13 C 568.91 280.01 568.77 279.35 569.00 278.66 C 569.22 277.98 569.72 277.52 570.11 277.65 L 576.56 279.79 C 576.95 279.92 577.09 280.58 576.86 281.27 C 576.64 281.95 576.14 282.40 575.75 282.27 L 569.30 280.13 L 569.30 280.13"
+ id="path8255" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 575.58 280.84 C 575.78 280.22 576.23 279.81 576.58 279.93 C 576.93 280.04 577.05 280.64 576.85 281.25 C 576.65 281.87 576.19 282.28 575.85 282.16 C 575.50 282.05 575.37 281.45 575.58 280.84 L 575.58 280.84"
+ id="path8257" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 569.95 269.35 C 569.56 269.22 569.42 268.56 569.65 267.88 C 569.87 267.19 570.37 266.74 570.77 266.87 L 577.21 269.01 C 577.61 269.14 577.74 269.80 577.51 270.48 C 577.29 271.17 576.79 271.62 576.40 271.49 L 569.95 269.35 L 569.95 269.35"
+ id="path8259" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 576.23 270.05 C 576.43 269.44 576.88 269.03 577.23 269.15 C 577.58 269.26 577.71 269.86 577.51 270.47 C 577.30 271.09 576.85 271.50 576.50 271.38 C 576.15 271.27 576.03 270.67 576.23 270.05 L 576.23 270.05"
+ id="path8261" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 568.20 278.78 C 567.81 278.65 567.68 277.99 567.90 277.31 C 568.13 276.62 568.63 276.17 569.02 276.30 L 575.47 278.44 C 575.86 278.57 575.99 279.22 575.77 279.91 C 575.54 280.59 575.04 281.04 574.65 280.92 L 568.20 278.78 L 568.20 278.78"
+ id="path8263" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 574.48 279.48 C 574.69 278.86 575.13 278.46 575.49 278.57 C 575.84 278.69 575.96 279.28 575.76 279.90 C 575.55 280.52 575.10 280.92 574.75 280.81 C 574.40 280.69 574.28 280.10 574.48 279.48 L 574.48 279.48"
+ id="path8265" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 567.69 276.69 C 567.30 276.56 567.17 275.91 567.39 275.22 C 567.62 274.54 568.12 274.08 568.51 274.21 L 574.95 276.35 C 575.34 276.48 575.48 277.14 575.25 277.82 C 575.03 278.51 574.53 278.96 574.14 278.83 L 567.69 276.69 L 567.69 276.69"
+ id="path8267" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 573.97 277.40 C 574.17 276.78 574.62 276.37 574.97 276.49 C 575.33 276.60 575.44 277.20 575.24 277.81 C 575.04 278.43 574.59 278.83 574.24 278.72 C 573.89 278.61 573.77 278.01 573.97 277.40 L 573.97 277.40"
+ id="path8269" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 567.83 274.13 C 567.44 274.00 567.31 273.35 567.53 272.66 C 567.76 271.97 568.26 271.52 568.65 271.65 L 575.10 273.79 C 575.49 273.92 575.62 274.58 575.40 275.26 C 575.17 275.95 574.67 276.40 574.28 276.27 L 567.83 274.13 L 567.83 274.13"
+ id="path8271" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 574.11 274.84 C 574.31 274.22 574.76 273.81 575.11 273.93 C 575.47 274.05 575.59 274.64 575.38 275.26 C 575.18 275.87 574.73 276.28 574.38 276.16 C 574.03 276.05 573.91 275.45 574.11 274.84 L 574.11 274.84"
+ id="path8273" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 568.64 271.59 C 568.25 271.46 568.11 270.80 568.34 270.12 C 568.56 269.43 569.06 268.98 569.46 269.11 L 575.90 271.25 C 576.29 271.38 576.43 272.04 576.20 272.72 C 575.98 273.41 575.48 273.86 575.09 273.73 L 568.64 271.59 L 568.64 271.59"
+ id="path8275" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 574.92 272.29 C 575.12 271.68 575.57 271.27 575.92 271.39 C 576.27 271.50 576.39 272.09 576.19 272.71 C 575.99 273.33 575.54 273.73 575.19 273.62 C 574.83 273.51 574.71 272.91 574.92 272.29 L 574.92 272.29"
+ id="path8277" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 587.24 288.65 C 584.16 287.57 583.21 282.32 585.11 276.92 C 587.01 271.52 591.04 268.02 594.12 269.11 L 595.15 269.50 C 598.23 270.59 599.18 275.84 597.28 281.24 C 595.38 286.63 591.35 290.13 588.27 289.05 L 587.24 288.65 L 587.24 288.65"
+ id="path8279" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:bevel"
+ d="M 587.24 288.65 C 584.16 287.57 583.21 282.32 585.11 276.92 C 587.01 271.52 591.04 268.02 594.12 269.11 L 595.15 269.50 C 598.23 270.59 599.18 275.84 597.28 281.24 C 595.38 286.63 591.35 290.13 588.27 289.05 L 587.24 288.65 L 587.24 288.65"
+ id="path8281" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ d="M588.23 288.82C585.21 287.75 584.28 282.61 586.14 277.32C586.81 275.41 587.75 273.74 588.83 272.44"
+ id="path8283" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ d="M591.35 270.22C592.58 269.50 593.84 269.26 594.97 269.66"
+ id="path8285" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter"
+ d="M589.81 284.56C588.14 283.97 587.63 281.13 588.66 278.20C589.69 275.28 591.87 273.38 593.54 273.97"
+ id="path8287" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ d="M593.54 273.97C595.20 274.56 595.72 277.40 594.69 280.33C594.41 281.13 594.05 281.85 593.62 282.46"
+ id="path8289" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter"
+ d="M592.97 274.17C593.82 275.33 593.93 277.53 593.15 279.77C592.36 282.00 590.91 283.63 589.52 284.02"
+ id="path8291" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 531.77 270.55 C 528.69 269.46 527.74 264.21 529.64 258.81 C 531.54 253.42 535.58 249.92 538.65 251.00 L 539.68 251.40 C 542.76 252.48 543.72 257.74 541.81 263.13 C 539.91 268.53 535.88 272.03 532.81 270.94 L 531.77 270.55 L 531.77 270.55"
+ id="path8293" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:bevel"
+ d="M 531.77 270.55 C 528.69 269.46 527.74 264.21 529.64 258.81 C 531.54 253.42 535.58 249.92 538.65 251.00 L 539.68 251.40 C 542.76 252.48 543.72 257.74 541.81 263.13 C 539.91 268.53 535.88 272.03 532.81 270.94 L 531.77 270.55 L 531.77 270.55"
+ id="path8295" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ d="M532.76 270.71C529.75 269.65 528.81 264.50 530.68 259.21C531.35 257.30 532.29 255.63 533.36 254.33"
+ id="path8297" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ d="M535.88 252.12C537.11 251.39 538.38 251.16 539.51 251.56"
+ id="path8299" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter"
+ d="M534.35 266.45C532.68 265.87 532.16 263.02 533.19 260.10C534.22 257.17 536.41 255.28 538.07 255.86"
+ id="path8301" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ d="M538.07 255.86C539.74 256.45 540.26 259.30 539.23 262.22C538.94 263.02 538.58 263.74 538.16 264.36"
+ id="path8303" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter"
+ d="M537.50 256.06C538.35 257.23 538.47 259.42 537.68 261.66C536.89 263.89 535.44 265.52 534.06 265.91"
+ id="path8305" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 620.83 294.41 C 622.44 294.95 624.52 293.07 625.46 290.23 C 626.40 287.38 625.85 284.64 624.24 284.11 L 606.12 278.12 C 604.50 277.58 602.43 279.46 601.49 282.30 C 600.55 285.15 601.09 287.89 602.71 288.42 L 620.83 294.41 L 620.83 294.41"
+ id="path8307" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M624.24 284.11C622.62 283.57 620.55 285.45 619.61 288.29C618.67 291.14 619.21 293.88 620.83 294.41"
+ id="path8309" />
+<polyline
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ points="490.90,243.13 491.70,245.28 490.63,248.33 488.74,249.24 487.41,248.78 486.86,247.86 486.45,246.71 486.85,245.16 487.52,243.66 488.48,243.07 489.57,242.67 490.90,243.13 490.90,243.13 "
+ id="polyline8311" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ points="488.74,249.24 487.78,247.18 488.85,244.13 490.90,243.13 "
+ id="polyline8313" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ points="487.69,247.11 486.52,246.70 "
+ id="polyline8315" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ points="488.75,244.10 487.58,243.68 "
+ id="polyline8317" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:bevel"
+ d="M490.37 244.60C490.14 244.62 489.89 244.76 489.67 244.99"
+ id="path8319" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M489.21 245.71C489.17 245.78 489.15 245.84 489.13 245.91C488.86 246.66 488.93 247.39 489.27 247.71"
+ id="path8321" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 489.33 247.74 L 498.34 250.85 C 498.81 251.02 499.44 250.47 499.74 249.63 C 500.03 248.78 499.88 247.97 499.40 247.80 L 490.39 244.69"
+ id="path8323" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ d="M498.94 247.85C498.52 247.70 497.96 248.19 497.70 248.93C497.44 249.68 497.57 250.41 498.00 250.55"
+ id="path8325" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ d="M498.15 247.58C497.73 247.43 497.17 247.91 496.91 248.66C496.65 249.41 496.78 250.13 497.21 250.28"
+ id="path8327" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ d="M497.36 247.30C496.94 247.16 496.38 247.64 496.12 248.38C495.86 249.13 496.00 249.86 496.42 250.01"
+ id="path8329" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ d="M496.58 247.03C496.15 246.88 495.59 247.37 495.33 248.11C495.07 248.86 495.21 249.58 495.63 249.73"
+ id="path8331" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ d="M495.79 246.75C495.36 246.61 494.80 247.09 494.55 247.84C494.29 248.58 494.42 249.31 494.84 249.46"
+ id="path8333" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ d="M495.00 246.48C494.57 246.33 494.02 246.82 493.76 247.56C493.50 248.31 493.63 249.03 494.06 249.18"
+ id="path8335" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ d="M494.21 246.21C493.78 246.06 493.23 246.54 492.97 247.29C492.71 248.04 492.84 248.76 493.27 248.91"
+ id="path8337" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ d="M493.42 245.93C492.99 245.78 492.44 246.27 492.18 247.01C491.92 247.76 492.05 248.49 492.48 248.63"
+ id="path8339" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ d="M492.63 245.66C492.21 245.51 491.65 245.99 491.39 246.74C491.13 247.49 491.26 248.21 491.69 248.36"
+ id="path8341" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ d="M491.84 245.38C491.42 245.23 490.86 245.72 490.60 246.46C490.34 247.21 490.47 247.94 490.90 248.08"
+ id="path8343" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ d="M491.05 245.11C490.63 244.96 490.07 245.45 489.81 246.19C489.55 246.94 489.68 247.66 490.11 247.81"
+ id="path8345" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ d="M 499.57 249.58 C 499.79 248.97 499.68 248.38 499.33 248.26 C 498.98 248.14 498.53 248.53 498.32 249.14 C 498.11 249.75 498.22 250.34 498.57 250.46 C 498.91 250.58 499.36 250.18 499.57 249.58 L 499.57 249.58"
+ id="path8347" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:butt; stroke-linejoin:bevel"
+ d="M 708.98 359.91 C 708.95 359.90 708.92 359.88 708.90 359.87 L 699.71 356.56 C 699.00 356.32 698.77 355.10 699.20 353.85 C 699.64 352.60 700.57 351.79 701.28 352.04 L 710.47 355.34"
+ id="path8349" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 710.06 354.97 L 714.77 354.61 C 716.08 355.07 716.49 357.31 715.68 359.61 C 714.87 361.91 713.15 363.40 711.83 362.94 L 708.35 359.83"
+ id="path8351" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 708.98 359.91 C 708.95 359.90 708.92 359.88 708.90 359.87 L 699.71 356.56 C 699.00 356.32 698.77 355.10 699.20 353.85 C 699.64 352.60 700.57 351.79 701.28 352.04 L 710.47 355.34"
+ id="path8353" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 710.06 354.97 L 714.77 354.61 C 716.08 355.07 716.49 357.31 715.68 359.61 C 714.87 361.91 713.15 363.40 711.83 362.94 L 708.35 359.83"
+ id="path8355" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ d="M709.29 355.03C708.66 354.81 707.83 355.53 707.45 356.64C707.06 357.75 707.26 358.82 707.89 359.04"
+ id="path8357" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ d="M708.12 354.62C707.49 354.40 706.66 355.12 706.28 356.23C705.89 357.34 706.09 358.42 706.72 358.64"
+ id="path8359" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ d="M706.95 354.21C706.32 354.00 705.49 354.72 705.11 355.82C704.72 356.93 704.92 358.01 705.55 358.23"
+ id="path8361" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ d="M705.78 353.81C705.15 353.59 704.32 354.31 703.93 355.41C703.55 356.52 703.75 357.60 704.38 357.82"
+ id="path8363" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ d="M704.60 353.40C703.97 353.18 703.15 353.90 702.76 355.01C702.38 356.12 702.58 357.19 703.21 357.41"
+ id="path8365" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ d="M703.43 352.99C702.80 352.77 701.98 353.49 701.59 354.60C701.21 355.71 701.40 356.79 702.03 357.00"
+ id="path8367" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ d="M702.26 352.58C701.63 352.36 700.81 353.08 700.42 354.19C700.04 355.30 700.23 356.38 700.87 356.60"
+ id="path8369" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ d="M710.53 355.44C709.85 355.20 708.95 355.98 708.53 357.18C708.12 358.33 708.30 359.45 708.92 359.75"
+ id="path8371" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ d="M714.84 355.15C714.19 354.92 713.43 355.19 712.75 355.80"
+ id="path8373" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ d="M711.37 358.06C710.60 360.22 710.99 362.33 712.23 362.76"
+ id="path8375" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter"
+ points="713.68,356.65 712.16,358.01 711.87,360.31 713.12,361.23 "
+ id="polyline8377" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ points="713.15,361.33 714.73,359.93 715.08,357.40 713.76,356.44 "
+ id="polyline8379" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ points="714.35,359.77 712.33,359.05 "
+ id="polyline8381" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter"
+ points="714.74,357.45 713.43,356.98 "
+ id="polyline8383" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:4.00; stroke-linecap:butt; stroke-linejoin:bevel"
+ d="M 717.01 344.59 C 715.70 344.08 714.82 342.41 714.82 339.99 C 714.82 336.26 716.89 332.16 719.45 330.83 C 720.24 330.42 720.99 330.33 721.65 330.50 L 722.53 330.80 C 723.83 331.32 724.69 332.98 724.69 335.39 C 724.69 339.12 722.62 343.21 720.07 344.54 C 719.28 344.95 718.54 345.05 717.89 344.88 L 717.01 344.59 L 717.01 344.59"
+ id="path8385" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 717.01 344.59 C 715.70 344.08 714.82 342.41 714.82 339.99 C 714.82 336.26 716.89 332.16 719.45 330.83 C 720.24 330.42 720.99 330.33 721.65 330.50 L 722.53 330.80 C 723.83 331.32 724.69 332.98 724.69 335.39 C 724.69 339.12 722.62 343.21 720.07 344.54 C 719.28 344.95 718.54 345.05 717.89 344.88 L 717.01 344.59 L 717.01 344.59"
+ id="path8387" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 721.55 332.78 C 721.10 332.68 720.60 332.75 720.07 333.02 C 718.27 333.96 716.80 336.85 716.80 339.48 C 716.80 341.13 717.37 342.28 718.24 342.69"
+ id="path8389" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M718.66 342.82C718.52 342.79 718.37 342.75 718.24 342.69"
+ id="path8391" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 721.98 332.94 C 722.80 333.38 723.33 334.51 723.33 336.09 C 723.33 338.73 721.87 341.62 720.07 342.55 C 719.56 342.82 719.09 342.90 718.66 342.82"
+ id="path8393" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M721.55 332.78C721.70 332.81 721.84 332.87 721.98 332.94"
+ id="path8395" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 721.43 332.77 C 722.21 333.24 722.71 334.35 722.71 335.89 C 722.71 338.52 721.25 341.41 719.45 342.35 C 719.01 342.58 718.59 342.66 718.21 342.63"
+ id="path8397" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 717.89 344.88 C 716.44 344.50 715.44 342.77 715.44 340.19 C 715.44 336.46 717.51 332.37 720.07 331.04 C 720.98 330.57 721.82 330.51 722.53 330.80"
+ id="path8399" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 738.22 348.35 C 739.53 348.79 741.21 347.27 741.97 344.96 C 742.73 342.66 742.29 340.44 740.98 340.00 L 737.27 338.78 C 735.96 338.34 734.28 339.86 733.52 342.17 C 732.76 344.47 733.20 346.70 734.51 347.13 L 738.22 348.35 L 738.22 348.35"
+ id="path8401" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M740.98 340.00C739.67 339.57 737.99 341.09 737.23 343.40C736.47 345.70 736.91 347.92 738.22 348.35"
+ id="path8403" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M737.90 338.99C736.60 338.55 734.91 340.07 734.15 342.38C733.39 344.69 733.84 346.90 735.14 347.34"
+ id="path8405" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M738.54 339.20C737.23 338.76 735.55 340.28 734.79 342.59C734.02 344.89 734.47 347.12 735.78 347.55"
+ id="path8407" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M739.17 339.40C737.86 338.97 736.18 340.49 735.42 342.80C734.66 345.11 735.10 347.32 736.41 347.76"
+ id="path8409" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M739.81 339.62C738.50 339.18 736.82 340.70 736.06 343.01C735.29 345.32 735.74 347.54 737.05 347.97"
+ id="path8411" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 739.13 349.75 C 740.75 350.29 742.82 348.41 743.76 345.56 C 744.71 342.71 744.16 339.96 742.54 339.43 L 741.31 339.02 C 739.70 338.49 737.62 340.36 736.67 343.21 C 735.73 346.06 736.28 348.81 737.90 349.35 L 739.13 349.75 L 739.13 349.75"
+ id="path8413" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M742.54 339.43C740.92 338.89 738.85 340.77 737.90 343.62C736.96 346.47 737.51 349.22 739.13 349.75"
+ id="path8415" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="739.59,348.36 738.34,345.85 739.59,342.04 742.09,340.74 "
+ id="polyline8417" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="742.09,340.74 743.34,343.25 742.09,347.06 739.59,348.36 "
+ id="polyline8419" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="739.88,342.11 743.34,343.25 "
+ id="polyline8421" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ points="738.54,345.88 742.09,347.06 "
+ id="polyline8423" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round; stroke-dasharray: 8 3"
+ d="M 702.37 305.42 C 700.81 304.84 699.77 302.87 699.77 300.01 C 699.77 295.64 702.20 290.84 705.19 289.28 C 706.08 288.82 706.92 288.69 707.66 288.87 L 709.55 289.48 C 711.18 290.00 712.27 292.00 712.27 294.93 C 712.27 299.30 709.84 304.10 706.85 305.65 C 705.91 306.14 705.03 306.25 704.26 306.04 L 702.37 305.42 L 702.37 305.42"
+ id="path8425" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round; stroke-dasharray: 8 3"
+ d="M 702.37 305.42 C 700.81 304.84 699.77 302.87 699.77 300.01 C 699.77 295.64 702.20 290.84 705.19 289.28 C 706.08 288.82 706.92 288.69 707.66 288.87 L 709.55 289.48 C 711.18 290.00 712.27 292.00 712.27 294.93 C 712.27 299.30 709.84 304.10 706.85 305.65 C 705.91 306.14 705.03 306.25 704.26 306.04 L 702.37 305.42 L 702.37 305.42"
+ id="path8427" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round; stroke-dasharray: 8 3"
+ d="M 704.26 306.04 C 702.57 305.58 701.42 303.56 701.42 300.56 C 701.42 296.18 703.85 291.38 706.85 289.83 C 707.83 289.32 708.76 289.22 709.55 289.48"
+ id="path8429" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#FEFEFE; stroke-width:3.00; stroke-linecap:butt; stroke-linejoin:round"
+ points="636.94,275.02 647.82,278.62 "
+ id="polyline8431" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round; stroke-dasharray: 8 3"
+ points="636.94,275.02 647.82,278.62 "
+ id="polyline8433" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round; stroke-dasharray: 8 3"
+ points="653.34,280.44 705.49,297.70 "
+ id="polyline8435" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#FEFEFE; stroke-width:3.00; stroke-linecap:butt; stroke-linejoin:round"
+ points="622.64,289.78 642.98,296.50 "
+ id="polyline8437" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round; stroke-dasharray: 8 3"
+ points="622.64,289.78 642.98,296.50 "
+ id="polyline8439" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#FEFEFE; stroke-width:3.00; stroke-linecap:butt; stroke-linejoin:round"
+ points="517.13,254.88 527.68,258.37 "
+ id="polyline8441" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round; stroke-dasharray: 8 3"
+ points="517.13,254.88 527.68,258.37 "
+ id="polyline8443" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round; stroke-dasharray: 8 3"
+ points="650.71,299.06 688.48,311.55 "
+ id="polyline8445" />
+<polyline
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ points="474.91,241.05 486.21,235.16 486.21,235.16 491.86,217.92 491.86,217.92 486.21,206.57 486.21,206.57 481.90,205.15 470.61,211.04 470.61,211.04 464.96,228.27 464.96,228.27 470.61,239.63 474.91,241.05 474.91,241.05 "
+ id="polyline8447" />
+<polyline
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ points="474.91,241.05 469.27,229.70 469.27,229.70 474.91,212.46 474.91,212.46 486.21,206.57 "
+ id="polyline8449" />
+<polyline
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ points="470.61,211.04 474.91,212.46 "
+ id="polyline8451" />
+<polyline
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ points="464.96,228.27 469.27,229.70 "
+ id="polyline8453" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FEFEFE; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 485.93 213.16 C 488.14 213.86 489.63 216.57 489.63 220.55 C 489.63 226.48 486.34 233.00 482.28 235.11 L 482.28 235.11 C 480.98 235.79 479.75 235.93 478.69 235.61 L 476.81 234.99 C 474.66 234.24 473.22 231.56 473.22 227.64 L 473.22 227.64 C 473.22 221.71 476.51 215.19 480.56 213.08 L 480.56 213.08 C 481.93 212.37 483.21 212.25 484.31 212.63 L 485.93 213.16 L 485.93 213.16"
+ id="path8455" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:bevel"
+ d="M 485.93 213.16 C 488.14 213.86 489.63 216.57 489.63 220.55 C 489.63 226.48 486.34 233.00 482.28 235.11 L 482.28 235.11 C 480.98 235.79 479.75 235.93 478.69 235.61 L 476.81 234.99 C 474.66 234.24 473.22 231.56 473.22 227.64 L 473.22 227.64 C 473.22 221.71 476.51 215.19 480.56 213.08 L 480.56 213.08 C 481.93 212.37 483.21 212.25 484.31 212.63 L 485.93 213.16 L 485.93 213.16"
+ id="path8457" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 477.78 235.20 C 476.06 234.14 474.94 231.65 474.94 228.21 L 474.94 228.21 C 474.94 222.28 478.23 215.76 482.28 213.65 L 482.28 213.65 C 483.27 213.14 484.22 212.93 485.08 213.00"
+ id="path8459" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 485.48 214.26 C 487.47 214.89 488.81 217.32 488.81 220.91 C 488.81 226.24 485.85 232.11 482.20 234.01 L 482.20 234.01 C 481.02 234.62 479.92 234.75 478.97 234.46"
+ id="path8461" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 485.43 214.33 C 486.99 215.29 488.00 217.53 488.00 220.64 C 488.00 225.97 485.04 231.84 481.39 233.74 L 481.39 233.74 C 480.47 234.22 479.60 234.40 478.81 234.32"
+ id="path8463" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 484.82 214.20 C 486.27 215.22 487.19 217.40 487.19 220.37 C 487.19 225.71 484.23 231.57 480.58 233.47 L 480.58 233.47 C 479.73 233.92 478.92 234.11 478.18 234.07"
+ id="path8465" />
+<path
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel"
+ d="M 484.30 214.15 C 485.58 215.25 486.38 217.33 486.38 220.11 C 486.38 225.44 483.42 231.31 479.77 233.21 L 479.77 233.21 C 479.10 233.56 478.45 233.75 477.84 233.80"
+ id="path8467" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 478.14 234.09 C 476.59 233.14 475.59 230.90 475.59 227.80 L 475.59 227.80 C 475.59 222.46 478.55 216.60 482.20 214.69 L 482.20 214.69 C 483.09 214.23 483.94 214.05 484.71 214.11"
+ id="path8469" />
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 483.63 214.19 C 484.70 215.35 485.34 217.29 485.34 219.79 C 485.34 225.12 482.39 230.99 478.74 232.89 L 478.74 232.89 C 478.26 233.14 477.79 233.31 477.34 233.40 L 477.29 233.41 C 476.22 232.25 475.57 230.31 475.57 227.82 L 475.57 227.82 C 475.57 222.48 478.53 216.62 482.18 214.71 L 482.18 214.71 C 482.68 214.46 483.16 214.28 483.63 214.19 L 483.63 214.19"
+ id="path8471" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:4.00; stroke-linecap:round; stroke-linejoin:miter"
+ points="669.78,244.77 660.40,213.27 "
+ id="polyline8473" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter"
+ points="669.78,244.77 660.40,213.27 "
+ id="polyline8475" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:miter"
+ points="635.38,263.97 628.37,212.60 "
+ id="polyline8477" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter"
+ points="635.38,263.97 628.37,212.60 "
+ id="polyline8479" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:miter"
+ points="614.18,279.17 606.43,212.91 "
+ id="polyline8481" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter"
+ points="614.18,279.17 606.43,212.91 "
+ id="polyline8483" />
+<text
+ x="559.28"
+ y="323.22"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ id="text8485">1</text>
+
+<text
+ x="566.28"
+ y="323.22"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ id="text8487">2</text>
+
+<text
+ x="534.28"
+ y="323.22"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ id="text8489">1</text>
+
+<text
+ x="541.28"
+ y="323.22"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ id="text8491">1</text>
+
+<text
+ x="518.28"
+ y="299.22"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ id="text8493">1</text>
+
+<text
+ x="524.28"
+ y="299.22"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ id="text8495">0</text>
+
+<text
+ x="493.28"
+ y="299.22"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ id="text8497">9</text>
+
+<text
+ x="470.28"
+ y="282.22"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ id="text8499">8</text>
+
+<text
+ x="499.28"
+ y="180.22"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ id="text8501">7</text>
+
+<text
+ x="455.28"
+ y="141.22"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ id="text8503">6</text>
+
+<text
+ x="413.28"
+ y="127.22"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ id="text8505">5</text>
+
+<text
+ x="376.28"
+ y="114.22"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ id="text8507">4</text>
+
+<text
+ x="586.28"
+ y="323.22"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ id="text8509">1</text>
+
+<text
+ x="593.28"
+ y="323.22"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ id="text8511">0</text>
+
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:2.00; stroke-linecap:round; stroke-linejoin:miter"
+ points="221.10,203.95 217.51,234.98 "
+ id="polyline8513" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter"
+ points="221.10,203.95 217.51,234.98 "
+ id="polyline8515" />
+<text
+ x="211.28"
+ y="247.22"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ id="text8517">3</text>
+
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:2.00; stroke-linecap:round; stroke-linejoin:miter"
+ points="151.73,141.77 147.81,184.08 "
+ id="polyline8519" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter"
+ points="151.73,141.77 147.81,184.08 "
+ id="polyline8521" />
+<text
+ x="142.28"
+ y="196.22"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ id="text8523">2</text>
+
+<text
+ x="276.28"
+ y="247.22"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ id="text8525">2</text>
+
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:2.00; stroke-linecap:round; stroke-linejoin:miter"
+ points="105.96,142.82 98.14,184.08 "
+ id="polyline8527" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter"
+ points="105.96,142.82 98.14,184.08 "
+ id="polyline8529" />
+<text
+ x="92.28"
+ y="196.22"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ id="text8531">1</text>
+
+<text
+ x="742.28"
+ y="296.22"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ id="text8533">1</text>
+
+<text
+ x="748.28"
+ y="296.22"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ id="text8535">6</text>
+
+<text
+ x="742.28"
+ y="318.22"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ id="text8537">1</text>
+
+<text
+ x="748.28"
+ y="318.22"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ id="text8539">5</text>
+
+<text
+ x="685.28"
+ y="396.22"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ id="text8541">1</text>
+
+<text
+ x="692.28"
+ y="396.22"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ id="text8543">4</text>
+
+<text
+ x="626.28"
+ y="199.22"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ id="text8545">1</text>
+
+<text
+ x="632.28"
+ y="199.22"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ id="text8547">3</text>
+
+<path
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round"
+ d="M 593.77 215.35 L 596.25 212.88 C 597.35 211.77 599.53 210.87 601.09 210.87 L 628.39 210.87 C 629.95 210.87 631.86 209.76 632.63 208.41 L 634.39 205.33 L 636.15 208.41 C 636.92 209.76 638.83 210.87 640.39 210.87 L 667.63 210.87 C 669.19 210.87 671.36 211.77 672.47 212.88 L 674.95 215.35"
+ id="path8549" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:2.00; stroke-linecap:round; stroke-linejoin:miter"
+ points="291.48,188.11 281.72,237.03 "
+ id="polyline8551" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter"
+ points="291.48,188.11 281.72,237.03 "
+ id="polyline8553" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:2.00; stroke-linecap:round; stroke-linejoin:miter"
+ points="377.34,116.86 362.10,145.83 "
+ id="polyline8555" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter"
+ points="377.34,116.86 362.10,145.83 "
+ id="polyline8557" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:2.00; stroke-linecap:round; stroke-linejoin:miter"
+ points="413.36,129.75 396.71,153.92 "
+ id="polyline8559" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter"
+ points="413.36,129.75 396.71,153.92 "
+ id="polyline8561" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:2.00; stroke-linecap:round; stroke-linejoin:miter"
+ points="455.97,143.57 444.18,163.14 "
+ id="polyline8563" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter"
+ points="455.97,143.57 444.18,163.14 "
+ id="polyline8565" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:2.00; stroke-linecap:round; stroke-linejoin:miter"
+ points="499.78,183.87 487.24,208.64 "
+ id="polyline8567" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter"
+ points="499.78,183.87 487.24,208.64 "
+ id="polyline8569" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:2.00; stroke-linecap:round; stroke-linejoin:miter"
+ points="476.53,273.62 488.03,249.62 "
+ id="polyline8571" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter"
+ points="476.53,273.62 488.03,249.62 "
+ id="polyline8573" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:2.00; stroke-linecap:round; stroke-linejoin:miter"
+ points="513.39,269.38 499.78,291.37 "
+ id="polyline8575" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter"
+ points="513.39,269.38 499.78,291.37 "
+ id="polyline8577" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:2.00; stroke-linecap:round; stroke-linejoin:miter"
+ points="532.78,271.37 528.53,289.37 "
+ id="polyline8579" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter"
+ points="532.78,271.37 528.53,289.37 "
+ id="polyline8581" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:2.00; stroke-linecap:round; stroke-linejoin:miter"
+ points="550.44,279.04 544.11,313.04 "
+ id="polyline8583" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter"
+ points="550.44,279.04 544.11,313.04 "
+ id="polyline8585" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:2.00; stroke-linecap:round; stroke-linejoin:miter"
+ points="573.11,282.04 567.78,313.04 "
+ id="polyline8587" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter"
+ points="573.11,282.04 567.78,313.04 "
+ id="polyline8589" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:2.00; stroke-linecap:round; stroke-linejoin:miter"
+ points="589.77,289.22 594.11,313.70 "
+ id="polyline8591" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter"
+ points="589.77,289.22 594.11,313.70 "
+ id="polyline8593" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:2.00; stroke-linecap:round; stroke-linejoin:miter"
+ points="710.14,361.43 696.82,385.77 "
+ id="polyline8595" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter"
+ points="710.14,361.43 696.82,385.77 "
+ id="polyline8597" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:2.00; stroke-linecap:round; stroke-linejoin:miter"
+ points="744.52,297.86 723.68,331.32 "
+ id="polyline8599" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter"
+ points="744.52,297.86 723.68,331.32 "
+ id="polyline8601" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:2.00; stroke-linecap:round; stroke-linejoin:miter"
+ points="747.89,321.19 742.54,339.25 "
+ id="polyline8603" />
+<polyline
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter"
+ points="747.89,321.19 742.54,339.25 "
+ id="polyline8605" />
+</svg> \ No newline at end of file
diff --git a/drawing/bin/data/mechanical1.svg b/drawing/bin/data/mechanical1.svg
new file mode 100644
index 0000000..fa4d17a
--- /dev/null
+++ b/drawing/bin/data/mechanical1.svg
@@ -0,0 +1,4254 @@
+<?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"
+ version="1.1"
+ id="svg5795"
+ viewBox="0 0 763.78 422.90"
+ height="149.19mm"
+ width="269.44mm"
+ xml:space="preserve"><metadata
+ id="metadata8611"><rdf:RDF><cc:Work
+ rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
+ id="defs8609" /><polyline
+ id="polyline5797"
+ points="763.28,0.64 763.28,0.50 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><path
+ id="path5819"
+ d="M 217.61 119.64 C 217.61 118.14 217.53 116.64 217.34 115.15 C 216.69 110.01 214.90 104.58 209.98 102.05 C 204.79 99.38 198.93 101.97 194.84 105.52 C 190.17 109.58 187.11 115.19 184.83 120.88 C 181.46 129.30 179.72 139.34 182.63 148.14 C 183.36 150.36 184.46 152.39 186.02 154.13 C 193.79 162.41 204.66 153.14 209.27 146.38 C 210.75 144.22 212.04 141.93 213.11 139.54"
+ style="fill:#FEFEFE; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:bevel" /><path
+ id="path5821"
+ d="M 234.89 85.49 C 216.74 81.71 200.94 96.85 193.08 111.44 C 190.74 115.77 188.74 120.46 187.25 125.15 C 185.74 129.91 184.65 134.92 184.00 139.86 C 182.41 152.02 183.72 166.36 191.27 176.48 C 193.36 179.28 196.14 181.86 199.09 183.74"
+ style="fill:#FEFEFE; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:bevel" /><path
+ id="path5823"
+ d="M 285.83 112.71 C 286.88 113.05 287.68 113.92 288.15 114.90 C 289.18 117.07 289.16 119.59 288.75 121.91 C 288.38 124.02 287.65 126.04 286.53 127.86 C 285.53 129.47 284.17 130.81 283.19 132.43 C 282.21 134.05 281.69 135.90 281.34 137.75 C 278.94 150.78 274.85 163.61 268.29 175.17 C 266.40 178.49 264.31 181.69 262.01 184.73 C 259.24 188.40 256.03 191.91 252.56 194.94 C 249.23 197.84 249.01 202.42 247.17 206.17 C 246.61 207.32 245.93 208.44 245.08 209.40 C 244.25 210.33 243.20 211.33 241.97 211.71 C 241.20 211.95 240.30 212.01 239.52 211.82 L 239.37 211.77 L 231.33 209.11 C 231.16 209.06 231.01 208.99 230.85 208.90 C 230.61 208.78 230.39 208.63 230.19 208.46 C 229.45 207.84 228.97 206.97 228.66 206.07 C 228.60 205.91 228.55 205.75 228.51 205.58 C 226.22 205.52 224.08 205.02 221.89 204.36 L 213.84 201.73 C 212.93 201.20 211.90 200.90 210.97 200.39 C 207.30 198.36 204.32 195.32 202.02 191.85 C 198.79 186.97 196.94 181.26 195.80 175.57 C 195.66 174.96 195.49 174.31 195.22 173.77 C 194.96 173.21 194.58 172.71 194.12 172.31 C 193.62 171.87 192.90 171.63 192.25 171.58 C 191.13 171.55 190.11 170.90 189.47 170.02 C 188.05 168.08 188.03 165.52 188.24 163.22 C 188.62 159.85 190.04 156.65 192.25 154.08 C 194.13 151.88 195.34 149.25 195.80 146.39 C 198.77 127.93 206.31 108.78 219.04 94.81 C 220.46 93.22 221.91 91.66 223.48 90.21 C 224.73 89.05 225.91 87.94 226.79 86.46 C 227.62 85.05 228.19 83.49 228.57 81.90 C 228.82 80.81 229.18 79.76 229.63 78.73 C 230.60 76.52 232.02 74.24 234.16 72.99 C 235.30 72.33 236.49 72.00 237.78 72.36 L 245.81 75.02 L 246.08 75.13 C 246.43 75.26 246.76 75.45 247.05 75.71 C 247.88 76.43 248.16 77.48 248.58 78.46 L 248.64 78.54 C 250.50 78.59 252.31 78.96 254.11 79.38 C 259.22 80.58 264.72 82.35 268.95 85.54 C 270.87 86.99 272.57 88.76 274.00 90.68 C 275.14 92.21 276.14 93.83 277.00 95.52 C 278.65 98.74 279.82 102.14 280.70 105.64 C 280.95 106.61 281.15 107.59 281.34 108.57 C 281.56 109.66 282.02 111.08 282.97 111.76 L 285.83 112.71 L 285.83 112.71"
+ style="fill:#FEFEFE; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:bevel" /><path
+ id="path5825"
+ d="M 231.45 193.29 C 227.38 193.13 223.40 191.33 219.83 187.14 C 216.48 183.22 213.37 177.33 212.09 172.33 C 207.56 154.72 212.44 134.56 221.46 119.11 C 227.56 108.66 237.42 94.79 250.55 93.45 C 254.01 93.10 257.02 93.59 259.64 94.71"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter" /><path
+ id="path5827"
+ d="M 259.64 94.71 C 269.18 98.80 273.40 111.25 274.34 121.61 C 274.51 123.55 274.60 125.49 274.61 127.45 C 274.68 143.31 269.34 159.52 260.68 172.62 C 254.83 181.47 242.80 193.74 231.45 193.29"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><path
+ id="path5829"
+ d="M 256.96 94.08 C 274.25 103.03 272.23 129.33 268.51 144.96 C 265.51 157.58 259.78 169.98 251.01 179.64 C 247.63 183.35 243.15 187.00 238.53 189.06 C 234.76 190.75 229.87 191.84 225.72 191.70"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><path
+ id="path5831"
+ d="M 243.65 95.73 C 255.05 92.67 263.47 100.66 266.69 110.96 C 269.37 119.56 269.32 129.05 267.87 137.87 C 266.39 146.89 263.38 155.75 259.11 163.84 C 255.39 170.89 250.60 177.53 244.35 182.55 C 237.88 187.75 228.80 191.49 220.87 187.25"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><path
+ id="path5833"
+ d="M 220.90 203.95 C 215.79 201.94 211.72 197.63 209.03 192.95 C 208.24 191.58 207.54 190.14 206.94 188.69 C 206.26 187.07 205.68 185.41 205.18 183.73 C 204.65 181.92 204.21 180.07 203.84 178.22 C 203.76 177.76 203.63 177.31 203.46 176.87 C 203.25 176.30 202.90 175.72 202.48 175.27 C 201.90 174.66 201.14 174.30 200.29 174.24 C 199.46 174.18 198.73 173.88 198.11 173.32 C 194.52 170.12 195.93 164.35 197.76 160.60 C 198.40 159.29 199.27 157.79 200.29 156.74 C 201.40 155.58 202.23 154.11 202.82 152.63 C 203.28 151.48 203.68 150.27 203.84 149.05 C 203.84 149.05 203.98 148.22 203.99 148.14 C 205.60 138.44 208.54 129.03 212.69 120.13 C 213.90 117.54 215.18 114.97 216.58 112.47 C 218.86 108.39 221.44 104.46 224.34 100.79 C 226.88 97.57 229.62 94.63 232.63 91.86 C 234.06 90.53 235.17 88.81 235.86 87.00 C 236.16 86.20 236.42 85.38 236.61 84.56 C 237.22 82.30 238.06 80.15 239.47 78.26 C 240.44 76.97 241.71 75.62 243.29 75.12 C 244.19 74.81 245.20 74.79 246.08 75.13"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><polyline
+ id="polyline5835"
+ points="232.36,134.79 232.38,134.79 232.81,134.87 233.24,134.96 233.69,135.02 234.14,135.11 234.60,135.19 235.07,135.27 235.55,135.36 236.03,135.44 236.51,135.52 237.03,135.60 237.53,135.70 238.04,135.79 238.57,135.89 239.12,135.97 239.67,136.07 240.22,136.17 240.78,136.27 241.36,136.37 241.96,136.47 242.56,136.58 243.17,136.68 243.79,136.80 244.44,136.90 245.08,137.02 245.75,137.13 246.43,137.25 247.11,137.37 247.82,137.50 248.54,137.61 249.27,137.75 249.65,137.81 250.02,137.88 250.40,137.95 250.78,138.01 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><polyline
+ id="polyline5837"
+ points="251.99,141.59 252.08,141.19 252.18,140.79 252.26,140.39 252.36,140.01 252.46,139.61 252.56,139.23 252.66,138.83 252.77,138.43 249.15,137.23 248.77,137.13 248.56,137.07 248.32,137.02 248.09,136.95 247.87,136.90 247.64,136.85 247.41,136.78 247.18,136.73 246.96,136.68 246.73,136.62 246.51,136.57 246.30,136.52 246.10,136.48 245.88,136.44 245.67,136.39 245.45,136.34 245.23,136.29 245.02,136.24 244.80,136.20 244.59,136.15 244.37,136.10 244.15,136.07 243.94,136.02 243.72,135.99 243.52,135.94 243.32,135.90 243.12,135.87 242.94,135.84 242.76,135.80 242.58,135.77 242.39,135.74 242.21,135.72 242.03,135.69 241.86,135.65 241.68,135.64 241.50,135.60 241.33,135.59 241.16,135.56 241.00,135.54 240.85,135.52 240.70,135.50 240.55,135.49 240.40,135.47 240.27,135.46 240.13,135.46 232.38,134.79 231.60,137.96 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><path
+ id="path5839"
+ d="M 231.60 137.96 C 234.31 138.38 237.01 138.90 239.72 139.38 C 242.98 139.95 246.28 140.35 249.53 140.97 C 250.91 141.23 250.61 141.36 251.99 141.59"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter" /><polyline
+ id="polyline5841"
+ points="235.70,172.36 235.55,172.23 235.42,172.11 235.27,171.94 235.10,171.79 234.95,171.63 234.79,171.45 234.65,171.28 234.50,171.10 234.40,170.95 234.29,170.80 234.05,170.45 233.81,170.10 233.57,169.75 233.34,169.42 232.87,168.74 232.43,168.09 231.98,167.44 231.55,166.81 231.11,166.19 230.70,165.59 230.28,165.00 229.89,164.42 229.49,163.85 229.10,163.30 228.72,162.75 228.36,162.21 227.99,161.69 227.64,161.18 227.28,160.66 226.94,160.16 226.60,159.66 226.26,159.20 225.95,158.72 225.62,158.25 225.30,157.80 225.00,157.35 224.69,156.90 224.39,156.47 224.11,156.06 223.81,155.63 223.52,155.23 223.24,154.81 222.98,154.41 222.69,154.03 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><polyline
+ id="polyline5843"
+ points="224.59,151.90 224.57,151.89 222.68,154.01 225.90,163.74 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><path
+ id="path5845"
+ d="M 237.58 170.23 C 236.11 168.94 235.17 167.21 234.07 165.62 C 232.25 163.00 230.42 160.39 228.62 157.75 C 228.15 157.06 227.68 156.36 227.19 155.68 C 226.31 154.43 225.46 153.16 224.59 151.90"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter" /><polyline
+ id="polyline5847"
+ points="225.90,163.74 225.96,163.88 226.02,164.05 226.08,164.22 226.15,164.38 226.23,164.57 226.31,164.73 226.40,164.92 226.48,165.08 226.58,165.26 226.66,165.45 226.78,165.63 226.88,165.80 226.98,165.98 227.09,166.15 227.19,166.33 227.31,166.49 227.43,166.66 227.54,166.83 227.68,166.99 227.81,167.18 227.94,167.34 228.09,167.52 228.22,167.69 228.37,167.87 228.52,168.04 228.67,168.22 228.84,168.39 228.99,168.55 229.15,168.72 229.30,168.89 229.47,169.04 229.62,169.19 229.79,169.33 229.95,169.48 230.12,169.65 230.28,169.80 230.47,169.95 230.65,170.10 230.83,170.25 231.02,170.40 231.20,170.53 231.38,170.68 231.56,170.81 231.75,170.95 232.06,171.16 235.70,172.36 235.91,172.08 236.15,171.81 236.38,171.54 236.61,171.30 236.85,171.03 237.08,170.76 237.33,170.50 237.58,170.23 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><path
+ id="path5849"
+ d="M 212.78 159.20 C 212.96 161.08 213.08 162.97 213.27 164.85 C 213.71 169.06 214.07 173.28 214.40 177.49 L 214.42 177.60"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter" /><polyline
+ id="polyline5851"
+ points="211.87,169.97 211.85,169.70 211.78,169.02 211.71,168.34 211.66,167.67 211.60,167.03 211.55,166.39 211.50,165.76 211.43,165.15 211.38,164.55 211.33,163.95 211.28,163.37 211.23,162.81 211.18,162.24 211.13,161.69 211.08,161.14 211.03,160.59 210.98,160.08 210.93,159.56 210.90,159.05 212.65,159.20 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><path
+ id="path5853"
+ d="M252.77 108.57C251.23 109.00 249.90 109.89 248.54 110.70L232.38 120.27"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter" /><polyline
+ id="polyline5855"
+ points="232.38,120.27 231.60,117.92 239.35,109.14 239.49,108.99 239.62,108.84 239.77,108.70 239.92,108.55 240.07,108.40 240.22,108.27 240.38,108.12 240.55,107.99 240.72,107.86 240.90,107.72 241.08,107.59 241.25,107.46 241.43,107.34 241.61,107.21 241.79,107.09 241.98,106.99 242.16,106.88 242.34,106.78 242.54,106.66 242.74,106.56 242.96,106.46 243.16,106.36 243.37,106.26 243.59,106.16 243.80,106.06 244.02,105.98 244.24,105.90 244.45,105.81 244.67,105.75 244.88,105.66 245.10,105.60 245.32,105.55 245.52,105.48 245.73,105.43 245.95,105.36 246.18,105.31 246.40,105.28 246.63,105.23 246.86,105.18 247.09,105.15 247.31,105.11 247.54,105.10 247.77,105.06 247.99,105.05 248.37,105.03 251.99,106.23 252.08,106.51 252.18,106.81 252.26,107.11 252.36,107.39 252.46,107.67 252.56,107.97 252.66,108.27 252.77,108.57 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><polyline
+ id="polyline5857"
+ points="231.58,117.91 231.60,117.92 232.03,117.66 232.46,117.41 232.91,117.14 233.36,116.88 233.82,116.60 234.29,116.33 234.77,116.05 235.25,115.75 235.73,115.47 236.25,115.17 236.75,114.87 237.28,114.55 237.79,114.25 238.34,113.92 238.89,113.61 239.44,113.27 240.00,112.94 240.58,112.59 241.18,112.24 241.78,111.89 242.39,111.53 243.01,111.15 243.65,110.78 244.30,110.40 244.97,110.00 245.65,109.60 246.33,109.19 247.04,108.77 247.76,108.34 248.49,107.91 248.87,107.69 249.24,107.46 249.62,107.24 250.02,107.01 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><path
+ id="path5859"
+ d="M 210.64 152.42 C 213.19 151.15 215.25 149.28 217.01 147.06 C 218.89 144.69 220.35 142.09 221.50 139.30 C 223.98 133.29 225.26 126.12 223.36 119.76 C 223.13 118.98 222.85 118.16 222.45 117.43 C 222.11 118.00 221.78 118.56 221.46 119.11 C 215.73 128.93 211.67 140.65 210.64 152.42 L 210.64 152.42"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><path
+ id="path5861"
+ d="M 232.46 130.18 C 232.97 124.33 231.97 115.35 225.50 112.86 L 225.39 112.82 C 223.95 114.96 222.63 117.10 221.46 119.11 C 217.99 125.06 215.27 131.44 213.36 138.05 C 212.40 141.37 211.65 144.74 211.14 148.15 C 210.72 151.00 209.79 154.86 210.47 157.71 C 210.78 158.84 215.88 157.50 216.38 157.31 C 224.41 154.26 231.63 139.62 232.46 130.18 L 232.46 130.18"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><path
+ id="path5863"
+ d="M 210.47 154.83 C 212.34 154.13 214.35 152.38 215.79 151.02 C 220.60 146.47 223.55 140.19 225.00 133.79 C 226.00 129.40 226.37 124.77 225.31 120.35 C 225.17 119.77 223.57 115.58 223.77 115.38 C 222.80 116.33 222.14 117.94 221.46 119.11 C 215.33 129.60 211.12 142.27 210.47 154.83 L 210.47 154.83"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><path
+ id="path5865"
+ d="M 221.24 127.72 C 221.42 125.33 221.30 122.92 220.87 120.53 L 220.81 120.25 C 220.90 120.70 219.70 122.28 219.48 122.72 C 219.02 123.59 218.58 124.48 218.16 125.37 C 217.30 127.19 216.50 129.03 215.77 130.90 C 214.31 134.68 213.11 138.56 212.20 142.52 C 211.69 144.75 211.28 147.01 211.00 149.28 C 213.70 147.53 215.77 143.95 217.24 141.19 C 219.45 137.01 220.90 132.40 221.24 127.72 L 221.24 127.72"
+ style="fill:#FEFEFE; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:bevel" /><path
+ id="path5867"
+ d="M240.10 87.48C240.30 88.12 240.67 88.58 241.19 88.76C241.62 88.92 242.11 88.85 242.59 88.60"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path5869"
+ d="M243.83 87.51C244.24 86.99 244.60 86.34 244.86 85.60C245.12 84.88 245.25 84.17 245.26 83.52"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path5871"
+ d="M244.68 81.32C244.49 81.09 244.27 80.92 244.00 80.82C243.46 80.63 242.85 80.78 242.27 81.19"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path5873"
+ d="M 240.21 87.36 C 240.96 86.81 241.65 85.83 242.08 84.62 C 242.51 83.40 242.59 82.20 242.35 81.30 L 242.27 81.19 C 241.50 81.73 240.77 82.73 240.32 83.99 C 239.86 85.28 239.81 86.56 240.10 87.48 L 240.21 87.36 L 240.21 87.36"
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path5875"
+ d="M241.42 87.76C242.17 87.21 242.86 86.23 243.29 85.02C243.72 83.80 243.80 82.60 243.56 81.70"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path5877"
+ d="M267.19 93.49C267.28 93.78 267.45 93.99 267.68 94.07C267.88 94.14 268.10 94.11 268.31 94.00"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path5879"
+ d="M268.87 93.51C269.06 93.27 269.22 92.98 269.34 92.65C269.45 92.32 269.51 92.00 269.52 91.71"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path5881"
+ d="M269.25 90.72C269.17 90.62 269.07 90.54 268.95 90.50C268.71 90.41 268.43 90.48 268.17 90.66"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path5883"
+ d="M 267.24 93.44 C 267.58 93.19 267.89 92.75 268.08 92.21 C 268.28 91.66 268.31 91.12 268.21 90.71 L 268.17 90.66 C 267.82 90.91 267.49 91.36 267.29 91.92 C 267.09 92.50 267.06 93.08 267.19 93.49 L 267.24 93.44 L 267.24 93.44"
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path5885"
+ d="M200.10 166.96C200.30 167.59 200.67 168.06 201.18 168.24C201.62 168.40 202.10 168.33 202.58 168.08"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path5887"
+ d="M203.82 166.99C204.24 166.47 204.60 165.82 204.86 165.08C205.11 164.36 205.24 163.65 205.26 163.00"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path5889"
+ d="M204.67 160.80C204.49 160.57 204.26 160.40 203.99 160.30C203.46 160.11 202.85 160.26 202.27 160.67"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path5891"
+ d="M 200.21 166.84 C 200.96 166.29 201.65 165.31 202.08 164.10 C 202.51 162.88 202.58 161.68 202.35 160.78 L 202.27 160.67 C 201.49 161.21 200.76 162.21 200.32 163.47 C 199.86 164.76 199.81 166.04 200.10 166.96 L 200.21 166.84 L 200.21 166.84"
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path5893"
+ d="M 201.31 167.36 L 201.42 167.24 C 202.17 166.69 202.86 165.71 203.29 164.50 C 203.72 163.28 203.79 162.08 203.56 161.18 L 203.48 161.07"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path5895"
+ d="M240.09 204.69C240.29 205.33 240.66 205.79 241.18 205.97C241.61 206.13 242.09 206.06 242.57 205.81"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path5897"
+ d="M243.81 204.72C244.23 204.20 244.59 203.55 244.85 202.81C245.10 202.09 245.23 201.38 245.25 200.73"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path5899"
+ d="M244.67 198.54C244.48 198.30 244.25 198.13 243.99 198.03C243.45 197.84 242.84 197.99 242.26 198.40"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path5901"
+ d="M 240.20 204.57 C 240.95 204.02 241.64 203.04 242.07 201.83 C 242.50 200.61 242.57 199.41 242.34 198.51 L 242.26 198.40 C 241.48 198.94 240.76 199.94 240.31 201.20 C 239.85 202.49 239.80 203.77 240.09 204.69 L 240.20 204.57 L 240.20 204.57"
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path5903"
+ d="M 241.30 205.09 L 241.41 204.97 C 242.16 204.42 242.85 203.44 243.28 202.23 C 243.71 201.01 243.79 199.81 243.55 198.91 L 243.47 198.80"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path5905"
+ d="M280.12 125.17C280.32 125.81 280.69 126.28 281.21 126.46C281.64 126.61 282.13 126.54 282.61 126.29"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path5907"
+ d="M283.85 125.21C284.26 124.69 284.62 124.04 284.88 123.29C285.14 122.57 285.27 121.86 285.28 121.21"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path5909"
+ d="M284.70 119.02C284.51 118.79 284.29 118.61 284.02 118.52C283.48 118.33 282.88 118.48 282.30 118.88"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path5911"
+ d="M 280.23 125.06 C 280.98 124.50 281.67 123.52 282.10 122.32 C 282.53 121.10 282.61 119.90 282.37 119.00 L 282.30 118.88 C 281.52 119.42 280.79 120.43 280.34 121.68 C 279.89 122.98 279.83 124.25 280.12 125.17 L 280.23 125.06 L 280.23 125.06"
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path5913"
+ d="M 281.33 125.57 L 281.45 125.46 C 282.19 124.90 282.89 123.93 283.31 122.72 C 283.74 121.50 283.82 120.30 283.58 119.40 L 283.51 119.28"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path5915"
+ d="M267.20 168.83C267.29 169.12 267.45 169.33 267.68 169.41C267.88 169.48 268.10 169.45 268.31 169.34"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path5917"
+ d="M268.87 168.85C269.06 168.62 269.22 168.32 269.34 167.99C269.45 167.66 269.51 167.34 269.52 167.05"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path5919"
+ d="M269.26 166.06C269.17 165.96 269.07 165.88 268.95 165.84C268.71 165.75 268.44 165.82 268.17 166.00"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path5921"
+ d="M 267.25 168.78 C 267.58 168.53 267.89 168.09 268.09 167.55 C 268.28 167.00 268.31 166.46 268.21 166.05 L 268.17 166.00 C 267.82 166.25 267.50 166.70 267.29 167.26 C 267.09 167.84 267.07 168.42 267.20 168.83 L 267.25 168.78 L 267.25 168.78"
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path5923"
+ d="M215.76 195.71C215.85 195.99 216.02 196.20 216.25 196.29C216.45 196.35 216.67 196.32 216.88 196.21"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path5925"
+ d="M217.44 195.72C217.63 195.49 217.79 195.19 217.90 194.86C218.02 194.54 218.08 194.22 218.08 193.92"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path5927"
+ d="M217.82 192.94C217.74 192.83 217.64 192.75 217.52 192.71C217.28 192.63 217.00 192.69 216.74 192.87"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path5929"
+ d="M 215.81 195.65 C 216.15 195.40 216.46 194.96 216.65 194.42 C 216.85 193.87 216.88 193.33 216.78 192.93 L 216.74 192.87 C 216.39 193.12 216.06 193.57 215.86 194.13 C 215.66 194.72 215.63 195.29 215.76 195.71 L 215.81 195.65 L 215.81 195.65"
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path5931"
+ d="M215.77 120.38C215.86 120.67 216.02 120.88 216.26 120.96C216.45 121.03 216.67 121.00 216.89 120.88"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path5933"
+ d="M217.44 120.39C217.63 120.16 217.79 119.87 217.91 119.53C218.02 119.21 218.08 118.89 218.09 118.60"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path5935"
+ d="M217.83 117.61C217.74 117.51 217.64 117.43 217.52 117.38C217.28 117.30 217.01 117.37 216.75 117.55"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path5937"
+ d="M 215.82 120.33 C 216.15 120.08 216.47 119.64 216.66 119.09 C 216.85 118.55 216.89 118.01 216.78 117.60 L 216.75 117.55 C 216.40 117.79 216.07 118.24 215.87 118.81 C 215.66 119.39 215.64 119.96 215.77 120.38 L 215.82 120.33 L 215.82 120.33"
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path5939"
+ d="M 334.35 156.62 C 337.87 151.86 341.94 148.07 346.27 145.81 L 346.27 145.81 C 359.63 138.84 370.46 149.02 370.46 168.55 L 370.46 168.55 C 370.46 188.07 359.63 209.55 346.27 216.51 L 346.27 216.51 C 332.92 223.47 322.09 213.29 322.09 193.77 L 322.09 193.77 C 322.09 181.51 326.36 168.48 332.84 158.76"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path5941"
+ d="M 334.35 156.62 C 337.87 151.86 341.94 148.07 346.27 145.81 L 346.27 145.81 C 359.63 138.84 370.46 149.02 370.46 168.55 L 370.46 168.55 C 370.46 188.07 359.63 209.55 346.27 216.51 L 346.27 216.51 C 332.92 223.47 322.09 213.29 322.09 193.77 L 322.09 193.77 C 322.09 181.51 326.36 168.48 332.84 158.76"
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path5943"
+ d="M61.82 41.58C57.92 40.29 53.37 40.75 48.53 43.26C48.16 43.46 47.78 43.66 47.40 43.88"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path5945"
+ d="M36.52 53.71C30.24 61.63 25.42 72.33 23.27 83.38"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path5947"
+ d="M22.06 96.67C22.30 110.38 27.52 119.69 35.20 122.25"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path5949"
+ d="M 42.633092,41.681396 C 46.648499,39.845228 30.34163,43.408943 25.698717,47.01451 16.806067,53.905897 8.5326132,64.955449 7.1777514,87.239598"
+ style="fill:none;stroke:#000000;stroke-width:1.35574365;stroke-linecap:round;stroke-linejoin:round" /><path
+ id="path5951"
+ d="M 6.98 86.42 C 6.97 86.89 6.96 87.36 6.96 87.84 C 6.96 89.87 7.06 91.92 7.36 93.93 C 7.63 95.71 8.02 97.48 8.54 99.20 C 9.01 100.75 9.62 102.24 10.42 103.66 C 11.10 104.85 11.87 106.02 12.80 107.04 C 14.25 108.61 16.00 109.90 17.62 111.28 C 18.12 111.70 18.61 112.13 19.09 112.56 C 19.91 113.29 20.74 114.01 21.59 114.70 C 22.61 115.52 23.65 116.31 24.74 117.03 C 26.09 117.92 27.50 118.75 28.93 119.50 C 30.72 120.43 32.58 121.20 34.45 121.95 C 34.70 122.05 34.95 122.15 35.20 122.25 C 39.06 123.69 43.67 123.10 48.53 120.57 C 63.15 112.98 75.01 89.51 75.01 68.17 C 75.01 53.89 69.67 44.27 61.82 41.58 C 61.82 41.58 53.72 38.45 42.25 41.27"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path5953"
+ d="M 34.69 122.05 L 39.12 123.51 C 42.86 124.53 47.15 123.99 51.71 121.62 C 66.31 114.04 78.14 90.63 78.14 69.32 C 78.14 55.31 73.02 45.70 65.36 42.92 L 61.18 41.55"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path5955"
+ d="M65.36 42.92C61.38 41.47 56.71 41.88 51.72 44.47C50.72 44.99 49.73 45.58 48.76 46.24"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path5957"
+ d="M36.94 58.73C29.91 69.31 25.29 83.45 25.29 96.77C25.29 111.41 30.88 121.25 39.12 123.51"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path5959"
+ d="M74.11 56.02C71.93 50.40 68.35 46.64 63.93 45.26"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path5961"
+ d="M 63.93 45.26 C 60.32 44.14 56.15 44.60 51.71 46.90 C 38.04 54.00 26.96 75.93 26.96 95.89 C 26.95 109.60 32.19 118.81 39.90 120.93"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path5963"
+ d="M39.90 120.93C43.42 121.89 47.43 121.38 51.70 119.16C64.95 112.29 75.76 91.49 76.42 72.06"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path5965"
+ d="M32.04 114.25C35.11 114.97 38.58 114.46 42.27 112.55C50.90 108.07 58.39 97.04 62.11 84.65"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path5967"
+ d="M64.60 69.94C64.61 69.40 64.62 68.85 64.62 68.31C64.62 57.04 60.72 49.14 54.77 46.36"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path5969"
+ d="M35.53 118.19C37.67 117.96 39.93 117.26 42.27 116.04C44.23 115.02 46.15 113.69 47.98 112.11"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path5971"
+ d="M55.59 103.44C62.46 93.46 67.02 79.85 67.02 67.06C67.02 63.61 66.68 60.44 66.06 57.59"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path5973"
+ d="M63.34 50.00C62.32 48.14 61.13 46.55 59.77 45.28"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline5975"
+ points="58.07,73.81 56.57,73.31 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><path
+ id="path5977"
+ d="M46.79 63.65C41.74 61.98 35.28 67.83 32.34 76.71"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:bevel" /><path
+ id="path5979"
+ d="M31.00 87.24C31.43 91.56 33.23 94.84 36.15 95.81"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path5981"
+ d="M 36.15 95.81 L 39.73 96.99 C 44.77 98.66 51.24 92.81 54.17 83.93 C 57.11 75.05 55.40 66.50 50.36 64.83 L 46.79 63.65"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path5983"
+ d="M50.36 64.83C48.31 64.15 46.03 64.72 43.84 66.23"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path5985"
+ d="M37.18 74.71C36.71 75.72 36.29 76.78 35.92 77.89C32.98 86.77 34.69 95.32 39.73 96.99"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path5987"
+ d="M50.55 67.73C46.34 66.34 40.95 71.22 38.50 78.62C36.05 86.03 37.47 93.16 41.68 94.55"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path5989"
+ d="M 41.68 94.55 L 59.78 100.54 C 63.98 101.93 69.38 97.05 71.82 89.64 C 74.28 82.24 72.85 75.10 68.65 73.71 L 50.55 67.73"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path5991"
+ d="M68.65 73.71C64.45 72.32 59.05 77.20 56.60 84.61C54.15 92.02 55.57 99.15 59.78 100.54"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path5993"
+ d="M 59.39 99.74 L 67.05 102.27 L 67.05 102.27 C 67.05 102.27 67.10 102.21 67.19 102.09 L 68.88 102.68 L 69.46 102.65 C 69.46 102.65 69.68 102.27 69.90 101.60 L 71.50 102.06 L 72.10 101.75 C 72.10 101.75 72.41 100.91 72.41 99.76 L 74.14 100.22 L 74.71 99.65 C 74.71 99.65 74.86 98.79 74.62 97.82 L 74.52 97.43 C 74.70 97.23 74.87 97.01 75.05 96.79 L 76.55 97.33 L 77.04 96.55 C 77.04 96.55 77.01 95.76 76.55 95.06 L 76.36 94.79 C 76.61 94.35 76.84 93.90 77.05 93.43 L 77.30 93.57 C 77.94 93.92 78.50 93.67 78.50 93.67 L 78.85 92.77 C 78.85 92.77 78.66 92.11 78.02 91.77 L 77.76 91.63 C 77.93 91.14 78.08 90.64 78.20 90.14 L 78.50 90.13 C 79.25 90.09 79.79 89.60 79.79 89.60 L 79.98 88.66 C 79.98 88.66 79.63 88.21 78.88 88.25 L 78.57 88.26 C 78.65 87.77 78.70 87.27 78.73 86.78 L 79.04 86.62 C 79.83 86.21 80.30 85.52 80.30 85.52 L 80.30 84.64 L 78.64 84.09 C 78.62 83.96 78.60 83.82 78.57 83.69 L 78.88 83.39 C 79.63 82.65 79.98 81.83 79.98 81.83 L 79.79 81.09 L 78.18 80.49 C 78.69 79.60 78.85 78.89 78.85 78.89 L 78.50 78.36 L 76.91 77.86 C 77.03 77.32 77.04 76.99 77.04 76.99 L 76.55 76.73 L 68.90 74.19"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path5995"
+ d="M 68.90 74.19 L 68.83 74.37 L 68.77 74.35 L 67.06 73.78 L 66.48 73.81 C 66.48 73.81 66.25 74.21 66.03 74.92 L 64.45 74.40 L 63.84 74.71 C 63.84 74.71 63.54 75.55 63.54 76.70 L 63.54 76.81 L 61.81 76.24 L 61.23 76.81 C 61.23 76.81 61.09 77.67 61.33 78.64 L 61.43 79.03 C 61.26 79.22 61.10 79.44 60.94 79.64 L 59.75 79.25 L 59.40 79.13 L 58.90 79.91 C 58.90 79.91 58.93 80.70 59.40 81.40 L 59.58 81.67 C 59.34 82.11 59.11 82.56 58.90 83.03 L 58.64 82.89 C 58.00 82.55 57.44 82.79 57.44 82.79 L 57.09 83.69 C 57.09 83.69 57.29 84.35 57.93 84.69 L 58.18 84.83 C 58.02 85.32 57.87 85.82 57.74 86.32 L 57.44 86.33 C 56.69 86.37 56.15 86.86 56.15 86.86 L 55.96 87.80 C 55.96 87.80 56.49 88.01 57.07 88.22 L 57.20 88.21 L 57.36 88.26 C 57.30 88.73 57.25 89.20 57.22 89.68 L 56.90 89.84 C 56.11 90.25 55.64 90.94 55.64 90.94 L 55.64 91.82 L 57.32 92.38 C 57.34 92.51 57.35 92.64 57.37 92.77 L 57.07 93.07 C 56.32 93.81 55.96 94.63 55.96 94.63 L 56.15 95.37 L 57.80 95.92 C 57.27 96.83 57.09 97.57 57.09 97.57 L 57.44 98.10 L 59.03 98.63 C 58.91 99.15 58.90 99.47 58.90 99.47 L 59.39 99.74"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path5997"
+ d="M69.08 100.26L68.98 100.75C68.74 101.97 68.88 102.68 68.88 102.68"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path5999"
+ d="M71.19 99.93L71.19 100.39C71.19 101.54 71.50 102.06 71.50 102.06"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6001"
+ d="M73.36 98.58L73.46 98.96C73.70 99.94 74.14 100.22 74.14 100.22"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6003"
+ d="M75.38 96.34L75.57 96.62C76.03 97.31 76.55 97.33 76.55 97.33"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6005"
+ d="M80.30 84.64C80.30 84.64 79.83 84.44 79.04 84.85L78.73 85.01"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6007"
+ d="M79.79 81.09C79.79 81.09 79.25 81.16 78.50 81.90L78.20 82.20"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6009"
+ d="M78.50 78.36C78.50 78.36 77.94 78.69 77.30 79.70L77.05 80.11"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6011"
+ d="M 67.19 102.09 C 67.38 101.84 67.72 101.33 68.03 100.53 L 68.22 100.06 C 68.49 100.16 68.78 100.23 69.08 100.26"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6013"
+ d="M69.90 101.60C69.99 101.34 70.07 101.03 70.13 100.69L70.24 100.20"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6015"
+ d="M70.24 100.20C70.55 100.15 70.87 100.05 71.19 99.93"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6017"
+ d="M72.41 99.76L72.41 99.30C72.73 99.09 73.05 98.85 73.36 98.58"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6019"
+ d="M75.05 96.79C75.16 96.65 75.27 96.49 75.38 96.34"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6021"
+ d="M78.73 85.01C78.71 84.69 78.68 84.39 78.64 84.09"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6023"
+ d="M 78.18 80.49 C 78.13 80.58 78.08 80.67 78.02 80.76 L 77.76 81.17 C 77.93 81.48 78.08 81.83 78.20 82.20"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6025"
+ d="M 77.05 80.11 C 76.84 79.86 76.61 79.65 76.36 79.46 L 76.55 78.99 C 76.72 78.56 76.83 78.17 76.91 77.86"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6027"
+ d="M 76.55 76.73 C 76.55 76.73 76.03 77.29 75.57 78.46 L 75.38 78.93 C 75.10 78.83 74.81 78.76 74.52 78.73"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6029"
+ d="M 74.71 76.31 L 74.14 76.34 C 74.14 76.34 73.70 77.08 73.46 78.30 L 73.36 78.79 C 73.05 78.84 72.73 78.94 72.41 79.07"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6031"
+ d="M 72.10 76.92 L 71.50 77.24 C 71.50 77.24 71.19 78.08 71.19 79.23 L 71.19 79.70 C 70.87 79.91 70.55 80.15 70.24 80.41"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6033"
+ d="M 69.46 78.77 L 68.88 79.34 C 68.88 79.34 68.74 80.20 68.98 81.17 L 69.08 81.56 C 68.78 81.90 68.49 82.27 68.22 82.65"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6035"
+ d="M 67.05 81.66 L 66.55 82.44 C 66.55 82.44 66.59 83.24 67.05 83.93 L 67.24 84.20 C 66.99 84.64 66.77 85.09 66.55 85.56 L 66.29 85.42 C 65.65 85.08 65.10 85.32 65.10 85.32 L 64.74 86.22 C 64.74 86.22 64.94 86.88 65.58 87.22 L 65.83 87.36 C 65.67 87.85 65.52 88.35 65.39 88.85 L 65.10 88.87 C 64.34 88.90 63.81 89.39 63.81 89.39 L 63.62 90.33"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6037"
+ d="M 65.02 90.73 C 64.95 91.22 64.90 91.72 64.87 92.21 L 64.55 92.37 C 63.76 92.78 63.30 93.47 63.30 93.47 L 63.30 94.35"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6039"
+ d="M 64.87 93.98 C 64.90 94.44 64.95 94.88 65.02 95.30 L 64.72 95.60 C 63.97 96.35 63.62 97.16 63.62 97.16 L 63.81 97.90"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6041"
+ d="M 65.39 96.79 C 65.52 97.16 65.67 97.51 65.83 97.83 L 65.58 98.23 C 64.94 99.24 64.74 100.10 64.74 100.10 L 65.10 100.63"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6043"
+ d="M74.52 78.73L74.62 78.25C74.86 77.02 74.71 76.31 74.71 76.31"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6045"
+ d="M72.41 79.07L72.41 78.60C72.41 77.45 72.10 76.92 72.10 76.92"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6047"
+ d="M70.24 80.41L70.13 80.02C69.89 79.06 69.46 78.77 69.46 78.77"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6049"
+ d="M68.22 82.65L68.03 82.38C67.57 81.68 67.05 81.66 67.05 81.66"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6051"
+ d="M63.62 90.33C63.62 90.33 63.97 90.78 64.72 90.75L65.02 90.73"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6053"
+ d="M63.30 94.35C63.30 94.35 63.76 94.55 64.55 94.15L64.87 93.98"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6055"
+ d="M63.81 97.90C63.81 97.90 64.34 97.84 65.10 97.09L65.39 96.79"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6057"
+ d="M65.10 100.63C65.10 100.63 65.65 100.30 66.29 99.29L66.55 98.88"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6059"
+ d="M 66.55 98.88 C 66.76 99.13 66.99 99.35 67.24 99.53 L 67.05 100.00 C 66.59 101.17 66.55 102.00 66.55 102.00 L 67.05 102.27"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6061"
+ points="74.71,76.31 68.83,74.37 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6063"
+ points="66.03,74.92 72.10,76.92 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6065"
+ points="57.09,97.57 64.74,100.10 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6067"
+ points="63.54,76.81 69.46,78.77 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6069"
+ points="67.05,81.66 60.94,79.64 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6071"
+ points="57.43,82.78 65.10,85.32 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6073"
+ points="56.15,86.86 63.81,89.39 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6075"
+ points="57.32,92.38 63.30,94.35 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6077"
+ points="64.87,92.21 57.22,89.68 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6079"
+ points="63.81,97.90 57.80,95.92 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6081"
+ points="63.62,97.16 55.96,94.63 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6083"
+ points="65.10,100.63 59.03,98.63 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6085"
+ points="63.30,93.47 55.64,90.94 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6087"
+ points="63.62,90.33 55.96,87.80 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6089"
+ points="64.74,86.22 57.09,83.69 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6091"
+ points="58.90,79.91 66.55,82.44 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6093"
+ points="61.23,76.81 68.88,79.34 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6095"
+ points="63.84,74.71 71.50,77.24 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6097"
+ points="59.58,81.67 67.24,84.20 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6099"
+ points="57.74,86.32 65.39,88.85 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6101"
+ points="65.83,87.36 58.18,84.83 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6103"
+ d="M75.60 78.88C72.28 77.78 68.02 81.64 66.08 87.49C64.15 93.35 65.27 98.98 68.59 100.08"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path6105"
+ d="M 68.59 100.08 L 72.85 101.49 C 76.17 102.59 80.43 98.73 82.37 92.88 C 84.30 87.02 83.18 81.39 79.86 80.29 L 75.60 78.88"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path6107"
+ d="M79.86 80.29C76.54 79.19 72.27 83.04 70.34 88.90C68.40 94.75 69.53 100.39 72.85 101.49"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6109"
+ d="M77.76 79.60C74.43 78.50 70.17 82.36 68.24 88.21C66.30 94.06 67.42 99.70 70.75 100.80"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6111"
+ d="M71.00 96.86C71.46 98.27 72.27 99.31 73.41 99.71C74.37 100.05 75.45 99.89 76.50 99.34"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6113"
+ d="M79.26 96.94C80.17 95.78 80.97 94.34 81.55 92.70C82.11 91.11 82.40 89.53 82.43 88.09"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6115"
+ d="M81.14 83.23C80.73 82.71 80.23 82.33 79.63 82.12C78.45 81.70 77.11 82.03 75.82 82.92"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6117"
+ d="M 71.25 96.60 C 72.90 95.37 74.44 93.21 75.39 90.53 C 76.35 87.84 76.51 85.18 75.99 83.18 L 75.82 82.92 C 74.10 84.12 72.48 86.34 71.49 89.13 C 70.48 91.99 70.36 94.82 71.00 96.86 L 71.25 96.60 L 71.25 96.60"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6119"
+ points="75.15,90.26 117.68,104.32 "
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:butt; stroke-linejoin:miter" /><polyline
+ id="polyline6121"
+ points="75.15,90.26 120.48,105.25 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter; stroke-dasharray: 8 3" /><path
+ id="path6123"
+ d="M 101.04 141.34 C 93.53 138.95 88.46 129.75 88.46 116.20 C 88.46 96.05 99.65 73.91 113.46 66.74 C 118.17 64.29 122.58 63.91 126.35 65.27 L 130.84 66.75 C 138.09 69.37 142.93 78.47 142.93 91.73 C 142.93 111.88 131.74 134.02 117.94 141.19 C 113.42 143.53 109.19 143.98 105.53 142.82 L 101.04 141.34 L 101.04 141.34"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:bevel" /><path
+ id="path6125"
+ d="M114.09 70.66C115.34 69.72 116.63 68.90 117.94 68.22C122.66 65.77 127.07 65.39 130.84 66.75"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6127"
+ d="M105.53 142.82C98.01 140.44 92.95 131.24 92.95 117.68C92.95 103.18 98.75 87.64 107.14 77.40"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6129"
+ d="M128.29 125.00C125.25 129.19 121.72 132.53 117.94 134.49C114.64 136.20 111.52 136.67 108.76 136.07"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6131"
+ d="M137.67 102.04C136.50 109.18 133.85 116.21 130.27 122.03"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6133"
+ d="M128.59 73.77C133.95 75.78 137.68 82.16 138.26 91.50"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6135"
+ d="M 108.76 136.07 C 102.10 134.62 97.54 126.92 97.54 115.30 C 97.54 98.85 106.68 80.77 117.94 74.92 C 121.84 72.90 125.49 72.60 128.59 73.77"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6137"
+ d="M 126.42 73.49 C 130.96 76.60 133.85 83.37 133.85 92.63 C 133.85 109.07 124.72 127.15 113.45 133.00 C 110.86 134.35 108.38 134.93 106.10 134.83"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6139"
+ d="M 149.06 140.38 C 144.60 138.79 141.62 133.22 141.62 125.08 C 141.62 112.74 148.47 99.18 156.92 94.79 C 159.86 93.27 162.60 93.05 164.93 93.94 L 172.61 96.47 C 176.98 98.13 179.90 103.67 179.90 111.72 C 179.90 124.06 173.04 137.61 164.59 142.00 C 161.72 143.49 159.03 143.73 156.74 142.91 L 149.06 140.38 L 149.06 140.38"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:4.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path6141"
+ d="M 162.14 97.60 L 164.70 98.45 C 168.50 99.64 171.06 104.27 171.06 111.11 C 171.06 121.25 165.42 132.40 158.47 136.01 C 156.48 137.04 154.60 137.35 152.92 137.01 L 150.36 136.17"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path6143"
+ d="M 152.92 137.01 C 148.76 136.18 145.89 131.41 145.89 124.18 C 145.90 114.03 151.53 102.89 158.48 99.28 C 160.74 98.10 162.87 97.87 164.70 98.45"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6145"
+ d="M 150.36 136.17 C 146.20 135.33 143.34 130.56 143.34 123.33 C 143.34 113.19 148.97 102.04 155.92 98.43 C 158.18 97.26 160.31 97.03 162.14 97.60"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6147"
+ d="M 149.06 140.38 C 144.60 138.79 141.62 133.22 141.62 125.08 C 141.62 112.74 148.47 99.18 156.92 94.79 C 159.86 93.27 162.60 93.05 164.93 93.94 L 172.61 96.47 C 176.98 98.13 179.90 103.67 179.90 111.72 C 179.90 124.06 173.04 137.61 164.59 142.00 C 161.72 143.49 159.03 143.73 156.74 142.91 L 149.06 140.38 L 149.06 140.38"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path6149"
+ d="M160.62 100.15C161.89 99.00 163.22 98.04 164.60 97.33C167.53 95.80 170.28 95.59 172.61 96.47"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6151"
+ d="M156.74 142.91C152.28 141.32 149.30 135.75 149.30 127.61C149.30 118.79 152.80 109.34 157.89 103.07"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6153"
+ d="M 158.27 140.58 C 154.32 139.16 151.67 134.20 151.67 126.96 C 151.67 115.98 157.77 103.92 165.29 100.01 C 167.79 98.71 170.13 98.48 172.15 99.15"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6155"
+ d="M 172.15 99.15 C 176.19 100.50 178.90 105.49 178.90 112.82 C 178.90 123.80 172.81 135.87 165.28 139.77 C 162.72 141.10 160.32 141.31 158.27 140.58"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6157"
+ d="M 159.22 137.81 C 155.79 136.58 153.49 132.28 153.49 126.02 C 153.49 116.51 158.77 106.06 165.29 102.68 C 167.45 101.55 169.48 101.35 171.23 101.93"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6159"
+ d="M 158.35 137.52 C 154.92 136.29 152.63 132.00 152.63 125.73 C 152.63 116.22 157.91 105.77 164.42 102.39 C 166.59 101.27 168.62 101.07 170.36 101.65"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6161"
+ d="M 171.23 101.93 C 174.73 103.10 177.08 107.42 177.08 113.77 C 177.08 123.28 171.80 133.73 165.28 137.11 C 163.06 138.26 160.99 138.44 159.22 137.81"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6163"
+ d="M 161.40 134.42 C 158.51 133.61 156.54 130.14 156.54 124.97 C 156.54 117.43 160.73 109.15 165.89 106.47 C 167.70 105.53 169.39 105.40 170.82 105.95"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6165"
+ d="M174.79 119.70C173.58 125.81 170.05 131.61 165.89 133.77C164.26 134.61 162.74 134.80 161.40 134.42"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6167"
+ d="M170.82 105.95C173.15 106.86 174.79 109.57 175.16 113.52"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6169"
+ d="M164.16 107.59C164.49 108.82 164.67 110.21 164.67 111.77C164.67 118.31 161.51 125.42 157.30 128.94"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6171"
+ d="M 290.97 187.94 C 286.51 186.35 283.53 180.78 283.53 172.64 C 283.53 160.30 290.38 146.75 298.83 142.36 C 301.76 140.83 304.51 140.62 306.84 141.50 L 314.51 144.03 C 318.88 145.69 321.80 151.23 321.80 159.28 C 321.80 171.62 314.95 185.17 306.50 189.56 C 303.62 191.06 300.93 191.30 298.64 190.48 L 290.97 187.94 L 290.97 187.94"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:6.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path6173"
+ d="M 314.28 148.55 L 316.83 149.39 C 320.63 150.58 323.19 155.22 323.19 162.05 C 323.19 172.20 317.56 183.34 310.61 186.95 C 308.62 187.99 306.73 188.29 305.05 187.95 L 302.50 187.11"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:4.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path6175"
+ d="M 290.97 187.94 C 286.51 186.35 283.53 180.78 283.53 172.64 C 283.53 160.30 290.38 146.75 298.83 142.36 C 301.76 140.83 304.51 140.62 306.84 141.50 L 314.51 144.03 C 318.88 145.69 321.80 151.23 321.80 159.28 C 321.80 171.62 314.95 185.17 306.50 189.56 C 303.62 191.06 300.93 191.30 298.64 190.48 L 290.97 187.94 L 290.97 187.94"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path6177"
+ d="M303.14 147.18C304.22 146.26 305.35 145.49 306.50 144.89C309.44 143.37 312.18 143.15 314.51 144.03"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6179"
+ d="M298.64 190.48C294.18 188.89 291.20 183.31 291.20 175.17C291.20 168.62 293.13 161.73 296.21 156.05"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6181"
+ d="M 300.18 188.14 C 296.22 186.72 293.57 181.76 293.57 174.53 C 293.57 163.55 299.67 151.48 307.19 147.58 C 309.69 146.28 312.04 146.04 314.05 146.72"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6183"
+ d="M 314.05 146.72 C 318.09 148.07 320.81 153.06 320.81 160.38 C 320.81 171.36 314.71 183.43 307.19 187.33 C 304.63 188.67 302.23 188.88 300.18 188.14"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6185"
+ d="M 314.28 148.55 L 316.83 149.39 C 320.63 150.58 323.19 155.22 323.19 162.05 C 323.19 172.20 317.56 183.34 310.61 186.95 C 308.62 187.99 306.73 188.29 305.05 187.95 L 302.50 187.11"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path6187"
+ d="M 306.12 182.89 C 303.22 182.08 301.26 178.61 301.26 173.44 C 301.26 165.90 305.44 157.62 310.61 154.94 C 312.42 154.00 314.11 153.87 315.54 154.43"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6189"
+ d="M312.84 180.68C312.12 181.31 311.38 181.83 310.61 182.24C308.98 183.08 307.45 183.27 306.12 182.89"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6191"
+ d="M319.67 167.25C319.09 170.91 317.65 174.51 315.73 177.36"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6193"
+ d="M315.54 154.43C317.96 155.37 319.64 158.26 319.92 162.48"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6195"
+ d="M308.88 156.07C309.21 157.29 309.39 158.69 309.39 160.24C309.38 166.78 306.22 173.89 302.01 177.41"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6197"
+ d="M305.21 154.80C306.85 152.81 308.68 151.22 310.61 150.22C312.87 149.05 315.00 148.82 316.83 149.39"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6199"
+ d="M298.16 172.38C298.66 167.13 300.53 161.83 303.20 157.60"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6201"
+ d="M305.05 187.95C300.95 187.13 298.11 182.48 298.03 175.42"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6203"
+ d="M 302.50 187.11 C 298.34 186.28 295.47 181.51 295.47 174.27 C 295.47 164.13 301.10 152.98 308.05 149.38 C 310.32 148.20 312.44 147.97 314.28 148.55"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6205"
+ points="367.16,227.60 368.52,228.01 369.06,227.07 369.39,227.15 369.70,227.21 369.67,228.23 370.15,228.29 370.63,228.34 371.13,228.36 371.60,227.42 371.93,227.42 372.28,227.42 372.31,228.36 372.83,228.33 373.34,228.29 373.84,228.23 374.24,227.25 374.59,227.20 374.94,227.13 375.07,228.00 375.58,227.88 376.12,227.73 376.65,227.56 376.96,226.60 377.33,226.48 377.68,226.35 377.87,227.13 378.41,226.92 378.94,226.68 379.47,226.43 379.74,225.45 380.10,225.27 380.45,225.07 380.72,225.79 381.25,225.47 381.78,225.16 382.31,224.81 382.51,223.83 382.86,223.58 383.22,223.33 383.54,223.96 384.07,223.58 384.60,223.16 385.14,222.75 385.25,221.75 385.60,221.45 385.95,221.13 386.35,221.70 386.86,221.23 387.36,220.74 387.88,220.24 387.91,219.26 388.26,218.89 388.59,218.54 389.05,219.01 389.55,218.46 390.03,217.91 390.52,217.34 390.48,216.37 390.80,215.95 391.13,215.55 391.66,215.92 392.13,215.32 392.58,214.72 393.02,214.11 392.91,213.11 393.21,212.68 393.51,212.21 394.14,212.48 394.55,211.85 394.95,211.18 395.37,210.53 395.15,209.57 395.43,209.09 395.70,208.59 396.41,208.74 396.78,208.06 397.16,207.38 397.51,206.68 397.19,205.75 397.44,205.23 397.69,204.72 398.49,204.72 398.81,204.02 399.14,203.32 399.44,202.61 399.02,201.73 399.24,201.19 399.45,200.66 400.32,200.50 400.60,199.78 400.86,199.07 401.11,198.37 400.58,197.56 400.77,197.01 400.93,196.44 401.89,196.09 402.11,195.40 402.33,194.70 402.53,194.00 401.86,193.29 402.01,192.72 402.14,192.16 403.17,191.61 403.34,190.93 403.49,190.24 403.66,189.55 402.84,188.97 402.96,188.40 403.06,187.85 404.14,187.07 404.25,186.42 404.35,185.76 404.45,185.11 403.52,184.68 403.59,184.11 403.66,183.56 404.78,182.57 404.85,181.94 404.90,181.32 404.95,180.71 403.89,180.46 403.92,179.91 403.94,179.38 405.08,178.13 405.10,177.48 405.12,176.84 405.12,176.40 403.94,176.37 403.92,175.85 403.89,175.34 405.02,173.91 404.95,173.08 404.87,172.28 403.57,171.85 403.52,171.50 404.57,169.92 404.45,169.16 404.30,168.39 402.84,167.91 402.84,167.91 403.80,166.22 403.60,165.50 403.41,164.82 403.33,164.80 402.00,164.36 402.71,162.83 402.46,162.20 402.19,161.58 400.80,161.15 401.31,159.82 401.00,159.27 400.68,158.72 399.30,158.27 399.64,157.23 399.27,156.75 398.89,156.30 397.50,155.84 397.69,155.07 397.26,154.70 396.85,154.34 395.42,153.87 395.50,153.41 395.03,153.13 394.57,152.86 393.09,152.37 393.11,152.23 392.61,152.04 392.09,151.90 389.17,150.93 389.08,151.08 387.61,150.60 387.08,150.53 386.55,150.48 386.33,150.92 386.32,150.93 384.90,150.47 384.34,150.50 383.79,150.57 383.48,151.31 383.48,151.31 382.10,150.85 381.51,151.00 380.93,151.16 380.58,152.22 380.59,152.22 379.21,151.76 378.62,152.01 378.04,152.28 377.68,153.65 377.64,153.63 376.30,153.19 375.72,153.52 375.14,153.89 374.81,155.57 373.39,155.10 372.83,155.53 372.25,156.00 372.01,157.93 370.55,157.46 369.99,157.99 369.44,158.54 369.34,160.44 369.10,160.69 367.79,160.27 367.26,160.88 366.71,161.52 366.78,163.33 366.47,163.73 366.35,163.87 365.17,163.48 364.66,164.16 364.16,164.86 364.36,166.57 364.06,167.02 363.81,167.38 362.69,167.02 362.23,167.76 361.76,168.53 362.11,170.12 361.83,170.61 361.55,171.09 360.42,170.87 359.99,171.67 359.57,172.48 360.06,173.93 359.81,174.44 359.57,174.96 358.38,174.96 357.99,175.81 357.63,176.67 358.24,177.95 358.03,178.48 357.81,179.03 356.58,179.26 356.27,180.14 355.95,181.02 356.68,182.12 356.50,182.68 356.32,183.23 355.07,183.68 354.80,184.60 354.56,185.49 355.40,186.41 355.25,186.96 355.12,187.52 353.86,188.20 353.66,189.10 353.46,190.01 354.42,190.71 354.31,191.28 354.21,191.84 352.96,192.72 352.81,193.62 352.70,194.53 353.74,195.01 353.68,195.56 353.61,196.11 352.38,197.19 352.31,198.09 352.25,198.97 353.37,199.34 353.34,199.77 353.33,200.30 352.15,201.56 352.15,201.99 352.15,202.64 352.16,203.29 353.34,203.67 353.34,203.84 353.38,204.35 352.31,205.70 352.36,206.26 352.41,206.83 352.48,207.39 353.69,207.79 353.74,208.19 352.79,209.59 352.89,210.13 353.01,210.68 353.13,211.23 354.39,211.64 354.42,211.76 353.61,213.19 353.77,213.72 353.92,214.24 354.09,214.75 355.35,215.17 354.74,216.46 354.94,216.95 355.15,217.43 355.37,217.89 356.56,218.29 356.13,219.36 356.40,219.80 356.67,220.24 356.95,220.65 358.09,221.03 357.83,221.85 358.13,222.23 358.44,222.61 358.78,222.96 359.89,223.33 359.76,223.91 360.10,224.22 360.47,224.52 360.85,224.81 361.96,225.18 361.90,225.52 362.30,225.75 362.71,225.97 363.13,226.17 366.05,227.15 366.68,226.23 366.98,226.37 367.28,226.50 367.16,227.60 367.16,227.60 "
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:4.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6207"
+ points="367.16,227.60 368.52,228.01 369.06,227.07 369.39,227.15 369.70,227.21 369.67,228.23 370.15,228.29 370.63,228.34 371.13,228.36 371.60,227.42 371.93,227.42 372.28,227.42 372.31,228.36 372.83,228.33 373.34,228.29 373.84,228.23 374.24,227.25 374.59,227.20 374.94,227.13 375.07,228.00 375.58,227.88 376.12,227.73 376.65,227.56 376.96,226.60 377.33,226.48 377.68,226.35 377.87,227.13 378.41,226.92 378.94,226.68 379.47,226.43 379.74,225.45 380.10,225.27 380.45,225.07 380.72,225.79 381.25,225.47 381.78,225.16 382.31,224.81 382.51,223.83 382.86,223.58 383.22,223.33 383.54,223.96 384.07,223.58 384.60,223.16 385.14,222.75 385.25,221.75 385.60,221.45 385.95,221.13 386.35,221.70 386.86,221.23 387.36,220.74 387.88,220.24 387.91,219.26 388.26,218.89 388.59,218.54 389.05,219.01 389.55,218.46 390.03,217.91 390.52,217.34 390.48,216.37 390.80,215.95 391.13,215.55 391.66,215.92 392.13,215.32 392.58,214.72 393.02,214.11 392.91,213.11 393.21,212.68 393.51,212.21 394.14,212.48 394.55,211.85 394.95,211.18 395.37,210.53 395.15,209.57 395.43,209.09 395.70,208.59 396.41,208.74 396.78,208.06 397.16,207.38 397.51,206.68 397.19,205.75 397.44,205.23 397.69,204.72 398.49,204.72 398.81,204.02 399.14,203.32 399.44,202.61 399.02,201.73 399.24,201.19 399.45,200.66 400.32,200.50 400.60,199.78 400.86,199.07 401.11,198.37 400.58,197.56 400.77,197.01 400.93,196.44 401.89,196.09 402.11,195.40 402.33,194.70 402.53,194.00 401.86,193.29 402.01,192.72 402.14,192.16 403.17,191.61 403.34,190.93 403.49,190.24 403.66,189.55 402.84,188.97 402.96,188.40 403.06,187.85 404.14,187.07 404.25,186.42 404.35,185.76 404.45,185.11 403.52,184.68 403.59,184.11 403.66,183.56 404.78,182.57 404.85,181.94 404.90,181.32 404.95,180.71 403.89,180.46 403.92,179.91 403.94,179.38 405.08,178.13 405.10,177.48 405.12,176.84 405.12,176.40 403.94,176.37 403.92,175.85 403.89,175.34 405.02,173.91 404.95,173.08 404.87,172.28 403.57,171.85 403.52,171.50 404.57,169.92 404.45,169.16 404.30,168.39 402.84,167.91 402.84,167.91 403.80,166.22 403.60,165.50 403.41,164.82 403.33,164.80 402.00,164.36 402.71,162.83 402.46,162.20 402.19,161.58 400.80,161.15 401.31,159.82 401.00,159.27 400.68,158.72 399.30,158.27 399.64,157.23 399.27,156.75 398.89,156.30 397.50,155.84 397.69,155.07 397.26,154.70 396.85,154.34 395.42,153.87 395.50,153.41 395.03,153.13 394.57,152.86 393.09,152.37 393.11,152.23 392.61,152.04 392.09,151.90 389.17,150.93 389.08,151.08 387.61,150.60 387.08,150.53 386.55,150.48 386.33,150.92 386.32,150.93 384.90,150.47 384.34,150.50 383.79,150.57 383.48,151.31 383.48,151.31 382.10,150.85 381.51,151.00 380.93,151.16 380.58,152.22 380.59,152.22 379.21,151.76 378.62,152.01 378.04,152.28 377.68,153.65 377.64,153.63 376.30,153.19 375.72,153.52 375.14,153.89 374.81,155.57 373.39,155.10 372.83,155.53 372.25,156.00 372.01,157.93 370.55,157.46 369.99,157.99 369.44,158.54 369.34,160.44 369.10,160.69 367.79,160.27 367.26,160.88 366.71,161.52 366.78,163.33 366.47,163.73 366.35,163.87 365.17,163.48 364.66,164.16 364.16,164.86 364.36,166.57 364.06,167.02 363.81,167.38 362.69,167.02 362.23,167.76 361.76,168.53 362.11,170.12 361.83,170.61 361.55,171.09 360.42,170.87 359.99,171.67 359.57,172.48 360.06,173.93 359.81,174.44 359.57,174.96 358.38,174.96 357.99,175.81 357.63,176.67 358.24,177.95 358.03,178.48 357.81,179.03 356.58,179.26 356.27,180.14 355.95,181.02 356.68,182.12 356.50,182.68 356.32,183.23 355.07,183.68 354.80,184.60 354.56,185.49 355.40,186.41 355.25,186.96 355.12,187.52 353.86,188.20 353.66,189.10 353.46,190.01 354.42,190.71 354.31,191.28 354.21,191.84 352.96,192.72 352.81,193.62 352.70,194.53 353.74,195.01 353.68,195.56 353.61,196.11 352.38,197.19 352.31,198.09 352.25,198.97 353.37,199.34 353.34,199.77 353.33,200.30 352.15,201.56 352.15,201.99 352.15,202.64 352.16,203.29 353.34,203.67 353.34,203.84 353.38,204.35 352.31,205.70 352.36,206.26 352.41,206.83 352.48,207.39 353.69,207.79 353.74,208.19 352.79,209.59 352.89,210.13 353.01,210.68 353.13,211.23 354.39,211.64 354.42,211.76 353.61,213.19 353.77,213.72 353.92,214.24 354.09,214.75 355.35,215.17 354.74,216.46 354.94,216.95 355.15,217.43 355.37,217.89 356.56,218.29 356.13,219.36 356.40,219.80 356.67,220.24 356.95,220.65 358.09,221.03 357.83,221.85 358.13,222.23 358.44,222.61 358.78,222.96 359.89,223.33 359.76,223.91 360.10,224.22 360.47,224.52 360.85,224.81 361.96,225.18 361.90,225.52 362.30,225.75 362.71,225.97 363.13,226.17 366.05,227.15 366.68,226.23 366.98,226.37 367.28,226.50 367.16,227.60 367.16,227.60 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6209"
+ points="363.64,210.88 363.89,211.18 364.16,211.45 364.42,211.71 364.69,211.96 364.97,212.19 365.27,212.41 365.55,212.63 365.85,212.83 366.15,213.01 366.47,213.19 366.78,213.34 367.10,213.49 367.41,213.62 367.74,213.74 368.08,213.86 368.41,213.94 368.76,214.02 369.09,214.09 369.44,214.14 369.80,214.17 370.15,214.20 370.50,214.22 370.87,214.22 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6211"
+ points="392.43,173.48 392.33,173.00 392.21,172.52 392.09,172.05 391.96,171.58 391.83,171.14 391.70,170.69 391.53,170.26 391.38,169.82 391.21,169.41 391.03,168.99 390.85,168.61 390.67,168.21 390.47,167.85 390.25,167.48 390.03,167.12 389.82,166.78 389.59,166.45 389.36,166.12 389.12,165.82 388.87,165.52 388.61,165.24 388.36,164.96 388.09,164.69 387.81,164.44 387.53,164.21 387.24,163.99 386.95,163.78 386.66,163.58 386.35,163.39 386.05,163.23 385.73,163.06 385.42,162.91 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6213"
+ points="380.53,209.65 380.90,209.30 381.27,208.95 381.63,208.59 382.00,208.22 382.36,207.82 382.71,207.44 383.06,207.03 383.41,206.61 383.76,206.18 384.09,205.75 384.44,205.32 384.77,204.85 385.09,204.38 385.42,203.92 385.73,203.44 386.05,202.96 386.35,202.46 386.66,201.96 386.95,201.44 387.24,200.93 387.53,200.41 387.81,199.88 388.09,199.35 388.36,198.80 388.61,198.25 388.87,197.71 389.12,197.16 389.36,196.59 389.59,196.03 389.82,195.46 390.03,194.88 390.25,194.30 390.47,193.72 390.67,193.14 390.85,192.55 391.03,191.97 391.21,191.38 391.38,190.78 391.53,190.20 391.70,189.60 391.83,189.00 391.96,188.40 392.09,187.80 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6215"
+ points="385.42,162.91 385.09,162.78 384.77,162.66 384.44,162.56 384.09,162.46 383.76,162.38 383.41,162.31 383.06,162.26 382.71,162.23 382.36,162.20 382.00,162.18 381.63,162.20 381.27,162.21 380.90,162.23 380.53,162.28 380.17,162.33 379.79,162.41 379.42,162.50 379.04,162.58 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6217"
+ points="377.51,211.98 377.46,212.08 377.39,212.18 377.34,212.28 377.28,212.38 377.21,212.48 377.14,212.58 377.08,212.66 377.01,212.74 376.93,212.84 376.85,212.93 376.75,213.01 376.66,213.09 376.58,213.17 376.48,213.24 376.40,213.29 376.30,213.34 376.22,213.39 376.12,213.42 376.03,213.46 375.93,213.49 375.85,213.51 375.77,213.52 375.67,213.52 375.58,213.52 375.50,213.51 375.42,213.49 375.33,213.47 375.27,213.46 375.18,213.42 375.12,213.39 375.05,213.34 374.99,213.29 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6219"
+ points="374.99,164.42 375.05,164.32 375.10,164.22 375.17,164.12 375.24,164.03 375.32,163.93 375.39,163.84 375.45,163.76 375.53,163.68 375.62,163.58 375.72,163.49 375.80,163.41 375.90,163.33 375.98,163.26 376.08,163.19 376.18,163.13 376.27,163.08 376.36,163.03 376.45,162.99 376.53,162.96 376.63,162.95 376.71,162.91 376.80,162.91 376.88,162.90 376.96,162.90 377.03,162.90 377.11,162.91 377.18,162.93 377.25,162.96 377.31,162.98 377.39,163.03 377.44,163.06 377.51,163.11 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6221"
+ points="392.94,177.63 392.99,177.70 393.04,177.77 393.09,177.83 393.12,177.90 393.17,177.98 393.21,178.07 393.26,178.15 393.29,178.23 393.32,178.35 393.36,178.46 393.39,178.58 393.41,178.70 393.42,178.83 393.44,178.96 393.46,179.10 393.46,179.23 393.46,179.36 393.44,179.50 393.44,179.63 393.42,179.76 393.39,179.89 393.37,180.04 393.34,180.18 393.31,180.31 393.27,180.44 393.24,180.57 393.19,180.71 393.14,180.84 393.09,180.96 393.04,181.09 392.99,181.22 392.94,181.34 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6223"
+ d="M 380.10 219.24 C 386.87 215.75 391.76 209.11 394.88 202.30 C 398.20 195.08 400.46 186.93 400.48 178.86 C 400.48 176.92 400.35 174.99 400.08 173.07 C 399.70 170.46 398.88 167.68 397.56 165.39 C 396.18 162.99 394.21 160.41 391.68 159.04"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6225"
+ d="M 386.20 171.20 C 383.59 167.86 378.78 167.61 375.37 169.79 C 372.84 171.41 370.73 173.73 369.12 176.25 C 368.24 177.62 367.45 179.07 366.77 180.55 C 364.51 185.40 363.09 191.02 363.50 196.38 C 363.75 199.69 364.68 203.94 367.16 206.33 C 368.49 207.62 370.76 208.30 372.61 208.07"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6227"
+ d="M 372.94 208.04 C 378.18 207.28 382.09 202.56 384.52 198.21 C 387.32 193.20 388.97 187.59 389.07 181.84 C 389.14 178.26 388.51 174.08 386.20 171.20"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6229"
+ d="M 388.33 181.27 C 388.34 179.19 388.11 177.11 387.51 175.12 C 386.68 172.31 384.84 169.02 381.71 168.35 C 379.21 167.81 376.61 169.01 374.63 170.44 C 373.57 171.20 372.49 172.10 371.63 173.07 C 369.33 175.65 367.39 178.57 366.09 181.77 C 365.39 183.50 364.79 185.32 364.34 187.13 C 363.86 189.03 363.57 190.99 363.44 192.94 C 363.32 194.71 363.37 196.53 363.63 198.29 C 363.87 199.89 364.33 201.55 365.01 203.03 C 365.87 204.92 367.41 206.79 369.40 207.53 C 372.05 208.52 375.04 207.30 377.18 205.69 C 381.36 202.55 384.25 197.90 386.07 193.05 C 387.19 190.07 387.94 186.94 388.21 183.77 C 388.28 182.94 388.32 182.11 388.33 181.27 L 388.33 181.27"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6231"
+ points="382.79,177.08 382.66,176.87 382.51,176.65 382.36,176.45 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6233"
+ points="376.67,175.06 382.79,177.08 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6235"
+ points="376.03,175.77 376.61,175.04 376.67,175.06 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6237"
+ points="368.67,198.80 368.76,198.00 368.99,197.85 369.24,197.71 369.47,197.52 370.38,197.82 370.57,197.71 370.55,196.63 370.78,196.41 371.02,196.18 371.25,195.94 372.02,196.20 372.43,195.73 372.25,194.75 372.46,194.48 372.68,194.18 372.88,193.90 373.66,194.02 373.87,193.67 374.09,193.30 373.77,192.49 373.96,192.16 374.14,191.82 374.31,191.49 374.95,191.72 375.14,191.34 375.32,190.94 375.50,190.54 375.05,189.91 375.20,189.55 375.33,189.18 375.47,188.83 376.18,188.82 376.33,188.40 376.46,187.98 376.60,187.55 376.03,187.14 376.13,186.77 376.23,186.39 376.31,186.01 377.06,185.78 377.16,185.34 377.25,184.91 377.31,184.48 376.66,184.30 376.71,183.93 376.76,183.55 376.81,183.18 377.56,182.70 377.59,182.29 377.63,181.87 377.63,181.75 376.93,181.52 376.93,181.16 376.93,180.81 376.93,180.46 377.64,179.76 377.63,179.38 377.59,179.17 376.81,178.91 376.76,178.58 376.71,178.26 376.66,177.95 377.31,177.08 377.01,176.82 376.77,176.74 376.31,176.59 376.23,176.32 376.13,176.04 376.03,175.77 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6239"
+ points="372.06,176.87 371.81,177.17 371.56,177.45 371.31,177.77 371.48,178.75 371.26,179.01 371.06,179.31 370.85,179.59 370.32,179.13 370.08,179.48 369.85,179.83 369.64,180.19 369.97,181.01 369.77,181.34 369.60,181.67 369.42,182.00 368.79,181.77 368.59,182.15 368.41,182.55 368.22,182.95 368.69,183.60 368.54,183.95 368.39,184.31 368.26,184.66 367.56,184.68 367.41,185.09 367.28,185.51 367.14,185.94 367.71,186.36 367.61,186.74 367.51,187.10 367.41,187.49 366.66,187.72 366.58,188.15 366.50,188.58 366.41,189.01 367.08,189.20 367.01,189.56 366.96,189.95 366.93,190.31 366.18,190.79 366.13,191.21 366.12,191.62 366.08,192.04 366.81,191.97 366.80,192.34 366.80,192.69 366.81,193.04 366.08,193.73 366.12,194.12 366.13,194.50 366.18,194.88 366.93,194.58 366.96,194.91 367.01,195.23 367.08,195.55 366.41,196.41 366.50,196.76 366.58,197.09 366.66,197.42 367.41,196.91 367.51,197.17 367.61,197.46 367.71,197.72 367.14,198.73 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6241"
+ points="372.49,177.55 372.06,176.87 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6243"
+ points="374.27,175.96 374.25,175.97 373.97,175.11 373.69,175.32 373.42,175.54 373.16,175.79 373.18,176.87 372.94,177.08 372.71,177.32 372.49,177.55 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6245"
+ points="376.08,174.91 375.98,174.14 375.93,173.91 375.44,174.15 375.23,174.27 375.12,174.33 374.97,175.49 374.73,175.64 374.50,175.79 374.27,175.96 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6247"
+ points="372.06,202.66 371.47,202.46 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6249"
+ points="373.96,202.44 373.36,202.24 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6251"
+ points="375.93,201.58 375.14,201.32 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6253"
+ points="377.89,200.13 370.57,197.71 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6255"
+ points="379.74,198.15 372.43,195.73 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6257"
+ points="381.41,195.73 374.09,193.30 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6259"
+ points="382.83,192.95 375.50,190.54 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6261"
+ points="383.49,191.24 376.18,188.82 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6263"
+ points="383.91,189.98 376.60,187.55 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6265"
+ points="384.39,188.18 377.06,185.78 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6267"
+ points="384.87,185.13 377.56,182.70 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6269"
+ points="384.97,182.19 377.64,179.76 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6271"
+ points="384.64,179.50 377.31,177.08 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6273"
+ points="383.91,177.19 383.19,176.95 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6275"
+ points="382.83,175.34 382.24,175.15 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6277"
+ points="381.41,174.04 380.80,173.84 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6279"
+ points="384.24,183.93 384.25,183.58 384.25,183.23 384.24,182.87 376.93,180.46 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6281"
+ points="376.93,181.52 384.24,183.93 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6283"
+ points="376.66,184.30 383.97,186.72 384.04,186.34 384.09,185.97 384.12,185.61 376.81,183.18 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6285"
+ points="383.97,180.38 376.66,177.95 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6287"
+ points="384.12,181.32 384.09,181.01 384.04,180.69 383.97,180.38 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6289"
+ points="376.81,178.91 384.12,181.32 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6291"
+ points="376.03,187.14 383.34,189.55 383.44,189.18 383.54,188.82 383.64,188.43 376.31,186.01 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6293"
+ points="383.34,178.20 376.03,175.77 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6295"
+ points="383.64,179.01 383.54,178.73 383.44,178.46 383.34,178.20 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6297"
+ points="376.31,176.59 383.64,179.01 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6299"
+ points="375.05,189.91 382.36,192.32 382.51,191.97 382.66,191.61 382.79,191.24 375.47,188.83 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6301"
+ points="382.36,176.45 377.10,174.71 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6303"
+ points="373.77,192.49 381.08,194.90 381.27,194.58 381.45,194.25 381.63,193.92 374.31,191.49 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6305"
+ points="381.08,175.21 378.78,174.44 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6307"
+ points="381.63,175.64 381.45,175.49 381.27,175.34 381.08,175.21 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6309"
+ points="378.27,174.53 381.63,175.64 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6311"
+ points="372.25,194.75 379.57,197.17 379.79,196.89 379.99,196.61 380.20,196.31 372.88,193.90 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6313"
+ points="379.57,174.53 378.80,174.27 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6315"
+ points="380.20,174.73 379.99,174.64 379.79,174.58 379.57,174.53 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6317"
+ points="370.55,196.63 377.87,199.05 378.11,198.82 378.34,198.60 378.56,198.35 371.25,195.94 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6319"
+ points="377.87,174.43 377.04,174.15 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6321"
+ points="378.56,174.39 378.34,174.39 378.11,174.39 377.87,174.43 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6323"
+ points="376.80,199.95 369.47,197.52 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6325"
+ points="368.76,198.00 376.06,200.43 376.31,200.28 376.55,200.11 376.80,199.95 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6327"
+ points="376.06,174.91 375.26,174.64 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6329"
+ points="376.06,174.91 376.31,174.81 376.55,174.73 376.80,174.64 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6331"
+ points="374.97,201.01 368.58,198.90 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6333"
+ points="368.95,199.52 374.26,201.28 374.49,201.19 374.72,201.11 374.97,201.01 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6335"
+ points="374.26,175.97 373.47,175.71 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6337"
+ points="373.18,201.49 369.90,200.42 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6339"
+ points="370.23,200.79 372.48,201.53 372.71,201.53 372.94,201.53 373.18,201.49 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6341"
+ points="372.48,177.57 371.85,177.36 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6343"
+ points="370.11,200.95 370.85,201.19 371.05,201.28 371.27,201.34 371.46,201.39 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6345"
+ points="368.64,200.02 369.42,200.28 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6347"
+ points="369.42,200.28 369.59,200.45 369.77,200.58 369.95,200.71 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6349"
+ points="367.40,198.55 368.26,198.83 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6351"
+ points="368.26,198.83 368.39,199.05 368.52,199.27 368.67,199.46 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6353"
+ points="366.22,194.37 366.91,194.60 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6355"
+ points="366.54,196.63 367.32,196.89 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6357"
+ points="356.30,205.32 353.38,204.35 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6359"
+ points="356.67,209.15 353.74,208.19 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6361"
+ points="357.35,212.74 354.42,211.76 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6363"
+ points="358.33,216.02 357.17,215.64 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6365"
+ points="359.61,218.94 358.68,218.63 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6367"
+ points="380.97,153.24 378.04,152.28 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6369"
+ points="382.13,152.73 380.59,152.22 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6371"
+ points="383.22,154.06 382.38,153.75 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6373"
+ points="383.86,152.13 380.93,151.16 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6375"
+ points="385.02,151.83 383.48,151.31 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6377"
+ points="385.95,153.39 385.20,153.15 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6379"
+ points="386.71,151.53 383.79,150.57 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6381"
+ points="387.83,151.43 386.32,150.93 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6383"
+ points="388.59,153.24 387.90,153.01 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6385"
+ points="389.47,151.45 386.55,150.48 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6387"
+ points="359.51,180.23 356.58,179.26 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6389"
+ points="358.88,181.99 355.95,181.02 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6391"
+ points="359.61,183.10 356.68,182.12 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6393"
+ points="359.26,184.20 356.32,183.23 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6395"
+ points="357.99,184.66 355.07,183.68 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6397"
+ points="357.48,186.46 354.56,185.49 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6399"
+ points="358.33,187.37 355.40,186.41 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6401"
+ points="358.04,188.48 355.12,187.52 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6403"
+ points="356.78,189.16 353.86,188.20 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6405"
+ points="356.38,190.98 353.46,190.01 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6407"
+ points="357.35,191.67 354.42,190.71 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6409"
+ points="357.13,192.80 354.21,191.84 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6411"
+ points="355.88,193.68 352.96,192.72 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6413"
+ points="355.62,195.50 352.70,194.53 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6415"
+ points="356.67,195.98 353.74,195.01 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6417"
+ points="356.53,197.07 353.61,196.11 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6419"
+ points="355.32,198.17 352.38,197.19 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6421"
+ points="355.17,199.93 352.25,198.97 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6423"
+ points="356.25,201.28 353.33,200.30 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6425"
+ points="355.07,202.54 352.15,201.56 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6427"
+ points="379.22,154.16 377.64,153.63 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6429"
+ points="378.06,154.87 375.14,153.89 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6431"
+ points="377.68,156.81 376.52,156.43 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6433"
+ points="376.33,156.07 373.39,155.10 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6435"
+ points="375.17,156.96 372.25,156.00 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6437"
+ points="374.94,158.89 372.01,157.93 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6439"
+ points="373.48,158.44 370.55,157.46 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6441"
+ points="372.36,159.50 369.44,158.54 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6443"
+ points="372.28,161.40 369.34,160.44 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6445"
+ points="370.72,161.23 367.79,160.27 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6447"
+ points="369.65,162.48 366.71,161.52 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6449"
+ points="369.70,164.29 366.78,163.33 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6451"
+ points="368.09,164.44 365.17,163.48 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6453"
+ points="367.08,165.82 364.16,164.86 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6455"
+ points="367.28,167.53 364.36,166.57 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6457"
+ points="365.62,167.98 362.69,167.02 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6459"
+ points="364.69,169.49 361.76,168.53 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6461"
+ points="365.04,171.09 362.11,170.12 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6463"
+ points="364.49,172.05 361.55,171.09 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6465"
+ points="363.34,171.83 360.42,170.87 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6467"
+ points="362.50,173.45 359.57,172.48 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6469"
+ points="362.99,174.89 360.06,173.93 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6471"
+ points="362.50,175.92 359.57,174.96 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6473"
+ points="361.30,175.94 358.38,174.96 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6475"
+ points="360.55,177.63 357.63,176.67 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6477"
+ points="361.17,178.91 358.24,177.95 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6479"
+ points="360.73,179.99 357.81,179.03 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6481"
+ points="390.53,151.56 389.01,151.06 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6483"
+ points="364.82,226.48 361.90,225.52 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6485"
+ points="362.68,224.87 359.76,223.91 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6487"
+ points="363.77,225.79 360.85,224.81 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6489"
+ points="360.75,222.83 357.83,221.85 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6491"
+ points="358.78,222.96 361.70,223.92 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6493"
+ points="359.07,220.32 356.13,219.36 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6495"
+ points="356.95,220.65 359.87,221.62 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6497"
+ points="357.66,217.43 354.74,216.46 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6499"
+ points="355.37,217.89 358.29,218.87 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6501"
+ points="356.53,214.16 353.61,213.19 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6503"
+ points="354.09,214.75 357.01,215.72 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6505"
+ points="355.73,210.55 352.79,209.59 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6507"
+ points="353.13,211.23 356.05,212.19 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6509"
+ points="352.16,203.29 355.10,204.25 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6511"
+ points="355.24,206.66 352.31,205.70 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6513"
+ points="355.40,208.36 352.48,207.39 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6515"
+ points="356.30,205.32 355.24,206.66 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6517"
+ points="355.24,206.66 355.29,207.24 355.34,207.79 355.40,208.36 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6519"
+ points="355.40,208.36 356.53,208.17 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6521"
+ points="356.53,208.17 356.60,208.67 356.67,209.15 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6523"
+ points="356.67,209.15 355.73,210.55 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6525"
+ points="355.73,210.55 355.83,211.12 355.93,211.65 356.05,212.19 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6527"
+ points="356.05,212.19 357.13,211.83 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6529"
+ points="357.13,211.83 357.23,212.28 357.35,212.74 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6531"
+ points="357.35,212.74 356.53,214.16 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6533"
+ points="356.53,214.16 356.70,214.69 356.85,215.20 357.01,215.72 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6535"
+ points="357.01,215.72 358.04,215.19 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6537"
+ points="358.04,215.19 358.18,215.60 358.33,216.02 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6539"
+ points="358.33,216.02 357.66,217.43 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6541"
+ points="357.66,217.43 357.86,217.91 358.08,218.39 358.29,218.87 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6543"
+ points="358.29,218.87 359.26,218.23 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6545"
+ points="359.26,218.23 359.42,218.59 359.61,218.94 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6547"
+ points="359.61,218.94 359.07,220.32 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6549"
+ points="359.07,220.32 359.32,220.77 359.59,221.20 359.87,221.62 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6551"
+ points="359.87,221.62 360.73,220.87 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6553"
+ points="360.73,220.87 360.95,221.18 361.17,221.50 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6555"
+ points="361.17,221.50 360.75,222.83 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6557"
+ points="360.75,222.83 361.05,223.21 361.38,223.58 361.70,223.92 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6559"
+ points="361.70,223.92 362.50,223.11 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6561"
+ points="362.50,223.11 362.74,223.36 362.99,223.63 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6563"
+ points="362.99,223.63 362.68,224.87 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6565"
+ points="362.68,224.87 363.03,225.19 363.41,225.49 363.77,225.79 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6567"
+ points="363.77,225.79 364.49,224.91 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6569"
+ points="364.49,224.91 364.75,225.10 365.04,225.29 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6571"
+ points="365.04,225.29 364.82,226.48 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6573"
+ points="364.82,226.48 365.24,226.72 365.64,226.93 366.05,227.15 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6575"
+ points="404.87,172.28 403.66,172.47 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6577"
+ points="403.66,172.47 403.59,171.98 403.52,171.50 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6579"
+ points="404.30,168.39 403.06,168.81 402.96,168.36 402.84,167.91 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6581"
+ points="403.41,164.82 402.14,165.45 402.01,165.04 401.86,164.64 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6583"
+ points="401.86,164.64 402.71,162.83 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6585"
+ points="402.19,161.58 400.93,162.43 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6587"
+ points="400.93,162.43 400.77,162.06 400.58,161.70 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6589"
+ points="400.58,161.70 401.31,159.82 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6591"
+ points="400.68,158.72 399.45,159.77 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6593"
+ points="399.45,159.77 399.24,159.46 399.02,159.16 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6595"
+ points="399.02,159.16 399.64,157.23 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6597"
+ points="398.89,156.30 397.69,157.54 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6599"
+ points="397.69,157.54 397.44,157.28 397.19,157.03 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6601"
+ points="397.19,157.03 397.69,155.07 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6603"
+ points="396.85,154.34 395.70,155.75 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6605"
+ points="395.70,155.75 395.43,155.55 395.15,155.35 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6607"
+ points="395.15,155.35 395.50,153.41 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6609"
+ points="394.57,152.86 393.51,154.42 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6611"
+ points="393.51,154.42 393.21,154.29 392.91,154.16 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6613"
+ points="392.91,154.16 393.10,152.33 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6615"
+ points="392.09,151.90 391.13,153.57 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6617"
+ points="391.13,153.57 390.80,153.51 390.48,153.44 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6619"
+ points="390.48,153.44 390.53,151.56 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6621"
+ points="390.53,151.56 390.00,151.50 389.47,151.45 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6623"
+ points="389.47,151.45 388.59,153.24 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6625"
+ points="388.59,153.24 388.26,153.23 387.91,153.23 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6627"
+ points="387.91,153.23 387.83,151.43 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6629"
+ points="387.83,151.43 387.28,151.46 386.71,151.53 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6631"
+ points="386.71,151.53 385.95,153.39 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6633"
+ points="385.95,153.39 385.60,153.46 385.25,153.51 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6635"
+ points="385.25,153.51 385.02,151.83 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6637"
+ points="385.02,151.83 384.44,151.96 383.86,152.13 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6639"
+ points="383.86,152.13 383.22,154.06 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6641"
+ points="383.22,154.06 382.86,154.17 382.51,154.30 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6643"
+ points="382.51,154.30 382.13,152.73 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6645"
+ points="382.13,152.73 381.55,152.98 380.97,153.24 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6647"
+ points="380.97,153.24 380.45,155.20 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6649"
+ points="379.74,155.57 380.10,155.38 380.45,155.20 379.49,154.88 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6651"
+ points="379.74,155.57 379.22,154.16 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6653"
+ points="379.22,154.16 378.64,154.50 378.06,154.87 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6655"
+ points="378.06,154.87 377.68,156.81 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6657"
+ points="377.68,156.81 377.33,157.06 376.96,157.31 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6659"
+ points="376.96,157.31 376.33,156.07 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6661"
+ points="376.33,156.07 375.75,156.50 375.17,156.96 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6663"
+ points="375.17,156.96 374.94,158.89 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6665"
+ points="374.94,158.89 374.59,159.19 374.24,159.50 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6667"
+ points="374.24,159.50 373.48,158.44 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6669"
+ points="373.48,158.44 372.91,158.96 372.36,159.50 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6671"
+ points="372.36,159.50 372.28,161.40 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6673"
+ points="372.28,161.40 371.93,161.75 371.60,162.11 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6675"
+ points="371.60,162.11 370.72,161.23 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6677"
+ points="370.72,161.23 370.18,161.85 369.65,162.48 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6679"
+ points="369.65,162.48 369.70,164.29 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6681"
+ points="369.70,164.29 369.39,164.69 369.06,165.11 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6683"
+ points="369.06,165.11 368.09,164.44 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6685"
+ points="368.09,164.44 367.58,165.12 367.08,165.82 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6687"
+ points="367.08,165.82 367.28,167.53 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6689"
+ points="367.28,167.53 366.98,167.98 366.68,168.43 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6691"
+ points="366.68,168.43 365.62,167.98 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6693"
+ points="365.62,167.98 365.15,168.73 364.69,169.49 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6695"
+ points="364.69,169.49 365.04,171.09 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6697"
+ points="365.04,171.09 364.75,171.57 364.49,172.05 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6699"
+ points="364.49,172.05 363.34,171.83 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6701"
+ points="363.34,171.83 362.93,172.63 362.50,173.45 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6703"
+ points="362.50,173.45 362.99,174.89 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6705"
+ points="362.99,174.89 362.74,175.41 362.50,175.92 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6707"
+ points="362.50,175.92 361.30,175.94 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6709"
+ points="361.30,175.94 360.92,176.79 360.55,177.63 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6711"
+ points="360.55,177.63 361.17,178.91 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6713"
+ points="361.17,178.91 360.95,179.46 360.73,179.99 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6715"
+ points="360.73,179.99 359.51,180.23 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6717"
+ points="359.51,180.23 359.19,181.11 358.88,181.99 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6719"
+ points="358.88,181.99 359.61,183.10 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6721"
+ points="359.61,183.10 359.42,183.65 359.26,184.20 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6723"
+ points="359.26,184.20 357.99,184.66 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6725"
+ points="357.99,184.66 357.73,185.56 357.48,186.46 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6727"
+ points="357.48,186.46 358.33,187.37 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6729"
+ points="358.33,187.37 358.18,187.94 358.04,188.48 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6731"
+ points="358.04,188.48 356.78,189.16 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6733"
+ points="356.78,189.16 356.58,190.08 356.38,190.98 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6735"
+ points="356.38,190.98 357.35,191.67 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6737"
+ points="357.35,191.67 357.23,192.24 357.13,192.80 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6739"
+ points="357.13,192.80 355.88,193.68 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6741"
+ points="355.88,193.68 355.73,194.60 355.62,195.50 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6743"
+ points="355.62,195.50 356.67,195.98 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6745"
+ points="356.67,195.98 356.60,196.53 356.53,197.07 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6747"
+ points="356.53,197.07 355.32,198.17 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6749"
+ points="355.32,198.17 355.24,199.05 355.17,199.93 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6751"
+ points="355.17,199.93 356.30,200.20 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6753"
+ points="356.30,200.20 356.27,200.73 356.25,201.28 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6755"
+ points="356.25,201.28 355.07,202.54 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6757"
+ points="355.07,202.54 355.07,202.97 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6759"
+ points="355.07,202.97 355.09,203.60 355.10,204.25 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6761"
+ points="355.10,204.25 356.25,204.29 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6763"
+ points="356.25,204.29 356.27,204.80 356.30,205.32 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6765"
+ points="376.80,174.64 377.08,173.48 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6767"
+ points="377.08,173.48 377.34,173.41 377.63,173.36 377.89,173.31 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6769"
+ points="377.89,173.31 377.87,174.43 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6771"
+ points="378.56,174.39 378.99,173.26 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6773"
+ points="378.99,173.26 379.24,173.28 379.49,173.31 379.74,173.36 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6775"
+ points="379.74,173.36 379.57,174.53 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6777"
+ points="380.20,174.73 380.73,173.68 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6779"
+ points="380.73,173.68 380.97,173.80 381.20,173.91 381.41,174.04 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6781"
+ points="381.41,174.04 381.08,175.21 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6783"
+ points="381.63,175.64 382.26,174.73 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6785"
+ points="382.26,174.73 382.46,174.93 382.64,175.12 382.83,175.34 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6787"
+ points="382.83,175.34 382.36,176.45 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6789"
+ points="382.79,177.08 383.49,176.35 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6791"
+ points="383.49,176.35 383.64,176.62 383.77,176.90 383.91,177.19 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6793"
+ points="383.91,177.19 383.34,178.20 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6795"
+ points="383.64,179.01 384.39,178.48 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6797"
+ points="384.39,178.48 384.47,178.81 384.55,179.16 384.64,179.50 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6799"
+ points="384.64,179.50 383.97,180.38 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6801"
+ points="384.12,181.32 384.87,181.02 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6803"
+ points="384.87,181.02 384.92,181.41 384.93,181.79 384.97,182.19 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6805"
+ points="384.97,182.19 384.24,182.87 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6807"
+ points="384.24,183.93 384.97,183.88 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6809"
+ points="384.97,183.88 384.93,184.30 384.92,184.71 384.87,185.13 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6811"
+ points="384.87,185.13 384.12,185.61 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6813"
+ points="383.97,186.72 384.64,186.91 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6815"
+ points="384.64,186.91 384.55,187.32 384.47,187.75 384.39,188.18 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6817"
+ points="384.39,188.18 383.64,188.43 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6819"
+ points="383.34,189.55 383.91,189.98 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6821"
+ points="383.91,189.98 383.77,190.39 383.64,190.81 383.49,191.24 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6823"
+ points="383.49,191.24 382.79,191.24 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6825"
+ points="382.36,192.32 382.83,192.95 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6827"
+ points="382.83,192.95 382.64,193.35 382.46,193.75 382.26,194.15 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6829"
+ points="382.26,194.15 381.63,193.92 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6831"
+ points="381.08,194.90 381.41,195.73 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6833"
+ points="381.41,195.73 381.20,196.08 380.97,196.44 380.73,196.79 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6835"
+ points="380.73,196.79 380.20,196.31 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6837"
+ points="379.57,197.17 379.74,198.15 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6839"
+ points="379.74,198.15 379.49,198.45 379.24,198.75 378.99,199.03 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6841"
+ points="378.99,199.03 378.56,198.35 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6843"
+ points="377.87,199.05 377.89,200.13 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6845"
+ points="377.89,200.13 377.63,200.36 377.34,200.60 377.08,200.81 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6847"
+ points="377.08,200.81 376.80,199.95 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6849"
+ points="376.06,200.43 375.93,201.58 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6851"
+ points="375.93,201.58 375.67,201.74 375.39,201.88 375.10,202.01 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6853"
+ points="375.10,202.01 374.97,201.01 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6855"
+ points="374.26,201.28 373.96,202.44 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6857"
+ points="373.96,202.44 373.69,202.51 373.43,202.56 373.16,202.61 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6859"
+ points="373.16,202.61 373.18,201.49 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6861"
+ points="372.48,201.53 372.06,202.66 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6863"
+ points="372.06,202.66 371.80,202.64 371.55,202.61 371.30,202.56 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6865"
+ points="371.30,202.56 371.46,201.39 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6867"
+ points="370.85,201.19 370.30,202.24 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6869"
+ points="370.30,202.24 370.07,202.13 369.85,202.01 369.64,201.88 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6871"
+ points="369.64,201.88 369.95,200.71 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6873"
+ points="369.42,200.28 368.77,201.19 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6875"
+ points="368.77,201.19 368.59,201.00 368.41,200.80 368.23,200.58 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6877"
+ points="368.23,200.58 368.67,199.46 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6879"
+ points="368.26,198.83 367.54,199.57 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6881"
+ points="367.54,199.57 367.40,199.30 367.26,199.02 367.13,198.74 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6883"
+ d="M389.75 182.14C389.89 182.60 390.16 182.93 390.53 183.06C390.84 183.17 391.19 183.12 391.53 182.94"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6885"
+ d="M392.42 182.16C392.72 181.79 392.98 181.32 393.16 180.79C393.35 180.28 393.44 179.76 393.45 179.30"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6887"
+ d="M393.03 177.72C392.90 177.55 392.74 177.43 392.54 177.36C392.16 177.23 391.72 177.33 391.31 177.62"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6889"
+ d="M 389.83 182.05 C 390.36 181.66 390.86 180.96 391.17 180.09 C 391.48 179.21 391.53 178.35 391.36 177.71 L 391.31 177.62 C 390.75 178.01 390.23 178.73 389.90 179.63 C 389.58 180.56 389.54 181.48 389.75 182.14 L 389.83 182.05 L 389.83 182.05"
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path6891"
+ d="M360.17 198.98C360.42 199.00 360.68 198.94 360.93 198.80"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6893"
+ d="M361.82 198.02C362.12 197.65 362.38 197.18 362.57 196.65C362.75 196.14 362.84 195.62 362.85 195.16"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6895"
+ d="M362.44 193.58C362.30 193.42 362.14 193.29 361.95 193.22C361.56 193.09 361.13 193.19 360.71 193.48"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6897"
+ d="M 359.87 197.26 C 360.15 196.89 360.39 196.45 360.57 195.95 C 360.88 195.08 360.93 194.21 360.76 193.57 L 360.71 193.48 C 360.53 193.61 360.36 193.78 360.20 193.96 C 360.06 195.01 359.95 196.05 359.88 197.11 C 359.87 197.16 359.87 197.21 359.87 197.26 L 359.87 197.26"
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path6899"
+ d="M374.46 167.74C374.61 168.19 374.87 168.53 375.24 168.66C375.56 168.77 375.90 168.72 376.25 168.54"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6901"
+ d="M377.14 167.76C377.43 167.39 377.69 166.92 377.88 166.39C378.06 165.87 378.16 165.36 378.17 164.90"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6903"
+ d="M377.75 163.32C377.62 163.15 377.45 163.03 377.26 162.96C376.88 162.82 376.44 162.93 376.02 163.22"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6905"
+ d="M 374.54 167.65 C 375.08 167.26 375.58 166.56 375.89 165.69 C 376.19 164.81 376.25 163.95 376.08 163.30 L 376.02 163.22 C 375.46 163.61 374.94 164.33 374.62 165.23 C 374.29 166.16 374.25 167.08 374.46 167.74 L 374.54 167.65 L 374.54 167.65"
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path6907"
+ d="M374.46 212.45C374.61 212.91 374.87 213.24 375.24 213.38C375.56 213.49 375.90 213.44 376.25 213.26"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6909"
+ d="M377.14 212.48C377.43 212.10 377.69 211.64 377.88 211.10C378.06 210.59 378.16 210.08 378.17 209.61"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6911"
+ d="M377.75 208.04C377.62 207.87 377.45 207.74 377.26 207.67C376.88 207.54 376.44 207.65 376.02 207.94"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6913"
+ d="M 374.54 212.37 C 375.08 211.97 375.58 211.27 375.89 210.40 C 376.19 209.53 376.25 208.67 376.08 208.02 L 376.02 207.94 C 375.46 208.33 374.94 209.04 374.62 209.95 C 374.29 210.88 374.25 211.79 374.46 212.45 L 374.54 212.37 L 374.54 212.37"
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path6915"
+ d="M 391.68 159.04 C 391.02 158.69 390.34 158.42 389.61 158.25 C 387.55 157.78 384.88 158.02 382.88 158.71 C 375.73 161.18 370.31 167.44 366.77 173.91 C 365.60 176.05 364.55 178.30 363.66 180.57 C 361.57 185.87 360.26 191.42 359.88 197.11 C 359.40 204.18 360.21 213.56 366.17 218.41 C 370.23 221.72 375.60 221.56 380.10 219.24"
+ style="fill:none; fill-rule:nonzero; stroke:#FEFEFE; stroke-width:2.00; stroke-linecap:butt; stroke-linejoin:round" /><path
+ id="path6917"
+ d="M 391.68 159.04 C 391.02 158.69 390.34 158.42 389.61 158.25 C 387.55 157.78 384.88 158.02 382.88 158.71 C 375.73 161.18 370.31 167.44 366.77 173.91 C 365.60 176.05 364.55 178.30 363.66 180.57 C 361.57 185.87 360.26 191.42 359.88 197.11 C 359.40 204.18 360.21 213.56 366.17 218.41 C 370.23 221.72 375.60 221.56 380.10 219.24"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6919"
+ points="683.84,355.00 683.70,354.83 683.54,354.68 683.39,354.55 683.22,354.41 683.04,354.30 682.87,354.18 682.69,354.10 682.51,354.01 682.31,353.95 682.11,353.90 681.91,353.85 681.71,353.83 681.51,353.82 681.29,353.82 681.09,353.82 680.88,353.85 680.31,353.91 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6921"
+ points="687.31,360.15 687.11,360.06 686.93,359.95 686.74,359.83 686.58,359.70 686.39,359.56 686.23,359.40 686.08,359.23 685.91,359.07 685.78,358.87 685.63,358.67 685.50,358.45 685.38,358.24 685.26,358.00 685.15,357.75 685.05,357.50 684.95,357.24 684.87,356.97 684.78,356.71 684.68,356.46 684.58,356.22 684.48,355.99 684.37,355.78 684.25,355.56 684.12,355.36 683.99,355.18 683.84,355.00 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><polyline
+ id="polyline6923"
+ points="700.80,229.95 701.36,229.86 701.93,229.81 702.49,229.76 703.05,229.73 703.60,229.70 704.15,229.70 704.72,229.70 705.26,229.71 705.79,229.75 706.34,229.78 706.88,229.85 707.41,229.91 707.94,230.00 708.47,230.09 709.00,230.19 709.08,230.21 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><polyline
+ id="polyline6925"
+ points="727.95,250.60 728.17,251.30 728.37,251.98 728.57,252.69 728.75,253.39 728.93,254.12 729.12,254.84 729.28,255.58 729.45,256.31 729.60,257.06 729.65,257.34 729.71,257.63 729.80,257.89 729.88,258.14 729.96,258.39 730.06,258.64 730.18,258.87 730.28,259.09 730.41,259.29 730.53,259.49 730.66,259.69 730.81,259.85 730.96,260.02 731.11,260.19 731.27,260.32 731.44,260.45 731.61,260.57 731.79,260.67 731.97,260.77 732.15,260.85 732.34,260.92 732.54,260.97 732.74,261.00 732.94,261.03 733.14,261.05 733.35,261.07 733.57,261.10 733.78,261.13 733.98,261.18 734.18,261.25 734.38,261.33 734.58,261.43 734.76,261.53 734.95,261.65 735.13,261.78 735.29,261.93 735.46,262.08 735.63,262.26 735.78,262.43 735.93,262.63 736.06,262.83 736.19,263.04 736.31,263.26 736.44,263.49 736.54,263.74 736.64,263.99 736.74,264.26 736.82,264.52 736.91,264.80 736.99,265.10 737.04,265.39 737.11,265.70 737.14,266.00 737.19,266.33 737.22,266.65 737.24,266.98 737.26,267.31 737.26,267.66 737.26,268.00 737.24,268.34 737.22,268.69 737.19,269.06 737.14,269.41 737.11,269.77 737.04,270.14 736.99,270.49 736.91,270.85 736.82,271.22 736.74,271.58 736.64,271.95 736.54,272.32 736.44,272.67 736.31,273.03 736.19,273.38 736.06,273.73 735.93,274.08 735.78,274.43 735.63,274.76 735.46,275.09 735.29,275.42 735.13,275.74 734.95,276.05 734.76,276.37 734.58,276.67 734.38,276.97 734.18,277.25 733.98,277.53 733.78,277.80 733.57,278.06 733.35,278.31 733.14,278.55 732.94,278.78 732.74,279.03 732.54,279.28 732.34,279.53 732.15,279.79 731.97,280.07 731.79,280.36 731.61,280.64 731.44,280.94 731.27,281.24 731.11,281.55 730.96,281.87 730.81,282.19 730.66,282.50 730.53,282.83 730.41,283.16 730.28,283.50 730.18,283.85 730.06,284.18 729.96,284.53 729.88,284.86 729.80,285.21 729.71,285.56 729.65,285.91 729.60,286.24 729.45,287.15 729.28,288.07 729.12,288.96 728.93,289.88 728.75,290.79 728.57,291.69 728.37,292.60 728.17,293.52 727.95,294.43 727.72,295.33 727.49,296.24 727.26,297.16 727.01,298.05 726.76,298.95 726.49,299.86 726.23,300.76 725.94,301.66 725.66,302.56 725.38,303.45 725.08,304.35 724.76,305.23 724.45,306.13 724.13,307.01 723.80,307.89 723.47,308.77 723.12,309.63 722.77,310.51 722.42,311.38 722.06,312.24 721.69,313.09 721.31,313.95 720.93,314.80 720.55,315.63 720.14,316.48 719.75,317.31 719.33,318.14 718.92,318.96 718.50,319.77 718.07,320.58 717.64,321.40 717.21,322.20 716.77,322.98 716.33,323.76 715.86,324.54 715.41,325.32 714.95,326.08 714.47,326.83 714.00,327.58 713.52,328.33 713.04,329.06 712.54,329.79 712.06,330.50 711.56,331.20 711.04,331.92 710.55,332.60 710.03,333.28 709.52,333.96 709.00,334.62 708.47,335.29 707.94,335.94 707.41,336.57 706.88,337.20 706.34,337.81 705.79,338.43 705.26,339.03 704.72,339.61 704.15,340.19 703.60,340.75 703.05,341.32 702.49,341.87 701.93,342.40 701.36,342.93 700.80,343.45 700.58,343.65 700.38,343.85 700.16,344.06 699.96,344.29 699.77,344.53 699.57,344.78 699.37,345.04 699.17,345.31 698.98,345.57 698.80,345.86 698.64,346.16 698.45,346.45 698.29,346.75 698.14,347.05 697.99,347.37 697.84,347.70 697.69,348.02 697.56,348.35 697.42,348.68 697.31,349.01 697.19,349.34 697.09,349.69 696.99,350.03 696.89,350.38 696.81,350.72 696.73,351.09 696.63,351.46 696.53,351.80 696.41,352.17 696.29,352.52 696.18,352.88 696.05,353.23 695.90,353.58 695.76,353.91 695.60,354.26 695.45,354.60 695.28,354.93 695.11,355.24 694.93,355.56 694.75,355.88 694.57,356.17 694.37,356.46 694.17,356.76 693.97,357.02 693.77,357.30 693.55,357.55 693.34,357.80 693.12,358.05 692.91,358.28 692.69,358.50 692.46,358.72 692.23,358.92 692.01,359.10 691.77,359.28 691.54,359.45 691.31,359.60 691.08,359.73 690.85,359.86 690.60,359.98 690.36,360.08 690.13,360.18 689.90,360.25 689.68,360.31 689.45,360.36 689.22,360.41 689.00,360.43 688.77,360.45 688.55,360.45 688.34,360.43 688.12,360.39 687.90,360.36 687.71,360.29 687.51,360.23 687.31,360.15 687.21,360.11 683.55,358.90 683.45,358.85 683.27,358.75 683.09,358.63 682.91,358.50 682.74,358.35 682.57,358.20 682.41,358.04 682.26,357.85 682.11,357.65 681.97,357.45 681.84,357.24 681.71,357.02 681.59,356.79 681.49,356.54 681.38,356.29 681.29,356.02 681.19,355.76 681.11,355.49 681.03,355.24 680.93,355.01 680.83,354.78 680.71,354.56 680.58,354.35 680.46,354.15 680.33,353.97 680.31,353.91 679.75,353.98 679.19,354.03 678.62,354.06 678.07,354.10 677.52,354.10 676.98,354.10 676.43,354.08 675.88,354.05 675.33,354.01 674.80,353.95 674.27,353.88 673.74,353.80 673.21,353.70 672.67,353.60 672.16,353.47 671.64,353.33 671.13,353.18 670.63,353.02 670.13,352.85 667.99,352.12 667.47,351.97 666.98,351.80 666.46,351.64 665.96,351.44 665.48,351.24 664.98,351.02 664.50,350.81 664.02,350.56 663.55,350.31 663.07,350.04 662.61,349.76 662.16,349.48 661.69,349.16 661.25,348.85 660.81,348.53 660.37,348.18 659.93,347.83 659.52,347.47 659.09,347.09 658.69,346.70 658.27,346.29 657.87,345.89 657.48,345.46 657.09,345.03 656.71,344.58 656.33,344.11 655.96,343.65 655.60,343.15 655.25,342.67 654.90,342.15 654.55,341.64 654.22,341.12 653.89,340.57 653.57,340.03 653.26,339.46 652.94,338.89 652.64,338.31 652.36,337.73 652.08,337.13 651.80,336.52 651.53,335.90 651.26,335.27 651.01,334.62 650.77,333.98 650.52,333.33 650.30,332.65 650.07,331.98 649.85,331.30 649.65,330.60 649.45,329.90 649.25,329.19 649.07,328.48 648.90,327.75 648.74,327.01 648.57,326.27 648.42,325.52 648.37,325.24 648.31,324.95 648.22,324.69 648.14,324.44 648.06,324.19 647.96,323.94 647.84,323.72 647.73,323.49 647.61,323.29 647.49,323.09 647.34,322.89 647.21,322.73 647.06,322.56 646.91,322.41 646.75,322.26 646.58,322.13 646.41,322.01 646.23,321.91 646.05,321.81 645.86,321.75 645.68,321.66 645.48,321.61 645.28,321.58 645.08,321.55 644.87,321.53 644.65,321.51 644.45,321.50 644.24,321.45 644.04,321.40 643.82,321.33 643.64,321.25 643.44,321.15 643.26,321.05 643.08,320.93 642.89,320.80 642.73,320.65 642.56,320.50 642.39,320.33 642.24,320.15 642.09,319.95 641.96,319.75 641.83,319.54 641.70,319.32 641.58,319.09 641.48,318.84 641.36,318.59 641.28,318.32 641.18,318.06 641.11,317.78 641.03,317.48 640.98,317.19 640.92,316.88 640.86,316.58 640.83,316.26 640.80,315.93 640.78,315.60 640.77,315.27 640.77,314.93 640.77,314.58 640.78,314.24 640.80,313.89 640.83,313.52 640.86,313.17 640.92,312.81 640.98,312.44 641.03,312.09 641.11,311.73 641.18,311.36 641.28,311.00 641.36,310.63 641.48,310.28 641.58,309.92 641.70,309.55 641.83,309.20 641.96,308.85 642.09,308.50 642.24,308.16 642.39,307.82 642.56,307.49 642.73,307.16 642.89,306.84 643.08,306.53 643.26,306.21 643.44,305.91 643.64,305.61 643.82,305.33 644.04,305.05 644.24,304.78 644.45,304.52 644.65,304.27 644.87,304.03 645.08,303.80 645.28,303.55 645.48,303.30 645.68,303.05 645.86,302.79 646.05,302.51 646.23,302.24 646.41,301.94 646.58,301.64 646.75,301.34 646.91,301.04 647.06,300.73 647.21,300.40 647.34,300.08 647.49,299.75 647.61,299.42 647.73,299.08 647.84,298.75 647.96,298.40 648.06,298.05 648.14,297.72 648.22,297.37 648.31,297.02 648.37,296.67 648.42,296.34 648.57,295.43 648.74,294.53 648.90,293.62 649.07,292.70 649.25,291.79 649.45,290.89 649.65,289.98 649.85,289.06 650.07,288.17 650.30,287.25 650.52,286.34 650.77,285.44 651.01,284.53 651.26,283.63 651.53,282.72 651.80,281.82 652.08,280.92 652.36,280.03 652.64,279.13 652.94,278.23 653.26,277.35 653.57,276.45 653.89,275.57 654.22,274.69 654.55,273.81 654.90,272.95 655.25,272.07 655.60,271.20 655.96,270.34 656.33,269.49 656.71,268.63 657.09,267.78 657.48,266.95 657.87,266.10 658.27,265.27 658.69,264.44 659.09,263.63 659.52,262.81 659.93,262.00 660.37,261.20 660.81,260.40 661.25,259.60 661.69,258.82 662.16,258.04 662.61,257.26 663.07,256.51 663.55,255.75 664.02,255.00 664.50,254.25 664.98,253.52 665.48,252.79 665.96,252.08 666.46,251.38 666.98,250.67 667.47,249.98 667.99,249.30 668.50,248.62 669.02,247.96 669.55,247.29 670.07,246.66 670.60,246.01 671.15,245.38 671.68,244.77 672.23,244.15 672.76,243.55 673.30,242.97 673.85,242.39 674.42,241.83 674.97,241.26 675.53,240.71 676.10,240.18 676.64,239.67 677.23,239.15 677.42,238.95 677.64,238.73 677.86,238.52 678.06,238.29 678.26,238.05 678.45,237.80 678.65,237.54 678.84,237.27 679.04,237.01 679.22,236.72 679.39,236.43 679.55,236.14 679.72,235.83 679.88,235.53 680.03,235.21 680.18,234.90 680.33,234.57 680.46,234.23 680.58,233.90 680.71,233.57 680.83,233.23 680.93,232.89 681.03,232.55 681.11,232.20 681.19,231.86 681.29,231.49 681.38,231.14 681.49,230.78 681.59,230.41 681.71,230.06 681.84,229.70 681.97,229.35 682.11,229.00 682.26,228.67 682.41,228.32 682.57,227.99 682.74,227.67 682.91,227.34 683.09,227.02 683.27,226.72 683.45,226.41 683.65,226.12 683.85,225.83 684.05,225.56 684.25,225.28 684.47,225.03 684.68,224.78 684.90,224.53 685.11,224.29 685.33,224.08 685.56,223.86 685.80,223.66 686.01,223.48 686.25,223.30 686.48,223.15 686.71,222.98 686.94,222.85 687.17,222.72 687.41,222.60 687.64,222.50 687.87,222.42 688.10,222.33 688.34,222.27 688.57,222.22 688.80,222.19 689.02,222.15 689.25,222.14 689.47,222.14 689.68,222.15 689.90,222.19 690.10,222.24 690.40,222.32 694.05,223.51 694.17,223.56 694.37,223.63 694.57,223.73 694.75,223.83 694.93,223.96 695.11,224.08 695.28,224.23 695.45,224.38 695.60,224.56 695.76,224.73 695.90,224.93 696.05,225.13 696.18,225.34 696.29,225.56 696.41,225.79 696.53,226.04 696.63,226.29 696.73,226.55 696.81,226.82 696.89,227.09 696.99,227.34 697.09,227.57 697.19,227.80 697.31,228.02 697.42,228.23 697.56,228.43 697.69,228.62 697.73,228.67 697.76,228.66 698.27,228.60 698.84,228.55 699.38,228.52 699.95,228.48 700.50,228.48 701.05,228.48 701.59,228.50 702.14,228.53 702.69,228.58 703.22,228.63 703.75,228.70 704.28,228.78 704.81,228.88 705.33,229.00 705.86,229.12 706.38,229.25 706.88,229.40 707.39,229.56 710.55,230.61 711.04,230.78 711.56,230.94 712.06,231.14 712.54,231.34 713.04,231.56 713.52,231.77 714.00,232.02 714.47,232.27 714.95,232.54 715.41,232.82 715.86,233.10 716.33,233.42 716.77,233.73 717.21,234.05 717.64,234.40 718.07,234.75 718.50,235.11 718.92,235.49 719.33,235.88 719.75,236.29 720.14,236.71 720.55,237.12 720.93,237.56 721.31,238.00 721.69,238.47 722.06,238.95 722.42,239.43 722.77,239.92 723.12,240.43 723.47,240.95 723.80,241.48 724.13,242.01 724.45,242.56 724.76,243.12 725.08,243.69 725.38,244.27 725.66,244.85 725.94,245.46 726.23,246.06 726.49,246.69 726.76,247.31 727.01,247.96 727.26,248.60 727.49,249.27 727.72,249.93 727.95,250.60 727.95,250.60 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6927"
+ points="697.73,228.67 697.84,228.80 697.99,228.96 698.14,229.12 698.29,229.25 698.45,229.38 698.64,229.50 698.80,229.61 698.98,229.70 699.17,229.78 699.37,229.85 699.57,229.90 699.77,229.95 699.96,229.96 700.16,229.98 700.38,229.98 700.58,229.98 700.80,229.95 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6929"
+ points="669.14,352.45 668.64,352.24 668.16,352.00 667.67,351.77 667.21,351.52 666.74,351.26 666.28,350.97 665.81,350.69 665.37,350.38 664.92,350.06 664.47,349.73 664.04,349.40 663.60,349.05 663.17,348.68 662.76,348.30 662.34,347.90 661.93,347.50 661.53,347.09 661.13,346.67 660.75,346.22 660.37,345.77 659.98,345.32 659.62,344.84 659.25,344.36 658.90,343.88 658.55,343.36 658.21,342.85 657.87,342.32 657.54,341.79 657.23,341.24 656.91,340.67 656.61,340.11 656.31,339.53 656.01,338.93 655.73,338.33 655.45,337.73 655.18,337.10 654.92,336.47 654.67,335.84 654.42,335.19 654.19,334.52 653.95,333.86 653.72,333.18 653.52,332.50 653.31,331.82 653.11,331.10 652.92,330.40 652.74,329.67 652.56,328.96 652.39,328.21 652.24,327.48 652.09,326.73 652.03,326.45 651.96,326.17 651.88,325.90 651.80,325.65 651.71,325.40 651.61,325.15 651.51,324.92 651.40,324.70 651.26,324.49 651.15,324.30 651.01,324.11 650.86,323.94 650.72,323.77 650.57,323.61 650.40,323.47 650.23,323.34 650.07,323.23 649.89,323.13 649.72,323.03 649.52,322.94 649.34,322.88 649.14,322.83 648.94,322.79 648.74,322.76 648.54,322.74 648.32,322.73 648.11,322.69 647.89,322.66 647.69,322.61 647.49,322.53 647.29,322.46 647.09,322.36 646.91,322.26 646.73,322.13 646.55,322.00 646.38,321.86 646.21,321.70 646.06,321.53 645.90,321.36 645.76,321.16 645.62,320.97 645.48,320.75 645.37,320.53 645.25,320.30 645.13,320.05 645.03,319.80 644.93,319.54 644.85,319.25 644.77,318.99 644.70,318.69 644.64,318.39 644.57,318.09 644.54,317.78 644.49,317.46 644.47,317.14 644.44,316.81 644.44,316.48 644.42,316.13 644.44,315.80 644.44,315.45 644.47,315.08 644.49,314.74 644.54,314.39 644.57,314.02 644.64,313.65 644.70,313.29 644.77,312.94 644.85,312.58 644.93,312.21 645.03,311.84 645.13,311.48 645.25,311.13 645.37,310.76 645.48,310.42 645.62,310.07 645.76,309.72 645.90,309.37 646.06,309.04 646.21,308.70 646.38,308.37 646.55,308.05 646.73,307.74 646.91,307.42 647.09,307.13 647.29,306.83 647.49,306.54 647.69,306.26 647.89,306.00 648.11,305.73 648.32,305.48 648.54,305.23 648.74,305.01 648.94,304.77 649.14,304.52 649.34,304.27 649.52,304.00 649.72,303.72 649.89,303.44 650.07,303.15 650.23,302.85 650.40,302.56 650.57,302.24 650.72,301.92 650.86,301.61 651.01,301.29 651.15,300.96 651.26,300.63 651.40,300.30 651.51,299.95 651.61,299.62 651.71,299.27 651.80,298.92 651.88,298.58 651.96,298.24 652.03,297.89 652.09,297.55 652.24,296.64 652.39,295.73 652.56,294.83 652.74,293.92 652.92,293.00 653.11,292.09 653.31,291.19 653.52,290.28 653.72,289.36 653.95,288.46 654.19,287.55 654.42,286.64 654.67,285.74 654.92,284.83 655.18,283.93 655.45,283.03 655.73,282.13 656.01,281.24 656.31,280.34 656.61,279.44 656.91,278.56 657.23,277.67 657.54,276.78 657.87,275.90 658.21,275.02 658.55,274.16 658.90,273.28 659.25,272.41 659.62,271.55 659.98,270.70 660.37,269.84 660.75,268.99 661.13,268.15 661.53,267.31 661.93,266.48 662.34,265.65 662.76,264.84 663.17,264.01 663.60,263.21 664.04,262.39 664.47,261.60 664.92,260.82 665.37,260.02 665.81,259.25 666.28,258.47 666.74,257.71 667.21,256.96 667.67,256.22 668.16,255.47 668.64,254.74 669.14,254.00 669.63,253.29 670.13,252.58 670.63,251.88 671.13,251.20 671.64,250.50 672.16,249.83 672.67,249.17 673.21,248.50 673.74,247.86 674.27,247.22 674.80,246.59 675.33,245.98 675.88,245.36 676.43,244.77 676.98,244.19 677.52,243.60 678.07,243.04 678.62,242.47 679.19,241.92 679.75,241.39 680.31,240.86 680.88,240.35 681.09,240.15 681.29,239.95 681.51,239.73 681.71,239.50 681.91,239.25 682.11,239.00 682.31,238.75 682.51,238.49 682.69,238.20 682.87,237.94 683.04,237.64 683.22,237.34 683.39,237.04 683.54,236.72 683.70,236.43 683.84,236.09 683.99,235.78 684.12,235.45 684.25,235.11 684.37,234.78 684.48,234.43 684.58,234.10 684.68,233.75 684.78,233.42 684.87,233.07 684.95,232.70 685.05,232.34 685.15,231.99 685.26,231.62 685.38,231.27 685.50,230.91 685.63,230.56 685.78,230.21 685.91,229.88 686.08,229.53 686.23,229.20 686.39,228.86 686.58,228.55 686.74,228.23 686.93,227.92 687.11,227.62 687.31,227.32 687.51,227.04 687.71,226.75 687.90,226.49 688.12,226.24 688.34,225.97 688.55,225.74 688.77,225.51 689.00,225.29 689.22,225.08 689.45,224.88 689.68,224.70 689.90,224.51 690.13,224.35 690.36,224.20 690.60,224.06 690.85,223.93 691.08,223.81 691.31,223.71 691.54,223.62 691.77,223.55 692.01,223.48 692.23,223.43 692.46,223.38 692.69,223.37 692.91,223.35 693.12,223.35 693.34,223.37 693.55,223.40 693.77,223.43 693.87,223.46 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><path
+ id="path6931"
+ d="M688.33 235.97C688.54 236.61 688.90 237.07 689.42 237.25C689.85 237.41 690.34 237.34 690.82 237.09"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6933"
+ d="M692.06 236.00C692.47 235.48 692.83 234.83 693.09 234.09C693.34 233.37 693.47 232.66 693.49 232.01"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6935"
+ d="M692.91 229.82C692.72 229.59 692.49 229.42 692.23 229.32C691.69 229.13 691.08 229.28 690.51 229.68"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6937"
+ d="M 688.45 235.85 C 689.19 235.30 689.88 234.32 690.31 233.12 C 690.74 231.90 690.82 230.70 690.58 229.80 L 690.51 229.68 C 689.73 230.23 689.00 231.23 688.55 232.48 C 688.10 233.78 688.04 235.05 688.33 235.97 L 688.45 235.85 L 688.45 235.85"
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path6939"
+ d="M728.36 273.68C728.57 274.32 728.93 274.78 729.45 274.96C729.88 275.12 730.37 275.05 730.85 274.80"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6941"
+ d="M732.09 273.71C732.50 273.19 732.86 272.54 733.12 271.80C733.37 271.08 733.50 270.37 733.52 269.72"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6943"
+ d="M732.94 267.53C732.75 267.30 732.53 267.13 732.26 267.03C731.72 266.84 731.12 266.99 730.54 267.39"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6945"
+ d="M 728.48 273.56 C 729.22 273.01 729.92 272.03 730.34 270.82 C 730.77 269.61 730.85 268.41 730.61 267.51 L 730.54 267.39 C 729.76 267.94 729.03 268.94 728.58 270.19 C 728.13 271.49 728.07 272.76 728.36 273.68 L 728.48 273.56 L 728.48 273.56"
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path6947"
+ d="M648.30 315.49C648.51 316.12 648.87 316.59 649.39 316.77C649.82 316.92 650.31 316.86 650.78 316.61"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6949"
+ d="M652.02 315.52C652.44 315.00 652.80 314.35 653.06 313.61C653.31 312.89 653.44 312.18 653.46 311.53"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6951"
+ d="M652.88 309.34C652.69 309.11 652.46 308.93 652.19 308.84C651.66 308.65 651.05 308.80 650.48 309.20"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6953"
+ d="M 648.42 315.37 C 649.16 314.82 649.85 313.84 650.28 312.63 C 650.71 311.42 650.78 310.22 650.55 309.32 L 650.48 309.20 C 649.70 309.74 648.97 310.74 648.52 312.00 C 648.07 313.29 648.01 314.57 648.30 315.49 L 648.42 315.37 L 648.42 315.37"
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path6955"
+ d="M688.33 353.16C688.53 353.80 688.90 354.27 689.41 354.45C689.85 354.60 690.33 354.53 690.81 354.28"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6957"
+ d="M692.05 353.20C692.46 352.68 692.82 352.03 693.08 351.29C693.34 350.57 693.47 349.85 693.48 349.21"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6959"
+ d="M692.90 347.01C692.71 346.78 692.49 346.61 692.22 346.51C691.69 346.33 691.08 346.47 690.50 346.88"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6961"
+ d="M 688.44 353.04 C 689.18 352.49 689.88 351.52 690.31 350.31 C 690.74 349.09 690.81 347.89 690.57 346.99 L 690.50 346.88 C 689.72 347.42 688.99 348.42 688.55 349.68 C 688.09 350.97 688.03 352.24 688.33 353.16 L 688.44 353.04 L 688.44 353.04"
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path6963"
+ d="M664.01 344.19C664.10 344.47 664.26 344.68 664.49 344.76C664.68 344.83 664.90 344.80 665.11 344.69"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6965"
+ d="M665.66 344.20C665.85 343.97 666.01 343.68 666.12 343.35C666.23 343.03 666.29 342.72 666.30 342.43"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6967"
+ d="M666.04 341.46C665.96 341.35 665.86 341.28 665.74 341.23C665.50 341.15 665.23 341.22 664.97 341.40"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6969"
+ d="M 664.06 344.14 C 664.39 343.89 664.70 343.46 664.89 342.92 C 665.08 342.38 665.11 341.85 665.01 341.45 L 664.97 341.40 C 664.63 341.64 664.30 342.08 664.11 342.64 C 663.90 343.21 663.88 343.78 664.01 344.19 L 664.06 344.14 L 664.06 344.14"
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path6971"
+ d="M664.02 268.86C664.11 269.14 664.27 269.35 664.50 269.43C664.70 269.50 664.91 269.47 665.13 269.36"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6973"
+ d="M665.68 268.88C665.86 268.64 666.02 268.36 666.14 268.03C666.25 267.71 666.31 267.39 666.31 267.10"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6975"
+ d="M666.06 266.13C665.97 266.02 665.87 265.95 665.75 265.91C665.52 265.82 665.24 265.89 664.99 266.07"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6977"
+ d="M 664.07 268.81 C 664.40 268.56 664.71 268.13 664.90 267.59 C 665.09 267.05 665.13 266.52 665.02 266.12 L 664.99 266.07 C 664.64 266.31 664.32 266.75 664.12 267.31 C 663.92 267.89 663.89 268.45 664.02 268.86 L 664.07 268.81 L 664.07 268.81"
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path6979"
+ d="M715.45 241.99C715.54 242.27 715.70 242.48 715.93 242.56C716.12 242.63 716.34 242.60 716.55 242.49"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6981"
+ d="M717.10 242.00C717.29 241.77 717.45 241.48 717.56 241.15C717.68 240.83 717.73 240.52 717.74 240.23"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6983"
+ d="M717.48 239.26C717.40 239.15 717.30 239.08 717.18 239.03C716.94 238.95 716.67 239.02 716.42 239.19"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6985"
+ d="M 715.50 241.93 C 715.83 241.69 716.14 241.26 716.33 240.72 C 716.52 240.18 716.55 239.65 716.45 239.25 L 716.42 239.19 C 716.07 239.44 715.75 239.88 715.55 240.44 C 715.34 241.01 715.32 241.58 715.45 241.99 L 715.50 241.93 L 715.50 241.93"
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path6987"
+ d="M715.44 317.32C715.53 317.60 715.70 317.81 715.93 317.89C716.12 317.96 716.33 317.93 716.55 317.81"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6989"
+ d="M717.10 317.33C717.28 317.10 717.44 316.81 717.56 316.48C717.67 316.16 717.73 315.85 717.73 315.56"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6991"
+ d="M717.48 314.58C717.39 314.48 717.29 314.41 717.17 314.36C716.94 314.28 716.67 314.35 716.41 314.53"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path6993"
+ d="M 715.49 317.27 C 715.82 317.02 716.13 316.59 716.32 316.05 C 716.52 315.51 716.55 314.98 716.44 314.58 L 716.41 314.53 C 716.06 314.77 715.74 315.21 715.54 315.77 C 715.34 316.34 715.31 316.91 715.44 317.32 L 715.49 317.27 L 715.49 317.27"
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><polyline
+ id="polyline6995"
+ points="673.34,340.27 673.77,340.47 674.22,340.64 674.46,340.73 674.73,340.82 682.77,343.48 683.02,343.55 683.19,343.60 683.65,343.73 684.12,343.86 684.58,343.96 685.07,344.04 685.55,344.13 686.03,344.19 686.51,344.24 687.01,344.28 687.49,344.31 687.99,344.33 688.49,344.31 689.00,344.29 689.50,344.28 690.01,344.23 690.51,344.16 691.03,344.10 691.54,344.01 692.06,343.91 692.57,343.81 693.11,343.68 693.62,343.55 694.14,343.40 694.67,343.23 695.20,343.05 695.71,342.85 696.24,342.65 696.77,342.43 697.31,342.20 697.82,341.95 698.35,341.70 698.88,341.44 699.42,341.15 699.95,340.85 700.48,340.54 700.99,340.22 701.53,339.89 702.06,339.54 702.59,339.18 703.10,338.81 703.63,338.43 704.15,338.03 704.68,337.63 705.20,337.22 705.71,336.78 706.23,336.33 706.74,335.89 707.26,335.42 707.77,334.96 708.27,334.46 708.79,333.98 709.28,333.46 709.78,332.94 710.28,332.41 710.76,331.88 711.26,331.32 711.74,330.77 712.22,330.20 712.70,329.62 713.19,329.03 713.65,328.43 714.12,327.83 714.58,327.21 715.05,326.58 715.50,325.95 715.94,325.30 716.39,324.66 716.84,323.99 717.27,323.32 717.70,322.64 718.12,321.96 718.55,321.28 718.97,320.58 719.36,319.87 719.78,319.15 720.18,318.44 720.56,317.73 720.96,317.00 721.33,316.25 721.71,315.50 722.07,314.75 722.44,314.00 722.79,313.24 723.14,312.48 723.49,311.71 723.82,310.93 724.15,310.15 724.46,309.37 724.78,308.59 725.10,307.79 725.39,306.99 725.68,306.19 725.98,305.40 726.24,304.60 726.52,303.79 726.79,302.97 727.04,302.16 727.29,301.34 727.52,300.53 727.75,299.71 727.99,298.90 728.20,298.07 728.40,297.25 728.60,296.42 728.80,295.61 728.98,294.78 729.17,293.96 729.33,293.13 729.48,292.32 729.65,291.49 729.78,290.68 729.91,289.86 730.05,289.03 730.16,288.22 730.26,287.40 730.36,286.59 730.46,285.77 730.54,284.98 730.61,284.16 730.68,283.37 730.74,282.57 730.79,281.77 730.83,280.97 730.86,280.17 730.88,279.39 730.89,278.61 730.89,277.83 730.89,277.07 730.88,276.30 730.86,275.54 730.83,274.77 730.79,274.03 730.74,273.28 730.68,272.53 730.61,271.80 730.54,271.07 730.46,270.35 730.36,269.64 730.26,268.93 730.16,268.23 730.05,267.53 729.91,266.85 729.78,266.17 729.65,265.49 729.48,264.82 729.33,264.17 729.17,263.53 728.98,262.88 728.80,262.25 728.60,261.63 728.40,261.02 728.20,260.42 727.99,259.82 727.75,259.24 727.52,258.66 727.29,258.09 727.04,257.54 726.79,257.00 726.52,256.46 726.24,255.93 725.98,255.42 725.68,254.92 725.39,254.44 725.10,253.96 724.78,253.47 724.46,253.02 724.15,252.58 723.82,252.14 723.49,251.71 723.14,251.30 722.79,250.90 722.44,250.51 722.07,250.13 721.71,249.77 721.33,249.42 720.96,249.07 720.56,248.75 720.18,248.44 719.78,248.12 719.36,247.84 718.97,247.56 718.55,247.29 718.12,247.04 717.70,246.81 717.27,246.58 716.84,246.36 716.39,246.16 715.94,245.98 715.50,245.81 715.00,245.63 706.94,242.97 706.32,242.78 706.08,242.72 705.61,242.59 705.13,242.49 704.66,242.39 704.18,242.32 703.70,242.26 703.20,242.21 702.72,242.16 702.22,242.14 701.73,242.12 701.23,242.14 700.73,242.16 700.23,242.17 699.72,242.22 699.20,242.28 698.70,242.36 698.19,242.44 697.67,242.54 697.14,242.64 696.63,242.77 696.11,242.91 695.58,243.06 695.06,243.22 694.53,243.40 694.00,243.60 693.49,243.80 692.95,244.02 692.42,244.25 691.89,244.50 691.36,244.75 690.85,245.02 690.31,245.30 689.78,245.60 689.25,245.91 688.72,246.23 688.19,246.56 687.67,246.91 687.14,247.26 686.61,247.64 686.10,248.02 685.56,248.40 685.05,248.82 684.53,249.24 684.02,249.67 683.49,250.10 682.97,250.57 682.47,251.03 681.96,251.50 681.44,251.98 680.94,252.48 680.45,252.99 679.95,253.51 679.45,254.04 678.95,254.57 678.47,255.12 677.97,255.68 677.49,256.25 677.02,256.83 676.54,257.43 676.08,258.03 675.60,258.62 675.13,259.24 674.68,259.87 674.22,260.50 673.77,261.15 673.34,261.80 672.89,262.46 672.46,263.13 672.03,263.81 671.59,264.49 671.18,265.17 670.76,265.87 670.35,266.58 669.95,267.28 669.55,268.01 669.15,268.73 668.77,269.46 668.39,270.21 668.02,270.95 667.66,271.70 667.29,272.45 666.93,273.21 666.58,273.98 666.25,274.74 665.91,275.52 665.58,276.30 665.25,277.08 664.95,277.86 664.64,278.66 664.34,279.46 664.04,280.26 663.75,281.05 663.47,281.85 663.21,282.67 662.94,283.48 662.69,284.29 662.44,285.11 662.19,285.92 661.96,286.74 661.74,287.55 661.53,288.38 661.31,289.20 661.11,290.03 660.93,290.84 660.73,291.67 660.56,292.49 660.40,293.32 660.23,294.13 660.08,294.96 659.95,295.78 659.80,296.59 659.69,297.42 659.57,298.24 659.45,299.05 659.35,299.86 659.27,300.68 659.19,301.48 659.10,302.29 659.04,303.09 658.99,303.88 658.94,304.68 658.90,305.48 658.87,306.26 658.85,307.06 658.84,307.84 658.82,308.62 658.84,309.38 658.85,310.15 658.87,310.91 658.90,311.68 658.94,312.42 658.99,313.17 659.04,313.92 659.10,314.65 659.19,315.38 659.27,316.10 659.35,316.81 659.45,317.53 659.57,318.22 659.69,318.92 659.80,319.60 659.95,320.28 660.08,320.97 660.23,321.63 660.40,322.28 660.56,322.93 660.73,323.58 660.93,324.19 661.11,324.82 661.31,325.44 661.53,326.03 661.74,326.63 661.96,327.21 662.19,327.79 662.44,328.36 662.69,328.91 662.94,329.46 663.21,329.99 663.47,330.52 663.75,331.02 664.04,331.53 664.34,332.01 664.64,332.50 664.95,332.98 665.25,333.43 665.58,333.88 665.91,334.31 666.25,334.74 666.58,335.16 666.93,335.55 667.29,335.94 667.66,336.32 668.02,336.68 668.39,337.03 668.77,337.38 669.15,337.70 669.55,338.01 669.95,338.33 670.35,338.61 670.76,338.89 671.18,339.16 671.59,339.41 672.03,339.64 672.46,339.87 673.34,340.27 673.34,340.27 "
+ style="fill:#FEFEFE; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><polyline
+ id="polyline6997"
+ points="683.02,343.55 682.72,343.46 682.27,343.30 681.82,343.13 681.38,342.95 680.94,342.75 680.50,342.53 680.07,342.30 679.65,342.07 679.22,341.82 678.80,341.55 678.41,341.27 677.99,340.99 677.61,340.67 677.21,340.36 676.83,340.04 676.44,339.69 676.06,339.34 675.70,338.98 675.33,338.59 674.98,338.21 674.63,337.81 674.28,337.40 673.95,336.97 673.62,336.54 673.30,336.09 672.99,335.64 672.69,335.16 672.38,334.67 672.09,334.19 671.81,333.69 671.53,333.18 671.26,332.65 671.00,332.12 670.73,331.57 670.48,331.02 670.25,330.45 670.02,329.87 669.78,329.29 669.57,328.69 669.37,328.09 669.17,327.48 668.97,326.87 668.79,326.23 668.60,325.58 668.44,324.94 668.29,324.29 668.14,323.62 667.99,322.94 667.86,322.26 667.72,321.58 667.61,320.88 667.51,320.18 667.41,319.47 667.31,318.76 667.23,318.04 667.16,317.31 667.09,316.58 667.03,315.83 666.99,315.08 666.94,314.34 666.91,313.57 666.89,312.81 666.88,312.04 666.88,311.28 666.88,310.50 666.89,309.72 666.91,308.94 666.94,308.14 666.99,307.34 667.03,306.54 667.09,305.75 667.16,304.95 667.23,304.13 667.31,303.33 667.41,302.52 667.51,301.71 667.61,300.89 667.72,300.08 667.86,299.25 667.99,298.43 668.14,297.62 668.29,296.79 668.44,295.98 668.60,295.14 668.79,294.33 668.97,293.50 669.17,292.68 669.37,291.86 669.57,291.04 669.78,290.21 670.02,289.40 670.25,288.58 670.48,287.77 670.73,286.95 671.00,286.14 671.26,285.33 671.53,284.53 671.81,283.71 672.09,282.92 672.38,282.12 672.69,281.32 672.99,280.52 673.30,279.74 673.62,278.96 673.95,278.18 674.28,277.40 674.63,276.63 674.98,275.87 675.33,275.11 675.70,274.36 676.06,273.61 676.44,272.86 676.83,272.12 677.21,271.38 677.61,270.67 677.99,269.96 678.41,269.24 678.80,268.53 679.22,267.83 679.65,267.15 680.07,266.47 680.50,265.79 680.94,265.12 681.38,264.46 681.82,263.81 682.27,263.16 682.72,262.53 683.19,261.90 683.65,261.28 684.12,260.68 684.58,260.09 685.07,259.49 685.55,258.91 686.03,258.34 686.51,257.79 687.01,257.23 687.49,256.70 687.99,256.16 688.49,255.65 689.00,255.13 689.50,254.65 690.01,254.15 690.51,253.69 691.03,253.22 691.54,252.77 692.06,252.33 692.57,251.89 693.11,251.48 693.62,251.08 694.14,250.68 694.67,250.30 695.20,249.93 695.71,249.57 696.24,249.22 696.77,248.89 697.31,248.57 697.82,248.25 698.35,247.96 698.88,247.67 699.42,247.41 699.95,247.16 700.48,246.91 700.99,246.68 701.53,246.46 702.06,246.26 702.59,246.06 703.10,245.88 703.63,245.71 704.15,245.56 704.68,245.43 705.20,245.30 705.71,245.20 706.23,245.10 706.74,245.02 707.26,244.95 707.77,244.88 708.27,244.83 708.79,244.82 709.28,244.80 709.78,244.78 710.28,244.80 710.76,244.83 711.26,244.87 711.74,244.92 712.22,244.98 712.70,245.07 713.19,245.15 713.65,245.25 714.12,245.38 714.58,245.51 715.05,245.65 715.50,245.81 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline6999"
+ points="708.37,329.96 708.35,329.67 708.34,329.39 708.30,329.12 708.27,328.86 708.22,328.61 708.17,328.36 708.10,328.11 708.04,327.90 707.95,327.66 707.85,327.46 707.77,327.25 707.66,327.06 707.56,326.88 707.50,326.80 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><polyline
+ id="polyline7001"
+ points="707.21,330.82 707.21,330.57 707.19,330.34 707.17,330.10 707.14,329.87 707.11,329.66 707.06,329.44 707.01,329.24 706.94,329.04 706.86,328.86 706.79,328.69 706.69,328.53 706.61,328.36 706.49,328.23 706.39,328.09 706.28,327.98 706.16,327.88 706.03,327.78 705.89,327.69 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><polyline
+ id="polyline7003"
+ points="704.98,328.74 704.56,328.89 704.13,329.04 703.72,329.17 703.29,329.29 702.87,329.39 702.46,329.47 702.04,329.55 701.63,329.62 701.21,329.67 700.81,329.71 700.40,329.74 700.00,329.74 699.60,329.74 699.20,329.72 698.80,329.69 698.40,329.64 698.02,329.59 697.64,329.52 697.26,329.42 696.87,329.34 696.51,329.22 696.14,329.09 695.78,328.96 695.41,328.81 695.06,328.64 694.72,328.46 694.38,328.28 694.03,328.08 693.70,327.86 693.37,327.63 693.06,327.38 692.74,327.13 692.42,326.87 692.13,326.58 691.83,326.30 691.53,326.00 691.24,325.68 690.96,325.35 690.70,325.02 690.43,324.66 690.16,324.30 689.92,323.92 689.68,323.54 689.43,323.14 689.20,322.74 688.98,322.33 688.77,321.90 688.57,321.46 688.35,321.02 688.17,320.57 687.99,320.09 687.81,319.62 687.64,319.14 687.48,318.64 687.33,318.14 687.17,317.63 687.04,317.09 686.91,316.58 686.79,316.03 686.69,315.48 686.58,314.93 686.49,314.39 686.39,313.80 686.33,313.24 686.26,312.66 686.20,312.08 686.14,311.48 686.10,310.88 686.06,310.28 686.05,309.67 686.03,309.05 686.01,308.42 686.01,307.81 686.03,307.17 686.05,306.54 686.06,305.90 686.10,305.26 686.14,304.62 686.20,303.97 686.26,303.32 686.33,302.67 686.41,302.01 686.49,301.36 686.59,300.69 686.69,300.03 686.81,299.38 686.93,298.72 687.06,298.05 687.19,297.39 687.34,296.72 687.49,296.06 687.66,295.40 687.82,294.75 688.00,294.08 688.19,293.42 688.37,292.75 688.59,292.10 688.79,291.46 689.00,290.79 689.23,290.14 689.45,289.51 689.70,288.86 689.93,288.22 690.20,287.58 690.45,286.95 690.71,286.32 691.00,285.71 691.28,285.09 691.56,284.48 691.84,283.86 692.14,283.26 692.46,282.67 692.76,282.09 693.07,281.50 693.40,280.92 693.74,280.34 694.07,279.79 694.40,279.23 694.75,278.68 695.10,278.13 695.45,277.60 695.81,277.08 696.18,276.57 696.54,276.05 696.91,275.55 697.29,275.07 697.67,274.59 698.06,274.11 698.44,273.64 698.84,273.20 699.23,272.76 699.63,272.33 700.03,271.90 700.43,271.48 700.84,271.09 701.24,270.70 701.66,270.32 702.07,269.96 702.49,269.61 702.90,269.26 703.32,268.93 703.75,268.59 704.17,268.29 704.60,268.00 705.01,267.71 705.45,267.43 705.86,267.18 706.29,266.93 706.73,266.70 707.14,266.47 707.57,266.27 708.01,266.07 708.42,265.88 708.85,265.70 709.28,265.55 709.70,265.40 710.11,265.27 710.55,265.15 710.96,265.05 711.38,264.95 711.79,264.87 712.21,264.82 712.62,264.75 713.04,264.72 713.44,264.71 713.83,264.69 714.25,264.69 714.65,264.71 715.03,264.74 715.43,264.79 715.81,264.84 716.19,264.90 716.58,264.99 716.96,265.09 717.32,265.20 717.70,265.32 718.05,265.45 718.42,265.60 718.77,265.77 719.12,265.95 719.47,266.13 719.80,266.33 720.14,266.55 720.46,266.78 720.79,267.03 721.11,267.28 721.43,267.55 721.73,267.81 722.02,268.11 722.31,268.41 722.61,268.73 722.87,269.06 723.15,269.39 723.42,269.74 723.68,270.10 723.93,270.47 724.18,270.85 724.41,271.25 724.65,271.65 724.86,272.07 725.08,272.50 725.30,272.93 725.49,273.38 725.68,273.83 725.88,274.29 726.04,274.77 726.21,275.26 726.37,275.75 726.52,276.25 726.68,276.77 726.81,277.28 726.94,277.81 727.06,278.35 727.17,278.89 727.27,279.44 727.37,280.01 727.45,280.57 727.54,281.14 727.60,281.72 727.67,282.32 727.72,282.90 727.77,283.50 727.80,284.11 727.82,284.71 727.85,285.33 727.85,285.96 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><polyline
+ id="polyline7005"
+ points="700.81,334.16 700.41,334.27 700.03,334.39 699.65,334.51 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><polyline
+ id="polyline7007"
+ points="701.06,336.73 700.93,336.77 700.81,336.77 700.70,336.77 700.58,336.75 700.50,336.73 700.41,336.68 700.33,336.63 700.28,336.58 700.21,336.50 700.18,336.42 700.15,336.33 700.13,336.24 700.11,336.12 700.11,335.99 700.13,335.84 700.16,335.69 700.20,335.54 700.25,335.37 700.30,335.19 700.38,335.01 700.46,334.82 700.55,334.62 700.65,334.44 700.73,334.29 700.81,334.16 700.81,333.91 700.83,333.66 700.84,333.41 700.88,333.15 700.91,332.88 700.96,332.63 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path7009"
+ d="M 709.16 327.94 C 708.98 328.69 708.58 329.58 708.40 329.89 L 708.37 329.96 L 707.99 330.24 L 707.59 330.54 L 707.21 330.82 L 707.12 330.95 L 707.04 331.10 L 706.91 331.32 L 706.76 331.53 L 706.61 331.77 L 706.44 331.98 L 706.28 332.21 L 706.09 332.45 L 705.93 332.68 L 705.73 332.91 L 705.55 333.15 L 705.35 333.38 L 705.16 333.61 L 704.97 333.83 L 704.78 334.03 L 704.58 334.23 L 704.38 334.42 L 704.18 334.62 L 703.98 334.82 L 703.78 335.01 L 703.59 335.19 L 703.37 335.37 L 703.17 335.54 L 702.97 335.70 L 702.77 335.85 L 702.57 335.99 L 702.39 336.12 L 702.19 336.24 L 702.02 336.35 L 701.84 336.43 L 701.68 336.52 L 701.51 336.60 L 701.36 336.65 L 701.21 336.70 L 701.06 336.73"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><path
+ id="path7011"
+ d="M 699.65 334.51 L 699.68 334.44 L 699.80 334.26 L 699.92 334.08 L 700.03 333.91 L 700.15 333.73 L 700.31 333.51 L 700.48 333.29 L 700.65 333.06 L 700.83 332.83 L 701.01 332.60 L 701.21 332.35 L 701.41 332.12 L 701.63 331.88 L 701.84 331.63 L 702.06 331.40 L 702.29 331.17 L 702.51 330.94 L 702.74 330.70 L 702.97 330.49 L 703.20 330.27 L 703.42 330.05 L 703.62 329.87 L 703.83 329.69 L 704.03 329.52 L 704.25 329.34 L 704.43 329.19 L 704.62 329.03 L 704.80 328.88 L 704.98 328.74 L 705.16 328.53 L 705.33 328.33 L 705.51 328.13 L 705.70 327.94 L 705.88 327.78 L 706.08 327.61 L 706.26 327.46 L 706.46 327.33 L 706.64 327.21 L 706.84 327.10 L 707.02 327.00 L 707.23 326.92 L 707.42 326.83 L 707.61 326.77 L 707.79 326.71 L 707.99 326.68 L 708.17 326.67 L 708.35 326.65 L 708.53 326.65 L 708.72 326.67 L 708.89 326.70 C 709.29 326.79 709.30 327.32 709.16 327.94"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7013"
+ points="727.85,285.96 727.85,286.57 727.85,287.20 727.84,287.83 727.80,288.48 727.77,289.11 727.72,289.76 727.67,290.41 727.62,291.06 727.54,291.71 727.47,292.37 727.39,293.02 727.29,293.68 727.19,294.33 727.07,295.00 726.96,295.66 726.82,296.32 726.69,296.99 726.54,297.66 726.39,298.32 726.23,298.98 726.06,299.63 725.88,300.30 725.69,300.96 725.51,301.61 725.31,302.27 725.10,302.92 724.88,303.58 724.66,304.23 724.43,304.87 724.20,305.51 723.95,306.16 723.70,306.79 723.43,307.42 723.17,308.05 722.90,308.67 722.62,309.29 722.34,309.90 722.04,310.51 721.74,311.11 721.44,311.71 721.13,312.31 720.81,312.89 720.50,313.47 720.16,314.04 719.83,314.60 719.50,315.15 719.15,315.70 718.80,316.25 718.45,316.78 718.09,317.31 717.72,317.83 717.36,318.34 716.99,318.84 716.61,319.32 716.23,319.80 715.84,320.28 715.46,320.75 715.06,321.20 714.67,321.63 714.27,322.06 713.87,322.49 713.47,322.91 713.07,323.31 712.66,323.69 712.24,324.07 711.82,324.44 711.41,324.80 710.99,325.15 710.58,325.49 710.16,325.80 709.73,326.12 709.31,326.42 708.89,326.70 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><path
+ id="path7015"
+ d="M703.46 281.17C703.74 282.05 704.26 282.70 704.97 282.96C705.58 283.17 706.26 283.07 706.92 282.72"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path7017"
+ d="M708.65 281.22C709.22 280.49 709.72 279.58 710.09 278.55C710.44 277.55 710.62 276.56 710.64 275.66"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path7019"
+ d="M709.83 272.61C709.57 272.28 709.26 272.04 708.88 271.91C708.14 271.64 707.29 271.85 706.49 272.41"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path7021"
+ d="M 703.62 281.00 C 704.66 280.23 705.62 278.87 706.22 277.19 C 706.82 275.50 706.92 273.83 706.60 272.57 L 706.49 272.41 C 705.41 273.17 704.39 274.56 703.77 276.31 C 703.13 278.11 703.06 279.88 703.46 281.17 L 703.62 281.00 L 703.62 281.00"
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path7023"
+ d="M715.11 304.74C715.39 305.63 715.91 306.28 716.62 306.53C717.23 306.74 717.91 306.64 718.57 306.30"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path7025"
+ d="M720.30 304.79C720.87 304.07 721.37 303.16 721.74 302.13C722.09 301.13 722.27 300.13 722.29 299.23"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path7027"
+ d="M721.48 296.18C721.22 295.85 720.91 295.62 720.53 295.48C719.79 295.21 718.94 295.42 718.14 295.98"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path7029"
+ d="M 715.27 304.57 C 716.31 303.80 717.27 302.45 717.87 300.76 C 718.47 299.07 718.57 297.40 718.25 296.14 L 718.14 295.98 C 717.06 296.74 716.04 298.13 715.42 299.89 C 714.78 301.68 714.71 303.46 715.11 304.74 L 715.27 304.57 L 715.27 304.57"
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path7031"
+ d="M691.69 316.98C691.97 317.87 692.48 318.52 693.20 318.78C693.80 318.99 694.48 318.89 695.15 318.54"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path7033"
+ d="M696.87 317.03C697.45 316.31 697.95 315.40 698.31 314.37C698.67 313.37 698.85 312.38 698.87 311.47"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path7035"
+ d="M698.06 308.42C697.80 308.10 697.48 307.86 697.11 307.72C696.37 307.46 695.52 307.67 694.71 308.23"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path7037"
+ d="M 691.84 316.82 C 692.88 316.05 693.85 314.69 694.44 313.01 C 695.04 311.32 695.15 309.65 694.82 308.39 L 694.71 308.23 C 693.63 308.99 692.61 310.38 692.00 312.13 C 691.36 313.93 691.28 315.70 691.69 316.98 L 691.84 316.82 L 691.84 316.82"
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><polyline
+ id="polyline7039"
+ points="432.47,251.35 432.95,251.23 433.43,251.10 433.93,250.95 434.41,250.78 434.89,250.62 435.39,250.43 435.89,250.23 436.37,250.02 436.87,249.79 437.37,249.55 437.85,249.30 438.35,249.04 438.85,248.75 439.33,248.47 439.83,248.17 440.31,247.86 440.80,247.53 441.30,247.19 441.78,246.84 442.27,246.48 442.77,246.10 443.25,245.71 443.73,245.32 444.21,244.92 444.69,244.48 445.16,244.05 445.64,243.62 446.10,243.16 446.59,242.69 447.05,242.23 447.52,241.73 447.96,241.25 448.43,240.73 448.88,240.21 449.34,239.68 449.77,239.15 450.22,238.60 450.67,238.06 451.10,237.49 451.54,236.91 451.97,236.33 452.38,235.75 452.80,235.13 453.21,234.53 453.63,233.92 454.03,233.29 454.43,232.65 454.83,232.02 455.22,231.38 455.60,230.71 455.97,230.06 456.35,229.38 456.72,228.72 457.08,228.04 457.43,227.35 457.78,226.66 458.13,225.96 458.46,225.24 458.79,224.55 459.11,223.83 459.43,223.12 459.74,222.39 460.04,221.66 460.34,220.92 460.62,220.19 460.90,219.45 461.19,218.71 461.45,217.97 461.72,217.22 461.97,216.45 462.22,215.71 462.45,214.94 462.68,214.19 462.90,213.43 463.11,212.67 463.31,211.90 463.51,211.14 463.71,210.37 463.89,209.61 464.06,208.84 464.23,208.08 464.39,207.32 464.54,206.55 464.68,205.77 464.81,205.01 464.94,204.24 465.06,203.50 465.16,202.73 465.26,201.97 465.36,201.22 465.44,200.45 465.51,199.71 465.57,198.96 465.64,198.21 465.69,197.46 465.72,196.73 465.75,195.98 465.77,195.25 465.79,194.52 465.79,193.81 465.79,193.08 465.77,192.36 465.75,191.67 465.72,190.95 465.69,190.25 465.64,189.55 465.57,188.87 465.51,188.19 465.44,187.51 465.36,186.84 465.26,186.18 465.16,185.53 465.06,184.89 464.94,184.24 464.81,183.61 464.68,182.97 464.54,182.36 464.39,181.76 464.23,181.15 464.06,180.56 463.89,179.98 463.71,179.40 463.51,178.84 463.31,178.27 463.11,177.72 462.90,177.19 462.68,176.66 462.45,176.15 462.22,175.63 461.97,175.13 461.72,174.65 461.45,174.17 461.19,173.70 460.90,173.25 460.62,172.81 460.34,172.37 460.04,171.94 459.74,171.54 459.43,171.14 459.11,170.74 458.79,170.38 458.46,170.01 458.13,169.65 457.78,169.32 457.43,168.98 457.08,168.67 456.72,168.37 456.35,168.07 455.97,167.80 455.60,167.52 455.22,167.27 454.83,167.04 454.43,166.81 454.03,166.59 453.63,166.39 453.21,166.21 452.80,166.03 452.38,165.86 452.27,165.82 451.92,165.69 435.81,160.38 435.70,160.34 435.44,160.26 435.01,160.14 434.58,160.03 434.13,159.93 433.68,159.85 433.23,159.78 432.78,159.73 432.33,159.68 431.87,159.66 431.42,159.65 430.96,159.65 430.49,159.66 430.01,159.68 429.54,159.71 429.06,159.78 428.60,159.85 428.12,159.91 427.63,160.01 427.15,160.11 426.65,160.24 426.17,160.38 425.69,160.53 425.19,160.68 424.71,160.86 424.21,161.04 423.73,161.24 423.23,161.46 422.75,161.67 422.25,161.91 421.75,162.17 421.25,162.42 420.77,162.70 420.27,163.00 419.79,163.30 419.30,163.62 418.80,163.93 418.32,164.28 417.83,164.63 417.34,164.98 416.85,165.36 416.37,165.74 415.89,166.14 415.41,166.56 414.93,166.97 414.44,167.40 413.98,167.85 413.50,168.30 413.03,168.77 412.57,169.25 412.10,169.73 411.64,170.23 411.17,170.73 410.73,171.24 410.28,171.78 409.83,172.31 409.38,172.86 408.95,173.42 408.50,173.99 408.07,174.55 407.65,175.13 407.22,175.73 406.80,176.33 406.39,176.94 405.97,177.56 405.57,178.17 405.18,178.80 404.78,179.45 404.40,180.10 404.01,180.75 403.63,181.41 403.27,182.08 402.90,182.76 402.54,183.42 402.17,184.12 401.84,184.80 401.49,185.52 401.16,186.21 400.82,186.93 400.49,187.64 400.18,188.36 399.88,189.07 399.56,189.80 399.28,190.53 398.98,191.26 398.70,192.01 398.43,192.76 398.17,193.51 397.90,194.26 397.65,195.00 397.40,195.75 397.17,196.52 396.94,197.28 396.71,198.03 396.49,198.79 396.29,199.56 396.09,200.32 395.91,201.09 395.73,201.85 395.54,202.61 395.38,203.39 395.23,204.16 395.06,204.92 394.93,205.69 394.80,206.45 394.66,207.22 394.55,207.98 394.45,208.74 394.35,209.49 394.25,210.26 394.18,211.00 394.10,211.75 394.03,212.52 393.98,213.26 393.93,214.00 393.90,214.74 393.86,215.47 393.83,216.21 393.83,216.94 393.81,217.67 393.83,218.38 393.83,219.10 393.86,219.81 393.90,220.51 393.93,221.21 393.98,221.90 394.03,222.59 394.10,223.27 394.18,223.95 394.25,224.61 394.35,225.28 394.45,225.94 394.55,226.59 394.66,227.22 394.80,227.85 394.93,228.48 395.06,229.10 395.23,229.71 395.38,230.31 395.54,230.91 395.73,231.49 395.91,232.06 396.09,232.64 396.29,233.19 396.49,233.74 396.71,234.27 396.94,234.80 397.17,235.31 397.40,235.83 397.65,236.33 397.90,236.81 398.17,237.29 398.43,237.76 398.70,238.22 398.98,238.65 399.28,239.08 399.56,239.52 399.88,239.93 400.18,240.33 400.49,240.71 400.82,241.10 401.16,241.46 401.49,241.81 401.84,242.14 402.17,242.47 402.54,242.79 402.90,243.11 403.27,243.39 403.63,243.67 404.01,243.94 404.40,244.19 404.78,244.44 405.18,244.65 405.57,244.87 405.97,245.07 406.39,245.27 406.80,245.43 407.22,245.60 407.41,245.66 407.70,245.76 423.80,251.08 424.01,251.15 424.18,251.20 424.61,251.33 425.04,251.43 425.48,251.53 425.92,251.61 426.37,251.68 426.82,251.73 427.28,251.78 427.73,251.81 428.20,251.83 428.66,251.83 429.13,251.81 429.59,251.78 430.07,251.75 430.54,251.70 431.02,251.63 431.50,251.55 431.99,251.45 432.47,251.35 432.47,251.35 "
+ style="fill:#FEFEFE; fill-rule:nonzero; stroke:#FEFEFE; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:bevel" /><polyline
+ id="polyline7041"
+ points="432.47,251.35 432.95,251.23 433.43,251.10 433.93,250.95 434.41,250.78 434.89,250.62 435.39,250.43 435.89,250.23 436.37,250.02 436.87,249.79 437.37,249.55 437.85,249.30 438.35,249.04 438.85,248.75 439.33,248.47 439.83,248.17 440.31,247.86 440.80,247.53 441.30,247.19 441.78,246.84 442.27,246.48 442.77,246.10 443.25,245.71 443.73,245.32 444.21,244.92 444.69,244.48 445.16,244.05 445.64,243.62 446.10,243.16 446.59,242.69 447.05,242.23 447.52,241.73 447.96,241.25 448.43,240.73 448.88,240.21 449.34,239.68 449.77,239.15 450.22,238.60 450.67,238.06 451.10,237.49 451.54,236.91 451.97,236.33 452.38,235.75 452.80,235.13 453.21,234.53 453.63,233.92 454.03,233.29 454.43,232.65 454.83,232.02 455.22,231.38 455.60,230.71 455.97,230.06 456.35,229.38 456.72,228.72 457.08,228.04 457.43,227.35 457.78,226.66 458.13,225.96 458.46,225.24 458.79,224.55 459.11,223.83 459.43,223.12 459.74,222.39 460.04,221.66 460.34,220.92 460.62,220.19 460.90,219.45 461.19,218.71 461.45,217.97 461.72,217.22 461.97,216.45 462.22,215.71 462.45,214.94 462.68,214.19 462.90,213.43 463.11,212.67 463.31,211.90 463.51,211.14 463.71,210.37 463.89,209.61 464.06,208.84 464.23,208.08 464.39,207.32 464.54,206.55 464.68,205.77 464.81,205.01 464.94,204.24 465.06,203.50 465.16,202.73 465.26,201.97 465.36,201.22 465.44,200.45 465.51,199.71 465.57,198.96 465.64,198.21 465.69,197.46 465.72,196.73 465.75,195.98 465.77,195.25 465.79,194.52 465.79,193.81 465.79,193.08 465.77,192.36 465.75,191.67 465.72,190.95 465.69,190.25 465.64,189.55 465.57,188.87 465.51,188.19 465.44,187.51 465.36,186.84 465.26,186.18 465.16,185.53 465.06,184.89 464.94,184.24 464.81,183.61 464.68,182.97 464.54,182.36 464.39,181.76 464.23,181.15 464.06,180.56 463.89,179.98 463.71,179.40 463.51,178.84 463.31,178.27 463.11,177.72 462.90,177.19 462.68,176.66 462.45,176.15 462.22,175.63 461.97,175.13 461.72,174.65 461.45,174.17 461.19,173.70 460.90,173.25 460.62,172.81 460.34,172.37 460.04,171.94 459.74,171.54 459.43,171.14 459.11,170.74 458.79,170.38 458.46,170.01 458.13,169.65 457.78,169.32 457.43,168.98 457.08,168.67 456.72,168.37 456.35,168.07 455.97,167.80 455.60,167.52 455.22,167.27 454.83,167.04 454.43,166.81 454.03,166.59 453.63,166.39 453.21,166.21 452.80,166.03 452.38,165.86 452.27,165.82 451.92,165.69 435.81,160.38 435.70,160.34 435.44,160.26 435.01,160.14 434.58,160.03 434.13,159.93 433.68,159.85 433.23,159.78 432.78,159.73 432.33,159.68 431.87,159.66 431.42,159.65 430.96,159.65 430.49,159.66 430.01,159.68 429.54,159.71 429.06,159.78 428.60,159.85 428.12,159.91 427.63,160.01 427.15,160.11 426.65,160.24 426.17,160.38 425.69,160.53 425.19,160.68 424.71,160.86 424.21,161.04 423.73,161.24 423.23,161.46 422.75,161.67 422.25,161.91 421.75,162.17 421.25,162.42 420.77,162.70 420.27,163.00 419.79,163.30 419.30,163.62 418.80,163.93 418.32,164.28 417.83,164.63 417.34,164.98 416.85,165.36 416.37,165.74 415.89,166.14 415.41,166.56 414.93,166.97 414.44,167.40 413.98,167.85 413.50,168.30 413.03,168.77 412.57,169.25 412.10,169.73 411.64,170.23 411.17,170.73 410.73,171.24 410.28,171.78 409.83,172.31 409.38,172.86 408.95,173.42 408.50,173.99 408.07,174.55 407.65,175.13 407.22,175.73 406.80,176.33 406.39,176.94 405.97,177.56 405.57,178.17 405.18,178.80 404.78,179.45 404.40,180.10 404.01,180.75 403.63,181.41 403.27,182.08 402.90,182.76 402.54,183.42 402.17,184.12 401.84,184.80 401.49,185.52 401.16,186.21 400.82,186.93 400.49,187.64 400.18,188.36 399.88,189.07 399.56,189.80 399.28,190.53 398.98,191.26 398.70,192.01 398.43,192.76 398.17,193.51 397.90,194.26 397.65,195.00 397.40,195.75 397.17,196.52 396.94,197.28 396.71,198.03 396.49,198.79 396.29,199.56 396.09,200.32 395.91,201.09 395.73,201.85 395.54,202.61 395.38,203.39 395.23,204.16 395.06,204.92 394.93,205.69 394.80,206.45 394.66,207.22 394.55,207.98 394.45,208.74 394.35,209.49 394.25,210.26 394.18,211.00 394.10,211.75 394.03,212.52 393.98,213.26 393.93,214.00 393.90,214.74 393.86,215.47 393.83,216.21 393.83,216.94 393.81,217.67 393.83,218.38 393.83,219.10 393.86,219.81 393.90,220.51 393.93,221.21 393.98,221.90 394.03,222.59 394.10,223.27 394.18,223.95 394.25,224.61 394.35,225.28 394.45,225.94 394.55,226.59 394.66,227.22 394.80,227.85 394.93,228.48 395.06,229.10 395.23,229.71 395.38,230.31 395.54,230.91 395.73,231.49 395.91,232.06 396.09,232.64 396.29,233.19 396.49,233.74 396.71,234.27 396.94,234.80 397.17,235.31 397.40,235.83 397.65,236.33 397.90,236.81 398.17,237.29 398.43,237.76 398.70,238.22 398.98,238.65 399.28,239.08 399.56,239.52 399.88,239.93 400.18,240.33 400.49,240.71 400.82,241.10 401.16,241.46 401.49,241.81 401.84,242.14 402.17,242.47 402.54,242.79 402.90,243.11 403.27,243.39 403.63,243.67 404.01,243.94 404.40,244.19 404.78,244.44 405.18,244.65 405.57,244.87 405.97,245.07 406.39,245.27 406.80,245.43 407.22,245.60 407.41,245.66 407.70,245.76 423.80,251.08 424.01,251.15 424.18,251.20 424.61,251.33 425.04,251.43 425.48,251.53 425.92,251.61 426.37,251.68 426.82,251.73 427.28,251.78 427.73,251.81 428.20,251.83 428.66,251.83 429.13,251.81 429.59,251.78 430.07,251.75 430.54,251.70 431.02,251.63 431.50,251.55 431.99,251.45 432.47,251.35 432.47,251.35 "
+ style="fill:#FEFEFE; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:bevel" /><polyline
+ id="polyline7043"
+ points="452.27,165.82 451.97,165.71 451.54,165.58 451.10,165.46 450.67,165.34 450.22,165.25 449.77,165.18 449.34,165.10 448.88,165.04 448.43,165.01 447.96,164.98 447.52,164.96 447.05,164.96 446.59,164.98 446.10,165.00 445.64,165.04 445.16,165.10 444.69,165.16 444.21,165.25 443.73,165.33 443.25,165.44 442.77,165.56 442.27,165.69 441.78,165.84 441.30,165.99 440.80,166.18 440.31,166.36 439.83,166.56 439.33,166.77 438.85,166.99 438.35,167.24 437.85,167.49 437.37,167.75 436.87,168.02 436.37,168.32 435.89,168.62 435.39,168.93 434.89,169.25 434.41,169.60 433.93,169.95 433.43,170.31 432.95,170.68 432.47,171.06 431.99,171.46 431.50,171.87 431.02,172.29 430.54,172.72 430.07,173.17 429.59,173.62 429.13,174.08 428.66,174.57 428.20,175.05 427.73,175.55 427.28,176.04 426.82,176.58 426.37,177.09 425.92,177.64 425.48,178.17 425.04,178.74 424.61,179.30 424.18,179.87 423.75,180.45 423.31,181.05 422.90,181.64 422.48,182.26 422.09,182.87 421.67,183.49 421.27,184.12 420.87,184.77 420.49,185.42 420.11,186.07 419.73,186.73 419.36,187.39 419.00,188.08 418.63,188.76 418.28,189.44 417.93,190.14 417.59,190.83 417.25,191.53 416.92,192.25 416.59,192.96 416.27,193.67 415.97,194.39 415.66,195.12 415.37,195.85 415.08,196.60 414.79,197.33 414.53,198.08 414.26,198.83 414.00,199.57 413.75,200.32 413.50,201.07 413.27,201.83 413.03,202.60 412.80,203.35 412.60,204.11 412.39,204.87 412.18,205.64 412.00,206.40 411.82,207.17 411.64,207.95 411.47,208.71 411.32,209.48 411.17,210.24 411.02,211.00 410.89,211.77 410.77,212.53 410.66,213.30 410.54,214.06 410.44,214.81 410.36,215.57 410.28,216.32 410.19,217.08 410.13,217.83 410.08,218.58 410.03,219.31 409.99,220.06 409.96,220.79 409.93,221.52 409.93,222.25 409.91,222.98 409.93,223.70 409.93,224.41 409.96,225.13 409.99,225.83 410.03,226.52 410.08,227.22 410.13,227.92 410.19,228.60 410.28,229.27 410.36,229.93 410.44,230.59 410.54,231.26 410.66,231.91 410.77,232.54 410.89,233.17 411.02,233.80 411.17,234.42 411.32,235.03 411.47,235.63 411.64,236.23 411.82,236.81 412.00,237.39 412.18,237.96 412.39,238.50 412.60,239.05 412.80,239.60 413.03,240.12 413.27,240.65 413.50,241.15 413.75,241.64 414.00,242.13 414.26,242.61 414.53,243.07 414.79,243.54 415.08,243.99 415.37,244.42 415.66,244.83 415.97,245.25 416.27,245.65 416.59,246.03 416.92,246.41 417.25,246.78 417.59,247.13 417.93,247.48 418.28,247.79 418.63,248.11 419.00,248.42 419.36,248.71 419.73,248.99 420.11,249.25 420.49,249.50 420.87,249.75 421.27,249.97 421.67,250.18 422.09,250.38 422.48,250.58 422.90,250.75 423.31,250.92 423.75,251.06 424.01,251.15 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7045"
+ points="425.77,182.36 427.12,183.75 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7047"
+ points="425.20,183.12 425.44,182.81 425.77,182.36 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7049"
+ points="427.35,180.38 427.70,179.97 428.07,179.55 428.41,179.13 429.58,180.85 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7051"
+ points="430.09,177.62 430.07,177.39 430.44,177.03 430.82,176.68 431.19,176.33 432.17,178.30 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7053"
+ points="415.46,229.40 413.50,230.45 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7055"
+ points="413.50,230.45 413.40,229.93 413.31,229.43 413.23,228.92 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7057"
+ points="414.88,225.84 412.93,226.54 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7059"
+ points="412.93,226.54 412.88,225.99 412.83,225.46 412.80,225.10 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><polyline
+ id="polyline7061"
+ points="414.59,222.04 412.68,222.39 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7063"
+ points="412.68,222.39 412.68,221.82 412.68,221.30 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><polyline
+ id="polyline7065"
+ points="423.30,185.93 424.79,186.99 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7067"
+ points="422.98,186.43 423.30,185.93 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7069"
+ points="432.89,175.55 432.92,174.83 433.30,174.53 433.68,174.23 434.06,173.93 434.82,176.18 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7071"
+ points="436.97,172.01 437.52,174.48 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7073"
+ points="435.68,173.88 435.81,172.72 436.97,172.01 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7075"
+ points="413.46,228.63 413.23,228.92 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7077"
+ points="414.63,218.05 412.78,218.05 412.83,217.47 412.84,217.37 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7079"
+ points="438.45,172.65 438.73,171.09 439.13,170.91 439.51,170.74 439.89,170.58 440.22,173.24 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7081"
+ points="441.65,169.96 440.89,173.00 440.22,173.24 438.45,172.65 438.18,174.13 437.52,174.48 435.68,173.88 435.47,175.71 434.82,176.18 432.89,175.54 432.89,175.55 432.80,177.74 432.17,178.30 430.09,177.62 430.09,177.62 430.21,180.20 429.58,180.85 427.53,180.17 427.35,180.38 427.70,183.02 427.12,183.75 425.20,183.12 425.09,183.27 424.76,183.74 425.34,186.18 424.79,186.99 422.98,186.43 422.67,186.93 422.35,187.44 423.15,189.65 422.63,190.53 421.01,189.80 420.72,190.33 420.44,190.87 420.16,191.41 421.15,193.38 420.69,194.31 418.95,193.92 418.70,194.49 418.45,195.05 418.20,195.62 419.38,197.30 418.98,198.28 417.15,198.24 416.94,198.83 416.72,199.41 416.51,200.00 417.87,201.37 417.53,202.38 415.62,202.70 415.44,203.29 415.27,203.89 415.11,204.49 416.60,205.54 416.36,206.57 414.41,207.23 414.26,207.83 414.13,208.45 414.01,209.04 415.64,209.74 415.46,210.77 413.50,211.79 413.40,212.38 413.31,212.98 413.23,213.58 414.99,213.95 414.88,214.96 412.93,216.29 412.88,216.87 412.84,217.37 412.83,217.47 414.63,218.07 414.59,219.05 412.68,220.67 412.68,221.26 412.68,221.30 412.68,221.41 414.59,222.04 414.63,222.98 412.78,224.91 412.80,225.10 412.81,225.16 414.88,225.84 414.99,226.72 413.46,228.63 413.39,228.72 415.46,229.40 415.64,230.23 414.01,232.64 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7083"
+ points="441.65,169.96 442.03,169.86 442.42,169.76 442.80,169.67 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7085"
+ points="444.51,169.37 443.55,172.36 442.90,172.47 441.47,171.91 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7087"
+ points="442.80,169.67 442.90,172.47 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7089"
+ points="444.51,169.37 444.89,169.33 445.26,169.30 445.62,169.27 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7091"
+ points="445.51,172.21 446.12,172.21 447.28,169.30 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7093"
+ points="445.62,169.27 445.51,172.21 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7095"
+ points="447.28,169.30 447.65,169.32 448.00,169.37 448.36,169.42 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7097"
+ points="448.00,172.41 448.60,172.54 449.92,169.75 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7099"
+ points="448.36,169.42 448.00,172.41 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7101"
+ points="449.92,169.75 450.27,169.85 450.60,169.95 450.94,170.06 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7103"
+ points="450.37,173.10 450.92,173.35 452.42,170.71 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7105"
+ points="450.94,170.06 450.37,173.10 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7107"
+ points="444.43,175.46 444.23,175.05 444.03,174.63 443.81,174.23 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7109"
+ points="442.73,173.16 442.43,173.77 442.63,174.17 442.83,174.58 443.03,175.00 444.43,175.46 445.07,174.88 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7111"
+ points="445.07,174.88 444.83,174.33 444.56,173.80 444.28,173.27 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7113"
+ points="444.28,173.27 443.81,174.23 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7115"
+ points="445.57,175.83 447.48,176.47 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7117"
+ points="445.57,175.83 445.37,175.43 445.17,175.02 444.98,174.62 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7119"
+ points="444.98,174.62 445.44,173.65 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7121"
+ points="417.53,235.63 415.62,237.31 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7123"
+ points="415.62,237.31 415.44,236.89 415.27,236.48 415.11,236.04 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7125"
+ points="415.11,236.04 416.60,233.44 416.36,232.67 415.02,232.23 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7127"
+ points="416.36,232.67 414.41,234.05 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7129"
+ points="414.41,234.05 414.26,233.58 414.13,233.12 414.01,232.64 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7131"
+ points="418.20,241.69 419.38,238.79 418.98,238.22 417.44,237.71 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7133"
+ points="418.98,238.22 417.15,240.16 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7135"
+ points="417.15,240.16 416.94,239.82 416.72,239.45 416.51,239.07 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7137"
+ points="416.51,239.07 417.87,236.29 417.53,235.63 416.16,235.17 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7139"
+ points="436.08,245.39 436.97,245.68 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7141"
+ points="433.32,246.56 434.06,246.81 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7143"
+ points="430.42,247.16 431.19,247.41 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7145"
+ points="427.52,247.20 428.41,247.49 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7147"
+ points="423.29,242.93 424.79,243.42 425.34,243.67 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7149"
+ points="427.70,244.37 425.51,243.64 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7151"
+ points="430.21,244.58 423.82,242.47 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7153"
+ points="432.80,244.30 422.20,240.80 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7155"
+ points="421.55,240.91 432.17,244.42 432.80,244.30 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7157"
+ points="435.47,243.54 424.88,240.03 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7159"
+ points="438.18,242.31 427.57,238.80 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7161"
+ points="426.92,239.15 437.52,242.66 438.18,242.31 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7163"
+ points="437.52,242.66 436.97,245.68 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7165"
+ points="436.97,245.68 436.59,245.86 436.19,246.03 435.81,246.20 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7167"
+ points="435.81,246.20 435.47,243.54 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7169"
+ points="434.82,243.77 434.06,246.81 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7171"
+ points="434.06,246.81 433.68,246.93 433.30,247.03 432.92,247.11 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7173"
+ points="432.92,247.11 432.80,244.30 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7175"
+ points="432.17,244.42 431.19,247.41 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7177"
+ points="431.19,247.41 430.82,247.46 430.44,247.49 430.07,247.51 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7179"
+ points="430.07,247.51 430.21,244.58 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7181"
+ points="429.58,244.58 428.41,247.49 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7183"
+ points="428.41,247.49 428.07,247.46 427.70,247.43 427.35,247.38 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7185"
+ points="427.35,247.38 427.70,244.37 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7187"
+ points="427.12,244.25 425.77,247.04 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7189"
+ points="425.77,247.04 425.44,246.94 425.09,246.83 424.76,246.71 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7191"
+ points="424.76,246.71 425.34,243.67 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7193"
+ points="424.79,243.42 423.30,246.06 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7195"
+ points="423.30,246.06 422.98,245.90 422.67,245.71 422.35,245.53 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7197"
+ points="422.63,242.14 421.01,244.58 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7199"
+ points="421.01,244.58 420.72,244.35 420.44,244.10 420.16,243.85 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7201"
+ points="420.69,240.40 418.95,242.61 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7203"
+ points="418.95,242.61 418.70,242.31 418.45,242.01 418.20,241.69 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7205"
+ points="423.98,241.18 424.21,240.26 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7207"
+ points="426.68,240.40 426.92,239.15 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7209"
+ points="423.50,240.75 423.70,239.70 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7211"
+ points="422.54,239.32 422.35,240.36 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7213"
+ points="422.35,240.36 422.88,240.10 423.42,239.83 423.95,239.53 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7215"
+ points="421.15,238.85 422.54,239.32 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7217"
+ points="422.54,239.32 422.95,239.12 423.35,238.90 423.75,238.69 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7219"
+ points="420.87,240.36 421.15,238.85 421.55,238.65 421.95,238.44 422.37,238.22 423.75,238.69 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7221"
+ points="425.52,243.72 427.12,244.25 427.70,244.37 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7223"
+ points="423.40,242.54 429.58,244.58 430.21,244.58 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7225"
+ points="424.21,240.26 434.82,243.77 435.47,243.54 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7227"
+ points="424.21,240.26 424.88,240.03 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7229"
+ points="423.70,239.70 424.52,239.97 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7231"
+ points="423.70,239.70 424.10,239.48 424.49,239.29 424.91,239.05 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7233"
+ points="422.35,240.36 423.50,240.75 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7235"
+ points="423.95,239.53 423.75,238.69 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7237"
+ points="445.61,202.41 461.70,207.73 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7239"
+ points="444.51,206.97 460.61,212.28 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7241"
+ points="443.10,211.45 459.19,216.79 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7243"
+ points="441.40,215.84 457.50,221.16 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7245"
+ points="439.44,220.04 455.54,225.36 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7247"
+ points="437.25,224.03 453.35,229.35 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7249"
+ points="434.84,227.72 450.94,233.04 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7251"
+ points="432.25,231.09 448.36,236.41 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7253"
+ points="444.13,238.89 445.62,239.38 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7255"
+ points="441.61,241.55 442.80,241.94 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7257"
+ points="438.86,243.71 439.89,244.05 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7259"
+ points="460.33,183.68 461.70,184.14 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7261"
+ points="460.89,187.34 462.46,187.86 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7263"
+ points="446.82,186.55 462.91,191.88 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7265"
+ points="446.92,190.78 463.01,196.10 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7267"
+ points="446.69,195.19 462.78,200.50 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7269"
+ points="446.10,199.69 462.20,205.01 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7271"
+ points="445.21,204.23 461.30,209.56 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7273"
+ points="443.98,208.76 460.07,214.08 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7275"
+ points="442.47,213.21 458.56,218.55 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7277"
+ points="440.65,217.53 456.75,222.87 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7279"
+ points="440.89,240.61 430.27,237.11 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7281"
+ points="429.61,237.56 440.22,241.06 440.89,240.61 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7283"
+ points="443.55,238.47 432.93,234.96 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7285"
+ points="432.28,235.53 442.90,239.03 443.55,238.47 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7287"
+ points="446.12,235.95 435.52,232.44 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7289"
+ points="434.89,233.09 445.51,236.59 446.12,235.95 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7291"
+ points="448.60,233.02 437.98,229.51 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7293"
+ points="437.40,230.26 448.00,233.77 448.60,233.02 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7295"
+ points="450.92,229.78 440.31,226.27 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7297"
+ points="439.76,227.09 450.37,230.59 450.92,229.78 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7299"
+ points="453.06,226.24 442.47,222.74 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7301"
+ points="441.95,223.63 452.57,227.14 453.06,226.24 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7303"
+ points="455.01,222.47 444.41,218.96 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7305"
+ points="443.94,219.91 454.56,223.42 455.01,222.47 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7307"
+ points="456.72,218.50 446.10,214.99 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7309"
+ points="445.72,215.97 456.32,219.48 456.72,218.50 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7311"
+ points="458.18,214.39 447.56,210.89 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7313"
+ points="447.23,211.90 457.85,215.41 458.18,214.39 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7315"
+ points="459.36,210.22 448.75,206.72 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7317"
+ points="448.48,207.73 459.09,211.24 459.36,210.22 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7319"
+ points="460.24,206.00 449.64,202.50 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7321"
+ points="449.44,203.53 460.06,207.03 460.24,206.00 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7323"
+ points="459.36,184.10 459.09,183.36 448.48,179.85 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7325"
+ points="448.75,180.60 459.36,184.10 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7327"
+ points="460.84,201.83 450.22,198.33 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7329"
+ points="450.11,199.34 460.72,202.85 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7331"
+ points="460.72,202.85 460.84,201.83 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7333"
+ points="449.64,183.87 460.24,187.38 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7335"
+ points="460.24,187.38 460.06,186.56 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7337"
+ points="460.06,186.56 449.44,183.06 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7339"
+ points="461.10,197.75 450.51,194.24 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7341"
+ points="450.46,195.22 461.07,198.72 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7343"
+ points="461.07,198.72 461.10,197.75 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7345"
+ points="461.07,193.81 450.46,190.30 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7347"
+ points="450.51,191.23 461.10,194.74 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7349"
+ points="461.10,194.74 461.07,193.81 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7351"
+ points="450.22,187.44 460.84,190.95 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7353"
+ points="460.84,190.95 460.72,190.05 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7355"
+ points="460.72,190.05 450.11,186.55 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7357"
+ points="460.84,190.95 462.78,190.25 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7359"
+ points="462.78,190.25 462.83,190.78 462.88,191.33 462.91,191.88 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7361"
+ points="462.91,191.88 461.07,193.81 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7363"
+ points="461.10,194.74 463.01,194.39 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7365"
+ points="463.01,194.39 463.03,194.95 463.03,195.54 463.01,196.10 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7367"
+ points="463.01,196.10 461.10,197.75 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7369"
+ points="461.07,198.72 462.91,198.72 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7371"
+ points="462.91,198.72 462.88,199.32 462.83,199.91 462.78,200.50 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7373"
+ points="462.78,200.50 460.84,201.83 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7375"
+ points="460.72,202.85 462.46,203.20 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7377"
+ points="462.46,203.20 462.38,203.79 462.30,204.41 462.20,205.01 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7379"
+ points="462.20,205.01 460.24,206.00 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7381"
+ points="460.06,207.03 461.70,207.73 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7383"
+ points="461.70,207.73 461.57,208.35 461.44,208.94 461.30,209.56 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7385"
+ points="461.30,209.56 459.36,210.22 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7387"
+ points="459.09,211.24 460.61,212.28 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7389"
+ points="460.61,212.28 460.44,212.88 460.26,213.48 460.07,214.08 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7391"
+ points="460.07,214.08 458.18,214.39 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7393"
+ points="457.85,215.41 459.19,216.79 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7395"
+ points="459.19,216.79 458.99,217.37 458.78,217.95 458.56,218.55 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7397"
+ points="458.56,218.55 456.72,218.50 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7399"
+ points="456.32,219.48 457.50,221.16 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7401"
+ points="457.50,221.16 457.27,221.74 457.02,222.30 456.75,222.87 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7403"
+ points="456.75,222.87 455.01,222.47 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7405"
+ points="454.56,223.42 455.54,225.36 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7407"
+ points="455.54,225.36 455.27,225.91 454.99,226.46 454.69,226.99 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7409"
+ points="454.69,226.99 453.06,226.24 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7411"
+ points="452.57,227.14 453.35,229.35 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7413"
+ points="453.35,229.35 453.05,229.85 452.73,230.36 452.42,230.86 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7415"
+ points="452.42,230.86 450.92,229.78 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7417"
+ points="450.37,230.59 450.94,233.04 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7419"
+ points="450.94,233.04 450.60,233.50 450.27,233.97 449.92,234.43 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7421"
+ points="449.92,234.43 448.60,233.02 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7423"
+ points="448.00,233.77 448.36,236.41 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7425"
+ points="448.36,236.41 448.00,236.83 447.65,237.24 447.28,237.64 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7427"
+ points="447.28,237.64 446.12,235.95 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7429"
+ points="445.51,236.59 445.62,239.38 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7431"
+ points="445.62,239.38 445.26,239.75 444.89,240.12 444.51,240.46 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7433"
+ points="444.51,240.46 443.55,238.47 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7435"
+ points="442.90,239.03 442.80,241.94 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7437"
+ points="442.80,241.94 442.42,242.26 442.03,242.56 441.65,242.84 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7439"
+ points="441.65,242.84 440.89,240.61 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7441"
+ points="440.22,241.06 439.89,244.05 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7443"
+ points="439.89,244.05 439.51,244.30 439.13,244.54 438.73,244.77 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7445"
+ points="438.73,244.77 438.18,242.31 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7447"
+ points="460.61,180.73 459.09,183.36 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7449"
+ points="459.36,184.10 461.30,182.74 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7451"
+ points="461.30,182.74 461.44,183.21 461.57,183.67 461.70,184.14 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7453"
+ points="461.70,184.14 460.06,186.56 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7455"
+ points="460.24,187.38 462.20,186.35 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7457"
+ points="462.20,186.35 462.30,186.84 462.38,187.36 462.46,187.86 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7459"
+ points="462.46,187.86 460.72,190.05 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7461"
+ points="426.92,239.15 427.57,238.80 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7463"
+ points="429.46,239.05 429.61,237.56 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7465"
+ points="429.61,237.56 430.27,237.11 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7467"
+ points="432.23,236.99 432.28,235.53 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7469"
+ points="432.28,235.53 432.93,234.96 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7471"
+ points="434.96,234.48 434.89,233.09 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7473"
+ points="434.89,233.09 435.52,232.44 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7475"
+ points="437.57,231.58 437.40,230.26 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7477"
+ points="437.40,230.26 437.98,229.51 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7479"
+ points="440.04,228.32 439.76,227.09 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7481"
+ points="439.76,227.09 440.31,226.27 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7483"
+ points="442.35,224.73 441.95,223.63 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7485"
+ points="441.95,223.63 442.47,222.74 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7487"
+ points="444.41,218.96 445.27,219.16 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7489"
+ points="444.44,220.89 443.94,219.91 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7491"
+ points="443.94,219.91 444.41,218.96 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7493"
+ points="446.10,214.99 447.03,215.01 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7495"
+ points="446.30,216.82 445.72,215.97 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7497"
+ points="445.72,215.97 446.10,214.99 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7499"
+ points="447.56,210.89 448.51,210.74 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7501"
+ points="447.91,212.58 447.23,211.90 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7503"
+ points="447.23,211.90 447.56,210.89 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7505"
+ points="448.75,206.72 449.72,206.39 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7507"
+ points="449.24,208.26 448.48,207.73 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7509"
+ points="448.48,207.73 448.75,206.72 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7511"
+ points="449.64,202.50 450.62,202.00 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7513"
+ points="450.27,203.88 449.44,203.53 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7515"
+ points="449.44,203.53 449.64,202.50 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7517"
+ points="450.22,198.33 451.20,197.66 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7519"
+ points="450.11,199.34 450.22,198.33 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7521"
+ points="449.64,183.87 449.44,183.06 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7523"
+ points="449.44,183.06 450.27,181.84 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7525"
+ points="450.51,194.24 451.45,193.41 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7527"
+ points="450.46,195.22 450.51,194.24 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7529"
+ points="450.46,190.30 451.39,189.34 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7531"
+ points="450.51,191.23 450.46,190.30 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7533"
+ points="450.22,187.44 450.11,186.55 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7535"
+ points="450.11,186.55 450.99,185.45 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7537"
+ points="426.82,239.69 424.91,239.05 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7539"
+ points="429.58,237.87 427.72,237.26 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7541"
+ points="426.50,238.09 429.46,239.05 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7543"
+ points="432.28,235.59 430.47,235.00 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7545"
+ points="429.29,236.01 432.23,236.99 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7547"
+ points="435.04,232.94 433.15,232.31 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7549"
+ points="432.02,233.52 434.96,234.48 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7551"
+ points="437.68,229.90 435.70,229.25 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7553"
+ points="434.63,230.61 437.57,231.58 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7555"
+ points="440.15,226.51 438.11,225.84 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7557"
+ points="437.10,227.34 440.04,228.32 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7559"
+ points="442.41,222.83 440.32,222.14 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7561"
+ points="439.39,223.76 442.35,224.73 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7563"
+ points="445.27,219.16 442.33,218.18 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7565"
+ points="441.50,219.91 444.44,220.89 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7567"
+ points="447.03,215.01 444.09,214.04 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7569"
+ points="443.36,215.84 446.30,216.82 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7571"
+ points="448.51,210.74 445.57,209.76 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7573"
+ points="444.98,211.62 447.91,212.58 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7575"
+ points="449.72,206.39 446.77,205.40 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7577"
+ points="446.30,207.28 449.24,208.26 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7579"
+ points="450.62,202.00 447.67,201.02 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7581"
+ points="447.33,202.91 450.27,203.88 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7583"
+ points="451.20,197.66 448.25,196.68 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7585"
+ points="448.05,198.54 450.12,199.24 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7587"
+ points="447.67,182.38 449.49,182.98 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7589"
+ points="450.27,181.84 447.33,180.86 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7591"
+ points="451.45,193.41 448.51,192.45 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7593"
+ points="448.44,194.26 450.47,194.92 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7595"
+ points="451.39,189.34 448.44,188.36 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7597"
+ points="448.51,190.09 450.47,190.74 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7599"
+ points="448.25,186.12 450.13,186.74 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7601"
+ points="450.99,185.45 448.05,184.49 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7603"
+ points="426.39,239.12 426.50,238.09 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7605"
+ points="426.50,238.09 426.90,237.82 427.32,237.54 427.72,237.26 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7607"
+ points="429.26,237.02 429.29,236.01 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7609"
+ points="429.29,236.01 429.69,235.68 430.07,235.35 430.47,235.00 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7611"
+ points="432.05,234.48 432.02,233.52 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7613"
+ points="432.02,233.52 432.40,233.12 432.77,232.72 433.15,232.31 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7615"
+ points="434.74,231.53 434.63,230.61 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7617"
+ points="434.63,230.61 434.99,230.16 435.36,229.71 435.70,229.25 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7619"
+ points="437.30,228.19 437.10,227.34 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7621"
+ points="437.10,227.34 437.43,226.86 437.78,226.34 438.11,225.84 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7623"
+ points="439.68,224.53 439.39,223.76 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7625"
+ points="439.39,223.76 439.71,223.23 440.02,222.68 440.32,222.14 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7627"
+ points="442.33,218.18 442.93,218.32 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7629"
+ points="441.84,220.59 441.50,219.91 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7631"
+ points="441.50,219.91 441.78,219.35 442.05,218.76 442.33,218.18 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7633"
+ points="444.09,214.04 444.73,214.06 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7635"
+ points="443.76,216.42 443.36,215.84 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7637"
+ points="443.36,215.84 443.61,215.24 443.85,214.64 444.09,214.04 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7639"
+ points="445.57,209.76 446.24,209.66 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7641"
+ points="445.44,212.08 444.98,211.62 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7643"
+ points="444.98,211.62 445.17,211.00 445.37,210.39 445.57,209.76 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7645"
+ points="446.77,205.40 447.45,205.17 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7647"
+ points="446.82,207.65 446.30,207.28 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7649"
+ points="446.30,207.28 446.47,206.65 446.62,206.04 446.77,205.40 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7651"
+ points="447.67,201.02 448.35,200.69 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7653"
+ points="447.90,203.15 447.33,202.91 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7655"
+ points="447.33,202.91 447.45,202.28 447.56,201.65 447.67,201.02 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7657"
+ points="448.25,196.68 448.93,196.23 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7659"
+ points="448.05,198.54 448.11,197.93 448.20,197.30 448.25,196.68 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7661"
+ points="447.67,182.38 447.56,181.88 447.45,181.36 447.33,180.86 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7663"
+ points="448.51,192.45 449.18,191.88 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7665"
+ points="448.44,194.26 448.46,193.64 448.50,193.04 448.51,192.45 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7667"
+ points="448.44,188.36 449.08,187.69 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7669"
+ points="448.51,190.09 448.50,189.50 448.46,188.92 448.44,188.36 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7671"
+ points="448.25,186.12 448.20,185.57 448.11,185.02 448.05,184.49 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7673"
+ points="448.05,184.49 448.65,183.72 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7675"
+ points="427.06,237.72 426.82,237.64 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7677"
+ points="425.24,238.74 426.39,239.12 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7679"
+ points="430.00,235.41 429.66,235.30 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7681"
+ points="428.10,236.64 429.26,237.02 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7683"
+ points="432.82,232.66 432.40,232.52 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7685"
+ points="430.91,234.10 432.05,234.48 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7687"
+ points="435.51,229.51 435.02,229.35 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7689"
+ points="433.60,231.14 434.74,231.53 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7691"
+ points="438.01,226.00 437.48,225.83 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7693"
+ points="436.14,227.80 437.30,228.19 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7695"
+ points="440.30,222.19 439.74,222.00 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7697"
+ points="438.51,224.15 439.68,224.53 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7699"
+ points="442.93,218.32 441.78,217.93 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7701"
+ points="440.69,220.21 441.84,220.59 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7703"
+ points="444.73,214.06 443.56,213.68 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7705"
+ points="442.62,216.04 443.76,216.42 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7707"
+ points="446.24,209.66 445.07,209.28 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7709"
+ points="444.28,211.70 445.44,212.08 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7711"
+ points="447.45,205.17 446.30,204.79 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7713"
+ points="445.67,207.27 446.82,207.65 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7715"
+ points="448.35,200.69 447.20,200.30 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7717"
+ points="446.74,202.76 447.90,203.15 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7719"
+ points="448.93,196.23 447.78,195.85 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7721"
+ points="447.50,198.28 448.06,198.46 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7723"
+ points="447.20,181.64 447.54,181.76 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7725"
+ points="449.18,191.88 448.01,191.50 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7727"
+ points="447.93,193.87 448.45,194.05 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7729"
+ points="449.08,187.69 447.93,187.31 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7731"
+ points="448.01,189.59 448.51,189.75 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7733"
+ points="447.78,185.50 448.20,185.64 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7735"
+ points="448.65,183.72 447.50,183.34 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7737"
+ points="426.82,237.64 426.55,236.88 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7739"
+ points="425.36,237.71 425.24,238.74 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7741"
+ points="425.24,238.74 425.77,238.39 426.30,238.02 426.82,237.64 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7743"
+ points="429.66,235.30 429.33,234.62 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7745"
+ points="428.15,235.63 428.10,236.64 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7747"
+ points="428.10,236.64 428.63,236.21 429.14,235.76 429.66,235.30 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7749"
+ points="432.40,232.52 432.00,231.92 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7751"
+ points="430.86,233.14 430.91,234.10 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7753"
+ points="430.91,234.10 431.40,233.58 431.90,233.05 432.40,232.52 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7755"
+ points="435.02,229.35 434.56,228.87 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7757"
+ points="433.48,230.23 433.60,231.14 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7759"
+ points="433.60,231.14 434.08,230.56 434.54,229.96 435.02,229.35 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7761"
+ points="437.48,225.83 436.97,225.46 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7763"
+ points="435.96,226.96 436.14,227.80 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7765"
+ points="436.14,227.80 436.60,227.16 437.04,226.51 437.48,225.83 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7767"
+ points="439.74,222.00 439.18,221.75 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7769"
+ points="438.25,223.38 438.51,224.15 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7771"
+ points="438.51,224.15 438.93,223.45 439.34,222.74 439.74,222.00 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7773"
+ points="441.78,217.93 441.17,217.80 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7775"
+ points="440.34,219.53 440.69,220.21 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7777"
+ points="440.69,220.21 441.06,219.46 441.42,218.70 441.78,217.93 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7779"
+ points="443.56,213.68 442.93,213.66 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7781"
+ points="442.22,215.46 442.62,216.04 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7783"
+ points="442.62,216.04 442.95,215.26 443.26,214.48 443.56,213.68 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7785"
+ points="445.07,209.28 444.43,209.38 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7787"
+ points="443.81,211.24 444.28,211.70 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7789"
+ points="444.28,211.70 444.56,210.91 444.83,210.09 445.07,209.28 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7791"
+ points="446.30,204.79 445.62,205.02 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7793"
+ points="445.14,206.90 445.67,207.27 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7795"
+ points="445.67,207.27 445.89,206.43 446.09,205.62 446.30,204.79 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7797"
+ points="447.20,200.30 446.52,200.65 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7799"
+ points="446.17,202.53 446.74,202.76 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7801"
+ points="446.74,202.76 446.90,201.95 447.05,201.12 447.20,200.30 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7803"
+ points="447.78,195.85 447.10,196.30 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7805"
+ points="446.89,198.16 447.50,198.28 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7807"
+ points="447.50,198.28 447.60,197.46 447.70,196.65 447.78,195.85 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7809"
+ points="448.01,191.50 447.37,192.06 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7811"
+ points="447.28,193.87 447.93,193.87 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7813"
+ points="447.93,193.87 447.96,193.08 448.00,192.28 448.01,191.50 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7815"
+ points="447.93,187.31 447.28,187.98 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7817"
+ points="447.37,189.70 448.01,189.59 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7819"
+ points="448.01,189.59 448.00,188.82 447.96,188.06 447.93,187.31 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7821"
+ points="447.78,185.50 447.70,184.77 447.60,184.05 447.50,183.34 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7823"
+ points="447.50,183.34 446.89,184.10 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7825"
+ points="423.96,237.24 425.36,237.71 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7827"
+ points="425.36,237.71 425.76,237.44 426.15,237.16 426.55,236.88 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7829"
+ points="426.75,235.18 428.15,235.63 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7831"
+ points="428.15,235.63 428.53,235.30 428.93,234.96 429.33,234.62 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7833"
+ points="429.48,232.67 430.86,233.14 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7835"
+ points="430.86,233.14 431.24,232.74 431.62,232.34 432.00,231.92 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7837"
+ points="432.09,229.76 433.48,230.23 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7839"
+ points="433.48,230.23 433.85,229.78 434.19,229.33 434.56,228.87 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7841"
+ points="434.56,226.51 435.96,226.96 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7843"
+ points="435.96,226.96 436.29,226.47 436.62,225.96 436.97,225.46 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7845"
+ points="436.85,222.92 438.25,223.38 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7847"
+ points="438.25,223.38 438.56,222.85 438.88,222.30 439.18,221.75 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7849"
+ points="441.17,217.80 439.79,217.35 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7851"
+ points="438.96,219.08 440.34,219.53 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7853"
+ points="440.34,219.53 440.62,218.96 440.90,218.38 441.17,217.80 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7855"
+ points="442.93,213.66 441.54,213.20 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7857"
+ points="440.82,215.01 442.22,215.46 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7859"
+ points="442.22,215.46 442.45,214.86 442.70,214.26 442.93,213.66 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7861"
+ points="444.43,209.38 443.03,208.93 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7863"
+ points="442.43,210.77 443.81,211.24 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7865"
+ points="443.81,211.24 444.03,210.62 444.23,210.01 444.43,209.38 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7867"
+ points="445.62,205.02 444.23,204.56 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7869"
+ points="443.75,206.45 445.14,206.90 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7871"
+ points="445.14,206.90 445.31,206.29 445.47,205.65 445.62,205.02 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7873"
+ points="446.52,200.65 445.13,200.19 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7875"
+ points="444.77,202.06 446.17,202.53 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7877"
+ points="446.17,202.53 446.30,201.90 446.40,201.27 446.52,200.65 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7879"
+ points="447.10,196.30 445.71,195.85 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7881"
+ points="446.89,198.16 446.97,197.55 447.03,196.91 447.10,196.30 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7883"
+ points="447.37,192.06 445.97,191.60 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7885"
+ points="445.91,193.41 447.28,193.87 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7887"
+ points="447.28,193.87 447.32,193.26 447.35,192.66 447.37,192.06 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7889"
+ points="446.52,182.01 446.40,181.50 446.30,180.98 446.17,180.48 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7891"
+ points="447.28,187.98 445.91,187.51 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7893"
+ points="445.97,189.25 447.37,189.70 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7895"
+ points="447.37,189.70 447.35,189.12 447.32,188.56 447.28,187.98 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7897"
+ points="447.10,185.73 447.03,185.18 446.97,184.64 446.89,184.10 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7899"
+ points="446.89,184.10 445.51,183.64 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7901"
+ points="446.27,181.93 446.29,182.03 446.37,182.54 445.51,183.64 445.57,184.19 445.65,184.72 445.71,185.28 447.10,185.73 447.78,185.50 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7903"
+ points="423.80,238.74 423.96,237.24 424.36,236.97 424.78,236.69 425.18,236.41 426.55,236.88 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7905"
+ points="427.93,234.15 429.33,234.62 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7907"
+ points="426.45,236.84 426.70,236.63 426.75,235.18 427.15,234.85 427.53,234.50 427.93,234.15 429.07,234.53 429.16,234.43 429.53,234.07 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7909"
+ points="429.53,234.07 429.48,232.67 429.86,232.27 430.23,231.87 430.61,231.48 432.00,231.92 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7911"
+ points="433.17,228.40 434.56,228.87 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7913"
+ points="435.57,225.00 436.97,225.46 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7915"
+ points="437.78,221.29 439.18,221.75 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7917"
+ points="445.61,202.41 444.77,202.06 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7919"
+ points="445.51,197.70 446.89,198.16 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7921"
+ points="446.75,185.62 446.79,186.01 446.82,186.55 445.91,187.51 445.92,188.09 445.96,188.67 445.97,189.25 446.93,189.56 446.94,190.22 446.92,190.78 445.97,191.60 445.96,192.20 445.92,192.81 445.91,193.41 446.80,193.71 446.79,194.01 446.74,194.59 446.69,195.19 445.71,195.85 445.65,196.47 445.57,197.08 445.51,197.70 446.35,197.98 446.29,198.48 446.20,199.07 446.10,199.69 445.13,200.19 445.02,200.82 444.91,201.43 444.77,202.06 445.61,202.41 445.47,203.03 445.34,203.63 445.21,204.23 444.23,204.56 444.08,205.19 443.91,205.82 443.75,206.45 444.51,206.97 444.34,207.57 444.16,208.16 443.98,208.76 443.03,208.93 442.83,209.54 442.63,210.16 442.43,210.77 443.10,211.45 442.90,212.05 442.68,212.63 442.47,213.21 441.54,213.20 441.30,213.81 441.07,214.41 440.82,215.01 441.40,215.84 441.17,216.41 440.90,216.99 440.65,217.53 439.79,217.35 439.51,217.93 439.25,218.50 438.96,219.08 439.44,220.04 439.18,220.59 438.90,221.12 438.65,221.58 437.78,221.29 437.48,221.84 437.17,222.39 436.85,222.92 437.25,224.03 436.93,224.53 436.64,225.04 436.48,225.30 435.57,225.00 435.24,225.51 434.89,226.01 434.56,226.51 434.84,227.72 434.51,228.19 434.18,228.65 434.12,228.72 433.17,228.40 432.82,228.87 432.45,229.32 432.09,229.76 432.25,231.09 431.90,231.51 431.64,231.83 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7923"
+ points="419.53,240.01 420.69,240.40 421.15,240.86 420.16,243.85 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7925"
+ points="422.35,245.53 423.15,242.49 422.63,242.14 421.29,241.70 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7927"
+ points="452.46,170.95 453.35,171.24 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7929"
+ points="454.57,172.62 455.54,172.94 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7931"
+ points="456.46,174.76 457.50,175.10 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7933"
+ points="458.09,177.34 459.19,177.71 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7935"
+ points="459.49,180.36 460.61,180.73 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7937"
+ points="453.06,174.65 452.57,174.28 447.04,172.46 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7939"
+ points="455.01,176.39 454.56,175.93 443.94,172.42 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7941"
+ points="444.41,172.89 455.01,176.39 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7943"
+ points="456.72,178.57 456.32,178.01 445.72,174.50 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7945"
+ points="446.10,175.06 456.72,178.57 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7947"
+ points="458.18,181.15 457.85,180.48 447.23,176.98 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7949"
+ points="447.56,177.64 458.18,181.15 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7951"
+ points="452.42,170.71 452.73,170.89 453.05,171.06 453.35,171.24 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7953"
+ points="453.35,171.24 452.57,174.28 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7955"
+ points="447.44,172.79 453.06,174.65 454.69,172.21 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7957"
+ points="454.69,172.21 454.99,172.44 455.27,172.69 455.54,172.94 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7959"
+ points="455.54,172.94 454.56,175.93 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7961"
+ points="455.01,176.39 456.75,174.18 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7963"
+ points="456.75,174.18 457.02,174.48 457.27,174.78 457.50,175.10 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7965"
+ points="457.50,175.10 456.32,178.01 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7967"
+ points="456.72,178.57 458.56,176.61 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7969"
+ points="458.56,176.61 458.78,176.98 458.99,177.34 459.19,177.71 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7971"
+ points="459.19,177.71 457.85,180.48 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7973"
+ points="458.18,181.15 460.07,179.48 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7975"
+ points="460.07,179.48 460.26,179.90 460.44,180.32 460.61,180.73 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7977"
+ points="447.33,180.86 447.90,180.03 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7979"
+ points="447.90,180.03 446.74,179.65 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7981"
+ points="447.20,181.64 447.05,180.96 446.90,180.30 446.74,179.65 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7983"
+ points="446.74,179.65 446.17,180.48 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7985"
+ points="446.17,180.48 444.77,180.03 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7987"
+ points="445.61,178.82 444.77,180.03 444.91,180.53 445.02,181.03 445.13,181.55 446.52,182.01 447.20,181.64 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7989"
+ points="448.75,180.60 448.48,179.85 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7991"
+ points="448.48,179.85 449.24,178.54 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7993"
+ points="446.77,178.94 448.65,179.56 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7995"
+ points="449.24,178.54 446.30,177.56 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7997"
+ points="446.30,177.56 446.82,176.66 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline7999"
+ points="446.82,176.66 445.67,176.28 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline8001"
+ points="446.30,178.09 446.09,177.47 445.89,176.88 445.67,176.28 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline8003"
+ points="445.67,176.28 445.14,177.17 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline8005"
+ points="445.62,178.55 445.47,178.09 445.31,177.64 445.14,177.17 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline8007"
+ points="445.14,177.17 443.75,176.73 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline8009"
+ points="446.77,178.94 446.62,178.47 446.47,178.02 446.30,177.56 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline8011"
+ points="444.35,175.69 443.75,176.73 443.91,177.17 444.08,177.64 444.23,178.11 445.62,178.55 446.30,178.09 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline8013"
+ points="447.56,177.64 447.23,176.98 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline8015"
+ points="447.23,176.98 447.75,175.92 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline8017"
+ points="445.73,174.87 444.98,174.62 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline8019"
+ points="446.10,175.06 445.72,174.50 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline8021"
+ points="445.72,174.50 446.07,173.63 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline8023"
+ points="444.09,173.10 446.00,173.74 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline8025"
+ points="444.09,173.10 443.85,172.76 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8027"
+ d="M 514.35 269.78 C 508.23 267.56 504.13 259.88 504.13 248.68 C 504.13 231.65 513.59 212.93 525.26 206.87 C 528.90 204.98 532.33 204.55 535.33 205.36 L 539.43 206.72 C 545.46 209.02 549.47 216.67 549.47 227.76 C 549.47 244.79 540.01 263.51 528.35 269.57 C 524.70 271.46 521.27 271.89 518.28 271.07 L 514.35 269.78 L 514.35 269.78"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8029"
+ d="M539.43 206.72C536.21 205.49 532.41 205.78 528.35 207.89C527.93 208.11 527.51 208.34 527.10 208.59"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8031"
+ d="M519.98 214.75C515.71 219.66 512.17 226.18 509.91 233.23"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8033"
+ d="M507.73 242.73C507.39 245.06 507.23 247.40 507.23 249.70C507.22 261.41 511.69 269.27 518.28 271.07"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8035"
+ d="M532.73 225.40C528.57 224.02 523.21 228.86 520.78 236.21C518.35 243.55 519.77 250.63 523.94 252.01"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8037"
+ d="M523.94 252.01C528.11 253.39 533.45 248.55 535.88 241.20C536.02 240.79 536.14 240.38 536.26 239.97"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8039"
+ d="M536.67 230.52C536.03 227.93 534.68 226.04 532.73 225.40"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8041"
+ d="M523.08 251.16C526.77 250.63 530.78 246.26 532.80 240.18C534.85 233.97 534.16 227.95 531.38 225.41"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8043"
+ d="M526.68 220.60C526.81 221.01 527.05 221.31 527.38 221.43C527.66 221.53 527.97 221.48 528.27 221.32"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8045"
+ d="M529.07 220.63C529.34 220.29 529.57 219.88 529.73 219.40C529.90 218.94 529.98 218.48 529.99 218.06"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8047"
+ d="M529.62 216.66C529.50 216.51 529.35 216.40 529.18 216.34C528.84 216.21 528.45 216.31 528.08 216.57"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8049"
+ d="M 526.75 220.53 C 527.23 220.18 527.68 219.55 527.95 218.77 C 528.23 217.99 528.27 217.22 528.13 216.64 L 528.08 216.57 C 527.57 216.92 527.11 217.56 526.82 218.37 C 526.53 219.20 526.49 220.02 526.68 220.60 L 526.75 220.53 L 526.75 220.53"
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8051"
+ d="M538.50 244.25C538.63 244.66 538.87 244.96 539.20 245.08C539.48 245.17 539.79 245.13 540.10 244.97"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8053"
+ d="M540.89 244.27C541.16 243.94 541.39 243.52 541.56 243.04C541.72 242.58 541.80 242.12 541.81 241.71"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8055"
+ d="M541.44 240.30C541.32 240.15 541.18 240.04 541.00 239.98C540.66 239.86 540.27 239.95 539.90 240.21"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8057"
+ d="M 538.57 244.17 C 539.05 243.82 539.50 243.19 539.77 242.41 C 540.05 241.63 540.10 240.87 539.94 240.29 L 539.90 240.21 C 539.40 240.56 538.93 241.20 538.64 242.01 C 538.35 242.84 538.31 243.66 538.50 244.25 L 538.57 244.17 L 538.57 244.17"
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8059"
+ d="M515.00 256.47C515.13 256.88 515.36 257.18 515.69 257.29C515.98 257.39 516.28 257.35 516.59 257.19"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8061"
+ d="M517.39 256.49C517.65 256.16 517.89 255.74 518.05 255.26C518.21 254.80 518.30 254.35 518.31 253.93"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8063"
+ d="M517.94 252.52C517.82 252.37 517.67 252.26 517.50 252.20C517.16 252.08 516.76 252.17 516.39 252.43"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8065"
+ d="M 515.07 256.39 C 515.55 256.04 515.99 255.41 516.27 254.64 C 516.54 253.86 516.59 253.08 516.44 252.50 L 516.39 252.43 C 515.89 252.78 515.43 253.42 515.14 254.23 C 514.85 255.06 514.81 255.88 515.00 256.47 L 515.07 256.39 L 515.07 256.39"
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8067"
+ d="M 547.15 276.86 C 547.15 277.16 547.17 277.33 547.17 277.33 L 554.66 279.83 L 555.27 279.87 C 555.27 279.87 555.57 279.39 555.86 278.54 C 556.26 278.50 556.67 278.41 557.09 278.24 C 557.19 279.00 557.39 279.35 557.39 279.35 L 558.05 279.00 C 558.05 279.00 558.25 278.44 558.33 277.58 C 558.75 277.29 559.16 276.94 559.56 276.56 C 559.85 277.10 560.16 277.25 560.16 277.25 L 560.76 276.55 C 560.76 276.55 560.83 275.98 560.68 275.25 C 561.06 274.76 561.41 274.23 561.72 273.66 C 562.18 273.90 562.54 273.82 562.54 273.82 L 563.00 272.89 C 563.00 272.89 562.92 272.39 562.58 271.91 C 562.85 271.29 563.08 270.65 563.27 270.00 C 563.81 269.90 564.18 269.61 564.18 269.61 L 564.43 268.58 C 564.43 268.58 564.21 268.24 563.73 268.07 C 563.85 267.42 563.93 266.77 563.96 266.12 C 564.51 265.70 564.82 265.23 564.82 265.23 L 564.81 264.27 C 564.81 264.27 564.50 264.14 563.95 264.31 C 563.90 263.70 563.81 263.14 563.69 262.62 C 564.16 261.94 564.36 261.37 564.36 261.37 L 564.11 260.61 C 564.11 260.61 563.74 260.71 563.20 261.20 C 563.00 260.75 562.76 260.37 562.49 260.03 C 562.82 259.19 562.89 258.61 562.89 258.61 L 562.42 258.18 C 562.42 258.18 562.06 258.49 561.61 259.21 C 561.29 259.00 560.93 258.84 560.56 258.75 C 560.68 257.88 560.61 257.37 560.61 257.37 L 553.12 254.87 L 552.52 254.83 C 552.52 254.83 552.34 254.88 552.06 255.73"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><polyline
+ id="polyline8069"
+ points="550.39,255.34 557.88,257.84 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline8071"
+ points="547.63,257.45 555.12,259.95 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline8073"
+ points="542.97,270.43 550.46,272.93 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline8075"
+ points="543.67,274.08 551.16,276.58 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8077"
+ d="M 545.29 274.67 C 544.97 275.51 544.90 276.08 544.90 276.08 L 545.36 276.52 C 545.36 276.52 545.44 276.46 545.56 276.32"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8079"
+ d="M 543.87 270.75 C 543.92 271.22 544.00 271.66 544.10 272.08 C 543.63 272.76 543.42 273.33 543.42 273.33 L 543.67 274.08 C 543.67 274.08 543.69 274.08 543.72 274.07"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8081"
+ d="M 547.67 257.48 C 547.64 257.46 547.63 257.45 547.63 257.45 L 547.03 258.14 C 547.03 258.14 546.96 258.72 547.10 259.45 C 546.73 259.94 546.38 260.47 546.06 261.03 C 545.61 260.79 545.24 260.88 545.24 260.88 L 544.79 261.80 C 544.79 261.80 544.87 262.30 545.20 262.79 C 544.94 263.41 544.71 264.05 544.51 264.70 C 543.97 264.80 543.61 265.09 543.61 265.09 L 543.37 266.12 C 543.37 266.12 543.58 266.46 544.06 266.63 C 543.94 267.28 543.86 267.93 543.83 268.58 C 543.28 269.00 542.96 269.46 542.96 269.46 C 542.96 269.46 542.97 270.27 542.97 270.41"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8083"
+ d="M 550.39 255.34 L 549.74 255.69 C 549.74 255.69 549.54 256.26 549.46 257.12 C 549.19 257.30 548.92 257.52 548.65 257.75"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8085"
+ d="M552.85 279.02C552.85 279.02 553.22 278.71 553.66 277.99"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8087"
+ d="M551.16 276.58C551.16 276.58 551.53 276.48 552.07 276.00"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8089"
+ d="M550.46 272.93C550.46 272.93 550.78 273.06 551.33 272.89"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8091"
+ d="M555.72 260.64C555.43 260.10 555.12 259.95 555.12 259.95"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8093"
+ d="M558.18 258.96C558.09 258.20 557.88 257.84 557.88 257.84"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline8095"
+ points="549.46,257.12 556.95,259.62 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline8097"
+ points="547.03,258.14 554.52,260.64 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline8099"
+ points="547.10,259.45 554.59,261.95 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline8101"
+ points="545.24,260.88 552.73,263.37 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline8103"
+ points="545.20,262.79 552.69,265.29 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline8105"
+ points="544.51,264.70 552.00,267.20 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline8107"
+ points="543.37,266.12 550.85,268.62 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline8109"
+ points="543.83,268.58 551.31,271.08 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline8111"
+ points="544.10,272.08 551.59,274.58 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline8113"
+ points="544.90,276.08 552.38,278.58 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8115"
+ d="M553.66 277.99C553.99 278.20 554.34 278.36 554.71 278.46C554.59 279.32 554.66 279.83 554.66 279.83"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8117"
+ d="M 552.07 276.00 C 552.28 276.45 552.51 276.84 552.78 277.16 C 552.46 278.00 552.38 278.58 552.38 278.58 L 552.85 279.02"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8119"
+ d="M 551.33 272.89 C 551.38 273.50 551.46 274.06 551.59 274.58 C 551.12 275.26 550.91 275.83 550.91 275.83 L 551.16 276.58"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8121"
+ d="M 555.12 259.95 L 554.52 260.64 C 554.52 260.64 554.45 261.22 554.59 261.95 C 554.22 262.44 553.87 262.97 553.56 263.53 C 553.10 263.29 552.73 263.37 552.73 263.37 L 552.27 264.31 C 552.27 264.31 552.36 264.80 552.69 265.29 C 552.43 265.91 552.20 266.55 552.00 267.20 C 551.47 267.30 551.09 267.60 551.09 267.60 L 550.85 268.62 C 550.85 268.62 551.06 268.96 551.54 269.13 C 551.43 269.78 551.35 270.43 551.31 271.08 C 550.77 271.50 550.45 271.96 550.45 271.96 L 550.46 272.93"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8123"
+ d="M 557.88 257.84 L 557.23 258.19 C 557.23 258.19 557.03 258.77 556.95 259.62 C 556.52 259.91 556.12 260.25 555.72 260.64"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8125"
+ d="M 560.61 257.37 L 560.00 257.33 C 560.00 257.33 559.70 257.81 559.42 258.66 C 559.02 258.70 558.61 258.79 558.18 258.96"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline8127"
+ points="560.78,257.64 562.42,258.18 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline8129"
+ points="545.36,276.52 552.85,279.02 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8131"
+ d="M554.14 272.38C554.43 273.29 554.95 273.96 555.68 274.22C556.31 274.44 557.00 274.34 557.68 273.98"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8133"
+ d="M559.44 272.44C560.03 271.69 560.54 270.76 560.92 269.71C561.28 268.69 561.46 267.67 561.48 266.75"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8135"
+ d="M560.66 263.63C560.39 263.29 560.07 263.05 559.69 262.91C558.93 262.64 558.06 262.86 557.24 263.43"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8137"
+ d="M 554.30 272.22 C 555.36 271.43 556.35 270.04 556.96 268.32 C 557.58 266.59 557.68 264.88 557.34 263.59 L 557.24 263.43 C 556.13 264.20 555.09 265.63 554.45 267.42 C 553.80 269.26 553.73 271.08 554.14 272.38 L 554.30 272.22 L 554.30 272.22"
+ style="fill:#000000; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8139"
+ d="M 631.67 282.03 C 630.10 281.45 629.06 279.49 629.06 276.63 C 629.06 272.25 631.49 267.45 634.49 265.90 C 635.37 265.44 636.21 265.31 636.96 265.48 L 638.84 266.09 C 640.47 266.62 641.56 268.61 641.56 271.54 C 641.56 275.91 639.13 280.72 636.14 282.27 C 635.20 282.76 634.32 282.87 633.55 282.66 L 631.67 282.03 L 631.67 282.03"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:4.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8141"
+ d="M 631.67 282.03 C 630.10 281.45 629.06 279.49 629.06 276.63 C 629.06 272.25 631.49 267.45 634.49 265.90 C 635.37 265.44 636.21 265.31 636.96 265.48 L 638.84 266.09 C 640.47 266.62 641.56 268.61 641.56 271.54 C 641.56 275.91 639.13 280.72 636.14 282.27 C 635.20 282.76 634.32 282.87 633.55 282.66 L 631.67 282.03 L 631.67 282.03"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8143"
+ d="M 633.55 282.66 C 631.86 282.20 630.72 280.18 630.72 277.17 C 630.72 272.80 633.14 268.00 636.14 266.44 C 637.12 265.93 638.05 265.83 638.84 266.09"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8145"
+ d="M 568.11 275.43 C 568.37 278.77 570.53 280.22 572.94 278.66 C 575.34 277.09 577.09 273.12 576.82 269.77 C 576.56 266.43 574.41 264.98 572.00 266.54 C 569.59 268.10 567.85 272.08 568.11 275.43 L 568.11 275.43"
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:butt; stroke-linejoin:miter" /><path
+ id="path8147"
+ d="M 569.30 280.13 C 568.91 280.01 568.77 279.35 569.00 278.66 C 569.22 277.98 569.72 277.52 570.11 277.65 L 576.56 279.79 C 576.95 279.92 577.09 280.58 576.86 281.27 C 576.64 281.95 576.14 282.40 575.75 282.27 L 569.30 280.13 L 569.30 280.13"
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:butt; stroke-linejoin:miter" /><path
+ id="path8149"
+ d="M 575.58 280.84 C 575.78 280.22 576.23 279.82 576.58 279.93 C 576.93 280.05 577.05 280.64 576.85 281.25 C 576.65 281.87 576.19 282.28 575.85 282.16 C 575.49 282.05 575.37 281.45 575.58 280.84 L 575.58 280.84"
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:butt; stroke-linejoin:miter" /><path
+ id="path8151"
+ d="M 569.30 280.13 C 568.91 280.01 568.77 279.35 569.00 278.66 C 569.22 277.98 569.72 277.52 570.11 277.65 L 576.56 279.79 C 576.95 279.92 577.09 280.58 576.86 281.27 C 576.64 281.95 576.14 282.40 575.75 282.27 L 569.30 280.13 L 569.30 280.13"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:butt; stroke-linejoin:bevel" /><path
+ id="path8153"
+ d="M 575.58 280.84 C 575.78 280.22 576.23 279.82 576.58 279.93 C 576.93 280.05 577.05 280.64 576.85 281.25 C 576.65 281.87 576.19 282.28 575.85 282.16 C 575.50 282.05 575.37 281.45 575.58 280.84 L 575.58 280.84"
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8155"
+ d="M 568.20 278.78 C 567.81 278.65 567.68 277.99 567.90 277.31 C 568.13 276.62 568.63 276.17 569.02 276.30 L 575.47 278.44 C 575.86 278.57 575.99 279.22 575.77 279.91 C 575.54 280.59 575.04 281.05 574.65 280.92 L 568.20 278.78 L 568.20 278.78"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8157"
+ d="M 574.48 279.48 C 574.69 278.87 575.13 278.46 575.49 278.58 C 575.84 278.69 575.96 279.28 575.76 279.90 C 575.55 280.52 575.10 280.92 574.75 280.81 C 574.40 280.69 574.28 280.10 574.48 279.48 L 574.48 279.48"
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8159"
+ d="M 567.69 276.69 C 567.30 276.56 567.17 275.91 567.39 275.22 C 567.62 274.54 568.12 274.08 568.51 274.21 L 574.95 276.35 C 575.34 276.48 575.48 277.14 575.25 277.82 C 575.03 278.51 574.53 278.96 574.14 278.83 L 567.69 276.69 L 567.69 276.69"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8161"
+ d="M 573.97 277.40 C 574.17 276.78 574.62 276.37 574.97 276.49 C 575.33 276.60 575.44 277.20 575.24 277.81 C 575.04 278.43 574.59 278.84 574.24 278.72 C 573.89 278.61 573.77 278.01 573.97 277.40 L 573.97 277.40"
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8163"
+ d="M 567.83 274.13 C 567.44 274.01 567.31 273.35 567.53 272.66 C 567.76 271.98 568.26 271.53 568.65 271.65 L 575.10 273.79 C 575.49 273.92 575.62 274.58 575.40 275.27 C 575.17 275.95 574.67 276.40 574.28 276.27 L 567.83 274.13 L 567.83 274.13"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8165"
+ d="M 574.11 274.84 C 574.31 274.22 574.76 273.81 575.11 273.93 C 575.47 274.05 575.59 274.64 575.38 275.26 C 575.18 275.87 574.73 276.28 574.38 276.16 C 574.03 276.05 573.91 275.46 574.11 274.84 L 574.11 274.84"
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8167"
+ d="M 568.64 271.59 C 568.25 271.46 568.11 270.80 568.34 270.12 C 568.56 269.43 569.06 268.98 569.46 269.11 L 575.90 271.25 C 576.29 271.38 576.43 272.04 576.20 272.72 C 575.98 273.41 575.48 273.86 575.09 273.73 L 568.64 271.59 L 568.64 271.59"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8169"
+ d="M 574.92 272.29 C 575.12 271.68 575.57 271.27 575.92 271.39 C 576.27 271.50 576.39 272.10 576.19 272.71 C 575.99 273.33 575.54 273.74 575.19 273.62 C 574.83 273.51 574.71 272.91 574.92 272.29 L 574.92 272.29"
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8171"
+ d="M 575.50 276.11 C 575.10 275.98 574.97 275.32 575.20 274.63 C 575.43 273.95 575.92 273.50 576.31 273.63 L 582.76 275.76 C 583.15 275.89 583.29 276.55 583.06 277.24 C 582.84 277.92 582.34 278.37 581.95 278.25 L 575.50 276.11 L 575.50 276.11"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8173"
+ d="M 581.78 276.81 C 581.98 276.19 582.43 275.79 582.78 275.90 C 583.13 276.02 583.25 276.61 583.05 277.23 C 582.85 277.84 582.40 278.25 582.05 278.14 C 581.69 278.02 581.57 277.43 581.78 276.81 L 581.78 276.81"
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8175"
+ d="M 574.16 278.35 C 573.77 278.22 573.64 277.57 573.86 276.88 C 574.08 276.19 574.58 275.74 574.98 275.87 L 581.42 278.01 C 581.81 278.14 581.95 278.80 581.72 279.48 C 581.50 280.17 581.00 280.62 580.61 280.49 L 574.16 278.35 L 574.16 278.35"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8177"
+ d="M 580.44 279.06 C 580.64 278.44 581.09 278.03 581.44 278.15 C 581.80 278.26 581.92 278.86 581.71 279.47 C 581.51 280.09 581.06 280.50 580.71 280.38 C 580.36 280.27 580.23 279.67 580.44 279.06 L 580.44 279.06"
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8179"
+ d="M 572.52 279.90 C 572.14 279.77 572.00 279.12 572.23 278.43 C 572.45 277.75 572.95 277.29 573.34 277.42 L 579.79 279.56 C 580.18 279.69 580.32 280.35 580.09 281.03 C 579.87 281.72 579.37 282.17 578.97 282.04 L 572.52 279.90 L 572.52 279.90"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8181"
+ d="M 578.81 280.61 C 579.01 279.99 579.46 279.58 579.81 279.70 C 580.16 279.81 580.28 280.41 580.08 281.02 C 579.88 281.64 579.43 282.04 579.07 281.93 C 578.73 281.82 578.60 281.22 578.81 280.61 L 578.81 280.61"
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8183"
+ d="M 570.82 280.52 C 570.43 280.39 570.30 279.73 570.52 279.05 C 570.74 278.36 571.24 277.91 571.63 278.04 L 578.08 280.18 C 578.47 280.30 578.61 280.96 578.38 281.65 C 578.15 282.34 577.66 282.79 577.27 282.66 L 570.82 280.52 L 570.82 280.52"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8185"
+ d="M 577.10 281.22 C 577.30 280.60 577.75 280.20 578.10 280.32 C 578.45 280.43 578.58 281.02 578.37 281.64 C 578.17 282.25 577.72 282.66 577.37 282.55 C 577.02 282.43 576.89 281.84 577.10 281.22 L 577.10 281.22"
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8187"
+ d="M 576.28 273.54 C 575.89 273.41 575.75 272.75 575.97 272.07 C 576.20 271.38 576.70 270.93 577.09 271.06 L 583.54 273.20 C 583.93 273.33 584.06 273.98 583.84 274.67 C 583.62 275.36 583.11 275.80 582.72 275.68 L 576.28 273.54 L 576.28 273.54"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8189"
+ d="M 582.55 274.24 C 582.76 273.63 583.21 273.22 583.56 273.34 C 583.91 273.45 584.03 274.04 583.83 274.66 C 583.63 275.28 583.18 275.68 582.83 275.57 C 582.47 275.45 582.35 274.86 582.55 274.24 L 582.55 274.24"
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8191"
+ d="M 576.40 271.05 C 576.01 270.92 575.87 270.26 576.09 269.58 C 576.32 268.89 576.82 268.44 577.21 268.57 L 583.66 270.71 C 584.05 270.84 584.19 271.49 583.96 272.18 C 583.73 272.86 583.23 273.31 582.84 273.19 L 576.40 271.05 L 576.40 271.05"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8193"
+ d="M 582.67 271.75 C 582.88 271.13 583.33 270.73 583.68 270.84 C 584.03 270.96 584.15 271.55 583.95 272.17 C 583.75 272.79 583.30 273.19 582.94 273.08 C 582.59 272.96 582.47 272.37 582.67 271.75 L 582.67 271.75"
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8195"
+ d="M 575.90 268.89 C 575.51 268.77 575.38 268.11 575.60 267.42 C 575.83 266.74 576.33 266.29 576.72 266.41 L 583.17 268.55 C 583.56 268.68 583.69 269.34 583.47 270.03 C 583.24 270.71 582.74 271.16 582.35 271.03 L 575.90 268.89 L 575.90 268.89"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8197"
+ d="M 582.18 269.60 C 582.38 268.98 582.83 268.57 583.19 268.69 C 583.54 268.81 583.66 269.40 583.46 270.02 C 583.26 270.63 582.80 271.04 582.45 270.92 C 582.10 270.81 581.98 270.21 582.18 269.60 L 582.18 269.60"
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8199"
+ d="M 574.79 267.58 C 574.39 267.45 574.26 266.79 574.48 266.10 C 574.71 265.42 575.21 264.97 575.60 265.10 L 582.05 267.23 C 582.44 267.36 582.58 268.02 582.35 268.71 C 582.12 269.39 581.63 269.84 581.23 269.71 L 574.79 267.58 L 574.79 267.58"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8201"
+ d="M 581.06 268.28 C 581.27 267.66 581.72 267.26 582.07 267.37 C 582.42 267.49 582.54 268.08 582.34 268.70 C 582.14 269.31 581.69 269.72 581.33 269.61 C 580.98 269.49 580.86 268.89 581.06 268.28 L 581.06 268.28"
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8203"
+ d="M 573.29 267.15 C 572.90 267.03 572.76 266.37 572.98 265.68 C 573.21 265.00 573.71 264.54 574.11 264.67 L 580.55 266.81 C 580.94 266.94 581.08 267.60 580.85 268.29 C 580.62 268.97 580.13 269.42 579.73 269.29 L 573.29 267.15 L 573.29 267.15"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8205"
+ d="M 579.57 267.86 C 579.77 267.24 580.22 266.83 580.57 266.95 C 580.92 267.06 581.04 267.66 580.84 268.28 C 580.64 268.89 580.19 269.30 579.83 269.18 C 579.48 269.07 579.37 268.48 579.57 267.86 L 579.57 267.86"
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8207"
+ d="M 571.58 267.80 C 571.19 267.67 571.06 267.01 571.28 266.33 C 571.51 265.64 572.01 265.19 572.40 265.32 L 578.84 267.46 C 579.24 267.59 579.37 268.25 579.15 268.93 C 578.92 269.61 578.42 270.07 578.03 269.94 L 571.58 267.80 L 571.58 267.80"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8209"
+ d="M 577.86 268.50 C 578.07 267.89 578.51 267.48 578.87 267.59 C 579.22 267.71 579.34 268.30 579.13 268.92 C 578.93 269.54 578.48 269.94 578.13 269.83 C 577.78 269.71 577.66 269.12 577.86 268.50 L 577.86 268.50"
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8211"
+ d="M 569.95 269.35 C 569.56 269.22 569.42 268.56 569.65 267.88 C 569.87 267.19 570.37 266.74 570.77 266.87 L 577.21 269.01 C 577.61 269.14 577.74 269.80 577.51 270.48 C 577.29 271.17 576.79 271.62 576.40 271.49 L 569.95 269.35 L 569.95 269.35"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8213"
+ d="M 576.23 270.05 C 576.43 269.44 576.88 269.03 577.23 269.15 C 577.58 269.26 577.71 269.86 577.51 270.47 C 577.30 271.09 576.85 271.50 576.50 271.38 C 576.15 271.27 576.03 270.67 576.23 270.05 L 576.23 270.05"
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8215"
+ d="M 575.50 276.11 C 575.10 275.98 574.97 275.32 575.20 274.63 C 575.43 273.95 575.92 273.50 576.31 273.63 L 582.76 275.76 C 583.15 275.89 583.29 276.55 583.06 277.24 C 582.84 277.92 582.34 278.37 581.95 278.25 L 575.50 276.11 L 575.50 276.11"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8217"
+ d="M 581.78 276.81 C 581.98 276.19 582.43 275.79 582.78 275.90 C 583.13 276.02 583.25 276.61 583.05 277.23 C 582.85 277.84 582.40 278.25 582.05 278.14 C 581.69 278.02 581.57 277.43 581.78 276.81 L 581.78 276.81"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8219"
+ d="M 574.16 278.35 C 573.77 278.22 573.64 277.57 573.86 276.88 C 574.08 276.19 574.58 275.74 574.98 275.87 L 581.42 278.01 C 581.81 278.14 581.95 278.80 581.72 279.48 C 581.50 280.17 581.00 280.62 580.61 280.49 L 574.16 278.35 L 574.16 278.35"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8221"
+ d="M 580.44 279.06 C 580.64 278.44 581.09 278.03 581.44 278.15 C 581.80 278.26 581.92 278.86 581.71 279.47 C 581.51 280.09 581.06 280.50 580.71 280.38 C 580.36 280.27 580.23 279.67 580.44 279.06 L 580.44 279.06"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8223"
+ d="M 572.52 279.90 C 572.14 279.77 572.00 279.12 572.23 278.43 C 572.45 277.75 572.95 277.29 573.34 277.42 L 579.79 279.56 C 580.18 279.69 580.32 280.35 580.09 281.03 C 579.87 281.72 579.37 282.17 578.97 282.04 L 572.52 279.90 L 572.52 279.90"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8225"
+ d="M 578.81 280.61 C 579.01 279.99 579.46 279.58 579.81 279.70 C 580.16 279.81 580.28 280.41 580.08 281.02 C 579.88 281.64 579.43 282.04 579.07 281.93 C 578.73 281.82 578.60 281.22 578.81 280.61 L 578.81 280.61"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8227"
+ d="M 570.82 280.52 C 570.43 280.39 570.30 279.73 570.52 279.05 C 570.74 278.36 571.24 277.91 571.63 278.04 L 578.08 280.18 C 578.47 280.30 578.61 280.96 578.38 281.65 C 578.15 282.34 577.66 282.79 577.27 282.66 L 570.82 280.52 L 570.82 280.52"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8229"
+ d="M 577.10 281.22 C 577.30 280.60 577.75 280.20 578.10 280.32 C 578.45 280.43 578.58 281.02 578.37 281.64 C 578.17 282.25 577.72 282.66 577.37 282.55 C 577.02 282.43 576.89 281.84 577.10 281.22 L 577.10 281.22"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8231"
+ d="M 576.28 273.54 C 575.89 273.41 575.75 272.75 575.97 272.07 C 576.20 271.38 576.70 270.93 577.09 271.06 L 583.54 273.20 C 583.93 273.33 584.06 273.98 583.84 274.67 C 583.62 275.36 583.11 275.80 582.72 275.68 L 576.28 273.54 L 576.28 273.54"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8233"
+ d="M 582.55 274.24 C 582.76 273.63 583.21 273.22 583.56 273.34 C 583.91 273.45 584.03 274.04 583.83 274.66 C 583.63 275.28 583.18 275.68 582.83 275.57 C 582.47 275.45 582.35 274.86 582.55 274.24 L 582.55 274.24"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8235"
+ d="M 576.40 271.05 C 576.01 270.92 575.87 270.26 576.09 269.58 C 576.32 268.89 576.82 268.44 577.21 268.57 L 583.66 270.71 C 584.05 270.84 584.19 271.49 583.96 272.18 C 583.73 272.86 583.23 273.31 582.84 273.19 L 576.40 271.05 L 576.40 271.05"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8237"
+ d="M 582.67 271.75 C 582.88 271.13 583.33 270.73 583.68 270.84 C 584.03 270.96 584.15 271.55 583.95 272.17 C 583.75 272.79 583.30 273.19 582.94 273.08 C 582.59 272.96 582.47 272.37 582.67 271.75 L 582.67 271.75"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8239"
+ d="M 575.90 268.89 C 575.51 268.77 575.38 268.11 575.60 267.42 C 575.83 266.74 576.33 266.29 576.72 266.41 L 583.17 268.55 C 583.56 268.68 583.69 269.34 583.47 270.03 C 583.24 270.71 582.74 271.16 582.35 271.03 L 575.90 268.89 L 575.90 268.89"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8241"
+ d="M 582.18 269.60 C 582.38 268.98 582.83 268.57 583.19 268.69 C 583.54 268.81 583.66 269.40 583.46 270.02 C 583.26 270.63 582.80 271.04 582.45 270.92 C 582.10 270.81 581.98 270.21 582.18 269.60 L 582.18 269.60"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8243"
+ d="M 574.79 267.58 C 574.39 267.45 574.26 266.79 574.48 266.10 C 574.71 265.42 575.21 264.97 575.60 265.10 L 582.05 267.23 C 582.44 267.36 582.58 268.02 582.35 268.71 C 582.12 269.39 581.63 269.84 581.23 269.71 L 574.79 267.58 L 574.79 267.58"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8245"
+ d="M 581.06 268.28 C 581.27 267.66 581.72 267.26 582.07 267.37 C 582.42 267.49 582.54 268.08 582.34 268.70 C 582.14 269.31 581.69 269.72 581.33 269.61 C 580.98 269.49 580.86 268.89 581.06 268.28 L 581.06 268.28"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8247"
+ d="M 573.29 267.15 C 572.90 267.03 572.76 266.37 572.98 265.68 C 573.21 265.00 573.71 264.54 574.11 264.67 L 580.55 266.81 C 580.94 266.94 581.08 267.60 580.85 268.29 C 580.62 268.97 580.13 269.42 579.73 269.29 L 573.29 267.15 L 573.29 267.15"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8249"
+ d="M 579.57 267.86 C 579.77 267.24 580.22 266.83 580.57 266.95 C 580.92 267.06 581.04 267.66 580.84 268.28 C 580.64 268.89 580.19 269.30 579.83 269.18 C 579.48 269.07 579.37 268.48 579.57 267.86 L 579.57 267.86"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8251"
+ d="M 571.58 267.80 C 571.19 267.67 571.06 267.01 571.28 266.33 C 571.51 265.64 572.01 265.19 572.40 265.32 L 578.84 267.46 C 579.24 267.59 579.37 268.25 579.15 268.93 C 578.92 269.61 578.42 270.07 578.03 269.94 L 571.58 267.80 L 571.58 267.80"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8253"
+ d="M 577.86 268.50 C 578.07 267.89 578.51 267.48 578.87 267.59 C 579.22 267.71 579.34 268.30 579.13 268.92 C 578.93 269.54 578.48 269.94 578.13 269.83 C 577.78 269.71 577.66 269.12 577.86 268.50 L 577.86 268.50"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8255"
+ d="M 569.30 280.13 C 568.91 280.01 568.77 279.35 569.00 278.66 C 569.22 277.98 569.72 277.52 570.11 277.65 L 576.56 279.79 C 576.95 279.92 577.09 280.58 576.86 281.27 C 576.64 281.95 576.14 282.40 575.75 282.27 L 569.30 280.13 L 569.30 280.13"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8257"
+ d="M 575.58 280.84 C 575.78 280.22 576.23 279.81 576.58 279.93 C 576.93 280.04 577.05 280.64 576.85 281.25 C 576.65 281.87 576.19 282.28 575.85 282.16 C 575.50 282.05 575.37 281.45 575.58 280.84 L 575.58 280.84"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8259"
+ d="M 569.95 269.35 C 569.56 269.22 569.42 268.56 569.65 267.88 C 569.87 267.19 570.37 266.74 570.77 266.87 L 577.21 269.01 C 577.61 269.14 577.74 269.80 577.51 270.48 C 577.29 271.17 576.79 271.62 576.40 271.49 L 569.95 269.35 L 569.95 269.35"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8261"
+ d="M 576.23 270.05 C 576.43 269.44 576.88 269.03 577.23 269.15 C 577.58 269.26 577.71 269.86 577.51 270.47 C 577.30 271.09 576.85 271.50 576.50 271.38 C 576.15 271.27 576.03 270.67 576.23 270.05 L 576.23 270.05"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8263"
+ d="M 568.20 278.78 C 567.81 278.65 567.68 277.99 567.90 277.31 C 568.13 276.62 568.63 276.17 569.02 276.30 L 575.47 278.44 C 575.86 278.57 575.99 279.22 575.77 279.91 C 575.54 280.59 575.04 281.04 574.65 280.92 L 568.20 278.78 L 568.20 278.78"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8265"
+ d="M 574.48 279.48 C 574.69 278.86 575.13 278.46 575.49 278.57 C 575.84 278.69 575.96 279.28 575.76 279.90 C 575.55 280.52 575.10 280.92 574.75 280.81 C 574.40 280.69 574.28 280.10 574.48 279.48 L 574.48 279.48"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8267"
+ d="M 567.69 276.69 C 567.30 276.56 567.17 275.91 567.39 275.22 C 567.62 274.54 568.12 274.08 568.51 274.21 L 574.95 276.35 C 575.34 276.48 575.48 277.14 575.25 277.82 C 575.03 278.51 574.53 278.96 574.14 278.83 L 567.69 276.69 L 567.69 276.69"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8269"
+ d="M 573.97 277.40 C 574.17 276.78 574.62 276.37 574.97 276.49 C 575.33 276.60 575.44 277.20 575.24 277.81 C 575.04 278.43 574.59 278.83 574.24 278.72 C 573.89 278.61 573.77 278.01 573.97 277.40 L 573.97 277.40"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8271"
+ d="M 567.83 274.13 C 567.44 274.00 567.31 273.35 567.53 272.66 C 567.76 271.97 568.26 271.52 568.65 271.65 L 575.10 273.79 C 575.49 273.92 575.62 274.58 575.40 275.26 C 575.17 275.95 574.67 276.40 574.28 276.27 L 567.83 274.13 L 567.83 274.13"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8273"
+ d="M 574.11 274.84 C 574.31 274.22 574.76 273.81 575.11 273.93 C 575.47 274.05 575.59 274.64 575.38 275.26 C 575.18 275.87 574.73 276.28 574.38 276.16 C 574.03 276.05 573.91 275.45 574.11 274.84 L 574.11 274.84"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8275"
+ d="M 568.64 271.59 C 568.25 271.46 568.11 270.80 568.34 270.12 C 568.56 269.43 569.06 268.98 569.46 269.11 L 575.90 271.25 C 576.29 271.38 576.43 272.04 576.20 272.72 C 575.98 273.41 575.48 273.86 575.09 273.73 L 568.64 271.59 L 568.64 271.59"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8277"
+ d="M 574.92 272.29 C 575.12 271.68 575.57 271.27 575.92 271.39 C 576.27 271.50 576.39 272.09 576.19 272.71 C 575.99 273.33 575.54 273.73 575.19 273.62 C 574.83 273.51 574.71 272.91 574.92 272.29 L 574.92 272.29"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8279"
+ d="M 587.24 288.65 C 584.16 287.57 583.21 282.32 585.11 276.92 C 587.01 271.52 591.04 268.02 594.12 269.11 L 595.15 269.50 C 598.23 270.59 599.18 275.84 597.28 281.24 C 595.38 286.63 591.35 290.13 588.27 289.05 L 587.24 288.65 L 587.24 288.65"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8281"
+ d="M 587.24 288.65 C 584.16 287.57 583.21 282.32 585.11 276.92 C 587.01 271.52 591.04 268.02 594.12 269.11 L 595.15 269.50 C 598.23 270.59 599.18 275.84 597.28 281.24 C 595.38 286.63 591.35 290.13 588.27 289.05 L 587.24 288.65 L 587.24 288.65"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:bevel" /><path
+ id="path8283"
+ d="M588.23 288.82C585.21 287.75 584.28 282.61 586.14 277.32C586.81 275.41 587.75 273.74 588.83 272.44"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><path
+ id="path8285"
+ d="M591.35 270.22C592.58 269.50 593.84 269.26 594.97 269.66"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><path
+ id="path8287"
+ d="M589.81 284.56C588.14 283.97 587.63 281.13 588.66 278.20C589.69 275.28 591.87 273.38 593.54 273.97"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter" /><path
+ id="path8289"
+ d="M593.54 273.97C595.20 274.56 595.72 277.40 594.69 280.33C594.41 281.13 594.05 281.85 593.62 282.46"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><path
+ id="path8291"
+ d="M592.97 274.17C593.82 275.33 593.93 277.53 593.15 279.77C592.36 282.00 590.91 283.63 589.52 284.02"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter" /><path
+ id="path8293"
+ d="M 531.77 270.55 C 528.69 269.46 527.74 264.21 529.64 258.81 C 531.54 253.42 535.58 249.92 538.65 251.00 L 539.68 251.40 C 542.76 252.48 543.72 257.74 541.81 263.13 C 539.91 268.53 535.88 272.03 532.81 270.94 L 531.77 270.55 L 531.77 270.55"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8295"
+ d="M 531.77 270.55 C 528.69 269.46 527.74 264.21 529.64 258.81 C 531.54 253.42 535.58 249.92 538.65 251.00 L 539.68 251.40 C 542.76 252.48 543.72 257.74 541.81 263.13 C 539.91 268.53 535.88 272.03 532.81 270.94 L 531.77 270.55 L 531.77 270.55"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:bevel" /><path
+ id="path8297"
+ d="M532.76 270.71C529.75 269.65 528.81 264.50 530.68 259.21C531.35 257.30 532.29 255.63 533.36 254.33"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><path
+ id="path8299"
+ d="M535.88 252.12C537.11 251.39 538.38 251.16 539.51 251.56"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><path
+ id="path8301"
+ d="M534.35 266.45C532.68 265.87 532.16 263.02 533.19 260.10C534.22 257.17 536.41 255.28 538.07 255.86"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter" /><path
+ id="path8303"
+ d="M538.07 255.86C539.74 256.45 540.26 259.30 539.23 262.22C538.94 263.02 538.58 263.74 538.16 264.36"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><path
+ id="path8305"
+ d="M537.50 256.06C538.35 257.23 538.47 259.42 537.68 261.66C536.89 263.89 535.44 265.52 534.06 265.91"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter" /><path
+ id="path8307"
+ d="M 620.83 294.41 C 622.44 294.95 624.52 293.07 625.46 290.23 C 626.40 287.38 625.85 284.64 624.24 284.11 L 606.12 278.12 C 604.50 277.58 602.43 279.46 601.49 282.30 C 600.55 285.15 601.09 287.89 602.71 288.42 L 620.83 294.41 L 620.83 294.41"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8309"
+ d="M624.24 284.11C622.62 283.57 620.55 285.45 619.61 288.29C618.67 291.14 619.21 293.88 620.83 294.41"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline8311"
+ points="490.90,243.13 491.70,245.28 490.63,248.33 488.74,249.24 487.41,248.78 486.86,247.86 486.45,246.71 486.85,245.16 487.52,243.66 488.48,243.07 489.57,242.67 490.90,243.13 490.90,243.13 "
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><polyline
+ id="polyline8313"
+ points="488.74,249.24 487.78,247.18 488.85,244.13 490.90,243.13 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><polyline
+ id="polyline8315"
+ points="487.69,247.11 486.52,246.70 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><polyline
+ id="polyline8317"
+ points="488.75,244.10 487.58,243.68 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><path
+ id="path8319"
+ d="M490.37 244.60C490.14 244.62 489.89 244.76 489.67 244.99"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:bevel" /><path
+ id="path8321"
+ d="M489.21 245.71C489.17 245.78 489.15 245.84 489.13 245.91C488.86 246.66 488.93 247.39 489.27 247.71"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8323"
+ d="M 489.33 247.74 L 498.34 250.85 C 498.81 251.02 499.44 250.47 499.74 249.63 C 500.03 248.78 499.88 247.97 499.40 247.80 L 490.39 244.69"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8325"
+ d="M498.94 247.85C498.52 247.70 497.96 248.19 497.70 248.93C497.44 249.68 497.57 250.41 498.00 250.55"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><path
+ id="path8327"
+ d="M498.15 247.58C497.73 247.43 497.17 247.91 496.91 248.66C496.65 249.41 496.78 250.13 497.21 250.28"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><path
+ id="path8329"
+ d="M497.36 247.30C496.94 247.16 496.38 247.64 496.12 248.38C495.86 249.13 496.00 249.86 496.42 250.01"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><path
+ id="path8331"
+ d="M496.58 247.03C496.15 246.88 495.59 247.37 495.33 248.11C495.07 248.86 495.21 249.58 495.63 249.73"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><path
+ id="path8333"
+ d="M495.79 246.75C495.36 246.61 494.80 247.09 494.55 247.84C494.29 248.58 494.42 249.31 494.84 249.46"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><path
+ id="path8335"
+ d="M495.00 246.48C494.57 246.33 494.02 246.82 493.76 247.56C493.50 248.31 493.63 249.03 494.06 249.18"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><path
+ id="path8337"
+ d="M494.21 246.21C493.78 246.06 493.23 246.54 492.97 247.29C492.71 248.04 492.84 248.76 493.27 248.91"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><path
+ id="path8339"
+ d="M493.42 245.93C492.99 245.78 492.44 246.27 492.18 247.01C491.92 247.76 492.05 248.49 492.48 248.63"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><path
+ id="path8341"
+ d="M492.63 245.66C492.21 245.51 491.65 245.99 491.39 246.74C491.13 247.49 491.26 248.21 491.69 248.36"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><path
+ id="path8343"
+ d="M491.84 245.38C491.42 245.23 490.86 245.72 490.60 246.46C490.34 247.21 490.47 247.94 490.90 248.08"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><path
+ id="path8345"
+ d="M491.05 245.11C490.63 244.96 490.07 245.45 489.81 246.19C489.55 246.94 489.68 247.66 490.11 247.81"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><path
+ id="path8347"
+ d="M 499.57 249.58 C 499.79 248.97 499.68 248.38 499.33 248.26 C 498.98 248.14 498.53 248.53 498.32 249.14 C 498.11 249.75 498.22 250.34 498.57 250.46 C 498.91 250.58 499.36 250.18 499.57 249.58 L 499.57 249.58"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><path
+ id="path8349"
+ d="M 708.98 359.91 C 708.95 359.90 708.92 359.88 708.90 359.87 L 699.71 356.56 C 699.00 356.32 698.77 355.10 699.20 353.85 C 699.64 352.60 700.57 351.79 701.28 352.04 L 710.47 355.34"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:butt; stroke-linejoin:bevel" /><path
+ id="path8351"
+ d="M 710.06 354.97 L 714.77 354.61 C 716.08 355.07 716.49 357.31 715.68 359.61 C 714.87 361.91 713.15 363.40 711.83 362.94 L 708.35 359.83"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8353"
+ d="M 708.98 359.91 C 708.95 359.90 708.92 359.88 708.90 359.87 L 699.71 356.56 C 699.00 356.32 698.77 355.10 699.20 353.85 C 699.64 352.60 700.57 351.79 701.28 352.04 L 710.47 355.34"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8355"
+ d="M 710.06 354.97 L 714.77 354.61 C 716.08 355.07 716.49 357.31 715.68 359.61 C 714.87 361.91 713.15 363.40 711.83 362.94 L 708.35 359.83"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8357"
+ d="M709.29 355.03C708.66 354.81 707.83 355.53 707.45 356.64C707.06 357.75 707.26 358.82 707.89 359.04"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><path
+ id="path8359"
+ d="M708.12 354.62C707.49 354.40 706.66 355.12 706.28 356.23C705.89 357.34 706.09 358.42 706.72 358.64"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><path
+ id="path8361"
+ d="M706.95 354.21C706.32 354.00 705.49 354.72 705.11 355.82C704.72 356.93 704.92 358.01 705.55 358.23"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><path
+ id="path8363"
+ d="M705.78 353.81C705.15 353.59 704.32 354.31 703.93 355.41C703.55 356.52 703.75 357.60 704.38 357.82"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><path
+ id="path8365"
+ d="M704.60 353.40C703.97 353.18 703.15 353.90 702.76 355.01C702.38 356.12 702.58 357.19 703.21 357.41"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><path
+ id="path8367"
+ d="M703.43 352.99C702.80 352.77 701.98 353.49 701.59 354.60C701.21 355.71 701.40 356.79 702.03 357.00"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><path
+ id="path8369"
+ d="M702.26 352.58C701.63 352.36 700.81 353.08 700.42 354.19C700.04 355.30 700.23 356.38 700.87 356.60"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><path
+ id="path8371"
+ d="M710.53 355.44C709.85 355.20 708.95 355.98 708.53 357.18C708.12 358.33 708.30 359.45 708.92 359.75"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><path
+ id="path8373"
+ d="M714.84 355.15C714.19 354.92 713.43 355.19 712.75 355.80"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><path
+ id="path8375"
+ d="M711.37 358.06C710.60 360.22 710.99 362.33 712.23 362.76"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><polyline
+ id="polyline8377"
+ points="713.68,356.65 712.16,358.01 711.87,360.31 713.12,361.23 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter" /><polyline
+ id="polyline8379"
+ points="713.15,361.33 714.73,359.93 715.08,357.40 713.76,356.44 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><polyline
+ id="polyline8381"
+ points="714.35,359.77 712.33,359.05 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><polyline
+ id="polyline8383"
+ points="714.74,357.45 713.43,356.98 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter" /><path
+ id="path8385"
+ d="M 717.01 344.59 C 715.70 344.08 714.82 342.41 714.82 339.99 C 714.82 336.26 716.89 332.16 719.45 330.83 C 720.24 330.42 720.99 330.33 721.65 330.50 L 722.53 330.80 C 723.83 331.32 724.69 332.98 724.69 335.39 C 724.69 339.12 722.62 343.21 720.07 344.54 C 719.28 344.95 718.54 345.05 717.89 344.88 L 717.01 344.59 L 717.01 344.59"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:4.00; stroke-linecap:butt; stroke-linejoin:bevel" /><path
+ id="path8387"
+ d="M 717.01 344.59 C 715.70 344.08 714.82 342.41 714.82 339.99 C 714.82 336.26 716.89 332.16 719.45 330.83 C 720.24 330.42 720.99 330.33 721.65 330.50 L 722.53 330.80 C 723.83 331.32 724.69 332.98 724.69 335.39 C 724.69 339.12 722.62 343.21 720.07 344.54 C 719.28 344.95 718.54 345.05 717.89 344.88 L 717.01 344.59 L 717.01 344.59"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8389"
+ d="M 721.55 332.78 C 721.10 332.68 720.60 332.75 720.07 333.02 C 718.27 333.96 716.80 336.85 716.80 339.48 C 716.80 341.13 717.37 342.28 718.24 342.69"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8391"
+ d="M718.66 342.82C718.52 342.79 718.37 342.75 718.24 342.69"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8393"
+ d="M 721.98 332.94 C 722.80 333.38 723.33 334.51 723.33 336.09 C 723.33 338.73 721.87 341.62 720.07 342.55 C 719.56 342.82 719.09 342.90 718.66 342.82"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8395"
+ d="M721.55 332.78C721.70 332.81 721.84 332.87 721.98 332.94"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8397"
+ d="M 721.43 332.77 C 722.21 333.24 722.71 334.35 722.71 335.89 C 722.71 338.52 721.25 341.41 719.45 342.35 C 719.01 342.58 718.59 342.66 718.21 342.63"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8399"
+ d="M 717.89 344.88 C 716.44 344.50 715.44 342.77 715.44 340.19 C 715.44 336.46 717.51 332.37 720.07 331.04 C 720.98 330.57 721.82 330.51 722.53 330.80"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8401"
+ d="M 738.22 348.35 C 739.53 348.79 741.21 347.27 741.97 344.96 C 742.73 342.66 742.29 340.44 740.98 340.00 L 737.27 338.78 C 735.96 338.34 734.28 339.86 733.52 342.17 C 732.76 344.47 733.20 346.70 734.51 347.13 L 738.22 348.35 L 738.22 348.35"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8403"
+ d="M740.98 340.00C739.67 339.57 737.99 341.09 737.23 343.40C736.47 345.70 736.91 347.92 738.22 348.35"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8405"
+ d="M737.90 338.99C736.60 338.55 734.91 340.07 734.15 342.38C733.39 344.69 733.84 346.90 735.14 347.34"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8407"
+ d="M738.54 339.20C737.23 338.76 735.55 340.28 734.79 342.59C734.02 344.89 734.47 347.12 735.78 347.55"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8409"
+ d="M739.17 339.40C737.86 338.97 736.18 340.49 735.42 342.80C734.66 345.11 735.10 347.32 736.41 347.76"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8411"
+ d="M739.81 339.62C738.50 339.18 736.82 340.70 736.06 343.01C735.29 345.32 735.74 347.54 737.05 347.97"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8413"
+ d="M 739.13 349.75 C 740.75 350.29 742.82 348.41 743.76 345.56 C 744.71 342.71 744.16 339.96 742.54 339.43 L 741.31 339.02 C 739.70 338.49 737.62 340.36 736.67 343.21 C 735.73 346.06 736.28 348.81 737.90 349.35 L 739.13 349.75 L 739.13 349.75"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8415"
+ d="M742.54 339.43C740.92 338.89 738.85 340.77 737.90 343.62C736.96 346.47 737.51 349.22 739.13 349.75"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline8417"
+ points="739.59,348.36 738.34,345.85 739.59,342.04 742.09,340.74 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline8419"
+ points="742.09,340.74 743.34,343.25 742.09,347.06 739.59,348.36 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline8421"
+ points="739.88,342.11 743.34,343.25 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline8423"
+ points="738.54,345.88 742.09,347.06 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8425"
+ d="M 702.37 305.42 C 700.81 304.84 699.77 302.87 699.77 300.01 C 699.77 295.64 702.20 290.84 705.19 289.28 C 706.08 288.82 706.92 288.69 707.66 288.87 L 709.55 289.48 C 711.18 290.00 712.27 292.00 712.27 294.93 C 712.27 299.30 709.84 304.10 706.85 305.65 C 705.91 306.14 705.03 306.25 704.26 306.04 L 702.37 305.42 L 702.37 305.42"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round; stroke-dasharray: 8 3" /><path
+ id="path8427"
+ d="M 702.37 305.42 C 700.81 304.84 699.77 302.87 699.77 300.01 C 699.77 295.64 702.20 290.84 705.19 289.28 C 706.08 288.82 706.92 288.69 707.66 288.87 L 709.55 289.48 C 711.18 290.00 712.27 292.00 712.27 294.93 C 712.27 299.30 709.84 304.10 706.85 305.65 C 705.91 306.14 705.03 306.25 704.26 306.04 L 702.37 305.42 L 702.37 305.42"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round; stroke-dasharray: 8 3" /><path
+ id="path8429"
+ d="M 704.26 306.04 C 702.57 305.58 701.42 303.56 701.42 300.56 C 701.42 296.18 703.85 291.38 706.85 289.83 C 707.83 289.32 708.76 289.22 709.55 289.48"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round; stroke-dasharray: 8 3" /><polyline
+ id="polyline8431"
+ points="636.94,275.02 647.82,278.62 "
+ style="fill:none; fill-rule:nonzero; stroke:#FEFEFE; stroke-width:3.00; stroke-linecap:butt; stroke-linejoin:round" /><polyline
+ id="polyline8433"
+ points="636.94,275.02 647.82,278.62 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round; stroke-dasharray: 8 3" /><polyline
+ id="polyline8435"
+ points="653.34,280.44 705.49,297.70 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round; stroke-dasharray: 8 3" /><polyline
+ id="polyline8437"
+ points="622.64,289.78 642.98,296.50 "
+ style="fill:none; fill-rule:nonzero; stroke:#FEFEFE; stroke-width:3.00; stroke-linecap:butt; stroke-linejoin:round" /><polyline
+ id="polyline8439"
+ points="622.64,289.78 642.98,296.50 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round; stroke-dasharray: 8 3" /><polyline
+ id="polyline8441"
+ points="517.13,254.88 527.68,258.37 "
+ style="fill:none; fill-rule:nonzero; stroke:#FEFEFE; stroke-width:3.00; stroke-linecap:butt; stroke-linejoin:round" /><polyline
+ id="polyline8443"
+ points="517.13,254.88 527.68,258.37 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round; stroke-dasharray: 8 3" /><polyline
+ id="polyline8445"
+ points="650.71,299.06 688.48,311.55 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round; stroke-dasharray: 8 3" /><polyline
+ id="polyline8447"
+ points="474.91,241.05 486.21,235.16 486.21,235.16 491.86,217.92 491.86,217.92 486.21,206.57 486.21,206.57 481.90,205.15 470.61,211.04 470.61,211.04 464.96,228.27 464.96,228.27 470.61,239.63 474.91,241.05 474.91,241.05 "
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><polyline
+ id="polyline8449"
+ points="474.91,241.05 469.27,229.70 469.27,229.70 474.91,212.46 474.91,212.46 486.21,206.57 "
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><polyline
+ id="polyline8451"
+ points="470.61,211.04 474.91,212.46 "
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><polyline
+ id="polyline8453"
+ points="464.96,228.27 469.27,229.70 "
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8455"
+ d="M 485.93 213.16 C 488.14 213.86 489.63 216.57 489.63 220.55 C 489.63 226.48 486.34 233.00 482.28 235.11 L 482.28 235.11 C 480.98 235.79 479.75 235.93 478.69 235.61 L 476.81 234.99 C 474.66 234.24 473.22 231.56 473.22 227.64 L 473.22 227.64 C 473.22 221.71 476.51 215.19 480.56 213.08 L 480.56 213.08 C 481.93 212.37 483.21 212.25 484.31 212.63 L 485.93 213.16 L 485.93 213.16"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#FEFEFE; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8457"
+ d="M 485.93 213.16 C 488.14 213.86 489.63 216.57 489.63 220.55 C 489.63 226.48 486.34 233.00 482.28 235.11 L 482.28 235.11 C 480.98 235.79 479.75 235.93 478.69 235.61 L 476.81 234.99 C 474.66 234.24 473.22 231.56 473.22 227.64 L 473.22 227.64 C 473.22 221.71 476.51 215.19 480.56 213.08 L 480.56 213.08 C 481.93 212.37 483.21 212.25 484.31 212.63 L 485.93 213.16 L 485.93 213.16"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:bevel" /><path
+ id="path8459"
+ d="M 477.78 235.20 C 476.06 234.14 474.94 231.65 474.94 228.21 L 474.94 228.21 C 474.94 222.28 478.23 215.76 482.28 213.65 L 482.28 213.65 C 483.27 213.14 484.22 212.93 485.08 213.00"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8461"
+ d="M 485.48 214.26 C 487.47 214.89 488.81 217.32 488.81 220.91 C 488.81 226.24 485.85 232.11 482.20 234.01 L 482.20 234.01 C 481.02 234.62 479.92 234.75 478.97 234.46"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8463"
+ d="M 485.43 214.33 C 486.99 215.29 488.00 217.53 488.00 220.64 C 488.00 225.97 485.04 231.84 481.39 233.74 L 481.39 233.74 C 480.47 234.22 479.60 234.40 478.81 234.32"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8465"
+ d="M 484.82 214.20 C 486.27 215.22 487.19 217.40 487.19 220.37 C 487.19 225.71 484.23 231.57 480.58 233.47 L 480.58 233.47 C 479.73 233.92 478.92 234.11 478.18 234.07"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8467"
+ d="M 484.30 214.15 C 485.58 215.25 486.38 217.33 486.38 220.11 C 486.38 225.44 483.42 231.31 479.77 233.21 L 479.77 233.21 C 479.10 233.56 478.45 233.75 477.84 233.80"
+ style="fill:#FFFFFF; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:bevel" /><path
+ id="path8469"
+ d="M 478.14 234.09 C 476.59 233.14 475.59 230.90 475.59 227.80 L 475.59 227.80 C 475.59 222.46 478.55 216.60 482.20 214.69 L 482.20 214.69 C 483.09 214.23 483.94 214.05 484.71 214.11"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><path
+ id="path8471"
+ d="M 483.63 214.19 C 484.70 215.35 485.34 217.29 485.34 219.79 C 485.34 225.12 482.39 230.99 478.74 232.89 L 478.74 232.89 C 478.26 233.14 477.79 233.31 477.34 233.40 L 477.29 233.41 C 476.22 232.25 475.57 230.31 475.57 227.82 L 475.57 227.82 C 475.57 222.48 478.53 216.62 482.18 214.71 L 482.18 214.71 C 482.68 214.46 483.16 214.28 483.63 214.19 L 483.63 214.19"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline8473"
+ points="669.78,244.77 660.40,213.27 "
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:4.00; stroke-linecap:round; stroke-linejoin:miter" /><polyline
+ id="polyline8475"
+ points="669.78,244.77 660.40,213.27 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter" /><polyline
+ id="polyline8477"
+ points="635.38,263.97 628.37,212.60 "
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:miter" /><polyline
+ id="polyline8479"
+ points="635.38,263.97 628.37,212.60 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter" /><polyline
+ id="polyline8481"
+ points="614.18,279.17 606.43,212.91 "
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:3.00; stroke-linecap:round; stroke-linejoin:miter" /><polyline
+ id="polyline8483"
+ points="614.18,279.17 606.43,212.91 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter" /><text
+ id="text8485"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ y="323.22"
+ x="559.28">1</text>
+<text
+ id="text8487"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ y="323.22"
+ x="566.28">2</text>
+<text
+ id="text8489"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ y="323.22"
+ x="534.28">1</text>
+<text
+ id="text8491"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ y="323.22"
+ x="541.28">1</text>
+<text
+ id="text8493"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ y="299.22"
+ x="518.28">1</text>
+<text
+ id="text8495"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ y="299.22"
+ x="524.28">0</text>
+<text
+ id="text8497"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ y="299.22"
+ x="493.28">9</text>
+<text
+ id="text8499"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ y="282.22"
+ x="470.28">8</text>
+<text
+ id="text8501"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ y="180.22"
+ x="499.28">7</text>
+<text
+ id="text8503"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ y="141.22"
+ x="455.28">6</text>
+<text
+ id="text8505"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ y="127.22"
+ x="413.28">5</text>
+<text
+ id="text8507"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ y="114.22"
+ x="376.28">4</text>
+<text
+ id="text8509"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ y="323.22"
+ x="586.28">1</text>
+<text
+ id="text8511"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ y="323.22"
+ x="593.28">0</text>
+<polyline
+ id="polyline8513"
+ points="221.10,203.95 217.51,234.98 "
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:2.00; stroke-linecap:round; stroke-linejoin:miter" /><polyline
+ id="polyline8515"
+ points="221.10,203.95 217.51,234.98 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter" /><text
+ id="text8517"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ y="247.22"
+ x="211.28">3</text>
+<polyline
+ id="polyline8519"
+ points="151.73,141.77 147.81,184.08 "
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:2.00; stroke-linecap:round; stroke-linejoin:miter" /><polyline
+ id="polyline8521"
+ points="151.73,141.77 147.81,184.08 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter" /><text
+ id="text8523"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ y="196.22"
+ x="142.28">2</text>
+<text
+ id="text8525"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ y="247.22"
+ x="276.28">2</text>
+<polyline
+ id="polyline8527"
+ points="105.96,142.82 98.14,184.08 "
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:2.00; stroke-linecap:round; stroke-linejoin:miter" /><polyline
+ id="polyline8529"
+ points="105.96,142.82 98.14,184.08 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter" /><text
+ id="text8531"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ y="196.22"
+ x="92.28">1</text>
+<text
+ id="text8533"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ y="296.22"
+ x="742.28">1</text>
+<text
+ id="text8535"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ y="296.22"
+ x="748.28">6</text>
+<text
+ id="text8537"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ y="318.22"
+ x="742.28">1</text>
+<text
+ id="text8539"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ y="318.22"
+ x="748.28">5</text>
+<text
+ id="text8541"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ y="396.22"
+ x="685.28">1</text>
+<text
+ id="text8543"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ y="396.22"
+ x="692.28">4</text>
+<text
+ id="text8545"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ y="199.22"
+ x="626.28">1</text>
+<text
+ id="text8547"
+ style="font-family:_ArialMT; font-size:12.00; fill:#000000"
+ y="199.22"
+ x="632.28">3</text>
+<path
+ id="path8549"
+ d="M 593.77 215.35 L 596.25 212.88 C 597.35 211.77 599.53 210.87 601.09 210.87 L 628.39 210.87 C 629.95 210.87 631.86 209.76 632.63 208.41 L 634.39 205.33 L 636.15 208.41 C 636.92 209.76 638.83 210.87 640.39 210.87 L 667.63 210.87 C 669.19 210.87 671.36 211.77 672.47 212.88 L 674.95 215.35"
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:round" /><polyline
+ id="polyline8551"
+ points="291.48,188.11 281.72,237.03 "
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:2.00; stroke-linecap:round; stroke-linejoin:miter" /><polyline
+ id="polyline8553"
+ points="291.48,188.11 281.72,237.03 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter" /><polyline
+ id="polyline8555"
+ points="377.34,116.86 362.10,145.83 "
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:2.00; stroke-linecap:round; stroke-linejoin:miter" /><polyline
+ id="polyline8557"
+ points="377.34,116.86 362.10,145.83 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter" /><polyline
+ id="polyline8559"
+ points="413.36,129.75 396.71,153.92 "
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:2.00; stroke-linecap:round; stroke-linejoin:miter" /><polyline
+ id="polyline8561"
+ points="413.36,129.75 396.71,153.92 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter" /><polyline
+ id="polyline8563"
+ points="455.97,143.57 444.18,163.14 "
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:2.00; stroke-linecap:round; stroke-linejoin:miter" /><polyline
+ id="polyline8565"
+ points="455.97,143.57 444.18,163.14 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter" /><polyline
+ id="polyline8567"
+ points="499.78,183.87 487.24,208.64 "
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:2.00; stroke-linecap:round; stroke-linejoin:miter" /><polyline
+ id="polyline8569"
+ points="499.78,183.87 487.24,208.64 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter" /><polyline
+ id="polyline8571"
+ points="476.53,273.62 488.03,249.62 "
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:2.00; stroke-linecap:round; stroke-linejoin:miter" /><polyline
+ id="polyline8573"
+ points="476.53,273.62 488.03,249.62 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter" /><polyline
+ id="polyline8575"
+ points="513.39,269.38 499.78,291.37 "
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:2.00; stroke-linecap:round; stroke-linejoin:miter" /><polyline
+ id="polyline8577"
+ points="513.39,269.38 499.78,291.37 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter" /><polyline
+ id="polyline8579"
+ points="532.78,271.37 528.53,289.37 "
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:2.00; stroke-linecap:round; stroke-linejoin:miter" /><polyline
+ id="polyline8581"
+ points="532.78,271.37 528.53,289.37 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter" /><polyline
+ id="polyline8583"
+ points="550.44,279.04 544.11,313.04 "
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:2.00; stroke-linecap:round; stroke-linejoin:miter" /><polyline
+ id="polyline8585"
+ points="550.44,279.04 544.11,313.04 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter" /><polyline
+ id="polyline8587"
+ points="573.11,282.04 567.78,313.04 "
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:2.00; stroke-linecap:round; stroke-linejoin:miter" /><polyline
+ id="polyline8589"
+ points="573.11,282.04 567.78,313.04 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter" /><polyline
+ id="polyline8591"
+ points="589.77,289.22 594.11,313.70 "
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:2.00; stroke-linecap:round; stroke-linejoin:miter" /><polyline
+ id="polyline8593"
+ points="589.77,289.22 594.11,313.70 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter" /><polyline
+ id="polyline8595"
+ points="710.14,361.43 696.82,385.77 "
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:2.00; stroke-linecap:round; stroke-linejoin:miter" /><polyline
+ id="polyline8597"
+ points="710.14,361.43 696.82,385.77 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter" /><polyline
+ id="polyline8599"
+ points="744.52,297.86 723.68,331.32 "
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:2.00; stroke-linecap:round; stroke-linejoin:miter" /><polyline
+ id="polyline8601"
+ points="744.52,297.86 723.68,331.32 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter" /><polyline
+ id="polyline8603"
+ points="747.89,321.19 742.54,339.25 "
+ style="fill:none; fill-rule:nonzero; stroke:#FFFFFF; stroke-width:2.00; stroke-linecap:round; stroke-linejoin:miter" /><polyline
+ id="polyline8605"
+ points="747.89,321.19 742.54,339.25 "
+ style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:1.00; stroke-linecap:round; stroke-linejoin:miter" /></svg> \ No newline at end of file
diff --git a/drawing/bin/data/mexicandoodling.png b/drawing/bin/data/mexicandoodling.png
new file mode 100644
index 0000000..9e8dbcc
--- /dev/null
+++ b/drawing/bin/data/mexicandoodling.png
Binary files differ
diff --git a/drawing/bin/data/mexicandoodling.svg b/drawing/bin/data/mexicandoodling.svg
new file mode 100644
index 0000000..42ec242
--- /dev/null
+++ b/drawing/bin/data/mexicandoodling.svg
@@ -0,0 +1,6712 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="210mm"
+ height="297mm"
+ viewBox="0 0 744.09448819 1052.3622047"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="mexicandoodling.svg">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.60153846"
+ inkscape:cx="89.236371"
+ inkscape:cy="542.85715"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="1008"
+ inkscape:window-height="994"
+ inkscape:window-x="0"
+ inkscape:window-y="31"
+ inkscape:window-maximized="1" />
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1">
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 293.96015,1145.6547 c 0,-0.9167 0.5625,-1.4792 1.25,-1.25 1.41567,0.4719 1.26005,2.08 -0.25,2.5833 -0.55,0.1833 -1,-0.4166 -1,-1.3333 z"
+ id="path6758" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 357.654,1146.5152 c -0.35171,-0.3517 -0.39562,-1.0341 -0.0976,-1.5163 0.63919,-1.0342 2.40372,-0.1424 2.40372,1.2148 0,1.0751 -1.35536,1.2523 -2.30615,0.3015 z"
+ id="path6756" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 249.50987,1140.9047 c -0.5605,-1.808 -1.60865,-6.7437 -2.23132,-10.5073 -0.8301,-5.0173 1.76506,-8.2427 6.63207,-8.2427 6.6292,0 10.33477,7.2923 6.49283,12.7775 -0.85619,1.2224 -2.21733,2.2225 -3.02475,2.2225 -0.80743,0 -1.89578,1.125 -2.41855,2.5 -1.0058,2.6455 -4.75137,3.5045 -5.45028,1.25 z"
+ id="path6754" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 255.76015,1130.9547 c 1.41103,-1.4111 1.59812,-5.4359 0.29024,-6.2443 -2.49718,-1.5434 -6.62697,2.882 -5.47967,5.8718 0.71507,1.8634 3.49866,2.0632 5.18943,0.3724 z"
+ id="path6752" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 355.1944,1131.0417 c -7.55355,-3.739 -10.42137,-9.7646 -8.33499,-17.5128 2.35612,-8.7499 13.22468,-14.3776 17.95707,-9.2979 1.17902,1.2655 2.14367,3.5048 2.14367,4.9764 0,2.4284 -0.33396,2.665 -3.6156,2.5615 -4.29925,-0.1357 -6.55863,2.2928 -4.77842,5.1359 2.50032,3.9931 9.86618,1.6984 13.10858,-4.0841 1.90929,-3.4048 1.52424,-13.5431 -0.70055,-18.4448 l -1.94206,-4.2789 -5.29336,2.9874 c -14.41043,8.1328 -30.94772,7.5683 -39.70546,-1.3551 -13.36781,-13.6208 -8.51873,-34.6733 9.33993,-40.5497 5.98897,-1.9707 16.03064,-0.7505 24.16079,2.9359 3.75916,1.7045 7.67732,3.8615 8.70703,4.7934 1.7706,1.6024 1.96647,1.5694 3.60926,-0.6085 3.5196,-4.6661 8.40718,-15.5389 10.65071,-23.6934 2.51398,-9.1375 4.10088,-19.4523 2.99267,-19.4523 -0.38331,0 -2.57266,1.5156 -4.86522,3.3681 -5.71403,4.617 -14.55992,9.3567 -23.0547,12.3528 -8.22115,2.8996 -26.42318,4.2544 -32.94867,2.4524 -3.44301,-0.9508 -3.75968,-0.886 -3.09762,0.6338 0.4056,0.9311 0.93446,3.0813 1.17524,4.7781 0.5863,4.1319 -4.22811,8.4148 -9.45903,8.4148 -4.11638,0 -5.29212,-1.1901 -8.85796,-8.966 -3.0924,-6.7436 -5.09671,-9.034 -7.9054,-9.034 -1.97125,0 -16.32794,4.4744 -17.22048,5.367 -0.20665,0.2066 1.89839,1.835 4.67786,3.6186 16.25396,10.4301 19.97453,27.314 8.16422,37.0491 -1.9786,1.6309 -4.11911,2.9653 -4.7567,2.9653 -0.63759,0 -4.51753,3.3583 -8.62209,7.4628 -5.36788,5.3679 -9.34222,8.3327 -14.15776,10.5616 -23.82741,11.0287 -48.03256,6.5147 -67.204,-12.5327 -12.89993,-12.8165 -18.39115,-27.1253 -16.8524,-43.9131 0.59307,-6.4704 4.22245,-18.3931 6.39639,-21.0126 0.49829,-0.6004 0.9356,-5.9421 0.9718,-11.8705 0.0723,-11.83477 0.48964,-14.44297 3.16729,-19.79267 2.28968,-4.5746 5.55737,-6.697 12.43869,-8.079 l 5.47702,-1.0999 0,-9.237 c 0,-5.0803 0.30064,-10.7557 0.66809,-12.6119 l 0.66808,-3.375 -6.39809,5.9102 c -7.47521,6.9051 -16.1259,11.2653 -25.39952,12.802 l -6.61703,1.0965 2.42922,2.5956 c 8.94804,9.5612 9.61658,26.18967 1.59314,39.62577 -3.54901,5.9432 -9.07781,10.3689 -15.67211,12.5452 -4.91635,1.6226 -11.46206,0.3177 -16.96773,-3.3825 -7.20768,-4.844 -10.08967,-9.9682 -11.82393,-21.0232 l -0.6009,-3.83027 -4.68961,4.37187 c -2.57928,2.4045 -6.78099,5.8055 -9.33713,7.5578 -4.2329,2.9018 -4.68011,3.5958 -5.01281,7.7791 -0.20092,2.5261 -0.25769,4.7005 -0.12617,4.8321 0.13151,0.1315 3.10627,-0.1894 6.61056,-0.7131 8.83354,-1.3202 14.52258,0.4788 16.86472,5.3329 1.46136,3.0288 1.56614,4.9813 0.77812,14.5001 -0.50086,6.05 -1.60837,14.825 -2.46113,19.5 -0.85276,4.675 -1.77831,10.9393 -2.05678,13.9205 -0.59746,6.3964 -3.2598,12.8813 -6.57403,16.0127 -1.30623,1.2343 -4.62496,3.4418 -7.37496,4.9055 -4.84354,2.578 -5.50068,2.6582 -20.999995,2.5617 -14.44214,-0.09 -17.11971,-0.3952 -27.5,-3.1349 -32.07904,-8.4669 -63.8458202,-32.0063 -83.57231,-61.9277 -2.95963,-4.4893 -8.93479,-15.4433 -13.27813,-24.3426 l -7.89697,-16.18017 -3.27982,5.7325 c -1.8039,3.15287 -4.62446,7.26397 -6.2679,9.13587 l -2.98809,3.4032 2.61459,5.2066 c 3.01462,6.0034 4.84823,13.5183 7.24836,29.7068 0.93775,6.325 2.11677,12.0272 2.62005,12.6715 0.57259,0.7332 0.42867,1.9505 -0.38454,3.2526 -1.5294,2.4491 -3.30497,2.2017 -3.311,-0.4612 -0.004,-1.6205 -1.34157,-2.0415 -9.92028,-3.1212 -12.57015,-1.5818 -21.92406,-4.4067 -32.2141,-9.7283 l -8.13014,-4.2047 -2.22064,6.5455 c -3.21325,9.4717 -10.251565,25.0457 -11.318725,25.0457 -1.49686,0 -15.46997,-13.9571 -21.68064,-21.6558 -5.32206,-6.5972 -12.01972,-20.4979 -12.01972,-24.9466 0,-1.1052 -1.08253,-0.8832 -4.75,0.974 -6.67182,3.3785 -14.79572,5.6284 -20.32309,5.6284 -4.06753,0 -4.78808,0.3107 -5.28176,2.2777 -1.40769,5.6087 -9.72995,9.9218 -16.07268,8.3298 -3.49659,-0.8775 -6.13495,-6.0776 -4.69127,-9.2461 0.84087,-1.8455 0.78171,-2.3614 -0.27077,-2.3614 -0.77812,0 -2.78324,3.8105 -4.7492,9.0252 l -3.4025,9.0252 -7.16627,-5.0489 -7.16626,-5.0489 2.08709,-3.9101 c 1.14791,-2.1506 3.81848,-6.1977 5.93461,-8.9936 3.42678,-4.5275 3.71107,-5.3277 2.5998,-7.3162 -0.68623,-1.2281 -1.30102,-2.3611 -1.3662,-2.518 -0.0652,-0.1568 -2.67354,0.6709 -5.79636,1.8392 -3.12282,1.1684 -6.28455,1.8916 -7.02606,1.607 -1.23976,-0.4757 -6.21542,-13.4191 -5.41186,-14.0781 0.19404,-0.1591 4.2417,-1.0905 8.9948,-2.0697 l 8.64201,-1.7805 0.62219,-6.6163 c 0.3422,-3.63897 0.58896,-7.51637 0.54836,-8.61637 -0.0406,-1.1 -0.0387,-4.3625 0.004,-7.25 0.043,-2.8875 -0.32362,-5.25 -0.81465,-5.25 -0.49102,0 -2.81954,0.6798 -5.17448,1.5107 -2.35494,0.8308 -4.38366,1.3933 -4.50828,1.25 -0.44158,-0.5084 -5.46116,-14.8922 -5.46116,-15.6501 0,-0.4235 5.42297,-1.6019 12.05102,-2.6184 6.62807,-1.0166 12.31073,-2.2685 12.62812,-2.7821 0.76185,-1.2327 -1.60972,-2.6756 -4.42915,-2.6948 -1.63678,-0.011 -2.273,-0.6285 -2.33438,-2.2653 -0.0464,-1.2375 -0.41196,-4.8769 -0.81232,-8.0875 l -0.72794,-5.8374 3.06232,0.6268 c 9.76798,1.9993 11.07881,1.9047 12.35295,-0.8917 0.66515,-1.4599 1.20937,-3.5677 1.20937,-4.6842 0,-1.1164 1.39683,-3.4267 3.10406,-5.1339 2.91527,-2.9153 3.03691,-3.3282 2,-6.7891 -1.57129,-5.2445 -1.44957,-5.723 1.89594,-7.453 3.86631,-1.9993 3.7874,-3.085 -0.32279,-4.4415 -12.31153,-4.0632 -30.21638,-19.8888 -36.83608,-32.5585 -6.47603,-12.3947 -8.34317,-20.2207 -8.23103,-34.49996 0.0853,-10.85735 0.45716,-13.54242 2.83001,-20.43244 3.24173,-9.41294 7.70299,-16.68928 13.34807,-21.77074 l 4.11393,-3.70317 -9.25339,-7.91491 c -14.16759,-12.11828 -12.16744,-11.8593 -21.64675,-2.80283 -8.06367,7.70399 -17.90514,13.62156 -22.6568,13.6233 -1.88975,6.9e-4 -2.10899,-0.46055 -1.78209,-3.74921 0.20501,-2.0625 0.59709,-10.05 0.87128,-17.75 0.63891,-17.94185 5.19432,-41.07989 9.86669,-50.11525 l 1.55332,-3.00378 -11.17718,0.35915 c -6.14745,0.19754 -11.70844,-0.008 -12.35775,-0.45659 -2.82021,-1.9487 9.06242,-34.54446 16.79077,-46.0595 1.7438,-2.59822 5.15133,-6.78373 7.57229,-9.30114 l 4.40174,-4.57711 -7.79211,-3.8431 c -5.33976,-2.6336 -9.79801,-5.84497 -14.16563,-10.20381 -3.50543,-3.49839 -7.21327,-6.81013 -8.23965,-7.35943 -5.17981,-2.77215 -6.76109,-14.34527 -2.97426,-21.76807 2.49603,-4.89263 9.91743,-12.72728 18.58742,-19.62243 3.3,-2.62446 8.3625,-6.99708 11.25,-9.71695 l 5.25,-4.94522 -0.0317,-8.19338 -0.0317,-8.19339 -2.21689,3 c -6.83216,9.24559 -19.41419,19.7255 -28.20744,23.49473 -4.94353,2.11904 -5.00546,2.06463 -3.41679,-3.00133 0.60253,-1.92137 1.42806,-12.2684 1.83449,-22.9934 0.53494,-14.11599 1.17089,-20.50223 2.30328,-23.12992 1.49439,-3.46768 1.47944,-3.60772 -0.33449,-3.13336 -1.72446,0.45095 -1.8988,-0.11391 -1.8988,-6.15221 0,-3.65681 0.675,-8.26425 1.5,-10.23875 1.88013,-4.4998 1.90025,-4.34576 -0.56739,-4.34576 -1.68406,0 -1.93799,-0.41719 -1.36955,-2.25 1.86176,-6.00273 5.17867,-11.24482 11.50958,-18.18989 3.81005,-4.17966 6.92736,-8.23101 6.92736,-9.00302 0,-2.13156 4.94816,-7.55709 6.89218,-7.55709 1.20148,0 2.67766,-2.35595 4.93404,-7.8746 2.61416,-6.3937 3.03254,-8.36669 2.22476,-10.49131 -0.54718,-1.4392 -0.74037,-3.27994 -0.42932,-4.09054 0.41276,-1.07562 -1.69125,-2.51646 -7.78745,-5.33291 -6.04403,-2.79235 -8.68912,-4.59679 -9.56893,-6.52777 -0.66876,-1.46776 -3.99281,-9.75935 -7.38678,-18.42576 -3.39397,-8.66641 -8.78858,-22.40053 -11.98802,-30.52027 l -5.81717,-14.76316 9.07361,-16.97771 c 4.99048,-9.33774 9.37756,-16.78986 9.74906,-16.56026 0.3715,0.2296 0.67545,-0.3457 0.67545,-1.27844 0,-0.93275 3.7234,-8.72043 8.27423,-17.30596 l 8.27423,-15.61006 10.98236,-2.3531 c 8.67392,-1.8585 10.66144,-2.58777 9.4556,-3.46951 -0.83972,-0.61402 -1.20997,-1.43318 -0.82279,-1.82037 0.38719,-0.38719 -0.0813,-0.40265 -1.041,-0.0344 -2.80575,1.07668 -15.56698,-12.58753 -19.96399,-21.37664 -7.04506,-14.08226 -8.49758,-30.54195 -3.95656,-44.83516 2.13425,-6.71773 9.41554,-20.42997 14.3517,-27.02735 2.89938,-3.87515 3.07285,-4.55796 2.41344,-9.5 -0.65695,-4.92358 -1.05654,-5.55381 -5.30375,-8.36511 -5.10352,-3.37811 -10.5926,-10.65002 -12.28718,-16.27802 -6.00698,-19.95018 3.18224,-42.04044 22.18418,-53.32929 9.15939,-5.44146 17.31169,-7.8523 26.55281,-7.8523 5.97632,0 8.09624,-0.4199 10.39932,-2.05985 2.83053,-2.01551 2.86133,-2.13513 1.4311,-5.55815 -2.09713,-5.01916 -2.82301,-12.22469 -1.7179,-17.05302 0.75803,-3.31186 0.68554,-4.06773 -0.35193,-3.66962 -3.04299,1.1677 -1.90326,-12.204492 1.74289,-20.448882 1.14579,-2.59076 2.25354,-6.04078 2.46168,-7.6667 0.6236,-4.87137 7.85672,-18.60809 13.39891,-25.44641 2.85399,-3.52144 4.34805,-6.01913 3.32014,-5.55043 -1.02791,0.46871 -4.90643,1.02432 -8.61893,1.23469 -6.32652,0.35849 -6.75,0.24978 -6.75,-1.73281 0,-1.16342 1.16312,-4.41061 2.5847,-7.21597 l 2.5847,-5.10067 -3.3347,1.99937 c -16.83529,10.09382 -18.19143,10.61055 -32.2108,12.27339 -8.77873,1.04124 -10.0564,0.99112 -11.49859,-0.45107 -1.49663,-1.49663 -1.49036,-1.85268 0.0809,-4.59049 l 1.7034,-2.96801 -3.20482,1.61427 c -1.76265,0.88785 -4.69135,3.02639 -6.50823,4.75231 l -3.30342,3.13805 -19.57023,0.32802 -19.57023,0.32802 2.28726,-3.32802 c 3.51306,-5.1116 6.16456,-7.81965 7.09394,-7.24526 0.46375,0.28661 0.60335,-0.10389 0.31022,-0.86779 -0.63476,-1.65415 9.53474,-11.4798 22.79906,-22.02818 10.32553,-8.2113204 13.32864,-10.0694504 14.80226,-9.1587004 0.55226,0.34131 0.88046,0.0246 0.72933,-0.70376 -0.36261,-1.74766998 10.69715,-1.44838998 19.21762,0.52003 l 6.13161,1.41655 -2.312,-2.51349 c -1.2716,-1.38241998 -3.62379,-3.32641 -5.2271,-4.31997 l -2.9151,-1.80647 2.9151,-0.65754 c 1.60331,-0.36165 4.4901,-1.06136 6.41509,-1.55491 5.42921,-1.39201 17.95201,-1.07057 24.5399,0.62989 3.40904,0.87994 8.90922,3.49136 12.85021,6.10113002 7.37885,4.88636998 7.35623,5.02897998 0.6035,-3.80526002 l -2.03762,-2.66571 2.93817,-0.64533 c 3.2303,-0.7095 8.58766,0.0637 14.32575,2.06768 l 3.7199,1.29912 -1.43275,-3.69503 c -5.3857,-13.8895096 -7.108,-33.2280896 -4.02049,-45.1432036 1.78075,-6.872115 5.10472,-14.658929 7.65666,-17.936676 1.64265,-2.10984 1.85706,-2.167499 1.85927,-0.5 0.005,4.043142 7.9073,25.61851 11.114,30.34559 1.86093,2.74323 3.63819,4.9993 3.94949,5.01348 0.31129,0.0142 1.62659,-2.56171 2.92288,-5.72421 3.25735,-7.94678 5.06183,-10.599298 6.34064,-9.32049 1.33577,1.33577 5.11962,-5.17661 6.12364,-10.539367 1.35618,-7.243821 5.60261,-14.316147 13.78773,-22.963164 8.744205,-9.23765 9.716235,-9.39663 9.743815,-1.593647 0.008,2.383334 0.35281,4.177399 0.76531,3.986812 0.4125,-0.190587 5.475,-2.667262 11.25,-5.503722 13.8146,-6.785203 21.03295,-8.657463 33.5,-8.689043 21.93126,-0.0555 39.6534298,10.09656 47.98927978,27.490564 1.92420002,4.015122 3.77591002,8.778699 4.11491002,10.585726 0.42611,2.271357 1.83041,4.178328 4.54949,6.177961 l 3.9331302,2.89246 -2.9162602,1.01661 c -2.86283,0.99799 -2.91787,1.15506 -3.00425,8.57438 -0.1619,13.90448 -5.01599,25.76048 -14.24364,34.7897396 l -5.8013098,5.67658002 4.1893298,1.66494998 c 2.30412,0.91572 7.55454,3.54116 11.66758,5.8343 4.11305,2.2931404 7.82555,4.3193504 8.2500002,4.5026804 0.42446,0.18334 0.77174,-0.86232 0.77174,-2.32368 0,-4.6832604 4.91972,-17.5011704 9.05377,-23.58883 13.18428,-19.41471 37.95919,-23.75799 51.27397,-8.98881 2.10525,2.33521 3.96053,4.09333 4.12282,3.90692 0.1623,-0.18641 0.98423,-1.68893 1.82652,-3.33893 2.04018,-3.99658 8.28275,-10.14418 13.22292,-13.02176 10.021625,-5.83744 26.912015,-7.07156 35.502335,-2.59404 5.8858,3.06785 12.06023,8.20554 11.31347,9.41382 -0.34365,0.55605 -0.14935,0.71714 0.43178,0.35798 1.23009,-0.76024 4.67166,4.72406 7.07606,11.27599 1.39195,3.79304 1.65782,8.2579496 1.56713,26.31801 l -0.10922,21.75 2.67772,0 c 4.90739,0 12.95129,-2.96438 14.15697,-5.21721 0.75904,-1.41828 1.19027,-9.82949 1.26718,-24.7163604 0.1271,-24.6041596 0.34692,-25.6968096 6.27729,-31.2022696 5.40985,-5.02223 9.1843,-6.33514 18.25595,-6.35019 5.87707,-0.01 8.54301,0.36508 8.83541,1.24226 0.23031,0.69093 0.8322,1.0007 1.33754,0.68838 1.57075,-0.97078 9.0298,3.88565 10.5839,6.89095 3.80731,7.36251 3.3501,23.7739796 -1.0258,36.82124 -2.11077,6.29351 -2.15521,6.8432 -0.55321,6.8432 0.95805,0 2.45669,0.27428 3.3303,0.60952 1.20083,0.4608 2.21954,-0.82013 4.17523,-5.25 1.42277,-3.2227404 3.39147,-7.6595204 4.37488,-9.8595204 0.98342,-2.19999998 5.63419,-13.2249996 10.33505,-24.4999996 4.70085,-11.275 10.3887,-24.50299 12.63965,-29.39553 2.25096,-4.892545 3.86629,-9.121899 3.58962,-9.398567 -0.27667,-0.276668 -2.56368,0.576321 -5.08224,1.895531 -4.48865,2.35113 -4.60743,2.360507 -6.00588,0.474156 -1.66013,-2.239327 -0.52844,-4.509627 5.58478,-11.203718 6.60984,-7.237903 27.57189,-24.473483 28.26654,-23.241542 0.61189,1.085186 -0.92863,47.56464 -1.61146,48.61967 -1.69995,2.62656 -3.40259,1.01921 -5.64308,-5.32725 -2.81305,-7.968297 -3.32306,-7.673671 -8.47924,4.89832 -1.98979,4.85158 -5.41753,12.40054 -7.61719,16.77545 -3.49018,6.94163 -7.96541,17.26633 -16.42921,37.90348 -1.24062,3.025 -2.83105,6.72247 -3.53427,8.2166 -1.22279,2.59806 -1.05999,2.91315 3.73091,7.22057 6.63886,5.96891 9.47178,12.51558 10.07063,23.27252 l 0.45704,8.20968 6.62672,2.54737 c 6.85289,2.63432 15.058,7.60118 22.03463,13.33841 l 4.01915,3.30515 1.48082,-3.5441 c 2.08927,-5.00031 7.16174,-12.17899 12.95012,-18.32731 2.72421,-2.8936 4.77061,-5.41216 4.54755,-5.5968 -0.22306,-0.18463 -2.74344,-1.58775 -5.60084,-3.11804 -11.5391,-6.17979 -20.81001,-17.04769 -24.41016,-28.61501 -2.30051,-7.3915504 -2.50962,-21.0089704 -0.44192,-28.77762 5.76391,-21.65583 25.86676,-38.13142 46.52643,-38.13142 3.63311,0 4.02861,-0.30154 6.20078,-4.727699 1.27608,-2.600234 5.24515,-7.706305 8.82015,-11.346826 27.63592,-28.142406 77.22598,-19.436321 90.2332,15.841445 1.67177,4.53412 2.12983,8.13807 2.19032,17.23308 0.0672,10.10789 -0.26262,12.48748 -2.72482,19.65745 -3.20524,9.3337296 -8.7377,17.8295196 -15.87088,24.37175 -4.93137,4.52282 -4.93614,4.53338 -3.38923,7.5 1.96106,3.76086 1.98877,8.74369 0.0693,12.45557 -1.39944,2.70623 -1.36392,2.92614 0.5718,3.54052 1.13516,0.36028 4.41696,2.57164 7.2929,4.91412 l 5.22897,4.25905 8.94923,-7.07954 c 13.41587,-10.61303 37.46123,-27.6189204 39.05156,-27.6189204 0.76871,0 1.39765,-0.3938 1.39765,-0.8751 0,-0.48131 3.38586,-3.21575 7.52413,-6.07653 l 7.52413,-5.20143 -3.99913,-5.0227 c -2.19952,-2.7624796 -5.24788,-7.5655396 -6.77413,-10.6734696 -2.47162,-5.03298 -2.775,-6.74405 -2.775,-15.65077 0,-11.98234 1.76606,-16.43302 10.08713,-25.420768 9.2131,-9.951251 22.5057,-15.147734 33.44236,-13.07364 11.66266,2.211778 19.16343,7.641974 25.50638,18.465395 5.80921,9.912673 4.21726,29.326083 -3.20156,39.042223 -3.82387,5.00796 -3.84821,4.97686 4.66569,5.9616896 7.17001,0.82938 24.47532,6.6254 31.76045,10.63745 11.92436,6.56695 22.43025,16.1168604 27.33957,24.8518204 1.24754,2.21971 2.66682,4.03583 3.15395,4.03583 0.48712,0 2.76676,-1.29017 5.06585,-2.86705 15.09528,-10.35339 41.74219,-19.7144904 69.99693,-24.5900204 3.50568,-0.60492 3.77203,-0.87802 3.26799,-3.35076998 -1.0195,-5.00153002 -2.53699,-19.58029962 -4.54787,-43.69215962 -1.10085,-13.200001 -2.29184,-27.384804 -2.64665,-31.521786 -0.74558,-8.693279 -0.0879,-9.748494 6.87806,-11.034965 11.73542,-2.167298 55.81317,7.558172 75.73177,16.70971 14.4513,6.639607 19.133,11.125863 17.4091,16.682082 -0.3695,1.190727 -7.5218,12.514959 -15.894,25.164959 -16.5772,25.0472096 -20.5151,31.1858396 -20.5151,31.9801296 0,0.28593 0.7875,0.52489 1.75,0.53103 0.9625,0.006 6.025,1.35112 11.25,2.98884 5.225,1.63772 10.0319,2.9827004 10.682,2.9888404 0.6501,0.006 2.7643,-3.0937404 4.6983,-6.8886204 12.2374,-24.0124596 29.8236,-42.5363196 51.6197,-54.3719296 11.7825,-6.398076 24.246,-8.578911 29.4693,-5.156477 3.0451,1.995251 9.5771,10.620467 13.4144,17.713237 4.2869,7.92371 6.9155,17.3168 8.28,29.5879396 l 1.1979,10.77325 11.5692,-0.3141 c 13.6475,-0.37053 16.0203,-0.60230998 15.4592,-1.51013998 -0.6271,-1.01469002 3.4135,-2.06149002 4.7556,-1.23204002 0.6917,0.42752002 0.895,0.28475002 0.5014,-0.35212 -0.4333,-0.70115 0.8976,-1.07117 3.853,-1.07117 2.4833,0 4.2633,0.40734 3.9556,0.90521 -0.3077,0.49787 0.072,0.66276 0.8445,0.36644 0.8187,-0.31416 2.138,0.58132002 3.1645,2.14798002 1.8592,2.83758998 1.8186,5.02590998 -0.3701,19.91370038 -0.566,3.85 -1.0438,13.01004 -1.0618,20.35566 -0.047,19.11402 -2.2157,26.48731 -11.718,39.8365 -10.8627,15.26033 -30.0814,27.307842 -43.5626,27.307842 -3.6364,0 -3.8647,0.17359 -3.5685,2.71301 0.3085,2.64514 0.5593,2.74339 10.0257,3.92707 18.5929,2.32487 35.586,8.87785 51.0812,19.69829 21.0401,14.69256 32.9168,34.85879 35.7223,60.6554 4.7498,43.67522 -19.9365,81.6774 -61.7625,95.07712 l -7.2497,2.32258 -3.7503,-2.24138 c -9.7704,-5.83927 -9.2059,-5.80998 -14.4851,-0.75157 -3.394,3.25199 -6.3412,5.00176 -10.4236,6.18855 -12.9086,3.75264 -24.8462,-1.21043 -32.0801,-13.33735 l -1.9376,-3.24828 -5.412,8.24521 c -2.9765,4.53487 -9.9059,13.3981 -15.3985,19.69608 -5.4927,6.29798 -9.3177,11.16931 -8.5,10.82518 0.8176,-0.34414 5.3116,-2.24369 9.9866,-4.22123 13.0524,-5.52124 29.4694,-10.54868 34.4463,-10.54868 5.1533,0 5.1627,0.0116 10.0602,12.5 2.2115,5.63933 3.8538,8.35381 5.5654,9.19901 1.3355,0.65945 6.2716,2.98932 10.9692,5.17747 8.405,3.91505 14.444,8.52965 13.3914,10.23282 -0.295,0.47728 0.091,0.62709 0.8575,0.33289 2.1294,-0.81711 13.0937,11.53188 16.1328,18.17021 4.6508,10.15867 5.9539,20.9914 5.8206,48.3876 -0.066,13.475 -0.5167,27.5375 -1.0025,31.25 -0.4859,3.7125 -0.8093,6.75 -0.7187,6.75 0.091,0 2.6559,-0.8571 5.7007,-1.90467 l 5.536,-1.90467 -1.7656,5.65467 c -4.7321,15.15467 -9.3844,28.0551 -12.0689,33.46585 -1.6318,3.28882 -2.7864,6.16015 -2.5658,6.38073 0.2205,0.22057 4.3926,-0.21797 9.2712,-0.97455 9.0034,-1.39624 34.8529,-1.87056 43.741,-0.80261 l 4.8707,0.58525 -8.8707,8.65272 c -16.2442,15.84488 -28.483,24.47697 -41.6208,29.35524 -4.3982,1.63314 -6.3083,3.49204 -3.5882,3.49204 2.3446,0 23.6139,11.36632 32.9481,17.60749 8.2132,5.49159 14.2178,10.37243 12.7951,10.4005 -0.2228,0.004 -5.7879,0.67939 -12.367,1.5 -6.5791,0.82061 -14.8335,1.49201 -18.3431,1.49201 l -6.3811,0 3.9324,4.75 c 2.1629,2.6125 6.1151,8.125 8.7828,12.25 2.6677,4.125 6.9871,10.50005 9.5987,14.16679 5.2457,7.36504 5.094,7.84731 -2.4595,7.81585 -5.892,-0.0245 -16.1493,-2.34932 -23.4442,-5.31349 -3.4232,-1.39097 -6.224,-2.07227 -6.224,-1.514 0,0.55827 3.7056,4.64179 8.2346,9.07448 l 8.2347,8.05945 -5.9847,-0.7295 -5.9846,-0.7295 3.9892,4.33496 c 2.1941,2.38423 6.4691,6.97436 9.5,10.20029 l 5.5108,5.86532 -3.8658,-0.68237 -3.8659,-0.68237 2.2146,3.11014 c 1.2181,1.71058 3.4983,4.0592 5.0673,5.21916 5.6449,4.17349 4.2743,4.61802 -6.8879,2.23391 -12.0987,-2.58413 -28.6842,-4.41032 -40.586,-4.46881 -4.442,-0.0218 -11.4513,-0.64085 -15.5763,-1.3756 -4.125,-0.73476 -7.5998,-1.25457 -7.7218,-1.15514 -0.122,0.0994 1.3907,2.57532 3.3617,5.50199 3.2381,4.80844 8.0658,14.43572 9.7974,19.53794 0.6102,1.79796 0.8963,1.67821 3.2857,-1.37486 1.4396,-1.83939 4.9033,-4.40877 7.6972,-5.70973 13.9756,-6.50763 30.9916,0.92266 39.0416,17.04802 2.4939,4.99566 3.0266,7.41555 3.3722,15.31785 0.4051,9.26051 -1.3173,21.68661 -2.8726,20.72536 -0.4262,-0.2634 -0.5526,0.37093 -0.281,1.40962 0.2716,1.03869 0,2.19087 -0.5933,2.5604 -1.8481,1.14219 -1.2012,2.55459 1.1629,2.53911 3.3049,-0.0216 12.4565,-3.15418 18.7439,-6.41599 6.7977,-3.52655 17.8949,-14.52507 20.8202,-20.635 3.873,-8.08945 2.4837,-14.32566 -3.7684,-16.91534 -2.5664,-1.06305 -3.4158,-1.00644 -5.5126,0.36739 -1.3632,0.89324 -2.8486,3.05195 -3.3008,4.79713 l -0.8223,3.17305 -2.2222,-2.38528 c -7.728,-8.29506 -3.1188,-21.10903 8.6046,-23.92144 5.6662,-1.3593 11.7638,-0.21406 16.3867,3.07773 4.317,3.074 8.0597,11.88511 8.5802,20.19973 1.2215,19.51216 -10.2692,37.77498 -29.8041,47.36953 -10.9619,5.38387 -22.1709,8.43611 -32.0996,8.74077 l -7.8722,0.24156 -6.7417,6.57897 c -10.8782,10.61563 -18.0197,15.61517 -20.2958,14.20846 -0.5475,-0.33836 -0.8718,-0.0228 -0.7207,0.70118 0.1723,0.82535 -2.3364,2.22237 -6.7252,3.74514 -5.5907,1.93976 -9.114,2.4447 -17.5,2.50795 -5.775,0.0436 -12.1441,-0.27057 -14.1536,-0.69805 -3.6244,-0.771 -3.6895,-0.72595 -8.1227,5.61571 -5.9012,8.44178 -9.4217,12.31179 -13.4837,14.82225 -2.9867,1.84586 -3.808,1.94017 -7.6145,0.8744 -2.3468,-0.65703 -6.9183,-3.17789 -10.1591,-5.60189 -3.2408,-2.424 -6.2005,-4.07562 -6.5771,-3.67025 -1.1783,1.26817 -15.0209,23.61315 -15.2098,24.55195 -0.099,0.49045 3.1955,1.90227 7.3205,3.13738 4.125,1.23511 9.075,2.92016 11,3.74454 l 3.5,1.49889 -11.5,11.43629 c -21.3016,21.18356 -42.8994,36.46853 -57.8541,40.94391 -2.3947,0.71662 -4.5792,1.88972 -4.8544,2.60672 -0.2751,0.7171 1.7676,4.8759 4.5394,9.2418 4.1651,6.5603 4.7998,8.1371 3.6571,9.0855 -1.114,0.9245 -2.1217,-0.055 -5.1854,-5.0395 -11.3616,-18.48576 -23.27325,-28.96492 -38.54357,-33.9085 -3.3203,-1.0749 -4.06458,-0.98061 -6.6194,0.83858 -5.59379,3.98313 -13.60989,6.44274 -15.10931,4.63606 -0.83426,-1.00523 0.5485,-2.07133 6.19789,-4.77851 20.65086,-9.89586 28.59824,-24.49761 27.53844,-50.5967 -0.8389,-20.65925 -4.97155,-31.91966 -20.24445,-55.16139 -4.51779,-6.875 -8.95848,-14.42161 -9.8682,-16.77024 -2.84097,-7.33449 -1.85957,-21.2071 1.65851,-23.4441 1.88369,-1.19775 2.2378,-0.9479 2.4599,1.73568 0.36575,4.41927 4.07554,10.27099 8.79694,13.87604 4.45593,3.40236 11.05969,6.30686 12.06156,5.30499 0.27333,-0.27333 0.0852,-2.76253 -0.41811,-5.53156 -0.50328,-2.76903 -0.64457,-5.47051 -0.31396,-6.00328 0.33061,-0.53277 3.21831,-1.72897 6.41711,-2.65824 3.1988,-0.92926 6.0751,-2.36491 6.3918,-3.19032 1.4164,-3.69102 -6.0966,-13.7044 -13.5672,-18.08246 -16.19459,-9.49066 -34.70361,-3.09267 -43.62214,15.07881 -4.86412,9.91064 -6.21169,17.26576 -4.59626,25.08686 1.11353,5.39121 6.23845,16.39026 9.59739,20.59782 2.51791,3.15405 8.64065,15.32681 10.95073,21.77141 9.00161,25.11239 3.33265,49.48562 -12.47032,53.61524 -2.33719,0.61075 -2.36975,0.57059 -0.5,-0.61668 6.88314,-4.37069 13.5,-14.76953 13.5,-21.21616 0,-2.2988 -7.49667,-11.68633 -13,-16.27895 -8.88258,-7.41266 -27.31763,-16.55125 -42,-20.82016 -13.44278,-3.9085 -30.25774,-4.54339 -41.95946,-1.58427 -9.1716,2.3193 -9.95025,2.74316 -22.504,12.25005 -10.30836,7.80646 -21.07934,14.34112 -35.53654,21.55971 -5.81396,2.90296 -9.60742,5.30132 -8.5,5.37401 8.38974,0.55068 24.60749,-1.96328 32.83665,-5.09012 6.4913,-2.4665 7.19466,-1.86512 0.94378,0.80694 -8.62302,3.68609 -18.81172,6.31311 -29.23167,7.53701 l -10.2498,1.20391 4.73557,3.09714 4.73557,3.09713 5.95404,-1.8531 c 3.27473,-1.01921 8.76697,-1.85311 12.20499,-1.85311 7.02085,0 18.05282,-2.55434 27.3528,-6.33326 3.41994,-1.38965 6.21807,-2.3776 6.21807,-2.19546 0,0.94643 -8.03042,4.83993 -15.15753,7.34904 l -8.09072,2.84835 4.37413,2.2854 c 3.7087,1.93774 5.36294,2.20027 10.87412,1.72576 3.575,-0.3078 10.32302,-1.67617 14.99559,-3.04081 4.67257,-1.36465 8.6385,-2.33827 8.81316,-2.1636 0.55166,0.55165 -18.11401,6.43989 -22.61481,7.13402 l -4.30605,0.6641 2.80605,2.97371 c 2.80107,2.96842 2.82207,2.97274 11.80606,2.42335 7.58041,-0.46355 16.15207,-2.14486 26,-5.09983 1.1,-0.33007 0.425,0.13248 -1.5,1.02787 -5.30672,2.46837 -21.68868,6.40136 -26.66341,6.40136 -3.91836,0 -4.29406,0.19402 -3.38866,1.75 3.13687,5.39088 3.26906,5.43813 15.23121,5.44425 16.89909,0.009 31.47317,-4.10788 48.07086,-13.57786 4.2625,-2.43202 7.75689,-4.12812 7.76531,-3.76912 0.008,0.359 0.34592,0.18105 0.75,-0.39545 0.40408,-0.5765 2.30969,-2.07634 4.23469,-3.33298 3.44383,-2.24814 3.43581,-2.227 -0.5,1.31699 -16.12675,14.52129 -39.36905,23.56417 -60.56538,23.56417 -4.91404,0 -8.93462,0.25295 -8.93462,0.5621 0,0.30916 0.64687,2.67166 1.43749,5.25 0.79062,2.57835 1.71395,6.79709 2.05184,9.37499 0.69898,5.33281 -0.1813,4.83637 19.49006,10.99139 13.48489,4.21928 18.74872,7.70168 22.02061,14.56798 2.49705,5.2402 2.50561,5.2464 7.25,5.25 4.3206,0 4.75,-0.209 4.75,-2.3472 0,-6.1793 4.92103,-14.52282 10.16494,-17.23455 4.64471,-2.40188 33.77693,-10.65099 35.40638,-10.02572 3.33286,1.27894 0.71439,2.46531 -11.05781,5.01001 -14.43584,3.12048 -21.98624,6.16247 -26.09154,10.51206 -3.09132,3.2752 -5.22072,8.0466 -5.34589,11.9787 -0.0418,1.3144 -0.71088,2.8894 -1.48674,3.5 -0.974,0.7665 -1.53272,3.9772 -1.80495,10.372 l -0.39429,9.2619 3.93455,-7.5382 c 10.29612,-19.7263 34.58858,-32.5865 58.67535,-31.06218 23.1311,1.46378 40.49495,18.05288 43.43445,41.49638 0.5788,4.6164 0.469,5.245 -0.7408,4.241 -0.7812,-0.6484 -1.7137,-3.6746 -2.0722,-6.725 -1.3555,-11.5331 -11.3768,-25.7191 -22.41105,-31.7246 -6.47129,-3.5221 -15.42247,-5.8364 -22.40853,-5.7935 -6.39836,0.039 -17.9819,2.4256 -24.87937,5.1255 -20.5514,8.0445 -34.9225,31.6681 -34.9225,57.4068 0,14.9482 2.85463,23.2218 15.11369,43.8044 14.1094,23.6893 17.33386,34.758 12.94285,44.4296 -2.45377,5.40457 -8.4694,9.45727 -14.96454,10.08137 -12.30343,1.1821 -21.4588,-7.2252 -21.9982,-20.20087 -0.11284,-2.7146 -0.47464,-5.3716 -0.80399,-5.9045 -0.32936,-0.5329 -0.1117,-0.6679 0.48369,-0.2999 0.60821,0.3759 1.39061,-0.3232 1.7857,-1.5955 1.91311,-6.1608 8.2057,-10.8613 14.31292,-10.6914 6.00038,0.1669 12.12788,6.8665 12.12788,13.2602 0,7.5646 -6.93307,14.1314 -12.75713,12.0832 -5.49054,-1.931 -6.56778,-10.4001 -1.61016,-12.6589 3.1924,-1.4546 4.44424,0.073 1.61729,1.9737 -2.62732,1.7663 -2.90168,4.4742 -0.67857,6.6973 2.28914,2.2891 4.21076,1.9431 7.50549,-1.3517 4.31558,-4.3156 3.90194,-11.3885 -0.94353,-16.1337 -3.37273,-3.303 -13.76072,0.5017 -16.65586,6.1003 -1.92813,3.7285 -3.49241,10.9565 -2.37123,10.9565 0.49153,0 0.8937,0.6973 0.8937,1.5497 0,2.2697 2.9259,7.54807 5.37399,9.69467 5.79171,5.0785 12.85062,5.9957 19.12601,2.485 9.2679,-5.1846 10.95304,-17.70047 4.46899,-33.19217 -3.87934,-9.2686 -6.88882,-13.0256 -11.70784,-14.616 -7.10078,-2.3435 -19.58777,2.3609 -20.87678,7.8651 -2.0195,8.6236 -8.77593,34.80207 -10.60434,41.08777 l -2.14501,7.374 2.34527,4.4209 c 7.90733,14.9055 33.65194,19.2134 51.83272,8.6734 5.85351,-3.3935 12.46633,-13.8229 15.11745,-23.8424 1.39248,-5.26267 1.39247,-5.26267 -0.95939,-6.00917 -1.11591,-0.3542 -4.04382,-2.6877 -6.50647,-5.1857 -9.77724,-9.9176 -9.00726,-24.9382 1.50151,-29.2911 1.66864,-0.6911 3.03389,-1.7057 3.03389,-2.2545 0,-0.5488 -1.62928,-3.68 -3.62062,-6.9581 -2.781,-4.578 -3.34641,-6.2316 -2.43815,-7.1308 0.90564,-0.8965 1.82926,-0.381 3.94528,2.2024 3.34138,4.0794 5.44325,3.7477 10.72745,-1.6933 5.43669,-5.598 7.98306,-12.7435 4.88604,-13.7111 -0.825,-0.2577 -2.2875,-0.7616 -3.25,-1.1196 -0.9625,-0.3581 -2.2,-0.7646 -2.75,-0.9034 -0.55,-0.1388 -1.7128,-0.5403 -2.584,-0.8923 -1.10979,-0.4483 -2.43122,0.5827 -4.41393,3.4437 -1.55646,2.246 -4.06468,4.813 -5.57383,5.7045 -2.30377,1.3608 -2.5622,1.9118 -1.61111,3.4347 0.84788,1.3577 0.83997,2.1067 -0.0314,2.9781 -0.8856,0.8856 -2.78033,-1.322 -7.91758,-9.2251 -3.71435,-5.714 -8.12302,-13.5392 -9.79704,-17.3892 -2.71787,-6.2507 -3.04514,-8.072 -3.05738,-17.0154 -0.0128,-9.3136 0.2165,-10.4834 3.27171,-16.6947 1.80698,-3.6736 5.30583,-8.7581 7.77523,-11.2989 5.12641,-5.2747 14.76475,-10.1887 22.32964,-11.3845 14.43987,-2.2827 30.4452,6.3551 36.2997,19.5902 2.8572,6.4592 2.1257,18.3824 -1.5081,24.5832 -3.3135,5.654 -9.62123,10.0378 -14.80479,10.2892 -2.18469,0.1059 -4.21597,0.4364 -4.51394,0.7344 -0.94491,0.9449 -7.714,-0.5152 -11.86317,-2.5589 -8.21449,-4.0462 -11.5,-8.8347 -11.5,-16.7607 0,-5.6598 0.9657,-8.1023 4.87219,-12.3232 3.73716,-4.0379 7.3473,-5.6607 12.59284,-5.6607 3.80275,0 5.1876,0.5712 8.29966,3.4232 3.38868,3.1055 3.73531,3.9019 3.73531,8.582 0,4.563 -0.37718,5.4959 -3.26578,8.0768 -4.11359,3.6755 -8.05376,3.7822 -12.15749,0.3291 -3.78929,-3.1885 -4.16604,-7.5347 -0.85422,-9.8544 2.88845,-2.0231 4.05488,-1.9629 6.91671,0.3572 2.92273,2.3695 2.02189,3.5723 -1.48038,1.9765 -5.36865,-2.4461 -7.79839,4.0663 -2.60164,6.9732 2.20293,1.2322 2.96362,1.2356 5.49089,0.024 1.61353,-0.7734 3.51495,-2.6189 4.22538,-4.1011 2.57462,-5.3718 -3.21651,-12.794 -9.97381,-12.7831 -6.38149,0.01 -11.79966,6.9271 -11.79966,15.0631 0,17.6162 24.49122,22.9761 34.5977,7.5717 1.4934,-2.2762 3.6057,-5.4402 4.6942,-7.0312 1.0885,-1.5911 1.5806,-2.6472 1.0936,-2.3471 -0.487,0.3002 -0.9136,-1.9981 -0.9479,-5.1072 -0.1419,-12.8686 -11.68172,-24.401 -25.87059,-25.8542 -13.51465,-1.3842 -22.45411,6.1986 -27.47945,23.309 -2.4953,8.4961 -2.61709,13.2461 -0.52062,20.3057 2.01644,6.79 7.98663,13.3128 15.89644,17.3678 7.98014,4.091 8.28668,4.1521 21.03662,4.1878 10.3122,0.029 11.3292,-0.1515 16.2656,-2.8865 12.34014,-6.8371 18.97474,-16.4779 19.98284,-29.0372 0.4328,-5.3909 0.7699,-6.3602 1.8892,-5.4312 0.7493,0.6219 1.3624,1.655 1.3624,2.2958 0,2.007 14.5063,14.9171 17,15.1295 0.275,0.023 2.75,0.7718 5.5,1.663 8.0113,2.5964 13.007,2.927 20.5298,1.3584 12.6874,-2.6454 24.6721,-11.1645 29.4528,-20.9359 10.4319,-21.3219 -1.0023,-45.18809 -24.538,-51.21767 -3.7566,-0.96238 -7.5871,-1.32173 -9.7547,-0.9151 -3.3487,0.62822 -3.4812,0.55653 -2.1467,-1.16131 1.3469,-1.73378 1.3172,-1.74411 -0.5604,-0.19488 -1.0906,0.8998 -4.3171,2.80561 -7.1702,4.23514 -6.569,3.29136 -11.999,8.85022 -13.4829,13.80282 -1.4333,4.7841 -3.8297,7.171 -3.8297,3.8145 0,-7.963 6.5195,-16.49457 15.9112,-20.82168 4.5822,-2.11121 7.129,-2.58324 14.1403,-2.62087 7.9159,-0.0425 9.117,0.23353 16.1581,3.71327 23.1172,11.42468 29.8514,39.36598 14.2777,59.24078 -4.785,6.1064 -4.8864,7.0902 -0.9802,9.5044 5.258,3.2496 12.1375,11.5043 13.9009,16.6795 4.3068,12.64 0.2053,26.358 -9.975,33.3622 -4.1558,2.8593 -4.7867,3.0288 -6.1599,1.6555 -1.3733,-1.3732 -1.1189,-1.7396 2.4839,-3.5776 4.7487,-2.4226 9.8556,-8.9778 11.376,-14.6021 1.5337,-5.6734 0.4536,-13.8453 -2.495,-18.8766 -2.8279,-4.8255 -10.8724,-12.6453 -13.0087,-12.6453 -2.9128,0 -2.8291,3.3837 0.1481,5.9795 6.9956,6.0997 8.1611,13.0444 3.3125,19.7378 -5.5188,7.6183 -17.8677,10.8546 -26.2469,6.8784 -1.9173,-0.9098 -8.3302,-6.5769 -14.2507,-12.5936 -10.4343,-10.6036 -16.4874,-14.7957 -23.6489,-16.3782 -2.2423,-0.4955 -2.9491,0.083 -5.75,4.7042 -1.7564,2.898 -3.1934,5.5904 -3.1934,5.9831 0,0.3927 2.5875,1.8547 5.75,3.2488 8.6193,3.7996 12.1186,6.5798 20.5268,16.3087 6.4481,7.4608 8.8194,9.4346 15.0075,12.4923 8.5018,4.2007 16.8486,5.5018 23.5929,3.6775 6.0957,-1.6489 7.068,-0.3271 3.8273,5.2028 -3.1941,5.4502 -10.6638,12.4259 -15.4452,14.4237 -5.5386,2.3142 -12.6562,3.1268 -18.8626,2.1535 -9.7236,-1.5248 -16.1611,-5.9987 -25.5525,-17.7584 -3.2678,-4.092 -6.8774,-8.0954 -8.0211,-8.8966 -2.4263,-1.6994 -1.635,-2.706 -9.6879,12.3238 -7.56504,14.1192 -11.84084,21.3612 -15.48204,26.2223 -3.28441,4.38487 -8.64705,7.29037 -13.45551,7.29037 -2.66917,0 -11.00082,-1.9879 -14.31487,-3.4154 -1.28671,-0.5543 -1.86139,0.2732 -2.81227,4.0495 -2.80272,11.1306 -10.38114,22.1196 -18.56026,26.9128 -15.09552,8.8466 -42.58993,5.5143 -51.34111,-6.2225 -3.00033,-4.024 -2.72159,-1.2133 0.78199,7.8854 6.57531,17.0758 12.92439,26.9266 25.0013,38.7902 8.06521,7.9228 19.41209,15.5926 25.89783,17.5053 l 2.3503,0.6931 -2.80094,-4.7793 c -2.3561,-4.0205 -2.86856,-6.1938 -3.22671,-13.6847 -0.41713,-8.7247 -0.34756,-9.0593 3.43177,-16.5053 7.11931,-14.0261 20.6348,-25.0262 35.39538,-28.8076 10.89531,-2.7913 20.9289,0.4474 29.32064,9.4642 6.5329,7.0195 8.9307,12.7517 9.4692,22.6374 0.3653,6.7059 0.029,9.1973 -2.0505,15.1761 -9.8678,28.3749 -39.13526,46.1975 -69.59206,42.3785 -27.44658,-3.4415 -50.73068,-20.2923 -67.64738,-48.9566 -1.65,-2.7958 -3.31635,-5.0918 -3.703,-5.1022 -0.38664,-0.01 -1.12907,1.4436 -1.64983,3.2311 -0.52077,1.7875 -2.35844,6.625 -4.08372,10.75 -1.72529,4.125 -3.68286,8.85 -4.35017,10.5 -2.29909,5.6848 -9.73204,19.6893 -13.3158,25.0885 -5.63422,8.4883 -11.73602,14.7292 -17.54913,17.949 -5.05944,2.8025 -5.97077,2.9625 -16.87086,2.9625 -10.9578,0 -11.84307,-0.1578 -18.0635,-3.2209 -11.93517,-5.8769 -19.92456,-15.7986 -24.38224,-30.2791 -2.27579,-7.3928 -3.12044,-28.8758 -1.63373,-41.5527 1.41895,-12.099 5.45104,-34.2633 8.07888,-44.4092 1.06297,-4.104 1.75172,-7.6428 1.53055,-7.864 -0.22117,-0.2212 -1.6129,0.5503 -3.09273,1.7143 -3.9157,3.0801 -14.72523,6.1418 -23.91472,6.7735 -9.24262,0.6354 -18.68303,-1.2007 -26.47569,-5.1496 -7.13266,-3.6141 -8.02432,-3.3932 -8.02432,1.988 0,4.1486 0.19776,4.5 2.53212,4.5 6.24951,0 13.70018,5.6367 17.6672,13.3656 2.29076,4.4632 3.06565,15.6838 1.44227,20.8845 -0.72424,2.3202 -0.56794,2.7515 1,2.7593 3.42535,0.017 11.91953,5.7499 14.90652,10.06 2.48854,3.591 2.95189,5.2263 2.95189,10.4182 0,5.0827 -0.49306,6.9036 -2.82267,10.4239 -8.43798,12.7507 -31.06534,9.8507 -38.68543,-4.958 -2.9865,-5.8039 -3.44416,-10.4808 -1.51892,-15.5219 l 1.71175,-4.4821 -3.9278,-3.9278 -3.9278,-3.9278 -2.22628,5.3713 c -1.22445,2.9543 -4.68482,9.0231 -7.68971,13.4864 l -5.46344,8.115 2.9429,4.2774 c 4.74275,6.8933 6.42183,13.4438 5.91607,23.0799 -0.38492,7.3336 -0.85999,9.0637 -3.83814,13.9776 -7.84209,12.9394 -21.38464,18.1044 -32.73628,12.4855 z"
+ id="path6750" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 374.71335,1128.261 c 8.59489,-4.4296 15.22808,-15.367 15.22621,-25.1062 -0.002,-8.3009 -3.48662,-18.4341 -7.62931,-22.1832 -1.75884,-1.5917 -2.1047,-1.4421 -6.69506,2.895 -4.23348,3.9999 -4.70427,4.8376 -3.75471,6.6808 6.03177,11.7082 5.21709,22.3651 -2.13862,27.9756 -6.31953,4.82 -13.76171,2.7282 -13.76171,-3.8683 0,-4.3712 2.91224,-6.8978 6.93284,-6.0148 3.33189,0.7319 3.81208,-0.084 1.72724,-2.9354 -1.05616,-1.4444 -2.09355,-1.6911 -4.89855,-1.1648 -4.97597,0.9335 -8.31709,3.8843 -10.31181,9.1075 -1.41251,3.6986 -1.49858,4.9753 -0.4982,7.3905 3.73802,9.0243 15.77098,12.393 25.80168,7.2233 z"
+ id="path6748" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 517.46768,1127.1512 c 5.18314,-2.5092 11.99953,-9.7154 18.18508,-19.225 5.53541,-8.5102 14.12393,-25.6041 14.95695,-29.7692 0.34915,-1.7458 1.13333,-3.3664 1.74263,-3.6014 0.6093,-0.235 1.19817,-1.72 1.3086,-3.3 l 0.2008,-2.8727 -11.37345,4.5362 c -8.46648,3.3768 -11.51088,5.0617 -11.91113,6.5923 -0.72822,2.7847 -0.23306,3.0538 3.33194,1.811 1.67808,-0.5849 3.05105,-0.868 3.05105,-0.629 0,0.4139 -6.76395,3.4614 -7.68249,3.4614 -0.24103,0 -0.29858,-1.6703 -0.12788,-3.7118 l 0.31037,-3.7118 12.94233,-5.192 c 9.8504,-3.9516 13.14042,-5.7274 13.77148,-7.4334 0.45604,-1.2327 0.70629,-2.3642 0.55612,-2.5144 -0.15018,-0.1502 -5.67234,1.8711 -12.27149,4.4918 -11.92854,4.7372 -12.00026,4.7515 -12.31009,2.4677 -0.59027,-4.351 1.48681,-5.9362 14.99458,-11.444 7.32439,-2.9866 13.54207,-5.3601 13.81707,-5.2744 0.275,0.086 0.5,-0.9319 0.5,-2.261 0,-1.3292 -0.13207,-2.4167 -0.29348,-2.4167 -0.16142,0 -5.95941,2.2645 -12.88444,5.0322 -6.92502,2.7678 -12.74159,4.8816 -12.92569,4.6975 -0.18411,-0.1841 -0.0757,-1.9313 0.24099,-3.8826 0.53984,-3.3266 1.04692,-3.7445 8.13163,-6.7017 4.15574,-1.7346 7.7251,-2.9846 7.9319,-2.7778 0.36641,0.3664 -6.84948,3.978 -11.41935,5.7154 -1.54831,0.5887 -2.28156,1.6832 -2.28156,3.4057 l 0,2.5381 3.75,-1.622 c 2.0625,-0.8922 6.9,-2.8146 10.75,-4.2721 9.11366,-3.4502 10.06851,-4.1005 10.87414,-7.4066 l 0.67595,-2.7739 -3.67858,1.537 c -5.30843,2.218 -5.3839,1.0522 -0.0837,-1.2923 4.85259,-2.1466 5.13658,-2.4426 6.06085,-6.319 0.61849,-2.5939 0.55044,-2.6294 -6.34516,-3.3089 -9.03581,-0.8904 -19.29949,-5.9361 -26.51052,-13.0327 l -5.31216,-5.228 -0.62791,4.5959 c -0.34536,2.5277 -0.88714,6.5083 -1.20397,8.8458 -0.60032,4.429 -2.3491,5.9181 -2.3488,2 10e-5,-1.2375 1.13872,-9.8591 2.53028,-19.1592 1.39156,-9.30007 2.39862,-17.30367 2.23792,-17.78577 -0.16071,-0.4821 -1.59927,2.177 -3.19681,5.9092 -3.18737,7.44627 -11.45144,26.04847 -22.56174,50.78577 -3.95236,8.8 -7.41623,16.7581 -7.6975,17.6847 -0.3955,1.3028 0.47443,1.9358 3.83814,2.7927 2.39225,0.6095 7.43463,2.0163 11.2053,3.1263 3.77067,1.11 6.9984,1.8755 7.17275,1.7011 0.38043,-0.3804 2.82601,-17.3363 4.55122,-31.5548 0.68402,-5.6375 1.62091,-10.25 2.08197,-10.25 1.21369,0 1.10132,1.511 -1.67139,22.4739 -1.60731,12.1521 -3.02077,19.4851 -3.93128,20.3956 -1.22889,1.2289 -3.06915,0.9613 -13.5711,-1.9739 l -12.14943,-3.3956 0.48318,-3.5 c 0.26575,-1.925 5.45895,-14.5056 11.54043,-27.957 6.08149,-13.4513 10.91606,-24.5982 10.7435,-24.7707 -0.17257,-0.1727 -2.72321,0.203 -5.66811,0.8344 -10.34011,2.2176 -23.84583,-0.4715 -33.08882,-6.5882 -4.15612,-2.7504 -3.91112,-2.8496 -5.39524,2.1846 -0.19508,0.6617 4.57309,5.5602 10.59594,10.8854 6.02284,5.3252 10.95062,9.7914 10.95062,9.9248 0,0.4384 -3.2025,7.9785 -3.54271,8.341 -0.18289,0.1948 -4.70718,-3.5 -10.05399,-8.2108 -5.3468,-4.7108 -10.09988,-8.3311 -10.56238,-8.0453 -1.93402,1.1953 -0.46836,3.6778 5.96515,10.1037 13.16347,13.1478 14.47518,14.8961 13.12386,17.4916 -0.66046,1.2685 -1.36087,2.4899 -1.55645,2.7141 -0.36084,0.4138 -10.04637,-7.6528 -16.29558,-13.5718 -3.30399,-3.1293 -5.0779,-3.494 -5.0779,-1.044 0,0.6457 4.53126,5.7207 10.06947,11.2778 l 10.06947,10.1039 -1.32308,3.2425 -1.32308,3.2426 -5.99639,-5.635 c -7.23244,-6.7965 -12.40581,-10.9475 -12.95694,-10.3965 -0.22336,0.2235 -0.78659,5.2374 -1.25161,11.1423 -0.81029,10.2892 -0.76104,10.7625 1.18334,11.3681 1.11585,0.3476 2.34058,1.1187 2.72162,1.7136 0.94742,1.4793 -1.02379,3.6488 -3.31524,3.6488 -1.03266,0 -1.87756,0.2427 -1.87756,0.5394 0,4.8578 2.58078,20.8356 4.0598,25.1344 6.43201,18.695 21.4117,28.9512 40.7198,27.8799 4.71106,-0.2614 8.84916,-1.1638 11.72793,-2.5573 z"
+ id="path6746" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 498.46015,1105.4405 c -9.35,-3.0407 -17.151,-5.6625 -17.33555,-5.8261 -0.85337,-0.7565 4.29157,-20.4597 5.34249,-20.4597 0.64698,0 8.29386,1.8 16.99306,4 8.6992,2.2 16.64546,4 17.65836,4 2.19058,0 2.30455,2.1558 0.51821,9.8023 -0.68532,2.9335 -1.6315,4.9438 -2.11796,4.5 -0.48536,-0.4429 -0.5738,-0.2695 -0.19742,0.387 0.37502,0.6542 0.38965,3.0166 0.0325,5.25 -0.45945,2.8733 -1.12368,4.0336 -2.27152,3.9679 -0.8922,-0.051 -9.27219,-2.5806 -18.62219,-5.6214 z"
+ id="path6744" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 517.40973,1105.4995 c 0.65404,-2.6059 -0.5275,-4.2941 -3.0302,-4.3296 -0.59435,-0.01 -7.08307,-1.8153 -14.41938,-4.0153 -7.33631,-2.2 -13.96742,-4 -14.7358,-4 -0.90922,0 -1.28656,0.877 -1.08062,2.5116 0.28563,2.2672 1.67875,2.9871 14.31642,7.3982 16.73779,5.8422 18.05206,6.0111 18.94958,2.4351 z"
+ id="path6742" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 519.33151,1095.4619 c 0.35376,-2.581 0.30243,-4.9828 -0.11408,-5.3373 -0.86044,-0.7323 -29.11149,-8.0215 -30.96874,-7.9903 -1.07799,0.018 -3.89285,7.756 -3.10426,8.5335 0.40415,0.3984 30.94576,9.2287 32.4298,9.3761 0.61274,0.061 1.40352,-2.001 1.75728,-4.582 z"
+ id="path6740" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 537.96015,1080.5232 c 0,-0.6764 7.13729,-3.5645 7.61884,-3.083 0.22147,0.2215 -1.40217,1.1115 -3.60809,1.9781 -2.20591,0.8665 -4.01075,1.3637 -4.01075,1.1049 z"
+ id="path6738" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 546.96015,1076.7617 c 0,-0.2163 0.69837,-0.6611 1.55194,-0.9886 0.88992,-0.3415 1.29132,-0.1738 0.94098,0.3931 -0.58726,0.9502 -2.49292,1.4054 -2.49292,0.5955 z"
+ id="path6736" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 659.81906,1110.6395 c 27.11899,-8.5669 45.88577,-37.0531 39.63177,-60.1571 -3.2906,-12.1566 -15.47888,-21.6961 -27.50233,-21.5256 -15.4964,0.2197 -33.25443,13.2448 -40.55073,29.743 -5.7337,12.9649 -1.4505,28.1648 9.56342,33.9378 7.24909,3.7997 21.29424,2.6181 29.31057,-2.4656 13.77979,-8.7389 21.54467,-29.4198 15.63199,-41.6339 -5.4676,-11.2944 -21.15282,-11.5613 -32.57262,-0.554 -11.43415,11.021 -12.42665,25.02 -2.26937,32.0088 6.57064,4.521 17.24161,0.5514 22.46162,-8.356 3.97577,-6.7841 2.62483,-13.3197 -3.21198,-15.5389 -5.60028,-2.1292 -13.92198,5.2531 -11.34642,10.0656 1.37388,2.5671 4.03308,2.562 4.70542,-0.01 0.66808,-2.5547 2.28975,-2.6053 2.28975,-0.071 0,4.2446 -4.83964,6.3716 -8.46529,3.7204 -4.10036,-2.9982 -1.34748,-10.7692 5.45512,-15.3989 6.7981,-4.6268 13.78926,-1.3895 14.71387,6.8132 1.2185,10.8112 -9.6257,22.9988 -20.38908,22.9148 -4.83807,-0.038 -10.63344,-3.3874 -13.81832,-7.9867 -6.10392,-8.8149 -2.86094,-20.7642 8.52593,-31.4153 8.70392,-8.1415 19.35192,-11.0195 26.70397,-7.2176 6.508,3.3654 12.27378,12.9551 12.27378,20.4138 0,1.2887 0.6817,1.8614 2.1509,1.8072 1.5489,-0.057 2.2027,0.5622 2.336,2.2129 0.2376,2.9423 -1.4569,4.0128 -2.7354,1.7281 -0.8015,-1.4321 -1.147,-1.5049 -1.853,-0.3904 -0.4773,0.7535 -0.8748,2.3445 -0.8832,3.5354 -0.01,1.191 -1.47778,4.8606 -3.26528,8.1546 -10.24481,18.879 -26.36346,25.7921 -48.28405,20.7083 -7.47067,-1.7325 -20.57981,-8.0718 -27.94801,-13.515 -12.66027,-9.3527 -28.72291,-32.6583 -37.22002,-54.0031 -0.87044,-2.1866 -1.60203,-0.6032 -6.00646,13 l -5.0153,15.4898 2.43942,4.2201 c 1.34168,2.3211 2.11001,4.7531 1.70741,5.4045 -0.4026,0.6514 -0.31226,0.925 0.20076,0.6079 0.51303,-0.317 2.91531,2.1315 5.3384,5.4411 6.14703,8.3962 17.01587,19.841 24.49191,25.7898 18.39629,14.6384 41.96771,19.2933 63.40485,12.5214 z"
+ id="path6734" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 250.23789,1097.2183 c 10.06151,-2.8775 17.45781,-6.933 23.40788,-12.8353 5.72013,-5.6743 6.43789,-7.2283 3.33855,-7.2283 -1.08671,0 -3.44921,-0.8989 -5.25,-1.9975 -2.73659,-1.6696 -4.30346,-1.8929 -9.54309,-1.36 l -6.26893,0.6376 -5.23107,-5.6314 c -3.51716,-3.7864 -6.214,-5.7844 -8.23108,-6.0982 -1.65,-0.2567 -4.68889,-0.7313 -6.75309,-1.0545 -3.11324,-0.4876 -4.09645,-1.2608 -5.76713,-4.5356 -1.30352,-2.5552 -3.19622,-4.4418 -5.36509,-5.348 -1.84307,-0.7701 -4.61179,-3.0531 -6.1527,-5.0733 -1.80659,-2.3686 -5.03844,-4.6874 -9.09945,-6.5288 -6.99319,-3.1708 -9.79938,-6.6245 -10.90925,-13.4265 -0.46743,-2.8647 -1.77196,-5.1599 -4.36996,-7.6885 l -3.70361,-3.6047 -2.00541,3.1047 c -3.39085,5.2496 -5.27723,11.1486 -6.49694,20.3169 -2.18606,16.432 2.89405,30.9482 15.02772,42.941 15.44955,15.2702 34.56405,20.7891 53.37265,15.4104 z"
+ id="path6732" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 110.46015,1094.9755 c 2.2,-0.5522 5.575,-1.9723 7.5,-3.1561 1.925,-1.1837 3.8375,-2.0426 4.25,-1.9085 0.4125,0.1341 0.643,-0.094 0.51223,-0.5062 -0.13077,-0.4125 0.3798,-2.2269 1.1346,-4.0321 1.65762,-3.9642 0.96081,-4.9297 -2.43966,-3.3803 -5.08508,2.3169 -5.82201,0.9755 -0.80583,-1.4669 5.0656,-2.4664 6.30407,-4.2191 6.33501,-8.9655 l 0.0136,-2.0948 -5.60633,1.8927 c -7.79105,2.6302 -9.13272,1.6911 -1.60557,-1.1239 7.09103,-2.6518 7.71183,-3.2512 8.62682,-8.3292 0.74892,-4.1563 0.50689,-4.3687 -2.7001,-2.369 -1.21815,0.7596 -3.55505,1.694 -5.1931,2.0764 -2.33679,0.5455 -1.6663,-0.1808 3.11286,-3.3722 5.68339,-3.7952 6.1338,-4.3787 6.72829,-8.7159 1.07349,-7.8321 0.95216,-8.0529 -2.61287,-4.7564 -9.42925,8.719 -19.44529,12.3871 -33.824105,12.3871 -20.42208,0 -37.58064,-7.6181 -53.98278,-23.9674 -12.48477,-12.4446 -26.606,-35.51127 -34.3763602,-56.15267 l -1.73918,-4.62 -6.18327,-0.4964 c -20.1781298,-1.6197 -30.9341698,-20.1478 -22.1658798,-38.1825 1.3587,-2.7946 2.99756,-5.798 3.6419,-6.6742 0.94049,-1.2789 0.69902,-2.2347 -1.22439,-4.8463 -4.81294,-6.5349 -22.03741,-17.711 -25.34177,-16.443 -1.98896,0.7632 -1.97036,0.9005 0.59186,4.366 1.77551,2.4015 2.04363,3.7673 1.55292,7.9106 -0.67935,5.736 -5.32099,16.2485 -11.95099,27.0669 l -4.57251,7.4611 5.3571,5.7863 c 4.95658,5.3537 8.97951,10.9464 14.26424,19.8301 1.15776,1.9462 6.90072,13.1962 12.76212,24.99997 5.86141,11.8039 13.01817,25.0615 15.90391,29.4615 16.3689498,24.9584 42.67689,46.2937 70.18134,56.9159 16.76901,6.4762 40.21165,8.8289 53.855845,5.4049 z"
+ id="path6730" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 111.23098,1083.5505 c 0.33229,-0.3323 1.19479,-0.3678 1.91667,-0.079 0.79773,0.3192 0.56078,0.5562 -0.60417,0.6042 -1.05416,0.043 -1.64479,-0.193 -1.3125,-0.5253 z"
+ id="path6728" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 47.981615,1063.1948 c -1.25541,-2.3459 -0.61058,-4.0401 1.53756,-4.0401 0.79254,0 1.44098,0.9 1.44098,2 0,1.0999 0,2.3375 0,2.75 0,1.6921 -1.94055,1.2295 -2.97854,-0.7099 z"
+ id="path6726" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 23.939935,1054.1169 c -1.4384,-2.6877 -0.32428,-5.9622 2.02859,-5.9622 3.03396,0 4.82888,4.2862 2.8124,6.7159 -1.56382,1.8842 -3.59873,1.5674 -4.84099,-0.7537 z"
+ id="path6724" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 360.52809,1092.1958 c 12.1135,-5.9635 26.57552,-22.2605 33.55354,-37.8109 2.98719,-6.6569 3.00297,-6.7832 1.44929,-11.595 -2.92615,-9.0626 -1.38856,-16.6402 4.66855,-23.0075 3.13383,-3.2944 3.85386,-4.8176 4.03736,-8.541 l 0.22332,-4.5316 -5.72378,-0.7384 c -3.14809,-0.4061 -7.06324,-1.431 -8.70034,-2.2776 -1.63711,-0.8465 -3.22391,-1.5392 -3.52622,-1.5392 -0.30231,0 -0.56536,4.1625 -0.58455,9.2501 -0.0886,23.4912 -8.02843,43.7842 -23.02537,58.8494 -7.18498,7.2176 -13.48908,11.3588 -20.5064,13.4707 -3.97004,1.1948 -5.05052,1.1668 -8.51919,-0.2211 -4.54879,-1.8201 -5.80811,-3.6428 -5.34649,-7.7386 0.48372,-4.2919 4.91097,-8.3329 10.4251,-9.5154 5.3887,-1.1557 10.48706,-0.1349 15.9276,3.189 l 3.42037,2.0897 3.85905,-4.3486 c 2.12248,-2.3917 3.7092,-4.7982 3.52606,-5.3476 -0.70209,-2.1063 -10.801,-6.8008 -17.74431,-8.2485 -10.65406,-2.2214 -16.72777,-0.778 -22.96294,5.4572 -10.89818,10.8982 -6.74334,30.371 7.61867,35.7071 2.57413,0.9564 6.74066,1.3297 12.48957,1.1189 7.39864,-0.2713 9.59697,-0.794 15.44111,-3.671 z"
+ id="path6722" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 435.41613,1087.6086 c 4.51079,-2.1405 8.39134,-6.4405 9.12564,-10.1121 0.57407,-2.8704 0.39452,-3.1184 -2.57256,-3.5539 -1.75433,-0.2575 -6.41971,0.094 -10.36752,0.7801 -8.88033,1.5442 -14.10644,0.6851 -20.67619,-3.3989 l -4.96535,-3.0865 0,2.7873 c 0,3.7043 5.28426,11.5245 9.58213,14.1809 6.66263,4.1177 14.31149,5.0426 19.87385,2.4031 z"
+ id="path6720" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 349.48729,1078.0217 c 2.98316,-1.8518 5.54744,-3.7684 5.6984,-4.2591 0.5966,-1.9391 -5.28516,-4.9483 -10.5205,-5.3825 -5.91578,-0.4905 -10.87546,1.356 -12.6754,4.7192 -4.68367,8.7515 6.3355,11.8515 17.4975,4.9224 z"
+ id="path6718" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 285.91327,1073.6789 c 1.56958,-0.8116 3.76335,-2.9491 4.87504,-4.75 5.49654,-8.9039 1.65894,-18.7838 -10.63395,-27.3772 -9.2228,-6.4472 -10.00284,-6.7177 -14.67891,-5.0918 l -3.98471,1.3855 7.48471,4.1684 c 14.84865,8.2696 19.36248,12.5587 19.2008,18.2452 -0.12912,4.5412 -3.08872,7.147 -8.03967,7.0787 -4.29727,-0.059 -7.41387,-1.3862 -14.51978,-6.182 -2.44568,-1.6505 -5.28144,-3.0169 -6.30167,-3.0364 -2.69105,-0.051 -5.86549,-2.0547 -8.42266,-5.3152 -1.22962,-1.5678 -4.27178,-3.7233 -6.76036,-4.79 -6.58035,-2.8207 -20.50943,-13.2566 -28.84245,-21.6094 -3.97808,-3.9875 -7.69306,-7.25 -8.25551,-7.25 -1.61193,0 -4.22606,-5.866 -3.88402,-8.7155 0.54475,-4.5384 3.22115,-5.1537 8.8491,-2.0345 2.72908,1.5125 5.81248,2.75 6.852,2.75 1.03952,0 5.87679,2.6056 10.74948,5.7902 16.62602,10.8662 15.71832,10.4633 20.56096,9.1257 2.50252,-0.6913 3.67176,-1.4025 2.79848,-1.7023 -0.825,-0.2833 -5.24835,-3.0347 -9.82967,-6.1143 -12.65275,-8.5053 -23.52687,-15.0927 -24.92033,-15.0962 -1.80925,0 -1.54462,-1.0607 0.92431,-3.68867 1.19588,-1.273 1.65743,-2.3145 1.02568,-2.3145 -2.03316,0 -3.92498,-5.3145 -4.44964,-12.5 -0.64375,-8.8165 -3.73893,-21.6251 -5.03247,-20.8256 -1.17538,0.7264 -0.13714,18.1772 1.59004,26.7257 0.81722,4.0447 1.82101,6.2459 3.19208,7 1.1,0.6049 2.17663,1.2015 2.3925,1.3257 0.21588,0.1242 -0.14196,0.8699 -0.79519,1.65687 -0.93129,1.1222 -1.96723,1.2159 -4.79867,0.4341 -5.89403,-1.62737 -12.1648,-0.1506 -16.1092,3.7938 -2.94654,2.9466 -3.34067,3.8872 -2.79072,6.6603 0.36164,1.8236 2.13737,4.6052 4.07948,6.3903 3.36853,3.0963 3.8115,4.1141 4.98374,11.4516 0.73993,4.6314 3.0718,6.6815 9.54095,8.3881 6.16694,1.6268 5.84058,1.3583 7.49203,6.1621 1.35994,3.9558 2.12896,4.6729 6.77973,6.3223 1.52606,0.5412 3.68682,2.5301 4.80169,4.4196 2.20036,3.7294 6.1135,5.5952 11.73447,5.5952 3.01972,0 4.29161,0.8507 9.06803,6.065 l 5.55567,6.0649 7.0944,-0.6648 c 6.16101,-0.5773 7.54678,-0.389 10.53275,1.4313 4.06077,2.4756 6.99164,2.6445 10.89146,0.6278 z"
+ id="path6716" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 435.46015,1072.7114 c 6.66845,-1.2245 6.86667,-1.3391 4.1849,-2.421 -3.69248,-1.4897 -5.25796,-1.4378 -13.36489,0.4423 -3.74225,0.8679 -8.04518,1.3958 -9.56205,1.1732 -3.34182,-0.4906 -3.54512,0 -0.50796,1.2175 3.15449,1.268 11.01674,1.0997 19.25,-0.4121 z"
+ id="path6714" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -106.61017,1063.8345 -0.64603,-2.9413 -2.31295,2.8807 -2.31296,2.8808 2.13391,2.2909 2.13391,2.2909 0.82507,-2.2303 c 0.45379,-1.2267 0.53436,-3.5541 0.17905,-5.1718 z"
+ id="path6712" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 444.77402,1067.9047 c -1.45586,-4.3726 -6.43275,-9.5854 -11.31387,-11.8502 -4.78664,-2.221 -14.15759,-2.4875 -18.82881,-0.5359 -3.45981,1.4456 -8.67119,6.9084 -8.67119,9.0896 0,1.6277 8.92594,5.5464 12.63348,5.5464 1.5195,0 6.38608,-0.5114 10.81462,-1.1365 6.84108,-0.9656 8.57822,-0.9027 11.5519,0.4184 4.88885,2.172 5.02841,2.1159 3.81387,-1.5319 z"
+ id="path6710" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 552.62978,1061.9145 c 3.86466,-1.4826 5.32841,-2.6159 5.79867,-4.4895 0.34597,-1.3785 0.44089,-2.6944 0.21093,-2.9244 -0.22996,-0.23 -3.96436,1.1102 -8.29867,2.9781 -4.33431,1.8679 -9.68056,4.0809 -11.88056,4.9177 -3.08623,1.1741 -4.07266,2.1237 -4.31807,4.157 l -0.31806,2.6353 6.81806,-2.6456 c 3.74994,-1.4551 9.1444,-3.538 11.9877,-4.6287 z"
+ id="path6708" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -99.770145,1057.4047 c 4.80455,-12.4384 6.09238,-19.6338 5.42287,-30.2991 -0.49895,-7.9484 -5.0024,-25.0113 -6.575065,-24.912 -0.33963,0.021 -3.18487,2.3839 -6.32275,5.25 l -5.70524,5.211 2.39323,16.242 c 1.31628,8.9332 3.09613,19.9933 3.95524,24.578 0.85911,4.5848 1.56201,9.5383 1.56201,11.008 0,4.7784 1.43389,2.8525 5.269705,-7.0779 z"
+ id="path6706" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -109.59074,1061.8103 c 2.68019,-3.5139 3.0748,-5.2808 1.67323,-7.4919 -0.63134,-0.996 -1.80424,-0.1681 -4.60613,3.2512 -3.11134,3.797 -3.54476,4.8458 -2.51521,6.0863 1.79703,2.1652 2.59506,1.8949 5.44811,-1.8457 z"
+ id="path6704" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 285.77128,1060.9596 c 0.61637,-5.3393 -9.50109,-13.7807 -23.23918,-19.3893 l -5.92804,-2.4202 -7.57196,2.111 c -4.16457,1.1611 -7.69933,2.227 -7.85501,2.3687 -0.15568,0.1417 2.82944,2.1068 6.63362,4.3668 3.80417,2.26 7.15548,4.7315 7.44737,5.4921 0.29188,0.7606 2.35752,1.6751 4.59029,2.0321 2.2908,0.3662 5.48702,1.884 7.33569,3.4833 5.18996,4.4898 6.92263,5.1536 12.77609,4.8943 5.15783,-0.2285 5.51936,-0.4114 5.81113,-2.9388 z"
+ id="path6702" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -112.78985,1056.117 c 3.60358,-4.7313 4.80073,-9.1949 2.79811,-10.4327 -0.52354,-0.3235 -3.1873,2.2374 -5.91945,5.691 -4.58743,5.7988 -4.84708,6.4132 -3.39312,8.0293 0.86594,0.9625 1.84219,1.7244 2.16945,1.6931 0.32725,-0.031 2.28251,-2.2727 4.34501,-4.9807 z"
+ id="path6700" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 482.96015,1058.5252 c 0,-0.8313 -3.9375,-5.2788 -8.75,-9.8834 -8.01433,-7.6681 -8.82908,-8.2015 -9.69057,-6.3449 -0.80925,1.744 0.29433,3.1969 7.90377,10.4064 8.45942,8.0147 10.5368,9.1625 10.5368,5.8219 z"
+ id="path6698" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -46.235595,1053.4339 -2.30425,-2.4653 -0.33749,2.2299 c -0.37271,2.4627 1.38712,4.0662 3.55105,3.2358 1.08171,-0.4151 0.87752,-1.0889 -0.90931,-3.0005 z"
+ id="path6696" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -114.10304,1047.0891 c 2.99658,-3.5477 3.74196,-5.1641 3.3432,-7.25 -0.28224,-1.4765 -0.81938,-2.6845 -1.19364,-2.6845 -0.92193,0 -7.14205,6.6332 -10.56975,11.2718 -2.73247,3.6977 -2.75064,3.8121 -0.92525,5.8292 l 1.86195,2.0574 1.81356,-2.3292 c 0.99746,-1.2811 3.54893,-4.3837 5.66993,-6.8947 z"
+ id="path6694" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -50.039845,1052.8547 c 0,-3.127 -1.44452,-5.7 -3.2,-5.7 -0.44,0 -0.8,2.025 -0.8,4.5 0,3.8333 0.2963,4.5 2,4.5 1.59596,0 2,-0.6667 2,-3.3 z"
+ id="path6692" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 412.39636,1054.825 c 1.51607,-1.1086 1.75028,-2.3974 1.40842,-7.75 -0.3379,-5.2906 -1.08601,-7.5151 -4.2516,-12.6413 -2.85141,-4.6177 -3.87395,-7.3869 -3.96729,-10.7439 -0.0692,-2.4876 -0.35074,-4.5156 -0.62574,-4.5069 -1.34064,0.043 -4.9593,3.8205 -6.39204,6.672 -1.89089,3.7635 -2.093,11.9487 -0.43194,17.493 1.38221,4.6133 8.23916,12.8068 10.71784,12.8068 0.94813,0 2.54219,-0.5984 3.54235,-1.3297 z"
+ id="path6690" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -55.199015,1050.4476 c 0.0893,-4.4509 -1.76188,-8.2929 -3.99582,-8.2929 -0.46475,0 -0.84501,2.925 -0.84501,6.5 0,6.174 0.11901,6.5 2.37318,6.5 2.14806,0 2.38214,-0.4465 2.46765,-4.7071 z"
+ id="path6688" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -62.750095,1052.1547 c -0.29241,-1.1182 -0.0307,-2 0.59362,-2 0.68595,0 1.11663,-2.1077 1.11663,-5.4648 0,-4.3844 -0.38343,-5.67 -1.93931,-6.5027 -2.47727,-1.3258 -2.6694,-0.9259 -3.53145,7.3505 -0.55058,5.2861 -0.40513,7.0806 0.62692,7.7347 2.32139,1.4712 3.68356,0.9854 3.13359,-1.1177 z"
+ id="path6686" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -44.505795,1042.1158 c -1.3897,-10.5577 -5.18962,-23.0453 -7.8099,-25.6656 -1.22843,-1.2284 -1.98139,-1.1294 -5.54813,0.7297 -3.66154,1.9085 -4.69488,2.0292 -9.1655,1.0705 -6.97104,-1.495 -10.88588,-3.2606 -18.20783,-8.211 l -6.30269,-4.2615 7.17599,7.9384 c 10.53646,11.6558 40.15342,39.8418 41.02953,39.0471 0.11303,-0.1025 -0.41413,-4.8939 -1.17147,-10.6476 z"
+ id="path6684" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -67.666655,1043.4611 c 0.54069,-7.0343 0.38252,-8.9793 -0.82867,-10.1904 -0.82329,-0.8233 -1.74075,-1.2531 -2.03879,-0.9551 -0.29804,0.2981 -1.02532,4.494 -1.61617,9.3244 -0.87414,7.1464 -0.8242,8.941 0.26808,9.6333 2.95423,1.8724 3.557,0.7553 4.21555,-7.8122 z"
+ id="path6682" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 115.84084,1048.7702 c 2.95938,-1.5299 7.57188,-4.9729 10.25,-7.6511 3.9837,-3.9837 4.86931,-5.5103 4.86931,-8.3938 0,-7.1452 -6.59042,-8.3976 -24,-4.5609 -14.063745,3.0994 -29.194005,3.6977 -38.227925,1.5117 -3.99964,-0.9679 -9.40957,-2.8387 -12.02207,-4.1574 l -4.75,-2.3978 0,6.7829 0,6.7828 4.75,3.0738 c 8.89566,5.7565 18.35481,9.4272 30.25,11.7387 1.375,0.2672 7.225,0.3884 13,0.2694 9.287675,-0.1915 11.121245,-0.5377 15.880685,-2.9983 z"
+ id="path6680" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 424.78534,1050.8652 c 2.13711,-2.575 3.10287,-9.9475 1.98554,-15.1575 -2.34219,-10.9213 -10.20459,-18.4038 -18.56073,-17.6638 -2.18811,0.1938 -1.34161,4.4628 1.80655,9.1107 5.79795,8.56 7.1745,12.079 7.31217,18.6927 l 0.13128,6.307 3.12756,10e-5 c 1.72015,1e-4 3.60909,-0.58 4.19763,-1.2892 z"
+ id="path6678" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -118.78349,1042.2237 c 6.44439,-7.5821 6.70715,-8.0942 5.97048,-11.6398 l -0.77058,-3.7089 -5.29205,5.7903 c -9.42367,10.311 -10.6085,12.2189 -9.33052,15.0236 0.61789,1.3561 1.47402,2.4657 1.90252,2.4657 0.42849,0 3.81256,-3.5689 7.52015,-7.931 z"
+ id="path6676" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -74.039845,1045.7039 c 0,-2.4479 0.49494,-6.7586 1.09986,-9.5792 1.01997,-4.756 0.93468,-5.3043 -1.17431,-7.5493 -1.2508,-1.3314 -2.59103,-2.4207 -2.9783,-2.4207 -0.80131,0 -2.94725,13.3886 -2.94725,18.388 0,2.4406 0.58914,3.5905 2.25,4.3915 3.52041,1.6978 3.75,1.5001 3.75,-3.2303 z"
+ id="path6674" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 486.52638,1046.9459 c 0.59295,-1.8681 -0.82267,-3.6547 -9.18261,-11.5885 -9.49544,-9.0114 -9.89661,-9.2723 -10.21442,-6.6423 -0.27744,2.2959 1.09049,4.1655 8.47915,11.5885 4.84547,4.8681 9.12651,8.8511 9.51341,8.8511 0.38691,0 1.01892,-0.9939 1.40447,-2.2087 z"
+ id="path6672" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -199.54283,1046.9049 c 2.86653,-8.2515 4.88898,-12.9931 6.02746,-14.1316 0.75916,-0.7592 1.18315,-1.5774 0.94221,-1.8185 -0.24094,-0.2409 1.10173,-2.8802 2.98373,-5.865 2.95679,-4.6895 3.20737,-5.547 1.8439,-6.31 -1.67636,-0.9382 -3.85385,1.1888 -12.66889,12.3751 -4.1214,5.23 -8.14516,11.9317 -7.44917,12.4068 0.17806,0.1215 1.62193,1.2047 3.2086,2.407 3.29341,2.4957 4.49399,2.7155 5.11216,0.9361 z"
+ id="path6670" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -80.753795,1037.8921 c 0.32072,-4.5446 1.00795,-9.3822 1.52719,-10.7501 0.79797,-2.1023 0.50044,-2.8933 -1.92245,-5.1108 l -2.86652,-2.6238 -1.07187,3.6238 c -0.58953,1.9929 -1.33773,7.4051 -1.66266,12.027 -0.52144,7.417 -0.37461,8.5615 1.25087,9.75 3.50207,2.5608 4.14252,1.6274 4.74544,-6.9161 z"
+ id="path6668" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 413.67347,1035.8924 c -2.78038,-6.0128 -6.64245,-11.0838 -6.65445,-8.7376 -0.004,0.825 1.55125,3.9469 3.45661,6.9376 1.90536,2.9908 3.79758,7.0407 4.20493,9 0.70198,3.3765 0.75825,3.4183 1.07774,0.8 0.1854,-1.5193 -0.75278,-5.1194 -2.08483,-8 z"
+ id="path6666" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -175.14344,1041.62 c 3.44136,-3.9195 3.58192,-4.6799 2.01515,-10.9021 -1.06592,-4.2332 -1.14761,-4.3003 -3.9499,-3.2425 -2.37329,0.8958 -3.21121,0.7635 -4.91156,-0.7753 -1.12756,-1.0204 -2.0501,-2.434 -2.0501,-3.1413 0,-3.1049 -1.92143,-1.9643 -4.41786,2.6224 -2.92262,5.3698 -2.73629,6.9736 0.81021,6.9736 3.24362,0 3.72459,0.8919 1.94537,3.6073 -1.86708,2.8496 -1.0971,7.0475 1.41296,7.7035 4.308,1.1259 6.16637,0.5477 9.14573,-2.8456 z"
+ id="path6664" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 315.69355,1042.9611 c 3.08529,-2.5606 -2.79467,-3.9444 -6.19505,-1.458 -2.58338,1.889 -1.03757,3.9938 2.31515,3.1523 1.44942,-0.3637 3.19537,-1.1262 3.8799,-1.6943 z"
+ id="path6662" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -121.75471,1034.1506 c 5.89928,-6.8852 7.71486,-9.7092 7.71486,-12 0,-1.6477 -0.38938,-2.9958 -0.86529,-2.9958 -0.9198,0 -11.11057,10.2743 -15.67674,15.8053 -2.34415,2.8395 -2.57171,3.6497 -1.61476,5.75 0.61265,1.3445 1.47687,2.4448 1.92049,2.4448 0.44362,0 4.27826,-4.0519 8.52144,-9.0043 z"
+ id="path6660" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -88.564125,1036.6301 c 0.32615,-2.7364 1.06879,-8.0163 1.65031,-11.7331 1.04024,-6.6488 1.01144,-6.813 -1.78436,-10.1778 -3.4779,-4.1857 -4.60888,-4.4375 -3.65815,-0.8144 0.3969,1.5125 0.74151,8.15 0.76581,14.75 0.0243,6.6 0.48261,12.3131 1.01846,12.6957 1.32527,0.9462 1.33538,0.9224 2.00793,-4.7203 z"
+ id="path6658" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 249.96015,1038.0026 c 4.125,-1.1086 16.17057,-4.4645 26.76793,-7.4575 15.18695,-4.2892 19.6894,-5.2162 21.25791,-4.3768 1.0945,0.5858 3.30805,3.972 4.91901,7.5248 2.82447,6.2293 3.02283,6.4242 5.55718,5.4607 1.44549,-0.5496 3.94887,-0.9992 5.56307,-0.9992 1.61419,0 2.9349,-0.266 2.9349,-0.5912 0,-1.9886 -9.65438,-18.7785 -11.74223,-20.4207 -3.3687,-2.6498 -4.62874,-2.5517 -18.15467,1.413 -6.3817,1.8706 -18.3531,5.2787 -26.6031,7.5734 -8.25,2.2947 -18.22576,5.1143 -22.16836,6.2657 l -7.16837,2.0934 4.16837,3.2837 c 2.2926,1.8061 4.84336,3.0504 5.66836,2.7651 0.825,-0.2854 4.875,-1.4258 9,-2.5344 z"
+ id="path6656" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -132.03985,1035.2839 c 0,-0.4788 3.825,-4.9339 8.5,-9.9003 4.675,-4.9662 8.5,-9.5347 8.5,-10.1524 0,-0.6176 -3.2625,1.0827 -7.25,3.7789 -3.9875,2.696 -8.71752,5.6456 -10.51116,6.5546 -3.37492,1.7104 -3.42911,2.0138 -1.57851,8.8399 0.48157,1.7763 2.33967,2.4746 2.33967,0.8793 z"
+ id="path6654" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 46.924305,1021.659 c -0.65617,-7.5193 -0.91198,-15.4293 -0.56848,-17.5774 0.62125,-3.8851 0.56193,-3.9706 -11.21927,-16.16637 -6.5141,-6.7434 -13.40555,-14.0023 -15.31432,-16.1309 l -3.47051,-3.8702 -4.19578,2.1405 c -2.3076902,1.1773 -4.1957902,2.5415 -4.1957902,3.0316 0,3.7918 12.0153402,27.47797 20.6119302,40.63287 5.14641,7.8752 18.20019,22.9566 19.0954,22.0615 0.24742,-0.2474 -0.087,-6.6022 -0.74318,-14.1216 z"
+ id="path6652" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -153.37657,1031.769 c 21.91543,-7.4539 45.59054,-25.5894 66.727695,-51.11447 28.12688,-33.9658 41.45105,-58.4526 36.66866,-67.3886 -1.36927,-2.5585 -5.31893,-4.352 -9.43609,-4.2849 l -2.87646,0.047 2.68706,-2.8047 c 2.48511,-2.5939 2.5644,-2.9273 1.05503,-4.4367 -0.89761,-0.8976 -2.21248,-1.632 -2.92193,-1.632 -0.83666,0 -1.12197,-0.8784 -0.81199,-2.5 0.26285,-1.375 0.0378,-2.5 -0.50018,-2.5 -0.53795,0 -4.30291,1.8416 -8.36658,4.0924 -4.06367,2.2509 -8.40906,4.4928 -9.65642,4.9821 -2.11255,0.8287 -4.8644,5.6265 -3.82393,6.667 0.25526,0.2552 3.30535,-0.4603 6.77798,-1.5902 3.47263,-1.1298 8.11388,-2.3404 10.31388,-2.6901 2.2,-0.3497 4.9,-0.8813 6,-1.1814 1.97145,-0.5378 1.9728,-0.5152 0.095,1.5873 -1.04774,1.1731 -2.67754,2.1329 -3.62177,2.1329 -4.776,0 -21.89626,5.3906 -31.48477,9.9135 -13.858945,6.5372 -30.846555,17.711 -30.056465,19.7699 0.35089,0.9144 0.0895,1.3162 -0.68133,1.0473 -2.47641,-0.8643 -12.51287,9.7183 -20.64604,21.7694 -16.94786,25.1119 -27.17574,60.78327 -20.03206,69.86497 2.60613,3.3132 5.4404,3.3616 14.5907,0.2494 z"
+ id="path6650" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -147.03985,1008.7769 c 0,-0.7575 0.63494,-1.9045 1.41097,-2.5485 2.04054,-1.6935 2.96167,0.4106 1.02679,2.3455 -1.9397,1.9397 -2.43776,1.9812 -2.43776,0.203 z"
+ id="path6648" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -132.57879,993.09153 c -0.7937,-1.2842 2.30929,-4.937 4.19393,-4.937 0.73975,0 1.34501,0.81 1.34501,1.8 0,3.3199 -4.01909,5.5962 -5.53894,3.137 z"
+ id="path6646" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -107.03985,985.21353 c 0,-0.5175 0.45,-1.2191 1,-1.559 0.55,-0.3399 1,0.083 1,0.941 0,0.8574 -0.45,1.559 -1,1.559 -0.55,0 -1,-0.4234 -1,-0.941 z"
+ id="path6644" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -115.03985,975.77693 c 0,-1.6619 2.43298,-3.8561 3.30683,-2.9822 0.81298,0.8129 -1.09231,4.3598 -2.34201,4.3598 -0.53065,0 -0.96482,-0.6199 -0.96482,-1.3776 z"
+ id="path6642" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -140.03985,975.27693 c 0,-0.4826 0.63494,-1.4045 1.41097,-2.0485 1.56708,-1.3006 3.16989,0.1772 2.08903,1.9261 -0.76156,1.2322 -3.5,1.328 -3.5,0.1224 z"
+ id="path6640" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -123.52708,961.17523 c -0.99149,-1.6043 1.4054,-5.0207 3.52241,-5.0207 2.46764,0 2.53571,2.1734 0.13608,4.345 -2.10876,1.9084 -2.81589,2.039 -3.65849,0.6757 z"
+ id="path6638" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -103.30486,955.90453 c -0.71911,-2.0823 1.46589,-5.75 3.425535,-5.75 1.25279,0 1.83948,0.7336 1.83948,2.3 0,3.7588 -4.206495,6.5152 -5.265015,3.45 z"
+ id="path6636" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -87.529765,951.17083 c -0.73755,-1.1934 0.19857,-3.0163 1.54894,-3.0163 1.2168,0 1.22469,2.7066 0.0101,3.4573 -0.512,0.3164 -1.21356,0.118 -1.55902,-0.441 z"
+ id="path6634" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -93.539845,934.15453 c -0.85908,-1.39 0.10313,-2.663 2.48342,-3.2854 2.74612,-0.7181 3.7498,1.2761 1.47823,2.9371 -2.19928,1.6082 -3.13232,1.6902 -3.96165,0.3483 z"
+ id="path6632" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 489.6358,1032.3024 c 1.01161,-1.6199 -0.0624,-3.067 -8.56012,-11.5328 -5.34428,-5.3242 -10.03157,-9.3657 -10.4162,-8.9811 -0.38463,0.3847 -0.69933,1.9376 -0.69933,3.4511 0,2.1739 1.83074,4.449 8.71768,10.8333 4.79473,4.4449 8.96149,8.0817 9.25946,8.0817 0.29797,0 1.0623,-0.8335 1.69851,-1.8522 z"
+ id="path6630" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 234.71015,1030.4845 c 3.9875,-0.9326 7.25,-1.9521 7.25,-2.2655 0,-1.3381 -14.24168,-10.3988 -22.87496,-14.5532 -12.1391,-5.8414 -15.01042,-5.9027 -11.98829,-0.2558 1.70578,3.1874 17.48131,18.7427 19.02289,18.7574 0.7372,0.01 4.60286,-0.7502 8.59036,-1.6829 z"
+ id="path6628" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 346.62218,1030.6568 c 9.35791,-1.788 22.11831,-7.6774 30.337,-14.0016 3.25251,-2.5027 6.18568,-4.9905 6.51815,-5.5285 1.00565,-1.6272 -0.67232,-10.0945 -2.10973,-10.6461 -0.73789,-0.2831 -4.70727,1.7363 -8.82086,4.4876 -10.53686,7.0475 -17.27603,9.4648 -27.78481,9.9663 -6.50978,0.3107 -10.02821,-0.027 -13.98442,-1.3407 -3.31169,-1.0998 -7.67506,-1.6692 -11.6817,-1.5238 l -6.39549,0.2319 -4.72763,-5.0356 c -6.13499,-6.5347 -7.88775,-12.71277 -8.90451,-31.38667 -0.52296,-9.6049 -1.27764,-15.1829 -2.32354,-17.1742 l -1.54902,-2.9491 -2.57248,5.0765 c -4.2845,8.4551 -4.87337,12.4991 -3.84639,26.4152 0.755,10.2307 1.43694,13.72137 3.6393,18.62887 l 2.7102,6.0391 4.94958,0.4756 c 5.897,0.5666 8.65127,2.8241 13.10461,10.7407 1.70851,3.0372 3.26587,5.7177 3.46081,5.9566 0.74752,0.9163 12.05505,2.9019 16.98093,2.9818 2.83912,0.046 8.68912,-0.59 13,-1.4139 z"
+ id="path6626" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 95.644775,1026.72 c 9.014895,-1.8975 10.315375,-2.4631 10.315375,-4.4863 0,-1.4543 -0.92484,-1.6691 -6.249995,-1.4516 l -6.25,0.2552 5.7881,-1.1914 c 5.586755,-1.15 7.664325,-2.6559 7.696585,-5.5791 0.0119,-1.0807 -1.14619,-1.2617 -5.23469,-0.8184 -2.887495,0.3131 -7.049995,0.2018 -9.249995,-0.2473 -3.70395,-0.7562 -3.50523,-0.8251 2.6849,-0.9316 8.850245,-0.1522 11.815095,-1.3209 11.815095,-4.6576 0,-2.2637 -0.28512,-2.4886 -2.25,-1.7748 -4.61463,1.6765 -13.320785,0.6328 -25.142925,-3.014 -6.5411,-2.0177 -13.9661,-3.66687 -16.5,-3.66487 -12.64418,0.01 -17.14296,12.48957 -7.54156,20.91977 4.74318,4.1645 17.36141,7.7397 28.11911,7.967 2.85155,0.06 8.25155,-0.5359 12,-1.3249 z"
+ id="path6624" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 59.960155,1014.7378 c 0,-0.8707 0.7125,-1.5833 1.58333,-1.5833 0.87084,0 1.40521,0.5344 1.1875,1.1875 -0.61807,1.8542 -2.77083,2.1619 -2.77083,0.3958 z"
+ id="path6622" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 566.39505,1027.1793 c 1.54764,-0.5885 2.5651,-1.7517 2.5651,-2.9327 0,-1.9974 -0.8471,-2.4346 -7,-3.6132 -5.72789,-1.0972 -17.14643,-7.1153 -22.5,-11.8584 -2.75,-2.4365 -4.70905,-4.7263 -4.35344,-5.0884 3.0838,-3.1408 25.21994,-4.72757 34.24587,-2.4549 2.72703,0.6867 5.07115,0.8173 5.52381,0.3079 0.9342,-1.0515 4.08376,-12.32327 4.08376,-14.61517 0,-1.6631 -8.6467,-7.1063 -9.97975,-6.2824 -0.41791,0.2583 -1.32302,1.8292 -2.01136,3.491 -1.51797,3.6647 -2.10239,3.7096 -6.79408,0.5215 -4.79194,-3.2562 -5.82949,-3.1567 -7.81631,0.75 -0.90907,1.7875 -1.78311,3.4 -1.94232,3.5833 -0.15921,0.1833 -3.33607,-1.5042 -7.05969,-3.75 -3.72362,-2.2458 -7.0515,-4.0833 -7.3953,-4.0833 -2.09549,0 -4.96438,6.5006 -5.9287,13.4338 -1.76268,12.67317 -1.7965,12.54967 5.48148,20.00897 6.82721,6.9973 13.59941,10.9084 21.62232,12.4872 6.0312,1.1869 6.37676,1.1904 9.25861,0.095 z"
+ id="path6620" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -175.25424,1023.7964 c 0.46812,-0.628 1.36842,-4.8715 2.00068,-9.4298 1.14916,-8.285 5.7983,-23.44627 9.3219,-30.39957 l 1.86864,-3.6874 -3.28284,-4.3041 c -3.83178,-5.0238 -7.73902,-6.8584 -10.22045,-4.799 -1.13646,0.9431 -1.46847,2.2533 -1.07259,4.2327 0.53284,2.6642 0.22563,3.0113 -4.34738,4.9118 -5.19063,2.1571 -6.49986,3.852 -5.47351,7.0858 0.53059,1.6717 1.21636,1.876 4.52268,1.3473 3.5959,-0.575 3.89726,-0.4425 3.89726,1.7143 0,2.408 -2.80085,5.5601 -6.75,7.5963 -1.2375,0.6381 -2.25,1.7644 -2.25,2.50297 0,0.7386 1.0125,2.0183 2.25,2.8439 2.10341,1.4032 2.16111,1.7206 0.88565,4.872 -2.59313,6.4069 -2.48243,8.2568 0.78368,13.0963 3.10841,4.6058 5.65213,5.3872 7.86628,2.4165 z"
+ id="path6618" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -193.68936,1019.9213 c 1.934,-2.3283 3.39429,-4.3553 3.2451,-4.5045 -0.52468,-0.5247 -7.1113,2.015 -8.44837,3.2575 -1.3949,1.2963 -0.7557,5.4802 0.83723,5.4802 0.46733,0 2.43204,-1.905 4.36604,-4.2332 z"
+ id="path6616" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 160.24227,1022.7709 c 4.66421,-2.0055 10.21938,-8.2536 13.26148,-14.9157 6.53814,-14.31817 1.63152,-29.46067 -11.76036,-36.29387 -9.50673,-4.8509 -17.85787,-2.2231 -22.97384,7.229 -8.28174,15.3011 -7.51578,32.42697 1.81089,40.48907 5.54575,4.7937 13.39247,6.1873 19.66183,3.4916 z"
+ id="path6614" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 158.96015,1014.1545 c 0,-2.3841 1.53559,-2.6525 2.39301,-0.4182 0.85768,2.2352 0.79004,2.4182 -0.89301,2.4182 -0.83333,0 -1.5,-0.8888 -1.5,-2 z"
+ id="path6612" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 148.10999,1012.1545 c 0.5752,-1.65 1.45179,-3 1.94799,-3 0.49619,0 0.90217,1.35 0.90217,3 0,2.3066 -0.45022,3 -1.94798,3 -1.73016,0 -1.83104,-0.3354 -0.90218,-3 z"
+ id="path6610" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 140.96015,1007.7135 c 0,-0.7925 0.45,-1.7191 1,-2.059 0.55,-0.3399 1,0.3085 1,1.4411 0,1.1323 -0.45,2.0589 -1,2.0589 -0.55,0 -1,-0.6484 -1,-1.441 z"
+ id="path6608" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 157.05983,1002.9045 c 0.18344,-2.3004 1.69948,-6.26957 1.81429,-4.74997 0.0623,0.825 0.38468,2.51247 0.71632,3.74997 0.44329,1.6541 0.17484,2.25 -1.01366,2.25 -0.88915,0 -1.57177,-0.5625 -1.51695,-1.25 z"
+ id="path6606" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 147.54999,999.29993 c -0.29051,-0.4701 0.56824,-1.8847 1.90834,-3.1437 l 2.43653,-2.289 -1.18659,3.1437 c -1.19262,3.15957 -2.17858,3.87417 -3.15828,2.289 z"
+ id="path6604" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 140.21015,993.38693 c -1.2375,-0.2043 -2.25,-0.8383 -2.25,-1.4089 0,-0.5706 0.73204,-0.7566 1.62675,-0.4132 0.89471,0.3433 2.25558,0.1023 3.02416,-0.5355 1.85736,-1.5415 2.65806,-0.6221 1.08876,1.2502 -0.68182,0.8134 -2.25217,1.3118 -3.48967,1.1074 z"
+ id="path6602" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 165.96015,990.15453 c 0,-4.3393 1.39894,-5.3724 2.36971,-1.75 1.00809,3.7617 0.70734,5.75 -0.86971,5.75 -1.08333,0 -1.5,-1.1111 -1.5,-4 z"
+ id="path6600" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 157.4225,983.40453 c 1.11541,-4.5164 2.53765,-5.0488 2.53765,-0.95 0,2.7331 -0.42033,3.7 -1.60841,3.7 -1.25261,0 -1.45816,-0.6083 -0.92924,-2.75 z"
+ id="path6598" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 146.67006,984.53113 c -0.34288,-0.3429 0.57642,-2.2554 2.04289,-4.25 1.46646,-1.9946 2.797,-3.8141 2.95675,-4.0433 0.15975,-0.2291 0.54684,-0.1602 0.86021,0.1531 0.72411,0.7241 -3.33381,8.7636 -4.42342,8.7636 -0.44715,0 -1.09355,-0.2805 -1.43643,-0.6234 z"
+ id="path6596" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 259.4666,1019.2955 c -0.36059,-1.4526 -2.01374,-6.016 -3.67367,-10.141 -2.66402,-6.6202 -2.94345,-8.2509 -2.38207,-13.90127 0.55919,-5.6283 0.31977,-7.0475 -1.9828,-11.7538 -1.83194,-3.7444 -4.02331,-6.3119 -7.29335,-8.5453 -5.59976,-3.8246 -6.86979,-5.3498 -7.74379,-9.2996 -0.36511,-1.65 -2.25821,-5.6002 -4.20691,-8.7783 -2.30499,-3.7591 -4.00946,-8.2448 -4.87775,-12.8368 -0.73407,-3.8822 -1.98586,-8.482 -2.78175,-10.2217 -0.7959,-1.7398 -1.94082,-5.0757 -2.54427,-7.4132 -0.60345,-2.3375 -1.28368,-4.25 -1.51163,-4.25 -0.22795,0 -0.85844,1.608 -1.4011,3.5734 -0.75234,2.7247 -0.5311,5.6606 0.9316,12.3624 2.28144,10.4532 2.65138,11.5207 5.56708,16.0642 1.26933,1.978 2.55045,6.0381 2.94604,9.3366 0.6328,5.2762 1.26385,6.4762 6.57369,12.5 6.50742,7.3823 8.06436,11.357 7.82307,19.9713 -0.0877,3.1307 0.1768,8.51937 0.58774,11.97497 0.80941,6.8064 1.31023,7.406 10.58628,12.6749 4.89329,2.7794 6.31422,2.4319 5.38359,-1.3169 z"
+ id="path6594" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -201.80105,1017.0011 c 12.99893,-4.4033 15.7612,-5.9927 15.7612,-9.0689 0,-1.3623 -0.50349,-1.7558 -1.75,-1.3677 -0.9625,0.2997 -7.94037,1.8328 -15.50639,3.4071 -7.56601,1.5743 -13.96388,3.0699 -14.21751,3.3235 -0.70229,0.7023 1.69315,7.8594 2.6305,7.8594 0.45156,0 6.33855,-1.869 13.0822,-4.1534 z"
+ id="path6592" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 269.46015,1019.7201 4,-1.4043 -0.0244,-5.5628 c -0.0228,-5.2159 -0.29911,-5.8428 -4.43017,-10.0522 -3.91357,-3.98757 -4.48553,-5.16517 -5.11929,-10.54017 -1.09591,-9.2945 -5.06719,-16.3075 -14.72665,-26.0061 l -8.46569,-8.5 -0.88007,-8 c -0.59128,-5.3749 -2.02423,-10.682 -4.36692,-16.1734 -1.91777,-4.4954 -3.48686,-8.6903 -3.48686,-9.322 0,-0.6316 -1.23554,-3.2536 -2.74565,-5.8265 -1.5101,-2.573 -3.4226,-6.0281 -4.25,-7.6781 -1.6984,-3.387 -3.32551,-3.7864 -3.87166,-0.9505 -0.63791,3.3124 1.96798,15.7499 4.38953,20.9505 1.28048,2.75 2.61779,7.025 2.9718,9.5 0.89714,6.2722 3.29847,13.4588 5.41086,16.1934 0.97995,1.2686 2.5329,4.5409 3.451,7.2716 1.58485,4.714 5.76828,9.657 8.76539,10.357 2.23697,0.5224 6.66129,5.2 8.41596,8.8977 1.30296,2.7458 1.49249,5.0788 0.94578,11.642 -0.6471,7.76837 -0.52111,8.55447 2.35159,14.67327 1.66943,3.5558 3.33837,7.7026 3.70877,9.2151 0.76544,3.1256 2.14923,3.3544 7.95663,1.3155 z"
+ id="path6590" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 572.28161,1012.7821 c 1.25701,-4.7113 1.50998,-7.1962 0.80446,-7.9017 -1.23753,-1.2375 -24.42447,-2.2677 -29.52103,-1.3116 -2.12626,0.3989 -3.60489,1.2577 -3.60489,2.0938 0,3.6488 22.62467,14.952 28.49393,14.2354 1.56126,-0.1906 2.39181,-1.7347 3.82753,-7.1159 z"
+ id="path6588" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 281.80632,1012.9107 c 1.32823,-3.5006 1.25056,-4.1359 -1.19495,-9.7748 -1.43854,-3.31697 -3.0446,-8.69527 -3.56903,-11.95167 -1.13198,-7.0289 -2.05995,-8.9337 -7.56595,-15.5297 -2.29554,-2.75 -4.7314,-6.4046 -5.41302,-8.1214 -0.68162,-1.7167 -2.92915,-4.8667 -4.99452,-7 -2.06537,-2.1332 -4.71004,-5.4667 -5.87704,-7.4078 -3.14891,-5.2375 -8.15517,-20.9456 -8.87724,-27.854 -0.54275,-5.1928 -1.10753,-6.4808 -3.99329,-9.1067 -2.85145,-2.5948 -3.36113,-3.7323 -3.36113,-7.501 0,-3.716 -0.55417,-4.9966 -3.3888,-7.8312 -3.03603,-3.0361 -5.56586,-9.0566 -4.3264,-10.296 0.26132,-0.2614 0.77517,1.1242 1.14189,3.079 0.43496,2.3185 1.60663,4.152 3.37004,5.2736 3.75174,2.3861 4.17051,3.1816 4.18796,7.9547 0.0125,3.4141 0.73027,5.0152 3.87945,8.6538 3.31904,3.8349 4.01899,5.5058 4.96188,11.8454 0.60376,4.0594 2.70826,11.6402 4.67666,16.8462 2.89577,7.6586 4.62628,10.5818 9.06587,15.3139 3.01783,3.2167 6.15768,7.4539 6.97746,9.4158 0.81977,1.962 3.47725,5.6913 5.90551,8.2873 3.0648,3.2765 4.60083,5.9018 5.02262,8.5842 1.17034,7.4429 3.73868,16.29587 5.0412,17.37687 1.05362,0.8745 1.45238,-0.1977 2.00995,-5.40427 0.88266,-8.2421 0.30752,-12.541 -2.7319,-20.4199 -1.60584,-4.1626 -3.83998,-7.6351 -6.5621,-10.1991 -2.27002,-2.1382 -4.87831,-5.373 -5.79619,-7.1885 -0.91789,-1.8155 -2.89904,-4.4516 -4.40256,-5.858 -2.18447,-2.0434 -2.94743,-3.9973 -3.79761,-9.7255 -0.58515,-3.9425 -1.71601,-8.4168 -2.51302,-9.9428 -0.797,-1.526 -2.18271,-4.1246 -3.07934,-5.7746 -0.89664,-1.65 -1.63302,-4.6324 -1.63641,-6.6276 -0.003,-1.9951 -0.64457,-4.1573 -1.42484,-4.8049 -1.67384,-1.3892 -8.07756,-12.0611 -12.37299,-20.6198 -3.51193,-6.9976 -6.21852,-15.7425 -7.09515,-22.9243 -0.52752,-4.3216 -0.94663,-5.0705 -3.00009,-5.3609 -2.95833,-0.4183 -4.21332,1.4198 -3.6443,5.3375 0.23965,1.65 0.68332,5.925 0.98595,9.5 0.54419,6.4288 0.53375,6.4631 -0.95226,3.1352 -0.89081,-1.995 -1.50248,-6.3278 -1.50248,-10.643 0,-7.7303 -0.48913,-8.4922 -5.45174,-8.4922 -1.97457,0 -2.3586,0.625 -2.80217,4.5604 -0.28716,2.5476 0.0891,6.5642 0.85241,9.1006 0.75153,2.4972 1.64993,7.5325 1.99644,11.1897 0.43323,4.5723 1.53195,8.2844 3.51754,11.8842 1.58814,2.8791 2.88752,5.6849 2.88752,6.2349 0,0.5501 1.32489,3.1534 2.9442,5.7851 1.61931,2.6317 3.42874,6.947 4.02095,9.5896 0.59222,2.6426 2.26035,7.1336 3.70697,9.9801 1.72114,3.3866 2.88166,7.7217 3.35769,12.5426 0.68934,6.9809 0.94354,7.5647 4.84883,11.1345 2.26675,2.072 4.12136,4.2445 4.12136,4.8277 0,0.5833 1.96034,2.8979 4.35632,5.1436 5.33116,4.9967 9.35617,12.1581 10.16395,18.0839 1.10701,8.1208 1.53061,9.0832 6.1912,14.06567 4.1108,4.3948 4.68129,5.5685 5.08747,10.4664 0.40672,4.9045 0.68874,5.4829 2.54206,5.2138 1.3563,-0.197 2.5809,-1.6108 3.50517,-4.0467 z"
+ id="path6586" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -60.354295,1012.9807 c 1.27295,-1.1958 2.31409,-3.1084 2.31366,-4.25 -9.4e-4,-2.4842 -4.21115,-11.46277 -9.87037,-21.04947 -2.26423,-3.8356 -4.84209,-9.1575 -5.72858,-11.8265 l -1.6118,-4.8527 -2.46917,3.6338 c -2.10797,3.1021 -2.27535,3.8813 -1.14423,5.3264 1.20606,1.5409 1.15946,1.5626 -0.51936,0.2421 -1.65633,-1.3029 -2.02853,-1.2065 -3.65177,0.9455 -1.76804,2.3439 -1.75061,2.4738 0.79867,5.9507 l 2.60614,3.5545 -3.19394,-2.9271 c -1.75667,-1.6099 -3.32597,-2.7349 -3.48734,-2.5 -0.16137,0.2349 -0.91384,1.2359 -1.67217,2.2244 -1.23083,1.6045 -0.90541,2.294 3.03297,6.4258 l 4.41174,4.6284 -4.23612,-3.2488 c -2.32987,-1.7868 -4.50798,-3.6886 -4.84024,-4.2263 -0.56374,-0.9121 -5.41973,3.825 -5.42242,5.2897 -0.003,1.8783 13.39555,12.51577 19.47057,15.45767 8.11677,3.9307 11.98391,4.2362 15.21376,1.2019 z"
+ id="path6584" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 290.55305,1013.5423 c 2.90658,-0.7294 2.90654,-0.7594 -0.01,-6.3354 l -2.32624,-4.4483 -1.62857,5.6022 c -2.00735,6.9051 -2.00874,7.1542 -0.0357,6.397 0.8761,-0.3362 2.6761,-0.8832 4,-1.2155 z"
+ id="path6582" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 353.31581,1011.5634 c 7.05293,-1.8273 21.64434,-9.6544 21.64434,-11.61077 0,-0.2648 -1.80746,-1.023 -4.01658,-1.6848 -7.65759,-2.2943 -13.37353,-9.2376 -14.91097,-18.1127 l -0.60623,-3.4996 -8.37512,-1.2751 c -4.60631,-0.7013 -8.49716,-1.1515 -8.64633,-1.0005 -0.14917,0.1511 0.12014,2.2997 0.59846,4.7747 2.26642,11.7273 0.0839,21.87287 -6.018,27.97477 l -3.86455,3.8645 3.66966,0.977 c 5.65708,1.5061 13.75775,1.3451 20.52532,-0.4079 z"
+ id="path6580" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 188.56432,1009.4258 c -0.33229,-0.3323 -0.56864,0.2584 -0.52522,1.3125 0.048,1.165 0.28494,1.4019 0.60416,0.6042 0.28887,-0.7219 0.25335,-1.5844 -0.0789,-1.9167 z"
+ id="path6578" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 242.47164,1010.405 c -0.38637,-0.9625 -1.02457,-6.7 -1.41822,-12.74997 -0.40736,-6.2607 -1.31945,-12.0771 -2.11695,-13.5 -0.77067,-1.375 -1.29447,-2.8709 -1.164,-3.3243 0.13048,-0.4534 -0.15079,-0.5845 -0.62504,-0.2914 -0.47425,0.2931 -2.50792,-1.1524 -4.51926,-3.2122 -2.89123,-2.9609 -3.88396,-4.9939 -4.74089,-9.7086 -0.59614,-3.2799 -2.64629,-9.4454 -4.55589,-13.7009 -2.66839,-5.9466 -5.27038,-15.4093 -5.36545,-19.5126 -0.003,-0.1375 -0.45579,-0.25 -1.00579,-0.25 -1.82833,0 -1.0335,9.8542 1.5,18.5968 1.375,4.7448 2.5,9.7746 2.5,11.1773 0,1.4027 1.62973,7.3148 3.62161,13.1381 1.99189,5.8233 3.72392,11.0378 3.84896,11.5878 0.12504,0.55 0.50119,1.675 0.83588,2.5 0.98578,2.4299 2.54846,12.42567 2.06487,13.20817 -0.56044,0.9068 8.65588,7.7336 10.48567,7.767 0.89606,0.016 1.11838,-0.5696 0.6545,-1.7252 z"
+ id="path6576" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 459.65377,1006.1279 c 10.98023,-5.3942 15.80638,-13.98397 15.80638,-28.13297 0,-8.0335 -0.22031,-8.9743 -3.0444,-13 -3.88598,-5.5396 -9.94463,-8.894 -17.24878,-9.5498 -10.95993,-0.9842 -20.09596,3.8708 -22.23541,11.8161 -1.66495,6.1831 0.71364,14.4841 2.68116,9.3568 0.92411,-2.4082 5.82826,-4.463 10.65175,-4.463 12.546,0 12.75129,13.806 0.29156,19.6076 -6.08391,2.8329 -10.69119,3.0496 -12.90195,0.6067 -1.53224,-1.6931 -1.33919,-1.7857 3.72201,-1.7857 9.48004,0 17.74324,-7.9009 13.94083,-13.3296 -2.92531,-4.1765 -12.62461,-2.1102 -15.18779,3.2355 -1.67571,3.4948 -3.35619,2.3606 -5.73619,-3.8713 -4.94558,-12.9498 5.76699,-25.0007 22.06721,-24.8241 11.21999,0.1216 19.62848,4.7538 23.90532,13.1692 l 2.38345,4.6899 1.15904,-4.4991 c 0.63747,-2.4745 2.26,-8.4088 3.60561,-13.1873 1.34562,-4.7785 2.44658,-9.005 2.44658,-9.3923 0,-0.9983 -20.75148,0.3879 -31.71816,2.1188 -16.67743,2.6322 -28.71703,8.6828 -33.28914,16.7297 -1.17751,2.0724 -2.3958,6.2376 -2.70732,9.2559 -0.46217,4.478 -0.81654,5.2802 -1.92589,4.3595 -1.67132,-1.3871 -1.74546,-5.8631 -0.18347,-11.0766 1.4806,-4.9418 7.48907,-11.8344 13.26914,-15.2218 9.02332,-5.288 29.93169,-9.3391 50.05484,-9.6984 21.67154,-0.387 34.03581,-3.0995 46.88685,-10.2862 15.63813,-8.7453 29.1062,-26.1682 33.70362,-43.6004 2.13046,-8.0781 1.42257,-22.4363 -1.56872,-31.8187 -2.53755,-7.95916 -2.83302,-8.39663 -6.83696,-10.1229 -2.30163,-0.99234 -4.46318,-1.6464 -4.80344,-1.45347 -0.34025,0.19293 -0.91354,2.19496 -1.27397,4.44895 -1.02957,6.43862 -6.34941,15.86862 -12.06729,21.39072 -4.818,4.653 -5.27994,5.5041 -5.80346,10.6923 -0.60035,5.9498 -4.6957,15.3231 -9.62107,22.0206 -4.65154,6.3251 -15.70147,15.4058 -23.91942,19.6566 -11.22304,5.8052 -21.83992,8.7849 -41.67732,11.6971 -20.73085,3.0434 -29.59451,5.7982 -38.49259,11.9634 -7.3569,5.0974 -14.02623,11.0595 -14.02623,12.5389 0,0.5426 -0.38026,0.9865 -0.84501,0.9865 -1.74057,0 -4.04376,-3.6551 -5.1986,-8.25 -1.30605,-5.1965 -1.89901,-5.6263 -4.13898,-3 -1.3096,1.5355 -1.31726,2.3472 -0.0625,6.6218 1.31383,4.4757 1.56081,4.741 3.03794,3.2639 1.47713,-1.4771 1.78232,-1.444 3.75388,0.4082 1.98296,1.8629 2.11022,2.7596 1.67485,11.801 -0.91465,18.9946 5.6751,31.4912 20.43992,38.76167 10.27748,5.0608 30.06259,4.7553 41.03209,-0.6337 z"
+ id="path6574" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 427.46015,991.77723 c -5.82117,-2.7452 -8.79591,-5.6932 -10.95227,-10.8541 -2.21279,-5.296 -1.91751,-6.4645 0.95227,-3.7685 1.375,1.2917 2.5,2.893 2.5,3.5583 0,0.6654 1.6875,2.6252 3.75,4.3553 2.0625,1.7301 5.325,4.4691 7.25,6.0867 4.24585,3.5678 3.15675,3.7614 -3.5,0.6223 z"
+ id="path6572" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 511.28124,1009.1371 c 6.31734,-1.9512 6.60805,-2.188 8.85534,-7.2144 1.27796,-2.85837 3.47942,-7.67737 4.89212,-10.70887 l 2.56854,-5.5118 -2.55213,-5.2737 c -2.75422,-5.6913 -3.15065,-5.851 -10.83496,-4.3644 l -4.25,0.8222 0,-4.8181 0,-4.818 -6.25,-0.2977 -6.25,-0.2977 -0.5,-4.5 -0.5,-4.5 -5.5,0.3538 c -3.025,0.1945 -5.63279,0.4773 -5.79508,0.6284 -0.9305,0.8661 -4.12627,16.9819 -3.48127,17.5555 0.42699,0.3797 2.95927,1.2195 5.62728,1.8662 5.81965,1.4105 17.92969,8.0701 22.28634,12.2558 1.97545,1.8979 3.38604,2.6116 3.80902,1.9272 0.84276,-1.3636 2.55371,-1.4218 2.55371,-0.087 0,0.55 -0.675,1 -1.5,1 -1.92172,0 -1.89904,0.9016 0.0776,3.0858 1.47876,1.634 1.09517,1.8506 -6.12066,3.4559 -9.26522,2.06137 -17.36417,1.58947 -26.27299,-1.5308 -6.90477,-2.4184 -6.65034,-2.44 -7.59709,0.6444 -0.50513,1.64567 -0.002,2.61977 2.12577,4.11937 11.25739,7.9325 22.49712,9.9486 34.60843,6.2078 z"
+ id="path6570" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -50.008455,1007.0959 c 0.60597,-1.1322 0.84458,-3.4947 0.53025,-5.25 -0.48069,-2.68417 -0.41695,-2.83377 0.40121,-0.9413 1.22118,2.8248 1.6227,2.8122 3.5381,-0.1111 1.41725,-2.16297 1.37679,-2.77127 -0.48228,-7.24997 -1.3325,-3.2101 -1.51243,-4.2224 -0.524,-2.9478 0.82793,1.0677 1.50533,2.5036 1.50533,3.191 0,2.5382 1.94871,2.3439 3.35191,-0.3342 1.32948,-2.5374 1.241,-3.1686 -1.09041,-7.7797 -3.93145,-7.7756 -13.21507,-21.3013 -16.54186,-24.1007 -6.47122,-5.4451 -11.04209,-1.3568 -10.46165,9.3572 0.35317,6.5189 -0.0818,5.5141 13.40468,30.96767 2.11053,3.9833 4.159,7.2458 4.55215,7.25 0.39315,0 1.2106,-0.9188 1.81657,-2.0511 z"
+ id="path6568" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 118.46764,1003.6351 c 3.51489,-2.7393 6.87298,-5.88047 7.46241,-6.98047 0.88076,-1.6436 -1.13332,-7.7017 -11.30366,-34 -20.279075,-52.4372 -23.996955,-61.5727 -24.730605,-60.7673 -0.38439,0.422 -3.33966,3.7678 -6.56726,7.435 -15.59747,17.7219 -44.41268,35.4595 -67.87614,41.7819 -2.74572,0.7399 -5.40613,1.7153 -5.9120102,2.1676 -0.96035,0.8586 7.4069402,10.6797 22.4773502,26.3828 4.75057,4.95 10.84353,11.3257 13.53992,14.1683 4.23523,4.4648 5.21471,5.0454 7.19628,4.266 1.84865,-0.7272 2.09476,-1.2449 1.26824,-2.6683 -0.56404,-0.9713 -8.9136,-9.866 -18.55459,-19.766 l -17.52906,-18 3.26082,-1.3825 c 1.79345,-0.7603 4.45979,-1.4353 5.92519,-1.5 1.4654,-0.065 2.5904,-0.4252 2.5,-0.8014 -0.0904,-0.3761 4.49853,-2.9743 10.19763,-5.7739 15.97635,-7.8479 32.93562,-19.8179 44.84587,-31.6527 l 5.20788,-5.1748 1.17596,3.6426 c 2.094,6.4864 17.600685,47.2274 23.754645,62.411 l 5.98562,14.7683 -5.00859,4.8533 c -3.78831,3.67077 -5.13153,5.76537 -5.51317,8.59737 -0.62143,4.6114 -0.14497,4.4947 8.19727,-2.0068 z"
+ id="path6566" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 320.93325,999.81173 c -0.42103,-7.4669 -1.05619,-10.3645 -3.16135,-14.4222 -2.27859,-4.3918 -2.50978,-5.6327 -1.71145,-9.1858 0.50766,-2.2594 0.62006,-5.3323 0.24978,-6.8286 -1.14272,-4.6176 -6.04475,-15.5152 -10.29641,-22.8896 -2.22952,-3.8671 -4.05367,-8.2321 -4.05367,-9.7 0,-2.2552 -0.34882,-2.5884 -2.25,-2.1491 -1.2375,0.2859 -5.4,1.2155 -9.25,2.0657 -3.85,0.8502 -7.9,1.8032 -9,2.1179 -1.64739,0.4713 -1.48218,0.022 0.93709,-2.5466 1.6154,-1.7154 3.7529,-3.1188 4.75,-3.1188 2.29005,0 2.3141,-1.2428 0.0629,-3.2518 -1.60864,-1.4356 -2.07311,-1.276 -5.75,1.975 -3.95985,3.5013 -3.97126,3.5317 -1.13614,3.0237 l 2.86387,-0.5131 -2.86387,2.7883 c -1.57512,1.5336 -4.27459,3.0804 -5.99881,3.4373 -2.83993,0.5879 -3.35354,0.291 -5.45771,-3.1552 -2.97461,-4.8718 -9.85665,-13.7037 -11.01627,-14.1375 -1.70206,-0.6367 -0.87663,3.0018 1.66477,7.3384 1.44714,2.4693 3.01097,7.3183 3.60502,11.178 0.57704,3.7493 1.49065,7.3597 2.03024,8.0231 0.5396,0.6634 0.63096,1.7884 0.20303,2.5 -0.62692,1.0425 -0.47888,1.0517 0.76212,0.047 1.88161,-1.5228 3.98314,0.4425 6.23423,5.8301 1.28395,3.073 10.61866,13.6673 10.60394,12.0348 -0.0168,-1.8659 -2.55981,-9.476 -5.16426,-15.4545 -1.63793,-3.7599 -2.75076,-7.4284 -2.47296,-8.1524 1.12021,-2.9192 19.50346,-4.7209 23.95854,-2.3482 2.87454,1.531 4.61317,3.879 4.65246,6.2829 0.0175,1.0705 1.2693,3.7316 2.7818,5.9136 2.61374,3.7706 2.75896,4.5924 2.93079,16.5838 0.16266,11.3513 0.43844,13.1295 2.75,17.7317 1.89623,3.7753 2.56921,6.6706 2.56921,11.05327 0,6.7073 0.30371,7.2712 3.91667,7.2722 l 2.58333,7e-4 -0.5269,-9.34437 z"
+ id="path6564" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 330.58385,1001.099 c 0.0782,-2.80837 -0.46928,-5.12197 -1.48724,-6.28527 -0.98186,-1.122 -1.61592,-3.6603 -1.6237,-6.5 -0.008,-2.9023 -0.72612,-5.7115 -1.90461,-7.4501 -1.56047,-2.3021 -1.69184,-3.2299 -0.75,-5.297 1.68097,-3.6893 1.39889,-6.5095 -0.89534,-8.9516 -1.13246,-1.2054 -2.3982,-4.4522 -2.85008,-7.3108 -0.56141,-3.5515 -1.61238,-5.8833 -3.39712,-7.5374 -1.46522,-1.3579 -2.88705,-4.0658 -3.28357,-6.2536 -1.30487,-7.1996 -4.78225,-11.3586 -9.49714,-11.3586 -1.49489,0 -1.07858,5.6359 0.51395,6.9575 0.79686,0.6614 1.98433,2.854 2.6388,4.8725 0.65448,2.0185 1.95937,4.795 2.89975,6.17 3.74782,5.4799 7.0126,16.3586 7.0126,23.3669 0,3.911 0.59664,7.9577 1.39752,9.4788 2.58296,4.9058 3.88901,10.961 3.23982,15.02077 -0.35163,2.1989 -0.1851,5.1928 0.37005,6.653 l 1.00938,2.6549 3.24162,-1.8928 c 2.84272,-1.6599 3.25683,-2.4397 3.36531,-6.3372 z"
+ id="path6562" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -188.03985,1002.0844 c 0,-1.9488 1.05474,-3.58197 3.66666,-5.67727 4.5724,-3.6681 4.10315,-6.2525 -1.13528,-6.2525 -3.35766,0 -3.53138,-0.1693 -3.53138,-3.441 0,-1.8925 0.45,-3.7191 1,-4.059 0.55,-0.3399 1,-1.1026 1,-1.6949 0,-1.6142 -8.99274,-0.1216 -11.17692,1.855 -2.06331,1.8673 -2.3285,4.527 -0.74615,7.4836 0.81541,1.5237 0.69399,2.8193 -0.5,5.3354 -1.81537,3.8256 -1.93686,5.44397 -0.66066,8.80067 0.8863,2.3311 1.09895,2.3769 6.5,1.3979 5.17102,-0.9373 5.58373,-1.2143 5.58373,-3.7479 z"
+ id="path6560" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 312.96015,1001.721 c 0,-4.37667 -0.6241,-6.43747 -3.20869,-10.59517 -2.59795,-4.1792 -3.13138,-5.9525 -2.80248,-9.3165 0.22342,-2.2851 0.42062,-7.7547 0.43823,-12.1547 0.0279,-6.9583 -0.3234,-8.5974 -2.69752,-12.5879 -1.50125,-2.5233 -2.72954,-5.5057 -2.72954,-6.6275 0,-2.8395 -1.69497,-3.9615 -7.60298,-5.0328 -6.51503,-1.1814 -13.36044,-0.2679 -14.76859,1.9707 -1.70202,2.7058 0.27985,3.951 4.4053,2.7678 6.1149,-1.7537 8.92551,-1.2311 12.47667,2.3201 4.18528,4.1853 5.14993,8.0715 5.98003,24.0916 0.71539,13.8061 2.96468,23.3643 6.57972,27.96007 3.05655,3.8858 3.92985,3.2646 3.92985,-2.7957 z"
+ id="path6558" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 195.52077,996.21183 c 0.0785,-4.815 3.71196,-9.9617 7.5786,-10.735 1.6164,-0.3233 2.76212,-1.0906 2.54605,-1.705 -0.62617,-1.7807 -7.61274,-1.0594 -10.52542,1.0866 -3.5243,2.5967 -6.38428,11.0405 -5.53609,16.34477 l 0.63422,3.9662 2.62101,-2.6206 c 1.85009,-1.8497 2.63884,-3.71367 2.68163,-6.33697 z"
+ id="path6556" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 229.96015,1002.5284 c 0,-4.00857 -4.53623,-20.45427 -7.20826,-26.13297 -1.61985,-3.4426 -3.37398,-9.2926 -3.89806,-13 -0.52407,-3.7075 -1.59835,-8.9908 -2.38729,-11.7408 -0.78893,-2.75 -1.71083,-6.3436 -2.04866,-7.9859 -0.45747,-2.2238 -0.81836,-2.6066 -1.41405,-1.5 -1.5076,2.8008 -2.21156,12.9469 -1.12734,16.2482 2.03664,6.2013 5.08366,22.1273 5.08366,26.5711 0,7.3673 7.23428,18.64627 12.25,19.09887 0.4125,0.037 0.75,-0.6641 0.75,-1.5585 z"
+ id="path6554" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 334.82367,998.25543 c 1.74307,-5.2136 1.36476,-17.8987 -0.78108,-26.1908 -3.52105,-13.6063 -11.63932,-28.6272 -18.30632,-33.8715 l -2.36812,-1.8627 1.65088,6.5581 c 1.30661,5.1905 2.20248,6.8472 4.296,7.9441 1.85901,0.974 2.65165,2.1937 2.66708,4.1039 0.0247,3.0547 3.18432,10.6095 4.87391,11.6537 1.42606,0.8814 1.40523,4.0897 -0.0527,8.1216 -0.99181,2.7428 -0.86478,3.6802 0.89051,6.571 1.3774,2.2684 1.88564,4.4134 1.55318,6.5548 -0.31116,2.0041 0.0997,4.0308 1.10949,5.4725 0.88201,1.2592 1.60366,4.0794 1.60366,6.267 0,4.43427 1.11042,3.92177 2.86352,-1.3217 z"
+ id="path6552" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 406.08796,1001.3934 c -0.51841,-0.9686 -1.8251,-2.55987 -2.90377,-3.53597 -2.86124,-2.5894 -8.06149,-14.4588 -9.32827,-21.2915 -0.60277,-3.2512 -0.89732,-7.9931 -0.65455,-10.5375 l 0.44141,-4.6262 -7.46962,4.8762 c -4.10829,2.6819 -7.86188,4.8762 -8.34132,4.8762 -0.47943,0 -0.86918,2.1375 -0.86611,4.75 0.0184,15.6875 10.62148,26.85997 25.7796,27.16397 3.79355,0.076 4.17705,-0.1161 3.34263,-1.6752 z"
+ id="path6550" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 103.27368,999.73983 c 5.7543,-5.3329 3.99372,-11.1878 -5.200805,-17.2956 -5.24845,-3.4865 -16.89473,-8.2262 -20.31741,-8.2685 -1.15661,-0.014 -1.87158,1.0238 -2.2238,3.2289 -1.46609,9.1786 -2.59859,18.0562 -2.3368,18.318 0.16235,0.1624 3.88845,1.6393 8.28023,3.282 10.47594,3.91847 18.0868,4.17517 21.798585,0.7352 z"
+ id="path6548" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 672.35111,998.06173 c 1.46337,-1.1511 4.38018,-4.6386 6.48184,-7.75 4.7046,-6.9652 20.45938,-36.1582 19.84518,-36.7725 -0.2455,-0.2455 -1.8628,-0.8525 -3.594,-1.349 -3.0303,-0.8691 -3.2703,-0.7096 -6.44168,4.2808 -1.8119,2.851 -5.9119,10.3586 -9.1112,16.6836 -3.19936,6.325 -6.11531,11.8311 -6.47991,12.2359 -0.3646,0.4047 -1.27196,-1.3269 -2.01635,-3.848 -1.78275,-6.0378 -10.16532,-14.7643 -15.64342,-16.2852 -5.57052,-1.5466 -12.61634,-1.3619 -15.12689,0.3966 -6.19287,4.3376 -8.09053,13.5547 -4.03097,19.5787 7.55133,11.2054 28.65279,18.70077 36.1174,12.8291 z"
+ id="path6546" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 117.71261,993.11753 c 0.72683,-1.1188 0.11845,-3.7038 -2.23585,-9.5 -1.77891,-4.3796 -6.26069,-15.7372 -9.95949,-25.2391 l -6.725105,-17.2762 -6.00775,5.2762 c -12.98394,11.4029 -27.04177,21.2525 -39.99851,28.025 -4.77084,2.4937 -9.27082,4.7329 -9.99995,4.9759 -1.33243,0.4442 -0.50307,1.5563 9.59533,12.8669 l 4.09949,4.5915 6.22901,-1.0302 c 6.0677,-1.0034 6.26751,-1.1353 7.71534,-5.0915 0.81748,-2.2338 1.98404,-7.8857 2.59236,-12.5597 0.60831,-4.6741 1.21523,-8.6076 1.34871,-8.7411 0.13347,-0.1334 2.90922,0.4367 6.16832,1.267 7.77662,1.9812 16.97626,6.7565 21.795165,11.3133 3.91107,3.6984 8.60273,12.1259 8.6207,15.4852 0.009,1.6533 0.2819,1.606 2.88673,-0.5 1.58233,-1.2794 3.32631,-3.0178 3.8755,-3.8632 z"
+ id="path6544" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 92.419035,950.08813 c -0.36253,-0.5866 -0.41903,-1.3067 -0.12555,-1.6002 0.71632,-0.7163 2.66667,0.5459 2.66667,1.7257 0,1.278 -1.72641,1.1927 -2.54112,-0.1255 z"
+ id="path6542" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 201.86128,994.59763 c 1.09632,-1.8581 3.09055,-3.6538 4.43163,-3.9904 1.79536,-0.4506 2.30591,-1.1183 1.93615,-2.5323 -1.36767,-5.23 -11.26891,1.8721 -11.26891,8.0831 0,3.7869 2.15005,3.1023 4.90113,-1.5604 z"
+ id="path6540" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 509.28432,997.58373 c 1.62957,-0.6253 1.53397,-0.9695 -1.01232,-3.6443 -6.15554,-6.4662 -16.35642,-12.2037 -25.4984,-14.3415 -2.45476,-0.5741 -2.77709,-0.292 -3.7359,3.2687 -2.59039,9.62 -2.56141,9.9864 0.93238,11.7931 7.32184,3.7863 22.99353,5.34947 29.31424,2.924 z"
+ id="path6538" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 209.59853,994.65463 c -0.50995,-1.3289 -0.97614,-1.3864 -2.87354,-0.3544 l -2.26484,1.2318 2.5,0.6484 c 3.0165,0.7823 3.4319,0.5421 2.63838,-1.5258 z"
+ id="path6536" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 380.68345,995.40133 c -3.22425,-3.5627 -6.70364,-12.6861 -6.71353,-17.6037 -0.009,-4.2273 -0.23666,-4.765 -1.75977,-4.1479 -0.9625,0.39 -4.3375,1.2161 -7.5,1.8358 -6.70286,1.3134 -7.13431,2.5084 -3.5,9.6938 3.38362,6.6898 10.74335,11.1309 19.65499,11.8603 1.12593,0.092 1.08984,-0.2332 -0.18169,-1.6383 z"
+ id="path6534" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 131.86394,986.15293 c 1.54714,-6.0366 7.1653,-14.8587 11.17188,-17.5429 1.60522,-1.0755 2.91987,-2.1959 2.92145,-2.4898 0.002,-0.2939 -1.27278,-1.2879 -2.83192,-2.2089 -2.80544,-1.6573 -10.00301,-8.9426 -11.7569,-11.9003 -0.74453,-1.2555 -2.35076,-1.4257 -8.9083,-0.9441 -4.50746,0.3312 -7.90928,1.0243 -7.79219,1.5877 0.62068,2.9867 14.68457,38.5 15.24669,38.5 0.36707,0 1.24425,-2.2507 1.94929,-5.0017 z"
+ id="path6532" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 550.94361,982.20473 c 0.73516,-2.2275 1.60213,-4.0482 1.9266,-4.0458 0.32447,0 2.61494,1.3504 5.08994,2.9957 2.475,1.6453 4.85349,2.9934 5.28554,2.9957 0.43204,0 1.66735,-2.0529 2.74513,-4.5673 l 1.9596,-4.5715 2.75487,2.0435 c 1.51517,1.1239 3.87986,2.9461 5.25486,4.0493 1.375,1.1032 2.9612,2.0158 3.52489,2.0281 0.56368,0.012 1.8037,-3.2403 2.75559,-7.2278 0.95189,-3.9875 2.58055,-10.7809 3.61924,-15.0963 l 1.88854,-7.8464 -2.14413,0.4618 c -1.17927,0.2539 -9.11913,2.3662 -17.64413,4.694 -8.525,2.3277 -20.19904,5.4838 -25.94232,7.0135 l -10.44232,2.7813 -10.4427,-8.6289 c -5.74348,-4.746 -12.96944,-10.7625 -16.05768,-13.3701 -4.90945,-4.1454 -6.1921,-4.7422 -10.20802,-4.75 l -4.59303,-0.01 -2.04199,7 c -1.35717,4.6524 -1.66134,6.98 -0.90697,6.9404 0.62427,-0.033 3.23685,-0.406 5.80574,-0.8294 l 4.67071,-0.7699 0.63261,3.5795 c 1.25812,7.1187 1.21878,7.0794 7.09336,7.0794 l 5.43261,0 0,5 c 0,5.5675 -0.1663,5.4845 8.22187,4.1032 l 4.72187,-0.7776 2.21214,5.3372 c 1.21668,2.9355 2.54481,5.3372 2.95141,5.3372 0.40659,0 2.12262,-1.164 3.81339,-2.5867 l 3.07414,-2.5867 6.10005,4.5855 c 3.35503,2.522 6.42673,4.3836 6.82599,4.1368 0.39926,-0.2467 1.32743,-2.2712 2.0626,-4.4988 z"
+ id="path6530" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 752.46013,980.40953 c 3.4345,-1.2054 6.8786,-3.6234 11,-7.7226 l 6,-5.9676 -9.6117,-0.5973 c -14.9489,-0.929 -19.0414,-3.4281 -37.3883,-22.8312 -6.8512,-7.2456 -11.8923,-10.199 -17.8482,-10.4566 l -4.1518,-0.1796 -3.7184,7 c -2.0451,3.85 -3.7326,7.4913 -3.75,8.0917 -0.017,0.6005 1.7357,1.6212 3.8958,2.2684 5.219,1.5637 10.8321,6.3952 18.3671,15.8098 11.7864,14.7263 23.604,19.359 37.2055,14.585 z"
+ id="path6528" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -182.28985,978.03643 c 2.59107,-0.9585 2.80625,-2.5622 0.71482,-5.3275 -1.45288,-1.9211 -1.56362,-1.9164 -8.7182,0.3671 -7.82954,2.499 -9.74662,3.6052 -9.74662,5.6239 0,1.0041 1.76628,1.1715 7.75,0.7347 4.2625,-0.3112 8.7625,-0.9404 10,-1.3982 z"
+ id="path6526" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 52.960155,972.89073 c 14.1095,-8.0139 42,-28.858 42,-31.3889 0,-3.4571 -7.09044,-0.1578 -24.5,11.4004 -6.6,4.3817 -14.6407,10.0363 -17.86822,12.5657 -3.22753,2.5293 -6.15253,4.7326 -6.5,4.896 -1.77737,0.836 -5.25696,5.7791 -4.70115,6.6785 0.79757,1.2905 4.03009,0.1305 11.56937,-4.1517 z"
+ id="path6524" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -196.53985,973.26063 c 11.96206,-3.8428 13.77091,-5.1313 11.81727,-8.4182 -0.68404,-1.1508 -3.07279,-1.0061 -14.65329,0.888 -7.60982,1.2446 -14.0944,2.5213 -14.41021,2.8371 -0.31581,0.3158 -0.034,2.3771 0.62616,4.5807 0.79752,2.6618 1.77419,3.9999 2.91021,3.9869 0.94042,-0.011 7.10986,-1.7542 13.70986,-3.8745 z"
+ id="path6522" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 685.96275,952.37103 c 6.74488,-13.356 12.09108,-24.4326 11.88038,-24.6146 -0.2106,-0.182 -1.3482,-0.8324 -2.528,-1.4453 -1.6983,-0.8824 -2.4132,-0.7913 -3.4331,0.4376 -0.7085,0.8536 -2.95458,2.4023 -4.99148,3.4414 -3.4213,1.7454 -3.7874,2.3659 -4.8049,8.1421 -1.5179,8.6176 -5.34439,15.9329 -11.78436,22.5291 l -5.45171,5.584 2.93529,3.1047 c 1.61441,1.7075 3.47575,4.1556 4.13631,5.4402 0.66055,1.2847 1.33086,2.1847 1.48955,2 0.1587,-0.1846 5.80712,-11.2632 12.55202,-24.6192 z"
+ id="path6520" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -158.14082,972.12383 c 2.84277,-5.454 2.64468,-8.3338 -0.83943,-12.2034 -3.17442,-3.5257 -2.53321,-3.5677 -9.27151,0.6071 -1.21169,0.7507 -2.92389,0.7371 -5.85966,-0.047 -3.63149,-0.9693 -4.38304,-0.8718 -6.03809,0.7833 -2.16798,2.1679 -2.38953,4.7006 -0.72982,8.3432 1.33641,2.9332 2.10112,3.1417 3.83948,1.0471 2.41998,-2.9159 9.26307,-1.1818 13.40735,3.3976 2.59887,2.8717 3.07728,2.7037 5.49168,-1.9284 z"
+ id="path6518" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 39.660465,974.90463 c 3.90217,-6.0995 30.25269,-24.756 46.58354,-32.9816 l 10.5166,-5.2972 -3.22612,-7.9856 c -5.70727,-14.1272 -4.75248,-13.5836 -11.9036,-6.7763 -14.75583,14.0465 -38.77805,29.4449 -54.35618,34.8426 l -5.18545,1.7968 2.01367,2.5756 c 4.33337,5.5428 13.14018,15.0757 13.92741,15.0757 0.45674,0 1.1903,-0.5625 1.63013,-1.25 z"
+ id="path6516" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 346.77064,965.54413 c -0.26647,-4.1963 -0.62948,-4.9348 -2.56049,-5.2091 -2.09918,-0.2981 -2.25,0.049 -2.25,5.1767 0,4.4152 0.3442,5.5751 1.75,5.8969 2.74902,0.6293 3.39433,-0.6072 3.06049,-5.8645 z"
+ id="path6514" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 352.96015,966.65463 c 0,-3.025 -0.4132,-5.5 -0.91821,-5.5 -0.50502,0 -1.63002,-0.2731 -2.5,-0.607 -1.33597,-0.5126 -1.58179,0.3421 -1.58179,5.5 0,5.8475 0.10624,6.107 2.5,6.107 2.36364,0 2.5,-0.3 2.5,-5.5 z"
+ id="path6512" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 358.96015,966.15463 c 0,-5.9585 -0.38042,-6.5587 -3.41821,-5.393 -1.17182,0.4497 -1.58179,2.0048 -1.58179,6 0,5.0859 0.14238,5.393 2.5,5.393 2.38889,0 2.5,-0.2667 2.5,-6 z"
+ id="path6510" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 365.13845,971.15463 c 0.59722,0 0.87215,-2.0575 0.66821,-5.0006 -0.19058,-2.7504 -0.009,-5.0004 0.40349,-5 0.4125,3e-4 0.75,2.0256 0.75,4.5006 0,3.6249 0.34032,4.497 1.75,4.4847 3.5415,-0.031 4.23051,-1.3537 3.57747,-6.8676 -0.67701,-5.7162 -0.3629,-5.5587 -7.32747,-3.6757 -0.825,0.2231 -2.2875,0.44 -3.25,0.4821 -1.39106,0.061 -1.75,0.9827 -1.75,4.4947 0,5.5978 0.85561,7.8512 2.71083,7.1393 0.79901,-0.3066 1.90937,-0.5575 2.46747,-0.5575 z"
+ id="path6508" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 2.7261548,969.55143 c 2.8708,-0.5742 2.99419,-0.8028 2.56295,-4.75 -0.67055,-6.1376 -1.27955,-8.647 -2.098,-8.645 -1.04201,0 -7.1819,12.7139 -6.48011,13.4157 0.74066,0.7407 2.23402,0.7355 6.01516,-0.021 z"
+ id="path6506" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 340.96015,964.65463 c 0,-4.5662 -0.29711,-5.5023 -1.75,-5.5137 -0.9625,-0.01 -2.70962,-0.2711 -3.88249,-0.5859 l -2.13249,-0.5722 2.13204,6.0859 c 1.51271,4.318 2.64052,6.0859 3.88249,6.0859 1.45509,0 1.75045,-0.928 1.75045,-5.5 z"
+ id="path6504" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -2.0542452,963.18313 c 3.35462,-6.6454 3.64143,-8.0285 1.66490998,-8.0285 -1.47390998,0 -14.60126978,9.1002 -14.63172978,10.143 -0.0214,0.7317 6.8403098,3.7272 8.7168198,3.8055 0.67959,0.028 2.59209,-2.6357 4.25,-5.92 z"
+ id="path6502" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 178.24441,967.58093 c 8.4652,-2.1935 14.51567,-5.4768 20.97986,-11.3847 18.17491,-16.6109 24.28777,-46.7151 15.16227,-74.6703 -4.48977,-13.7541 -6.9749,-17.2075 -13.92639,-19.3529 -2.2,-0.679 -8.16424,-3.0356 -13.25386,-5.237 -10.56478,-4.5695 -12.38188,-4.5527 -21.8973,0.2022 -12.29781,6.1453 -22.22646,16.9632 -29.84347,32.5164 -6.47574,13.2229 -8.82495,23.4069 -8.28298,35.9073 0.34747,8.0141 0.99736,11.4528 3.15558,16.6969 3.8529,9.3619 10.92282,16.9494 19.92797,21.3869 11.09263,5.4662 18.20794,6.467 27.97832,3.9352 z"
+ id="path6500" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 170.96015,961.21363 c 0,-2.9543 1.70735,-3.3702 2.24698,-0.5473 0.31838,1.6654 0.0255,2.4883 -0.88565,2.4883 -0.74873,0 -1.36133,-0.8734 -1.36133,-1.941 z"
+ id="path6498" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 160.35743,954.56173 c 0.33619,-0.8761 0.88311,-2.6761 1.21539,-4 0.94821,-3.778 2.38733,-2.8178 2.38733,1.5929 0,3.401 -0.3155,4 -2.10699,4 -1.51665,0 -1.93573,-0.4463 -1.49573,-1.5929 z"
+ id="path6496" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 172.9741,946.18833 c -1.64483,-3.971 -0.57581,-5.04 2.23208,-2.2321 1.99032,1.9903 2.04705,2.3339 0.62077,3.7602 -1.42627,1.4262 -1.68695,1.2866 -2.85285,-1.5281 z"
+ id="path6494" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 188.9712,944.17633 c -2.55936,-5.0168 -1.02281,-6.037 2.37769,-1.5787 3.04825,3.9965 3.08556,4.161 1.11487,4.9172 -1.02185,0.3922 -2.12944,-0.6666 -3.49256,-3.3385 z"
+ id="path6492" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 149.53451,945.27493 c -0.83194,-1.3461 0.80311,-3.7168 3.5934,-5.2101 2.58902,-1.3856 2.34682,0.38 -0.50731,3.6982 -1.64271,1.9097 -2.56191,2.3601 -3.08609,1.5119 z"
+ id="path6490" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 139.03492,943.74473 c -0.92823,-1.1185 -0.70083,-1.7386 1.10006,-3 3.3713,-2.3613 4.05955,-1.944 2.32517,1.4099 -1.78247,3.4469 -1.8559,3.481 -3.42523,1.5901 z"
+ id="path6488" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 198.19217,931.16943 c -1.24739,-1.581 -1.92217,-3.0883 -1.4995,-3.3495 1.24669,-0.7705 6.58657,4.0094 5.83595,5.2239 -1.0208,1.6517 -1.83055,1.3017 -4.33645,-1.8744 z"
+ id="path6486" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 142.6444,931.50553 c -1.47289,-1.4729 -0.54721,-3.3704 2.38354,-4.886 4.64494,-2.4019 5.41533,-1.3255 1.65779,2.3165 -1.84639,1.7896 -3.66499,2.9459 -4.04133,2.5695 z"
+ id="path6484" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 179.5026,931.22333 c -0.70426,-1.1395 2.48191,-8.0687 3.71015,-8.0687 0.84398,0 0.46989,1.8548 -1.36138,6.75 -0.91566,2.4477 -1.4616,2.7542 -2.34877,1.3187 z"
+ id="path6482" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 164.6667,930.52783 c -0.79229,-0.7923 1.65609,-5.5994 3.72751,-7.3185 1.97078,-1.6356 1.98692,-0.3065 0.0525,4.3232 -1.46469,3.5055 -2.47182,4.3035 -3.78003,2.9953 z"
+ id="path6480" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 134.56017,923.55463 c -0.75549,-1.9687 -0.77386,-1.9444 2.14998,-2.8432 2.73825,-0.8417 2.91894,0.5278 0.37356,2.8314 -1.75795,1.5909 -1.91732,1.5916 -2.52354,0.012 z"
+ id="path6478" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 193.47073,914.99793 c 1.1057,-6.6895 2.09253,-6.8225 2.64159,-0.3561 0.27508,3.2396 -0.008,4.054 -1.51047,4.3433 -1.6539,0.3185 -1.77326,-0.1023 -1.13112,-3.9872 z"
+ id="path6476" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 158.60915,916.39573 c -0.46074,-0.7455 4.80202,-7.2411 5.86676,-7.2411 0.29918,0 -0.48198,1.7965 -1.7359,3.9923 -2.25897,3.9557 -3.2246,4.7152 -4.13086,3.2488 z"
+ id="path6474" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 207.96015,914.58893 c 0,-1.3018 2.14413,-4.4343 3.03518,-4.4343 0.53065,0 0.96482,1.125 0.96482,2.5 0,1.8333 -0.53333,2.5 -2,2.5 -1.1,0 -2,-0.2546 -2,-0.5657 z"
+ id="path6472" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 139.68519,911.09803 c 0.37274,-1.4253 1.03459,-1.8509 2.15638,-1.3865 0.89022,0.3685 2.40608,0.8964 3.36858,1.1732 3.14004,0.9028 1.84136,2.2699 -2.15638,2.2699 -3.44986,0 -3.84353,-0.2403 -3.36858,-2.0566 z"
+ id="path6470" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 178.56634,910.32643 c -0.53383,-0.8637 4.43403,-8.4649 5.09826,-7.8007 0.20858,0.2086 -0.36345,2.2354 -1.27118,4.5041 -1.60038,3.9997 -2.76991,5.0072 -3.82708,3.2966 z"
+ id="path6468" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 151.96015,904.14223 c 0,-1.5634 3.23178,-6.9876 4.16326,-6.9876 1.1435,0 -1.68253,7.3398 -2.9944,7.777 -0.64287,0.2143 -1.16886,-0.1409 -1.16886,-0.7894 z"
+ id="path6466" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 202.96015,900.03793 c 0,-2.9648 0.32007,-3.9632 1.0398,-3.2435 1.51864,1.5186 1.66846,6.568 0.2102,7.0843 -0.87433,0.3096 -1.25,-0.8447 -1.25,-3.8408 z"
+ id="path6464" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 139.60509,900.38913 c -0.73163,-1.1838 3.09255,-4.8303 4.05564,-3.8673 0.37857,0.3786 -0.24458,1.6212 -1.38478,2.7614 -1.15528,1.1553 -2.33774,1.6449 -2.67086,1.1059 z"
+ id="path6462" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 169.08737,896.80793 c -0.83761,-1.0093 -0.16123,-1.8279 2.95923,-3.5817 2.22476,-1.2504 4.22808,-2.0904 4.45182,-1.8667 0.22373,0.2238 -1.10792,1.8355 -2.95924,3.5818 -2.68207,2.5298 -3.58665,2.909 -4.45181,1.8666 z"
+ id="path6460" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 190.96573,895.47793 c 0.0162,-2.3873 2.22626,-8.3233 3.09892,-8.3233 0.57016,0 0.8765,1.8482 0.703,4.2414 -0.22431,3.0939 -0.78094,4.3312 -2.0575,4.5733 -0.9625,0.1826 -1.74749,-0.038 -1.74442,-0.4914 z"
+ id="path6458" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 149.36078,888.99383 c -0.7629,-1.2344 6.33108,-8.4408 7.32787,-7.444 0.68463,0.6846 -4.65895,8.6048 -5.80548,8.6048 -0.44274,0 -1.12782,-0.5224 -1.52239,-1.1608 z"
+ id="path6456" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 167.64691,884.45683 c -0.62729,-1.015 4.19667,-9.3022 5.41478,-9.3022 1.09981,0 1.13833,-0.405 -0.47563,5 -1.23074,4.1216 -3.71395,6.2846 -4.93915,4.3022 z"
+ id="path6454" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 201.96015,879.95463 c 0,-4.7147 1.39321,-4.1797 2.4741,0.95 0.54446,2.5839 0.36111,3.25 -0.89464,3.25 -1.18857,0 -1.57946,-1.0394 -1.57946,-4.2 z"
+ id="path6452" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 184.3183,877.40463 c 0.34091,-2.0625 0.62479,-4.3125 0.63084,-5 0.006,-0.6875 0.46101,-1.25 1.01101,-1.25 0.55,0 1,2.25 1,5 0,3.9561 -0.3405,5 -1.63084,5 -1.32806,0 -1.51576,-0.6962 -1.01101,-3.75 z"
+ id="path6450" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 159.39781,873.05373 c -0.73165,-1.1838 3.13099,-5.6638 4.072,-4.7228 0.71931,0.7193 -1.56933,5.8237 -2.61116,5.8237 -0.42926,0 -1.08663,-0.4954 -1.46084,-1.1009 z"
+ id="path6448" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 171.41903,866.08813 c -0.78869,-1.2761 -0.82791,-1.2369 3.38405,-3.38 4.37558,-2.2264 5.12724,-1.3062 1.52245,1.8637 -3.21109,2.8236 -3.9562,3.0539 -4.9065,1.5163 z"
+ id="path6446" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 291.1108,958.46533 2.67865,-5.1893 -2.66465,-0.5634 c -3.07769,-0.6507 -8.66472,0.6479 -8.66451,2.0139 8e-5,0.5105 0.90008,4.022 2,7.8034 1.92311,6.6114 2.0377,6.7649 2.98586,4 0.54231,-1.5814 2.1914,-5.2105 3.66465,-8.0646 z"
+ id="path6444" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 11.413105,966.99413 c 1.40088,-0.6383 2.54705,-1.672 2.54705,-2.2971 0,-1.4309 -7.9636302,-9.2904 -8.1013202,-7.9953 -0.21307,2.004 0.23756,8.0294 0.72567,9.7029 0.60001,2.0571 1.39456,2.1541 4.8286002,0.5895 z"
+ id="path6442" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 377.07395,967.09413 c 1.17191,-0.6272 1.79396,-1.7514 1.52158,-2.75 -0.25341,-0.929 -0.73694,-3.3314 -1.07451,-5.3386 -0.50705,-3.0149 -0.95693,-3.5597 -2.58732,-3.1333 -2.10543,0.5505 -2.51446,3.3283 -1.34855,9.1578 0.70183,3.5091 0.7431,3.5335 3.4888,2.0641 z"
+ id="path6440" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 383.96015,962.06223 c 0,-0.5621 -0.50059,-3.01 -1.11242,-5.4398 -1.00185,-3.9787 -1.30951,-4.3124 -3.09514,-3.3567 -1.6365,0.8758 -1.86948,1.7009 -1.33426,4.725 1.20204,6.7917 1.48162,7.2665 3.60897,6.128 1.06307,-0.569 1.93285,-1.4944 1.93285,-2.0565 z"
+ id="path6438" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 559.91926,957.63773 c 15.10252,-4.1257 27.86581,-7.908 28.36287,-8.4051 1.51208,-1.5121 0.0808,-2.604 -7.11222,-5.4261 l -6.89221,-2.7041 -18.81665,4.5388 -18.81665,4.5387 -6.09212,-5.2541 c -3.35067,-2.8898 -6.98987,-6.0691 -8.08711,-7.0652 -1.2079,-1.0966 -2.78604,-1.5819 -4,-1.2301 -1.10276,0.3195 -5.08135,1.3007 -8.84132,2.1805 -6.27875,1.4691 -6.70524,1.7306 -5.22944,3.2064 4.57709,4.5771 26.20435,23.001 27.06574,23.0568 0.55,0.036 13.3566,-3.3107 28.45911,-7.4365 z"
+ id="path6436" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -150.25658,959.40463 c 1.71605,-2.6125 4.26683,-6.0575 5.66841,-7.6555 2.96958,-3.3859 3.11983,-4.1612 0.96653,-4.9875 -4.7586,-1.8261 -10.58069,1.1715 -12.87542,6.6291 -1.03992,2.4732 -0.93244,3.4904 0.72224,6.8348 1.06918,2.161 2.04616,3.9291 2.17106,3.9291 0.12489,0 1.63112,-2.1375 3.34718,-4.75 z"
+ id="path6434" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -8.2236452,958.25973 c 8.89181998,-6.3195 8.40297998,-6.9713 -3.8161998,-5.0884 -12.71693,1.9596 -12.71625,1.959 -7.90128,7.4429 1.91022,2.1757 3.56567,3.2438 4.3162,2.7848 0.66962,-0.4094 4.00019,-2.7221 7.4012798,-5.1393 z"
+ id="path6432" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 665.01014,961.11503 c 7.49393,-5.9353 13.95001,-17.5749 13.95001,-25.1504 0,-2.7865 -0.071,-2.821 -4.25,-2.0718 -2.3375,0.419 -6.78208,0.7021 -9.87684,0.629 l -5.62684,-0.1327 -1.18285,3.948 c -1.14961,3.837 -8.32031,12.0748 -12.55109,14.4187 -1.97855,1.0961 -1.97865,1.1178 -0.0226,4.75 1.44428,2.6818 2.63351,3.6608 4.48761,3.6939 1.38743,0.025 3.8726,0.6633 5.5226,1.4188 4.37441,2.003 5.30833,1.856 9.54999,-1.5035 z"
+ id="path6430" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -183.58985,961.08403 c 1.43611,-1.4047 -0.83184,-3.1534 -3.58466,-2.7639 -1.6056,0.2272 -2.47346,1.0992 -2.70195,2.7148 -0.30487,2.1558 -0.0692,2.3141 2.5,1.6793 1.56014,-0.3855 3.26411,-1.1191 3.78661,-1.6302 z"
+ id="path6428" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 388.31814,959.68383 c 1.7019,-1.2892 1.74903,-1.8326 0.56095,-6.4682 -0.71337,-2.7834 -1.59222,-5.0608 -1.953,-5.0608 -1.97257,0 -4.01822,3.9653 -3.42156,6.6324 1.60296,7.1654 1.69495,7.2589 4.81361,4.8966 z"
+ id="path6426" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -170.53985,955.14113 0,-3.4863 -11,-2.164 c -6.05,-1.1902 -12.47134,-2.4498 -14.26965,-2.799 l -3.26966,-0.635 0.65882,4.299 c 0.36234,2.3645 0.74279,4.4081 0.84545,4.5415 0.4902,0.6368 17.77694,3.226 18.5107,2.7725 0.4618,-0.2854 1.89369,-0.091 3.18199,0.4316 3.97622,1.6135 5.34235,0.8565 5.34235,-2.9603 z"
+ id="path6424" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 369.75626,954.83883 c 3.46287,-1.4198 8.45136,-4.1635 11.08555,-6.0971 3.84325,-2.8212 5.05935,-3.2759 6.15566,-2.3014 1.11843,0.9942 1.16394,0.9424 0.25093,-0.2855 -0.90836,-1.2217 0.23714,-2.6754 6.17387,-7.8353 12.36802,-10.7494 14.69046,-11.7502 35.27515,-15.2007 30.78676,-5.1606 53.32314,-13.7689 65.72829,-25.1065 5.24624,-4.7948 10.39268,-11.4731 10.99227,-14.2642 0.12917,-0.6013 0.754,-2.3601 1.38851,-3.9084 3.53767,-8.6325 -1.21981,-18.7738 -11.19426,-23.8624 -8.48354,-4.3279 -23.20087,-4.1936 -35.2979,0.3223 -6.65243,2.4834 -17.4403,9.4589 -17.11016,11.0635 0.14079,0.6843 -0.70953,1.3925 -1.88959,1.5738 -1.18006,0.1813 -2.89746,1.1605 -3.81643,2.1759 -1.56959,1.7344 -1.5098,2.1641 0.9864,7.0902 3.03171,5.9827 2.88654,6.5709 -3.5422,14.3506 -17.98999,21.7703 -49.18234,30.9432 -71.67821,21.0787 -3.19219,-1.3998 -6.36649,-3.2909 -7.05399,-4.2024 -0.6875,-0.9116 -1.30324,-4.1589 -1.36831,-7.2162 -0.24023,-11.2866 -2.19948,-13.9585 -13.06534,-17.8177 -4.98702,-1.7713 -6.72209,-3.7576 -2.31635,-2.6518 2.07458,0.5206 2.5,0.2686 2.5,-1.481 0,-1.1596 0.0105,-2.4459 0.0234,-2.8584 0.0128,-0.4125 3.27535,-4.0254 7.25,-8.0286 l 7.22664,-7.2786 0.5,15.7786 0.5,15.7786 6,1.283 c 11.35425,2.428 28.01518,-0.269 38.62916,-6.2529 6.83841,-3.8554 14.58296,-10.6866 19.42046,-17.1302 2.43615,-3.2449 4.43409,-6.3937 4.43987,-6.9974 0.0185,-1.9312 -12.50546,-17.70254 -18.79392,-23.66705 -7.61258,-7.22041 -16.74649,-11.73353 -23.74923,-11.73462 -7.09204,-10e-4 -14.65805,3.93998 -18.97076,9.88174 -3.27267,4.50883 -6.47562,13.43933 -6.47562,18.05523 0,3.5014 -15.76702,19.3399 -18.69528,18.7801 -2.28176,-0.4362 -3.30472,0.9087 -3.30472,4.3448 0,1.6746 -0.53028,1.8264 -4.48606,1.2842 -2.84681,-0.3902 -5.00674,-0.1828 -5.91097,0.5676 -1.10075,0.9136 -1.5992,0.9006 -2.19099,-0.057 -0.42135,-0.6818 -0.26824,-1.4055 0.34023,-1.6083 2.6332,-0.8778 17.33455,-12.6183 23.85126,-19.0476 5.34728,-5.2757 7.24384,-7.8733 7.67124,-10.5071 0.88353,-5.44456 5.75608,-14.51441 9.62014,-17.9071 1.92695,-1.69188 5.47598,-3.94865 7.88673,-5.01504 l 4.3832,-1.9389 -0.69401,-5.16676 c -1.13228,-8.42968 -1.73888,-8.51505 -6.27308,-0.88286 -6.55497,11.03365 -15.40446,22.39633 -24.28549,31.18236 -7.99708,7.9116 -22.37349,19.3924 -27.74764,22.1589 -1.46551,0.7544 -2.88956,1.6487 -3.16456,1.9873 -1.27293,1.5673 -22.40941,10.8971 -30.14911,13.308 -11.39563,3.5498 -26.12419,6.5462 -32.35089,6.5817 -7.30071,0.042 -8.29072,0.9823 -5.60562,5.3269 2.44442,3.9552 0.6931,3.8488 18.60562,1.1301 17.47458,-2.6522 40.89683,-10.6882 52.64014,-18.0604 3.35661,-2.1072 4.85986,-2.2055 4.85986,-0.3178 0,1.2959 -20.07256,10.7744 -30.47655,14.3914 -6.38491,2.2198 -10.22969,4.1091 -10.67971,5.248 -0.38674,0.9788 -0.7348,4.1892 -0.77345,7.1344 -0.0695,5.2945 2.94142,13.2607 6.51087,17.2264 0.78276,0.8696 1.19722,1.8071 0.92102,2.0833 -0.80159,0.8016 2.40575,1.0545 11.17584,0.8812 4.49791,-0.089 10.12291,0.3575 12.5,0.992 5.48868,1.4649 11.29272,7.5236 16.25641,16.9695 2.44735,4.6573 4.39988,7.158 5.86685,7.5139 13.3438,3.2375 26.30187,2.9319 35.49483,-0.8371 z"
+ id="path6422" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 379.36622,937.00283 c -1.12879,-1.8264 -1.53404,-6.848 -0.55264,-6.848 1.57828,0 4.32187,3.8512 3.98422,5.5927 -0.42475,2.1908 -2.40558,2.9154 -3.43158,1.2553 z"
+ id="path6420" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 307.92594,914.09093 c -0.8199,-1.532 -0.79741,-2.4341 0.0873,-3.5 2.53398,-3.0533 5.70119,-0.3879 4.40224,3.7048 -0.78375,2.4694 -3.11525,2.363 -4.4895,-0.2048 z"
+ id="path6418" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 365.07495,878.52273 c -3.0871,-2.1623 -2.69414,-4.3679 0.77821,-4.3679 2.60942,0 4.10699,1.4494 4.10699,3.9748 0,1.6144 -2.81777,1.8411 -4.8852,0.3931 z"
+ id="path6416" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 471.97546,863.40483 c 0.0363,-1.7777 1.74659,-3.4442 2.41871,-2.3567 0.37621,0.6087 0.4059,1.5567 0.066,2.1067 -0.72089,1.1665 -2.50707,1.3462 -2.48469,0.25 z"
+ id="path6414" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 611.96015,956.24463 c 0,-2.4779 -10.92312,-14.2145 -16.83594,-18.0898 l -2.28866,-1.5 2.0623,-30.0884 c 1.13427,-16.5487 2.0623,-32.1862 2.0623,-34.75 0,-4.5129 -0.0957,-4.6616 -3,-4.6616 -1.72185,0 -3.00918,0.5326 -3.02154,1.25 -0.0119,0.6875 -0.67677,8.45 -1.47761,17.25 -0.80084,8.8 -1.75635,24.55 -2.12337,35 l -0.66731,19 3.39492,3.3629 c 9.03328,8.9482 21.89491,16.718 21.89491,13.2269 z"
+ id="path6412" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -158.03054,950.95453 c 4.05873,-6.1276 7.8448,-7.696 13.5904,-5.6299 l 4.2875,1.5418 3.21285,-3.3148 c 2.83963,-2.9298 3.04947,-3.5118 1.80639,-5.0107 -2.15952,-2.604 -7.32965,-4.3861 -12.72429,-4.3861 -3.80406,0 -5.76916,0.6426 -8.89941,2.9101 -4.60509,3.3359 -8.28275,10.1021 -8.28275,15.2385 0,5.1003 3.13742,4.4965 7.00931,-1.3489 z"
+ id="path6410" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 4.7101548,952.92853 c -0.1375,-0.6744 0.7625,-1.3807 2,-1.5695 2.82591,-0.4312 2.94791,-3.2626 0.24594,-5.7079 -4.04337,-3.6592 -9.50768,1.9004 -6.32870002,6.439 1.56562002,2.2352 4.48996002,2.8358 4.08276002,0.8384 z"
+ id="path6408" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -11.865505,951.96973 c 12.16614978,-1.6198 11.71296978,-3.3686 -1.67434,-6.4612 -5.5,-1.2705 -10.3375,-2.3199 -10.75,-2.3319 -0.89763,-0.026 -1.00292,6.1555 -0.14301,8.3964 0.72719,1.895 1.20123,1.91 12.56735,0.3967 z"
+ id="path6406" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 398.53618,949.70793 c 0.76472,-3.0469 -1.35848,-9.7905 -2.92067,-9.2766 -1.67974,0.5527 -1.97034,4.2391 -0.64963,8.2409 1.34606,4.0786 2.70746,4.4735 3.5703,1.0357 z"
+ id="path6404" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -167.52159,929.37523 c -2.08774,-5.3462 -4.11498,-10.0794 -4.50496,-10.5183 -0.98497,-1.1083 -6.0133,1.3284 -6.0133,2.9141 0,1.3174 7.83832,26.1886 8.73734,27.7238 0.27054,0.4619 1.636,-1.6889 3.03436,-4.7796 l 2.54247,-5.6195 -3.79591,-9.7205 z"
+ id="path6402" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 16.940905,948.66163 c 2.32772,-0.8213 4.70382,-1.2017 5.28024,-0.8455 0.57641,0.3562 0.75856,0.1793 0.40477,-0.3931 -0.3538,-0.5725 0.25167,-1.2749 1.34549,-1.5609 2.01794,-0.5277 2.65374,-3.8108 1.38054,-7.1287 -0.53407,-1.3918 -1.11302,-1.3103 -4.75,0.6682 -2.27798,1.2393 -4.7265,2.8058 -5.44115,3.4811 -0.71465,0.6754 -2.0034,1.622 -2.86389,2.1035 -1.05606,0.591 -1.34312,1.5732 -0.88325,3.0221 0.81024,2.5528 0.31072,2.4938 5.52725,0.6533 z"
+ id="path6400" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -173.03985,947.51263 c 0,-2.1005 -4.23484,-14.3578 -4.96056,-14.3578 -2.50365,0 -4.03944,1.4769 -4.03944,3.8845 0,1.4688 -0.71514,3.6915 -1.58919,4.9394 -2.83237,4.0438 -0.87078,5.5517 7.83919,6.0263 1.5125,0.082 2.75,-0.1392 2.75,-0.4924 z"
+ id="path6398" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 128.68785,946.76043 c 0.23889,-0.2389 -0.11705,-1.4646 -0.79097,-2.7238 -2.49744,-4.6665 -3.91332,-12.6505 -3.92486,-22.1318 l -0.0119,-9.75 -2.75,-0.033 c -1.5125,-0.018 -5.225,-0.9033 -8.25,-1.9674 -5.55941,-1.9556 -14.473915,-2.6602 -15.367315,-1.2147 -0.26694,0.4319 1.51453,5.9444 3.958825,12.25 2.4443,6.3056 5.31837,13.7147 6.38682,16.4647 1.06844,2.75 2.42423,6.3031 3.01285,7.8958 l 1.07022,2.8959 8.11598,-0.6259 c 4.46378,-0.3442 8.31143,-0.8213 8.55032,-1.0602 z"
+ id="path6396" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 402.5583,946.75963 c 0.6933,-1.8067 -1.39951,-9.6048 -2.57768,-9.6048 -1.77429,0 -2.05764,1.9667 -0.92907,6.4487 1.14721,4.556 2.50176,5.7751 3.50675,3.1561 z"
+ id="path6394" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 563.21015,940.94603 c 2.6125,-0.6241 4.75,-1.4725 4.75,-1.8854 0,-0.4129 -1.6875,-1.2942 -3.75,-1.9586 -2.0625,-0.6643 -4.2,-1.533 -4.75,-1.9304 -0.55,-0.3974 -6.30712,-2.2348 -12.79361,-4.083 -9.97667,-2.8427 -12.10631,-3.1651 -13.82336,-2.0928 -1.11636,0.6972 -3.81578,2.1985 -5.99871,3.3363 -2.18293,1.1378 -3.83742,2.441 -3.67664,2.896 0.16077,0.4549 3.43145,3.4709 7.26816,6.7021 l 6.97585,5.875 10.52415,-2.8623 c 5.78829,-1.5742 12.66166,-3.3729 15.27416,-3.9969 z"
+ id="path6392" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 757.06933,945.78633 c -0.9254,-1.1149 -0.2955,-1.4631 3.4002,-1.8797 5.3767,-0.606 11.9662,-4.8371 14.1698,-9.0984 1.9268,-3.7259 0.4926,-9.2984 -3.0484,-11.845 -2.311,-1.662 -2.448,-1.5987 -7.8396,3.6235 -6.0624,5.8719 -15.2532,10.2153 -17.5836,8.3097 -1.6207,-1.3253 -0.6922,-2.1856 3.9634,-3.6723 8.1395,-2.5992 15.9325,-10.4401 18.3457,-18.4584 l 1.348,-4.4792 -4.993,2.9439 c -9.1125,5.373 -16.2425,7.1769 -26.6034,6.7309 -8.558,-0.3683 -9.4692,-0.613 -12.4844,-3.3519 -1.8006,-1.6356 -2.4034,-1.9437 -1.3502,-0.6902 l 1.9024,2.2644 -4.9719,-2.0662 c -2.7345,-1.1364 -7.3192,-3.8429 -10.1883,-6.0144 -2.8691,-2.1715 -5.6011,-3.9482 -6.0712,-3.9482 -0.4701,0 -1.1447,1.4625 -1.4992,3.25 -0.3545,1.7875 -2.2801,5.9053 -4.2792,9.1506 -3.4595,5.6161 -3.5458,5.9657 -1.7894,7.25 2.8262,2.0666 3.2837,1.7595 6.1823,-4.1506 2.5458,-5.1907 2.9056,-5.5 6.4001,-5.5 5.7299,0 14.1924,3.7482 20.5771,9.1139 3.192,2.6826 7.9738,6.5201 10.6263,8.5278 3.0574,2.3142 4.4001,3.9116 3.6681,4.364 -1.2313,0.761 5.5258,6.9943 7.5821,6.9943 0.6144,0 1.9316,0.9 2.9271,2 2.0235,2.2359 3.3837,2.7698 1.6092,0.6315 z"
+ id="path6390" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -3.0398452,945.33693 c 0,-1.1549 -15.1416898,-14.6821 -16.4343598,-14.6821 -1.36838,0 -4.56206,6.3606 -4.56409,9.0899 -10e-4,1.8029 1.20044,2.3751 8.74845,4.1654 9.8258298,2.3307 12.2499998,2.613 12.2499998,1.4268 z"
+ id="path6388" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 407.59634,941.64913 c -0.2854,-0.7437 -0.81852,-2.9493 -1.18469,-4.9011 -0.5901,-3.1455 -0.88821,-3.4298 -2.62282,-2.5015 -1.55971,0.8347 -1.82734,1.6931 -1.31821,4.2278 1.31413,6.5424 1.45969,6.7668 3.63424,5.6031 1.10572,-0.5918 1.77689,-1.6845 1.49148,-2.4283 z"
+ id="path6386" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -0.66587522,941.55313 c -0.11771,-1.7734 -6.19314998,-19.4045 -6.99897998,-20.3112 -0.6245,-0.7027 -4.7721498,1.5343 -8.2131598,4.4297 l -3.28398,2.7633 8.31108,7.8073 c 8.2923098,7.7897 10.42332978,8.9009 10.18503978,5.3109 z"
+ id="path6384" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 17.402405,940.04263 c 3.60676,-2.2614 6.55775,-4.5043 6.55775,-4.9842 0,-1.1536 -5.73232,-7.5466 -6.18994,-6.9034 -0.19537,0.2746 -2.52471,3.3274 -5.1763,6.7841 -4.3964402,5.7312 -5.4259002,9.2152 -2.7229002,9.2152 0.5355002,0 3.9246202,-1.8503 7.5313902,-4.1117 z"
+ id="path6382" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 39.169275,938.88143 c 14.3308,-7.3858 36.52213,-23.7349 35.17498,-25.9146 -0.39785,-0.6438 -0.24529,-0.8447 0.35813,-0.4718 1.23137,0.761 11.79802,-10.3168 12.77406,-13.392 1.01732,-3.2053 -0.0416,-3.4617 -6.27842,-1.5199 -7.84136,2.4413 -21.11381,8.9242 -19.11287,9.3356 1.72316,0.3543 2.35582,5.2356 0.67857,5.2356 -1.14623,0 -3.32798,-2.0887 -3.89286,-3.7268 -0.54691,-1.586 -26.47881,14.0036 -34.13189,20.5192 -1.62207,1.381 -1.60697,1.6106 0.26223,3.9869 1.09088,1.3868 2.26043,4.2538 2.59899,6.3711 0.35662,2.2302 1.17563,3.8496 1.94689,3.8496 0.73222,0 5.06221,-1.9228 9.62219,-4.2729 z"
+ id="path6380" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 9.0938848,937.90433 c 1.2484502,-1.7875 2.5382702,-3.475 2.8662702,-3.75 0.95713,-0.8025 5,-6.7554 5,-7.3622 0,-0.7753 -8.4354902,-5.6378 -9.7803602,-5.6378 -0.60755,0 -1.2769,1.9125 -1.48743,4.25 l -0.3828,4.25 -0.1747,-4.75 -0.17471,-4.7495 -5.03138002,0 c -3.92232998,0 -5.14872998,-0.3857 -5.56373998,-1.75 -3.16396,-10.4009 -16.4039598,-24.25 -23.1834098,-24.25 -3.61136,0 -3.65868,-2.1078 -0.10934,-4.8703 14.23137,-11.0762 28.00017978,-28.2995 36.9670098,-46.24171 2.3055902,-4.61337 4.6672402,-8.98799 5.2481102,-9.72138 0.58086,-0.73338 1.13338,-2.08338 1.22781,-3 0.0944,-0.91661 1.53024,-6.16657 3.19069,-11.66657 4.42602,-14.66059 5.63907,-25.65603 4.93569,-44.73836 -0.86719,-23.52636 -5.06192,-39.54928 -16.2998102,-62.26164 -8.33129,-16.83796 -8.62732,-17.17317 -14.58669,-16.51759 l -4.7050598,0.51759 3.4241698,5.5 c 3.31766,5.32894 9.52532998261,18.90703 10.97238,24 0.39067,1.375 -2.01900002,-2.9 -5.35484,-9.5 -8.0356298,-15.89864 -11.0283398,-19.5 -16.2043898,-19.5 -4.33553,0 -4.65895,0.51027 -2.38295,3.75971 10.09179,14.40805 19.4850698,39.49949 22.49405978,60.08637 1.93392002,13.23144 0.75617,37.34983 -2.41276998,49.40987 -4.85057,18.45983 -12.6210598,34.77241 -23.4573998,49.24401 -7.99062,10.6713 -17.90032,20.8167 -19.66974,20.1378 -0.89128,-0.3421 -1.20551,-0.038 -0.86854,0.84 0.32537,0.8479 -1.98849,3.4188 -6.02938,6.6991 -5.5904,4.5381 -6.56057,5.797 -6.57893,8.5369 l -0.0215,3.2138 6.42802,-4.0304 c 3.53542,-2.2167 9.49792,-6.7805 13.25,-10.1418 l 6.82198,-6.1115 -7.5,7.7447 c -4.125,4.2596 -9.6084,9.3067 -12.18532,11.2158 -3.50743,2.5984 -4.58377,3.9983 -4.28136,5.5686 0.22218,1.1537 0.5555,2.2491 0.74071,2.4344 0.5881,0.5881 12.59942,-5.4243 17.3069,-8.6631 4.16985,-2.8689 7.41907,-3.3419 7.41907,-1.0799 0,0.5099 -2.25,2.3709 -5,4.1356 -5.45396,3.4998 -6.02798,4.539 -3.03247,5.4897 3.13722,0.9957 14.13143,9.4483 18.77555,14.435 3.26855,3.5097 4.25692,4.1265 4.25692,2.6565 0,-1.053 0.28205,-1.6325 0.62678,-1.2877 0.34474,0.3447 1.95024,-0.058 3.5678,-0.8941 1.61755,-0.8365 3.3825398,-1.3737 3.9221898,-1.1938 0.53966,0.1799 2.2707,4.1447 3.84676,8.8107 4.82188998,14.2755 4.65613998,13.9837 7.94362,13.9837 2.20343,0 3.53494,-0.828 5.22658,-3.25 z"
+ id="path6378" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 4.2598148,935.15433 c 0,-3.025 0.18747,-4.2625 0.41659,-2.75 0.22913,1.5125 0.22913,3.9875 0,5.5 -0.22912,1.5125 -0.41659,0.275 -0.41659,-2.75 z"
+ id="path6376" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -31.039845,875.65483 c 0.68469,-0.825 1.46989,-1.5 1.74489,-1.5 0.275,0 -0.0602,0.675 -0.74489,1.5 -0.68469,0.825 -1.46989,1.5 -1.74489,1.5 -0.275,0 0.0602,-0.675 0.74489,-1.5 z"
+ id="path6374" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 411.78286,940.28553 c 0.94175,-0.5971 1.11993,-1.9607 0.61866,-4.7347 -0.94544,-5.2318 -1.23376,-5.5775 -3.5972,-4.3126 -1.7029,0.9114 -1.92266,1.6847 -1.34852,4.7451 1.01293,5.3994 1.62961,6.0125 4.32706,4.3022 z"
+ id="path6372" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 580.95592,939.14693 c -1.28553,-2.402 -9.11242,-8.7235 -17.80865,-14.3834 -5.52553,-3.5963 -6.2451,-4.4205 -5.76937,-6.6087 0.29894,-1.375 2.59206,-10.375 5.09583,-20 4.1582,-15.985 8.48642,-34.9117 8.48642,-37.11 0,-0.4895 -1.25193,-0.89 -2.78207,-0.89 l -2.78207,0 -0.0705,8.75 c -0.0908,11.2626 -2.93695,21.6192 -9.38263,34.1417 -3.38755,6.5812 -5.14066,11.3411 -5.56451,15.1083 l -0.6188,5.5 6.71144,4.9114 c 5.56128,4.0697 21.91077,12.3424 24.77436,12.5356 0.43185,0.029 0.30162,-0.8506 -0.28941,-1.9549 z"
+ id="path6370" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 637.63342,937.75693 c 1.5547,-1.3189 3.60533,-3.7357 4.55696,-5.3708 l 1.73023,-2.9729 -5.66509,-4.2366 c -4.70204,-3.5164 -5.84616,-3.9931 -6.73023,-2.8041 -0.58583,0.7879 -2.32524,2.2528 -3.86537,3.2554 -1.85888,1.21 -2.59597,2.3613 -2.19262,3.4248 1.19841,3.1599 7.01627,11.051 8.16612,11.0763 0.64531,0.014 2.44531,-1.0533 4,-2.3721 z"
+ id="path6368" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -126.56772,934.72793 c 2.46919,-1.8847 7.19808,-5.0987 10.50865,-7.1421 4.91728,-3.0351 6.01922,-4.2019 6.01922,-6.3731 0,-1.4619 -0.54,-3.1979 -1.2,-3.8579 -1.75255,-1.7525 -6.84891,-1.4657 -9.03009,0.5082 -1.03816,0.9395 -3.15369,1.6118 -4.70118,1.4939 -3.18836,-0.243 -4.72028,1.1643 -5.22291,4.7979 -0.28321,2.0473 -0.889,2.4916 -3.34582,2.4535 -1.65,-0.026 -3.96508,-0.3783 -5.14463,-0.7839 -2.50181,-0.8603 -5.35537,1.4439 -5.35537,4.3243 0,1.2568 1.20373,2.24 3.75,3.0628 2.0625,0.6665 4.875,2.0372 6.25,3.0459 1.375,1.0087 2.60861,1.8483 2.74135,1.8657 0.13274,0.017 2.26159,-1.5104 4.73078,-3.3952 z"
+ id="path6366" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 417.48283,937.11813 c 1.0043,-1.625 -0.5599,-8.9633 -1.91058,-8.9633 -2.58542,0 -3.3855,2.0549 -2.36517,6.0747 0.95426,3.7595 2.91771,5.086 4.27575,2.8886 z"
+ id="path6364" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -157.40416,934.64553 c 1.57537,-0.8302 4.55181,-1.7877 6.61431,-2.1278 2.56795,-0.4236 3.75,-1.1385 3.75,-2.2682 0,-0.9073 0.71084,-2.6646 1.57965,-3.905 1.39332,-1.9892 2.3075,-2.2219 7.75,-1.9725 5.73341,0.2628 6.19293,0.1238 6.48921,-1.9619 0.31792,-2.2381 0.28708,-2.243 -10.5,-1.6546 l -10.81886,0.5901 -4.25,4.3464 c -3.12605,3.1969 -4.25,5.1551 -4.25,7.4046 0,3.5516 -0.0912,3.5127 3.63569,1.5489 z"
+ id="path6362" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 422.35044,934.85873 c 2.52304,-1.8449 0.88275,-8.3735 -1.9745,-7.8588 -2.67307,0.4814 -2.6954,0.5404 -1.92717,5.0875 0.74509,4.4102 1.20936,4.7399 3.90167,2.7713 z"
+ id="path6360" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 282.10898,928.94583 c 2.99313,-4.2035 1.15501,-5.8023 -3.69437,-3.2134 -5.20389,2.7782 -6.00856,4.0185 -4.47095,6.8916 1.21511,2.2704 1.41502,2.3158 3.6766,0.8339 1.3154,-0.8618 3.33532,-2.8923 4.48872,-4.5121 z"
+ id="path6358" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 585.53658,896.15483 c 0.9333,-14.025 1.65392,-25.95 1.60139,-26.5 -0.63581,-6.6566 -4.51664,-14.5 -7.1745,-14.5 -1.37378,0 -5.77172,7.9606 -6.42935,11.6375 -0.74554,4.1686 -7.11637,30.0231 -10.49561,42.5941 -1.1431,4.2524 -2.07836,8.1614 -2.07836,8.6866 0,0.5252 3.0375,3.0084 6.75,5.5181 3.7125,2.5098 8.55,6.0977 10.75,7.9731 l 4,3.4099 0.68977,-6.6596 c 0.37937,-3.6629 1.45337,-18.1347 2.38666,-32.1597 z"
+ id="path6356" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 429.21015,931.90483 c -0.1375,-0.4125 -0.25,-2.1 -0.25,-3.75 0,-2.3029 -0.451,-3 -1.94098,-3 -2.61382,0 -3.33877,1.4498 -2.54104,5.0819 0.5231,2.3816 1.12967,2.967 2.8241,2.7256 1.18686,-0.1691 2.04542,-0.645 1.90792,-1.0575 z"
+ id="path6354" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 434.46015,928.14113 c 0,-2.8196 -0.38245,-3.4863 -2,-3.4863 -1.33151,0 -2.10999,0.7764 -2.32908,2.3227 -0.47639,3.3625 0.56315,5.3752 2.57606,4.9875 1.27092,-0.2447 1.75302,-1.2964 1.75302,-3.8239 z"
+ id="path6352" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 439.37836,930.54783 c 1.71941,-0.6598 2.08003,-4.0578 0.6674,-6.2887 -1.58409,-2.5018 -4.08561,-0.4419 -4.08561,3.3643 0,3.566 0.5407,4.0286 3.41821,2.9244 z"
+ id="path6350" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -158.82283,923.84723 c 2.30869,-3.239 2.12329,-3.5981 -2.3878,-4.6255 -1.83107,-0.4169 -4.34172,-1.0829 -5.57922,-1.4799 -2.79675,-0.8972 -2.81286,-0.1664 -0.15301,6.9427 2.06412,5.5168 2.12853,5.5762 4.10793,3.7875 1.10601,-0.9995 2.91146,-3.0806 4.0121,-4.6248 z"
+ id="path6348" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 446.39667,929.25753 c 0.30501,-0.4935 0.27532,-2.2935 -0.066,-4 -0.42929,-2.1464 -1.19841,-3.1027 -2.49554,-3.1027 -1.52083,0 -1.875,0.7556 -1.875,4 0,3.2928 0.34317,4 1.94098,4 1.06754,0 2.19054,-0.4038 2.49554,-0.8973 z"
+ id="path6346" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 452.59044,926.90483 c -0.33164,-1.2375 -0.60913,-3.0375 -0.61664,-4 -0.01,-1.2188 -0.81052,-1.75 -2.63865,-1.75 -2.40667,0 -2.57302,0.2599 -2,3.125 0.34375,1.7188 0.625,3.5188 0.625,4 0,0.4813 1.17748,0.875 2.61663,0.875 2.22554,0 2.52651,-0.3363 2.01366,-2.25 z"
+ id="path6344" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 276.53208,925.55983 c 4.56037,-2.6726 6.13534,-6.4264 2.67807,-6.383 -2.50101,0.031 -10.46993,3.7948 -9.97409,4.7104 0.22864,0.4222 0.69597,1.5551 1.03851,2.5176 0.80401,2.2591 1.00756,2.2317 6.25751,-0.845 z"
+ id="path6342" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 458.25672,927.59453 c 1.18202,-0.4536 1.26967,-1.3108 0.46015,-4.5 -0.99785,-3.9312 -2.07875,-4.6559 -4.57943,-3.0704 -0.9264,0.5873 -1.11777,1.931 -0.63871,4.4847 0.66472,3.5432 1.74312,4.2426 4.75799,3.0857 z"
+ id="path6340" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 464.61793,926.54863 c 2.09796,-0.5628 2.11583,-0.702 0.64445,-5.0202 -1.30418,-3.8276 -1.8097,-4.3504 -3.65778,-3.7833 -2.96953,0.9114 -2.92233,0.7502 -1.55547,5.3123 1.31255,4.381 1.29688,4.369 4.5688,3.4912 z"
+ id="path6338" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 472.81041,921.32603 c -3.02977,-7.7793 -2.6617,-7.34 -5.09081,-6.076 -1.2427,0.6466 -2.37064,1.2634 -2.50653,1.3707 -0.1359,0.1072 0.45728,2.2621 1.31817,4.7887 1.52012,4.4613 1.64826,4.5649 4.44239,3.5909 2.6252,-0.9152 2.78603,-1.2369 1.83678,-3.6743 z"
+ id="path6336" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 629.35181,922.10123 2.36796,-2.8142 -2.49524,-5.0419 c -2.3772,-4.8035 -2.59493,-4.9722 -4.60232,-3.5662 -1.15889,0.8118 -2.90694,1.4759 -3.88457,1.4759 -2.35825,0 -2.26853,2.5517 0.30767,8.7508 2.38432,5.7373 4.258,6.0069 8.3065,1.1956 z"
+ id="path6334" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 16.948285,913.28023 c -1.71711,-4.4526 -4.7182,-10.4648 -6.66911,-13.3605 -4.2418902,-6.2962 -13.7603702,-15.5298 -19.0252802,-18.4559 l -3.7937398,-2.1085 -6.5,5.9798 -6.5,5.9798 2.5,1.5984 c 4.83796,3.0934 14.8206698,14.1864 17.1471798,19.0544 2.27552,4.7614 2.52067,4.9436 7.46199,5.5473 5.82357,0.7114 11.7017302,2.9483 15.3740402,5.8505 2.51216,1.9853 2.51735,1.9853 2.82186,-3e-4 0.16778,-1.0942 -1.09984,-5.6324 -2.81694,-10.085 z"
+ id="path6332" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 27.816255,922.33173 c 2.00414,-1.5527 7.37703,-5.0041 11.93975,-7.6697 4.56271,-2.6656 8.52677,-5.2202 8.80901,-5.6769 0.28225,-0.4567 -3.00088,-0.833 -7.29584,-0.8363 -4.29496,0 -11.49764,-0.2931 -16.00596,-0.6441 l -8.19695,-0.6382 2.42321,5.8942 c 1.33277,3.2417 2.43389,6.6448 2.44694,7.5623 0.0286,2.0079 1.04365,4.8318 1.73682,4.8318 0.27451,0 2.13887,-1.2704 4.14302,-2.8231 z"
+ id="path6330" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 480.3865,921.83233 c 1.72857,-1.2639 1.73149,-1.4741 0.0661,-4.75 -2.82839,-5.5636 -3.33459,-5.9566 -6.06843,-4.7109 -2.86902,1.3072 -2.89901,1.5559 -0.81548,6.7632 1.70208,4.2539 3.64057,5.0209 6.81777,2.6977 z"
+ id="path6328" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 275.25535,919.24263 c 3.9811,-1.7065 4.40602,-2.1999 3.94983,-4.5863 -0.47155,-2.4668 -0.79166,-2.6245 -4.12811,-2.0345 -7.33119,1.2965 -8.28786,2.318 -6.50993,6.9512 0.77246,2.013 1.2797,1.9879 6.68821,-0.3304 z"
+ id="path6326" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 486.8911,919.21863 c 1.20132,-0.7602 1.04111,-1.6404 -0.99828,-5.4847 -2.46004,-4.6372 -3.36896,-5.2229 -5.7562,-3.7093 -1.06325,0.6741 -0.89409,1.7527 0.86012,5.4847 2.2028,4.6862 3.27973,5.3639 5.89436,3.7093 z"
+ id="path6324" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -99.483735,918.15483 c 0.61428,0 3.63568,-6.1415 3.22396,-6.5533 -1.06594,-1.0659 -5.057365,1.1524 -5.856795,3.2551 -1.32904,3.4956 -1.14339,4.5966 0.65851,3.9052 0.86998,-0.3339 1.758425,-0.607 1.974325,-0.607 z"
+ id="path6322" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 491.77667,910.30383 c -1.72735,-2.5569 -3.18088,-4.7247 -3.23008,-4.8172 -0.0492,-0.092 -1.08683,0.3656 -2.30584,1.018 l -2.21638,1.1862 2.99219,5.2391 c 2.96482,5.1912 3.01465,5.2244 5.44646,3.6311 l 2.45427,-1.6081 -3.14062,-4.6491 z"
+ id="path6320" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -121.54956,914.15653 c 12.07245,-2.0639 29.263785,-7.3806 38.009715,-11.7551 43.4332,-21.7242 73.8334198,-61.15529 81.0611798,-105.14171 2.02325998,-12.31302 1.52559998,-33.09472 -1.08012,-45.10485 -3.70993,-17.09956 -10.8822498,-33.79872 -21.1595498,-49.26529 l -4.49543,-6.76529 -4.80168,0.16995 -4.80169,0.16995 3.25361,5.09534 c 3.91024,6.12365 12.03339,22.10407 13.0106,25.59534 0.38486,1.375 -1.33267,-1.42918 -3.81675,-6.23151 -4.94801,-9.56574 -12.43184,-20.76849 -13.87408,-20.76849 -0.50277,0 -0.66752,-0.39901 -0.36612,-0.88669 1.0412,-1.6847 -2.29599,-3.23446 -6.29734,-2.92442 l -4.01517,0.31111 6.10015,9 c 14.7749,21.79847 22.07995,45.47091 22.06411,71.5 -0.0103,16.8889 -1.9523,26.77415 -7.76951,39.54837 -9.93351,21.81336 -29.82308,47.54079 -33.7316,43.63219 -0.83618,-0.8361 0.84882,-3.1345 6.52759,-8.9038 9.72519,-9.88023 14.39335,-16.21282 19.7738,-26.82416 7.22775,-14.2546 4.08244,-12.34971 -14.97235,9.06767 -9.53199,10.71385 -17.75766,19.47969 -18.27928,19.47969 -0.52162,0 -0.7199,0.3698 -0.44061,0.8217 0.27928,0.4518 -0.36916,1.5724 -1.44099,2.4902 -2.42147,2.0733 -2.43905,2.9345 -0.1031,5.0485 1.72961,1.5652 2.00562,1.5444 4.38947,-0.3307 2.30776,-1.8153 2.66629,-1.8534 3.86377,-0.4105 1.13502,1.3676 0.83524,1.9879 -2.13947,4.4271 -15.22512,12.4838 -41.562575,22.9484 -67.136725,26.6751 -9.94109,1.4486 -13.06341,1.5248 -21,0.5122 -24.90717,-3.1778 -45.09945,-15.27 -51.27487,-30.706 -3.51848,-8.7949 -4.19797,-17.09139 -2.19357,-26.78361 3.83044,-18.52206 13.72394,-27.81109 29.67453,-27.8615 6.26714,-0.0198 7.13311,-0.27284 8.98317,-2.62481 2.3569,-2.99631 1.84528,-3.60654 -4.49269,-5.35857 -5.47196,-1.51264 -13.71698,-1.27422 -20.09939,0.58119 -9.73656,2.8305 -19.91771,14.36686 -24.01339,27.20981 -2.48942,7.80616 -2.98377,25.61759 -0.9631,34.70009 5.58103,25.0857 26.29526,45.3995 53.57721,52.5417 10.33504,2.7056 28.8816,2.7347 44.46967,0.07 z"
+ id="path6318" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -123.37318,900.48813 c -1.15064,-1.1506 -0.72824,-2.3333 0.83333,-2.3333 0.825,0 1.5,0.675 1.5,1.5 0,1.5616 -1.1827,1.984 -2.33333,0.8333 z"
+ id="path6316" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -27.810675,820.96737 c 0.61807,-1.85422 2.77083,-2.16176 2.77083,-0.39583 0,0.87083 -0.7125,1.58333 -1.58333,1.58333 -0.87084,0 -1.40521,-0.53437 -1.1875,-1.1875 z"
+ id="path6314" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -87.991975,910.52893 c 1.30087,-3.4216 1.32067,-3.3985 -1.94301,-2.2608 -2.63811,0.9196 -4.74159,4.9166 -3.33021,6.328 0.97491,0.9749 4.34425,-1.6238 5.27322,-4.0672 z"
+ id="path6312" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 496.75819,907.52313 c -3.96205,-5.5171 -4.2614,-5.7198 -5.7665,-3.9063 -0.95856,1.155 -0.57472,2.3416 1.9395,5.9959 2.71743,3.9497 3.39724,4.4154 5.1084,3.4996 1.90182,-1.0178 1.85508,-1.2217 -1.2814,-5.5892 z"
+ id="path6310" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 274.63281,911.66703 c 2.76708,-0.5557 3.25915,-1.1491 3.84928,-4.6421 0.37214,-2.2027 0.46169,-4.2198 0.19898,-4.4825 -0.93512,-0.9351 -9.72092,1.8722 -9.72092,3.1061 0,0.691 -0.29154,2.714 -0.64786,4.4956 -0.56961,2.848 -0.41862,3.1741 1.25,2.6997 1.04382,-0.2968 3.32556,-0.8264 5.07052,-1.1768 z"
+ id="path6308" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 380.59607,908.51523 c -0.34975,-2.5517 -0.63592,-5.9267 -0.63592,-7.5 0,-2.7762 -0.15136,-2.8604 -5.13929,-2.8604 l -5.13929,0 0.6306,5.25 c 0.34683,2.8875 0.63451,6.0062 0.63929,6.9304 0.009,1.6964 2.03126,2.4303 7.39461,2.6834 2.87118,0.1355 2.88268,0.1125 2.25,-4.5034 z"
+ id="path6306" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 393.50909,908.40483 c -0.37298,-2.6125 -1.12842,-6.4821 -1.67876,-8.5991 -0.98143,-3.7752 -1.07128,-3.836 -4.6854,-3.1721 -2.02663,0.3722 -4.03281,1.0123 -4.45818,1.4224 -0.42536,0.4101 -0.47324,3.9751 -0.1064,7.9222 l 0.667,7.1766 5.46994,0 5.46995,0 -0.67815,-4.75 z"
+ id="path6304" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 401.96015,911.14563 c 6.43024,-1.8335 6.42786,-1.8258 3.47447,-11.2983 l -2.67955,-8.5942 -4.14746,1.6012 c -2.2811,0.8807 -4.46541,1.874 -4.85402,2.2074 -0.58446,0.5015 1.28684,11.3129 2.74222,15.8431 0.48326,1.5043 0.95984,1.5253 5.46434,0.2408 z"
+ id="path6302" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 368.21258,905.40483 c -0.51727,-7.7944 -0.27099,-7.4064 -5.55317,-8.7476 l -4.69926,-1.1932 0.0153,5.0954 c 0.0184,6.1334 0.47635,6.952 4.98469,8.9112 5.47836,2.3808 5.67039,2.2322 5.25243,-4.0658 z"
+ id="path6300" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 505.5314,908.03953 c 0.37665,-0.6094 -1.30441,-3.0915 -3.75044,-5.5376 -4.2892,-4.2892 -4.48813,-4.3722 -6.12993,-2.558 -1.61138,1.7805 -1.51465,2.1089 1.91988,6.5173 2.99814,3.8482 3.92985,4.4746 5.4473,3.6625 1.0068,-0.5388 2.13774,-1.4767 2.51319,-2.0842 z"
+ id="path6298" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 623.73764,909.59813 c 1.72965,-1.2115 2.22251,-2.542 2.22251,-6 l 0,-4.4433 -4.5,0 c -4.28986,0 -4.5,0.1343 -4.5,2.875 0,8.5355 2.08021,10.8584 6.77749,7.5683 z"
+ id="path6296" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 102.79348,906.34373 c -0.77625,-1.8887 -8.714955,-8.1894 -9.242665,-7.3356 -0.31756,0.5138 0.10067,2.557 0.9294,4.5405 1.33153,3.1868 1.92198,3.6062 5.07669,3.6062 1.963455,0 3.419915,-0.365 3.236575,-0.8111 z"
+ id="path6294" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 415.99999,905.13453 c 2.17809,-1.1112 3.96016,-2.489 3.96016,-3.0617 0,-1.7021 -7.18569,-15.918 -8.04605,-15.918 -1.52076,0 -6.94136,3.5083 -6.94763,4.4966 -0.0147,2.3219 5.24048,16.5034 6.11564,16.5034 0.52674,0 2.73979,-0.9091 4.91788,-2.0203 z"
+ id="path6292" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 62.072445,902.73583 c 9.17524,-4.2499 9.13574,-4.2612 -17.61229,-5.0256 -11,-0.3144 -23.1056,-0.8644 -26.90134,-1.2222 l -6.90134,-0.6507 2.62308,4.4088 2.62307,4.4087 7.27826,0.5698 c 4.00305,0.3135 12.73022,0.651 19.39372,0.75 11.85862,0.1764 12.27192,0.1077 19.49684,-3.2388 z"
+ id="path6290" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 124.37836,905.54783 c 0.86999,-0.3338 1.58179,-1.2483 1.58179,-2.0322 0,-0.7839 1.37552,-4.9922 3.0567,-9.3516 5.89661,-15.2904 17.2459,-29.3839 31.07778,-38.5923 3.64897,-2.4293 7.04647,-4.4169 7.55,-4.4169 0.50354,0 1.43117,-0.5156 2.0614,-1.1458 0.86117,-0.8612 -0.74578,-2.5032 -6.46758,-6.60865 -7.43175,-5.33236 -7.84237,-5.48813 -17.20556,-6.52726 -7.92596,-0.87962 -11.12619,-0.78284 -18.42386,0.55714 -24.87043,4.56667 -37.656115,18.94067 -36.446935,40.97457 0.65443,11.9251 5.14919,19.2604 14.887955,24.2965 5.00279,2.587 14.97038,4.1351 18.32831,2.8465 z"
+ id="path6288" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 113.96015,896.80983 c 0,-1.4191 3.72415,-5.2677 4.41783,-4.5655 0.22306,0.2258 0.16784,1.648 -0.12271,3.1605 -0.35339,1.8396 -1.15179,2.75 -2.4117,2.75 -1.03588,0 -1.88342,-0.6053 -1.88342,-1.345 z"
+ id="path6286" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 108.41903,882.08833 c -0.36253,-0.5866 -0.50159,-1.1779 -0.30902,-1.314 0.19258,-0.136 1.64053,-1.225 3.21768,-2.4198 3.77361,-2.8589 5.20952,-1.8188 2.58247,1.8705 -2.1414,3.0073 -4.32594,3.7486 -5.49113,1.8633 z"
+ id="path6284" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 123.2258,882.49773 c -0.83334,-0.337 -0.21818,-1.7636 1.89352,-4.3913 3.87964,-4.8277 5.5121,-4.1877 2.81307,1.1028 -2.01461,3.949 -2.40278,4.2202 -4.70659,3.2885 z"
+ id="path6282" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 102.37535,870.01763 c -0.39239,-0.6349 0.35454,-1.9502 1.69098,-2.9778 3.43209,-2.6388 4.0453,-2.3146 2.09731,1.1087 -1.83723,3.2287 -2.68845,3.6487 -3.78829,1.8691 z"
+ id="path6280" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 118.59163,866.45293 c -1.30463,-1.3045 -0.51821,-2.3152 3.32868,-4.2777 5.2383,-2.6724 5.88225,-2.5483 2.96415,0.5715 -2.88483,3.0841 -5.42116,4.5779 -6.29283,3.7062 z"
+ id="path6278" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 135.94418,866.14503 c -1.18801,-0.7343 -0.92321,-1.4442 1.47063,-3.9428 3.97738,-4.1515 6.29625,-4.1337 3.85188,0.029 -2.42444,4.1293 -3.58834,4.985 -5.32251,3.9132 z"
+ id="path6276" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 112.11661,853.58093 c 0.2561,-1.3298 1.37537,-1.8987 4.07529,-2.0714 2.04722,-0.131 3.96492,0.1545 4.26155,0.6345 0.72138,1.1672 -0.27658,1.692 -4.84922,2.5498 -3.38535,0.6351 -3.79884,0.5031 -3.48762,-1.1129 z"
+ id="path6274" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 149.07383,851.79183 c -0.81501,-0.982 -0.23486,-1.6856 2.44265,-2.9624 3.99513,-1.90517 4.44367,-1.99224 4.44367,-0.86262 0,0.44657 -1.30892,1.77962 -2.90872,2.96242 -2.32559,1.7194 -3.123,1.8923 -3.9776,0.8626 z"
+ id="path6272" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 130.96015,849.11433 c 0,-1.75323 0.56309,-2.00726 4,-1.80446 4.57853,0.27015 5.16857,1.45016 1.4349,2.86976 -3.89919,1.4825 -5.4349,1.1814 -5.4349,-1.0653 z"
+ id="path6270" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 511.16893,903.02853 c 0.2107,-0.6321 -1.66258,-3.0907 -4.16284,-5.4636 -4.50737,-4.2776 -4.56261,-4.2977 -6.51109,-2.3692 -1.95166,1.9316 -1.93511,1.9756 2.40915,6.402 3.47277,3.5385 4.73573,4.2637 6.12799,3.5186 0.96454,-0.5162 1.92609,-1.4558 2.13679,-2.0878 z"
+ id="path6268" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 428.1948,888.89633 c -1.23911,-2.3328 -3.26131,-5.8879 -4.49378,-7.9002 l -2.24087,-3.6586 -3.73532,3.2519 -3.73531,3.252 2.34335,4.9067 c 1.28884,2.6987 3.15108,6.6312 4.13831,8.739 l 1.79496,3.8323 4.09079,-4.0908 4.09078,-4.0908 -2.25291,-4.2415 z"
+ id="path6266" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 515.38094,898.24233 c 1.66736,-1.8424 1.52372,-2.0654 -3.92078,-6.0875 -5.36113,-3.9605 -5.72432,-4.0806 -7.06798,-2.3375 -1.28353,1.6651 -0.98587,2.2363 3.17252,6.0875 2.52392,2.3375 4.92566,4.25 5.33721,4.25 0.41155,0 1.52711,-0.8606 2.47903,-1.9125 z"
+ id="path6264" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 624.37836,897.54783 c 2.50067,-0.9596 2.0514,-6.8215 -0.66821,-8.7186 -1.2375,-0.8632 -1.71406,-1.5931 -1.05902,-1.6219 0.65504,-0.029 1.4691,0.3975 1.80902,0.9475 0.99049,1.6026 2.49806,1.1543 2.52196,-0.75 0.0121,-0.9625 0.89008,-3.6625 1.95111,-6 2.43772,-5.3704 1.18552,-5.4215 -3.33855,-0.1361 -3.92945,4.5907 -7.63452,11.8097 -7.63452,14.8752 0,2.071 2.98068,2.723 6.41821,1.4039 z"
+ id="path6262" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 83.960155,894.57273 c 3.575,-1.0224 6.64483,-1.942 6.82185,-2.0435 0.17701,-0.1016 -0.38549,-2.2682 -1.25,-4.8145 -3.47298,-10.2295 -1.15999,-26.4536 5.09187,-35.7163 l 2.93166,-4.34356 -42.72259,0 -42.72259,0 -0.59736,8.99996 c -0.32855,4.95 -0.69985,15.2907 -0.8251,22.9793 l -0.22774,13.9793 5.5,0.7489 c 8.44754,1.1503 40.30742,2.5793 51.5,2.3099 6.04935,-0.1456 12.56792,-0.9751 16.5,-2.0995 z"
+ id="path6260" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 519.43447,892.20453 c 0.83912,-1.6227 1.52568,-3.115 1.52568,-3.3162 0,-0.6434 -11.96,-6.1073 -12.39329,-5.6618 -1.73063,1.7794 -0.53717,4.1637 3.89329,7.778 2.75,2.2434 5.10094,4.095 5.22432,4.1146 0.12338,0.02 0.91088,-1.292 1.75,-2.9146 z"
+ id="path6258" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 248.83838,892.56903 c 0.47203,-0.421 -1.74183,-15.6031 -3.01326,-20.6642 -0.86362,-3.4378 -1.23287,-3.75 -4.4349,-3.75 -2.13759,0 -3.70993,0.5657 -4.05235,1.4581 -0.69208,1.8035 4.10454,21.2131 5.72478,23.1654 1.01217,1.2196 4.30751,1.1002 5.77573,-0.2093 z"
+ id="path6256" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 257.68804,891.76023 c 0.20555,-0.2055 -0.60042,-5.6008 -1.79104,-11.9895 l -2.16477,-11.6159 -3.45343,0 c -2.81527,0 -3.35983,0.3234 -2.94691,1.75 0.27858,0.9625 1.00267,5.35 1.60908,9.75 1.95448,14.1813 1.79785,13.7943 5.29867,13.0941 1.69107,-0.3382 3.24285,-0.7831 3.4484,-0.9887 z"
+ id="path6254" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 268.46015,889.13783 c 0,-0.8156 -1.09841,-6.3248 -2.44091,-12.2425 l -2.44091,-10.7595 -3.55909,0.6422 c -1.9575,0.3531 -3.70769,0.7685 -3.88931,0.923 -0.30328,0.258 3.47354,20.5222 4.29797,23.0604 0.55394,1.7055 8.03225,0.1938 8.03225,-1.6236 z"
+ id="path6252" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 436.96015,883.92633 c 0,-1.2845 -7.41275,-14.7352 -8.13131,-14.7545 -0.34722,-0.01 -1.78552,1.4962 -3.19623,3.3458 l -2.56491,3.3627 4.52326,7.7271 4.52326,7.7271 2.42297,-3.2841 c 1.33263,-1.8063 2.42296,-3.6621 2.42296,-4.1241 z"
+ id="path6250" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 290.84075,884.10553 c 3.05255,-1.0729 5.67818,-1.9507 5.83474,-1.9507 0.91565,0 -0.2181,-3.4284 -4.28032,-12.9433 l -4.56499,-10.6925 -11.18501,3.7569 c -9.19656,3.089 -11.12899,4.0788 -10.86983,5.5679 0.46013,2.6437 4.25618,19.603 4.70302,21.0113 0.40078,1.263 8.8875,-0.7165 20.36239,-4.7496 z"
+ id="path6248" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 277.21015,879.01113 c -3.4101,-3.4272 -0.0614,-10.8563 4.89357,-10.8563 2.44854,0 3.24751,0.5758 4.16253,3 0.67425,1.7863 1.85282,3 2.91314,3 2.05074,0 2.37173,2.2774 0.53076,3.7656 -2.13525,1.7261 -11.09028,2.5074 -12.5,1.0907 z"
+ id="path6246" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 284.61727,875.54843 c 1.23083,-1.857 1.1634,-2.3897 -0.5696,-4.5 l -1.96568,-2.3936 -2.24075,2.2076 c -1.95406,1.9252 -2.08839,2.542 -1.04992,4.8212 1.37932,3.0273 3.76662,2.9719 5.82595,-0.1352 z"
+ id="path6244" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -123.26725,868.16713 18.90887,-20.48771 -1.59074,-2.55159 c -2.96865,-4.76181 -8.42707,-11.97328 -9.01025,-11.90402 -0.31926,0.0379 -6.65548,6.84217 -14.08048,15.12056 -7.425,8.27836 -14.44952,16.00986 -15.61005,17.18106 -5.35839,5.4076 -18.56728,20.7854 -18.18348,21.1692 0.60196,0.602 13.63262,2.1163 17.4754,2.0309 2.82563,-0.063 5.29888,-2.3645 22.09073,-20.5584 z"
+ id="path6242" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -149.47327,882.22843 c -1.67662,-1.8527 -1.57816,-2.1112 2.57094,-6.75 2.37288,-2.653 4.45017,-5.0236 4.61618,-5.268 0.16602,-0.2445 1.17269,0.4305 2.23704,1.5 1.91431,1.9234 1.89098,2.001 -2.16306,7.1944 -2.25404,2.8875 -4.41762,5.25 -4.80797,5.25 -0.39036,0 -1.49426,-0.8669 -2.45313,-1.9264 z"
+ id="path6240" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -142.96591,878.06143 c 2.56614,-3.24 2.95547,-4.2704 1.86757,-4.9428 -1.58274,-0.9781 -3.13775,0.099 -6.05143,4.1906 -1.89321,2.6587 -1.8549,4.8456 0.0849,4.8456 0.47132,0 2.31585,-1.842 4.09895,-4.0934 z"
+ id="path6238" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -135.52746,867.16853 c -1.74693,-1.9303 -1.68789,-2.1108 2.09501,-6.4058 4.41144,-5.0085 5.02518,-5.2503 7.54301,-2.9717 1.72708,1.5629 1.62586,1.8535 -2.26438,6.5 -2.23975,2.6751 -4.41062,4.8638 -4.82416,4.8638 -0.41354,0 -1.56081,-0.8938 -2.54948,-1.9863 z"
+ id="path6236" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -129.13169,863.27083 c 2.53728,-3.2036 2.83619,-4.0832 1.70614,-5.0211 -1.07723,-0.894 -2.03738,-0.377 -4.49218,2.4188 -3.19612,3.6402 -3.62305,4.6521 -2.45545,5.8196 1.24008,1.2401 2.15678,0.6774 5.24149,-3.2173 z"
+ id="path6234" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -122.36715,852.34573 c -1.53715,-1.6986 -1.37428,-2.0673 2.66313,-6.02974 l 4.30042,-4.22054 1.85993,2.0552 c 1.83036,2.02253 1.79823,2.11839 -2.02107,6.02968 -2.13455,2.186 -4.16993,3.9745 -4.52307,3.9745 -0.35314,0 -1.37884,-0.8141 -2.27934,-1.8091 z"
+ id="path6232" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -116.04471,849.16173 c 1.94984,-2.73833 2.0105,-5.00686 0.1339,-5.00686 -1.30623,0 -5.24876,5.99726 -4.6158,7.02146 1.02518,1.6587 2.26215,1.1027 4.4819,-2.0146 z"
+ id="path6230" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -119.90285,885.40253 c 6.53443,-1.7207 6.78515,-1.9148 16.22376,-12.5622 l 9.586755,-10.8144 -2.48821,-3.6855 c -1.36852,-2.0271 -3.31513,-4.9326 -4.325815,-6.4569 l -1.8376,-2.7712 -12.89795,13.7456 c -13.0726,13.9318 -14.15749,15.0909 -20.39794,21.7938 l -3.5,3.7594 6.5,-0.6304 c 3.575,-0.3468 9.48665,-1.417 13.137,-2.3782 z"
+ id="path6228" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -120.78985,881.01013 c -1.71103,-1.7183 -1.59051,-2.4757 0.93806,-5.8958 2.42156,-3.2753 3.96622,-3.6835 5.76015,-1.5219 1.72075,2.0734 -4.81391,9.3099 -6.69821,7.4177 z"
+ id="path6226" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -116.57356,878.19203 c 1.10753,-1.2238 1.51477,-2.6356 1.08169,-3.75 -0.62068,-1.597 -0.95432,-1.4869 -3.13557,1.0352 -3.52275,4.0731 -1.54327,6.6897 2.05388,2.7148 z"
+ id="path6224" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -111.30123,868.40483 c -1.45083,-1.6158 -1.24734,-2.0791 2.65296,-6.0409 4.07984,-4.1442 4.28205,-4.2272 5.91252,-2.4255 1.60053,1.7685 1.50258,2.0823 -1.88587,6.0409 -4.03053,4.7088 -4.48217,4.8728 -6.67961,2.4255 z"
+ id="path6222" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -105.84457,865.46773 c 3.0121,-2.8857 3.66237,-5.3129 1.42341,-5.3129 -1.63206,0 -6.81497,6.4704 -5.90878,7.3766 1.00759,1.0076 1.53106,0.7667 4.48537,-2.0637 z"
+ id="path6220" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 353.77351,884.91303 c -0.38556,-3.9888 -3.81336,-5.3654 -3.81336,-1.5315 0,2.3751 1.63957,4.7733 3.26336,4.7733 0.47485,0 0.72235,-1.4588 0.55,-3.2418 z"
+ id="path6218" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 522.92096,882.82863 0.78592,-3.4847 -4.62337,-0.6515 c -2.54285,-0.3583 -5.38345,-0.8725 -6.31246,-1.1426 -1.03239,-0.3002 -2.11953,0.3132 -2.79621,1.5776 -1.01291,1.8926 -0.57606,2.3198 5.13371,5.0201 3.43246,1.6233 6.4176,2.7746 6.63366,2.5586 0.21605,-0.2161 0.74649,-1.961 1.17875,-3.8775 z"
+ id="path6216" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 348.96015,882.31533 c 0,-3.3963 -4.37275,-6.2375 -5.41594,-3.519 -1.04662,2.7275 -0.62295,4.0341 1.66594,5.138 3.37973,1.63 3.75,1.4701 3.75,-1.619 z"
+ id="path6214" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -95.789845,876.89493 c 4.8125,-2.2166 8.75,-4.3104 8.75,-4.653 0,-1.2014 -5.08154,-8.0871 -5.96817,-8.0871 -0.49284,0 -4.37863,4.1048 -8.635095,9.1217 -8.67806,10.2285 -8.60119,10.2761 5.853265,3.6184 z"
+ id="path6212" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -166.42484,879.53323 c 1.87949,-0.8919 3.67265,-2.0348 3.98479,-2.5399 0.31214,-0.505 -1.38262,-2.6558 -3.76613,-4.7795 l -4.33367,-3.8611 2.10123,-2.3489 c 3.79236,-4.2394 3.61787,-4.8501 -0.81141,-2.8399 -6.1598,2.7957 -14.03563,2.623 -19.23112,-0.4218 -11.36577,-6.6608 -12.22692,-26.95709 -1.52582,-35.96147 7.67777,-6.46042 16.96712,-0.22353 16.96712,11.39175 0,8.86414 -6.703,14.28312 -11.3356,9.16411 -2.24,-2.47516 -1.91656,-10.34096 0.36695,-8.92394 0.84223,0.52266 1.51723,2.14098 1.5,3.59628 -0.0463,3.90517 4.41845,3.73773 6.32357,-0.23716 1.74153,-3.63359 0.15715,-9.79454 -3.10673,-12.08065 -4.02525,-2.8194 -12.35708,-1.28649 -11.08107,2.03873 0.38829,1.01187 -0.10989,1.72812 -1.44479,2.0772 -3.97835,1.04036 -4.56277,13.27957 -0.97233,20.36315 5.20404,10.267 19.05101,11.1792 26.10209,1.7195 1.94803,-2.6135 1.97134,-2.9172 0.42464,-5.5356 -1.59887,-2.70666 -1.55851,-2.86147 1.75584,-6.73475 1.86579,-2.18043 3.40923,-4.33077 3.42988,-4.77855 0.0207,-0.44777 -2.32495,-3.00573 -5.21245,-5.68435 l -5.25,-4.87022 3.20793,-3.25434 3.20793,-3.25435 -2.00438,-3.5613 c -5.06594,-9.00097 -16.2627,-11.35582 -25.09631,-5.27814 -5.39329,3.71068 -7.79959,6.8069 -11.59281,14.91661 -2.43333,5.20235 -2.71347,6.9341 -2.71767,16.80023 -0.004,10.02316 0.24346,11.50536 2.78955,16.69006 3.16192,6.4388 11.23343,14.392 17.87154,17.6094 5.38216,2.6087 14.59388,2.8829 19.44923,0.5789 z"
+ id="path6210" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -171.40037,821.46102 c -0.95301,-0.95302 -0.77257,-3.30615 0.25353,-3.30615 1.22681,0 2.21165,2.81728 1.2028,3.44079 -0.44927,0.27766 -1.10462,0.21707 -1.45633,-0.13464 z"
+ id="path6208" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 304.00981,878.62913 c 1.62269,-0.8391 2.95034,-1.7481 2.95034,-2.02 0,-0.2718 -2.02952,-4.5353 -4.51004,-9.4743 -2.48052,-4.939 -4.19632,-8.98 -3.8129,-8.98 0.38342,0 -0.59176,-1.3453 -2.16707,-2.9895 -1.5753,-1.6443 -2.66695,-3.1868 -2.42588,-3.4279 0.24106,-0.2411 3.80826,-2.6416 7.92709,-5.33461 32.33616,-21.14197 53.57943,-55.11266 57.21746,-91.49795 3.48079,-34.81271 -10.05387,-77.03456 -39.68257,-123.79125 -11.0585,-17.45128 -17.64989,-25.95875 -20.11225,-25.95875 -1.91387,0 -2.71159,-1.28959 -5.41261,-8.75 -1.74236,-4.8125 -3.40536,-9.93349 -3.69557,-11.37997 -0.41379,-2.06247 -0.96969,-2.51437 -2.57619,-2.09426 -2.81309,0.73564 -5.05274,-2.3406 -3.63403,-4.99147 0.61192,-1.14339 1.65147,-1.70399 2.53271,-1.36582 1.51353,0.58079 1.46068,-2.38761 -0.2581,-14.49711 -0.33818,-2.38257 -0.0362,-3.97014 0.90348,-4.75001 1.18879,-0.98661 1.5115,0.12991 2.04597,7.07863 0.78124,10.15716 6.03219,28.82672 9.14863,32.52763 0.12857,0.15269 4.00884,-0.91346 8.62282,-2.36923 17.32125,-5.46506 37.23725,-17.44925 52.06634,-31.33022 5.37015,-5.02681 8.94002,-7.69737 9.36666,-7.00706 1.40406,2.27182 -17.47041,18.97418 -30.78539,27.24257 -7.08355,4.39877 -8.03795,6.21851 -4.79885,9.14985 2.68556,2.4304 6.59573,1.29684 8.54778,-2.47802 2.08966,-4.04096 3.98182,-3.75475 7.02267,1.06226 3.06383,4.85343 4.57447,5.56574 8.4229,3.97167 2.96474,-1.22803 5.04694,-5.17601 5.04694,-9.56932 0,-1.77804 0.7885,-2.43708 3.75,-3.13434 2.784,-0.65546 3.83315,-1.4602 4.07278,-3.12397 0.47569,-3.30278 3.91964,-5.02804 10.68235,-5.35136 l 6.00513,-0.2871 -0.35892,-3.76362 c -0.32098,-3.36579 -0.0193,-3.94998 2.85438,-5.52667 7.00606,-3.84405 7.64441,-4.72148 6.12993,-8.42588 -0.75039,-1.83545 -1.5912,-4.58994 -1.86847,-6.12109 l -0.50413,-2.78391 6.21515,0.1865 c 6.90484,0.20718 8.50781,-0.90753 7.36072,-5.11868 -1.58824,-5.83066 -0.97928,-8.2937 2.66108,-10.76328 4.82644,-3.27419 4.50437,-4.76252 -1,-4.62113 -2.475,0.0636 -4.83061,-0.38642 -5.23469,-1 -0.40408,-0.61357 -0.74158,-3.25309 -0.75,-5.86559 -0.0112,-3.46288 -0.40593,-4.75 -1.45686,-4.75 -1.73783,0 -9.38701,9.74766 -12.5555,16 -3.07043,6.05881 -10.11578,16.59732 -14.3735,21.5 -2.7844,3.20619 -3.72607,3.75324 -4.74502,2.75659 -1.02494,-1.00249 -0.79248,-1.7775 1.19976,-4 7.93683,-8.85413 15.84565,-22.76895 19.84954,-34.92338 3.25013,-9.86624 4.55836,-23.58643 3.23011,-33.87602 -0.62174,-4.81642 -1.3252,-8.95189 -1.56326,-9.18994 -0.23805,-0.23805 -3.28307,1.77246 -6.7667,4.46782 -3.48363,2.69535 -8.10303,5.91561 -10.26532,7.15612 -3.19285,1.83173 -17.92187,8.34288 -24.56856,10.86083 -0.8671,0.32848 -0.44671,-0.65963 0.99637,-2.34189 l 2.49636,-2.91013 -3.16203,2.85629 c -1.73912,1.57097 -9.15179,5.27808 -16.47261,8.23804 -11.59502,4.68811 -13.49648,5.19585 -14.7529,3.93943 -1.25641,-1.25641 -0.61504,-1.81805 4.97625,-4.35756 3.53021,-1.60339 9.79356,-4.13847 13.91856,-5.63352 4.125,-1.49504 9.3,-3.39512 11.5,-4.2224 2.2,-0.82728 4.225,-1.48744 4.5,-1.46702 1.67143,0.1241 20.2165,-9.54767 25.35152,-13.22153 13.207,-9.44897 24.81392,-23.82861 29.07347,-36.01868 1.31947,-3.77611 3.16603,-7.59632 4.10345,-8.48935 1.59629,-1.52071 1.6598,-1.37187 1.00136,2.34649 -1.62934,9.20114 -7.4077,21.02363 -14.43299,29.52981 -2.53991,3.0753 -2.81217,4.02454 -2.24374,7.82278 l 0.64693,4.32278 2.93709,-3.07278 c 1.65883,-1.73546 3.96589,-3.07278 5.30098,-3.07278 4.8291,0 13.61122,-12.23614 12.20123,-17 -0.40697,-1.375 -0.7848,-6.15592 -0.83962,-10.62427 -0.0976,-7.95616 1.36815,-14.3884 4.29764,-18.85936 0.72664,-1.109 1.27376,-2.24137 1.21582,-2.51637 -0.058,-0.275 0.90539,-1.91947 2.14075,-3.65437 3.05283,-4.2873 2.8357,-8.84631 -0.76444,-16.05083 -5.11948,-10.24499 -16.26483,-19.12287 -28.0062,-22.30846 -5.48255,-1.48749 -19.13509,-1.51063 -21.88841,-0.0371 -1.10692,0.59241 -4.15841,4.10868 -6.78107,7.81393 -2.62266,3.70526 -7.86082,10.92968 -11.64035,16.05427 -3.77954,5.12458 -6.71473,9.42328 -6.52265,9.55266 3.06929,2.06731 6.08515,3.71944 6.31569,3.4598 0.16112,-0.18144 1.42548,-2.5799 2.80969,-5.3299 3.41054,-6.77566 8.99896,-12.27878 15.48415,-15.2478 14.41863,-6.60107 33.53139,2.2064 38.55715,17.76774 2.06825,6.40398 2.23879,16.27353 0.30888,17.87522 -1.14091,0.94687 -1.45088,-0.26087 -1.8293,-7.12756 -0.54651,-9.91689 -3.56111,-16.69789 -9.7958,-22.03455 -4.14968,-3.55198 -12.95903,-6.74195 -18.56683,-6.72328 -7.32843,0.0244 -18.68858,8.56765 -22.03157,16.56855 -2.11617,5.0647 -1.7322,6.93308 2.01169,9.78868 l 3.41452,2.60438 0.70081,-4.14805 c 0.47127,-2.78943 1.92705,-5.46265 4.4447,-8.1617 3.4031,-3.64831 4.28009,-4.05135 9.63467,-4.42795 5.33281,-0.37505 6.29187,-0.12205 10.12529,2.67107 2.3891,1.74074 4.92933,4.72178 5.82885,6.8403 2.22086,5.23053 1.51973,14.38906 -1.58889,20.75495 -4.93948,10.11515 -22.43189,24.22727 -36.14102,29.15701 -3.92095,1.40995 -6.09589,3.19446 -10.74804,8.81863 -8.73446,10.55943 -10.46411,11.07274 -21.73866,6.45141 -2.95547,-1.21142 -3.76736,-0.9956 -12.94366,3.44076 l -9.7904,4.73326 -10.55634,-10.63671 -10.55635,-10.63671 8.79286,4.58617 c 9.85739,5.14141 12.26077,5.51174 16.11172,2.48258 4.88563,-3.84304 17.59542,-24.16109 17.59542,-28.1283 0,-3.70805 -5.22332,-7.77326 -20.82842,-16.21038 l -14.32842,-7.74686 -6.93696,4.61276 c -5.34742,3.5558 -7.30267,5.52679 -8.533,8.60169 -0.87783,2.1939 -2.3974,5.56072 -3.37683,7.4818 -0.97942,1.92109 -1.57104,3.49289 -1.3147,3.49289 0.25633,0 5.17636,-3.20625 10.93338,-7.125 5.78163,-3.9355 11.53925,-7.125 12.86189,-7.125 2.84161,0 17.5386,12.29339 18.95837,15.85785 0.76452,1.91939 0.32519,3.21957 -2.4059,7.12016 -1.83766,2.6246 -4.68805,6.21254 -6.33419,7.9732 -2.95852,3.16435 -3.03445,3.1839 -6.5941,1.69732 -1.98062,-0.82715 -6.18468,-3.16769 -9.34237,-5.20122 -7.25903,-4.67474 -7.43591,-6.6231 -1.05272,-11.59619 5.89145,-4.58999 8.57506,-5.30219 11.86252,-3.14816 3.2109,2.10386 2.9035,5.12335 -0.80218,7.87975 -3.54388,2.63604 -4.78624,1.38179 -1.79021,-1.80734 1.92234,-2.04623 2.10102,-2.72744 1.04817,-3.99605 -0.69807,-0.84113 -1.73258,-1.52932 -2.29891,-1.52932 -1.99224,0 -9.66394,6.52052 -9.6945,8.23979 -0.0181,1.01727 2.14933,3.15859 5.21908,5.15624 8.2943,5.39755 9.22291,5.43336 13.70635,0.52855 5.05656,-5.5318 6.43341,-8.23552 5.69404,-11.1814 -0.76468,-3.04672 -13.3777,-13.74318 -16.20565,-13.74318 -1.82766,0 -19.75938,11.44101 -24.63173,15.71582 -3.55276,3.11707 -3.4034,0.0108 0.37832,-7.86775 5.20567,-10.84515 8.80867,-19.797 8.80867,-21.88562 0,-3.51415 -4.0516,-6.80708 -12.20726,-9.92143 -8.15164,-3.11282 -8.21059,-3.11956 -10.74467,-1.22875 -1.40144,1.04568 -3.89807,4.12811 -5.54807,6.84985 -1.65,2.72174 -3.97918,6.2737 -5.17596,7.89325 l -2.17597,2.94463 -3.07403,-2.93709 c -1.88133,-1.79752 -3.06943,-3.93149 -3.06217,-5.5 0.0173,-3.74541 2.37106,-11.95262 4.77778,-16.65971 2.01926,-3.94929 10.87604,-12.86088 16.15593,-16.25591 11.13918,-7.16263 24.52299,-17.15414 29.34748,-21.90898 16.46019,-16.22257 24.11004,-44.17888 17.71473,-64.73831 -5.10936,-16.42539 -16.95902,-31.47782 -33.65255,-42.74826 -3.05351,-2.06155 -5.95178,-3.50109 -6.4406,-3.19898 -1.17603,0.72682 -7.206,9.51283 -6.76103,9.85121 0.19051,0.14488 3.32119,2.35801 6.95706,4.91808 6.83565,4.81307 14.92346,12.59887 19.38122,18.65749 5.70436,7.75291 8.93302,27.07759 6.55303,39.22226 -2.43942,12.4479 -9.75741,23.13948 -23.54492,34.39911 -3.85,3.14412 -10.11148,8.68264 -13.9144,12.30783 -3.95072,3.76608 -5.66522,5.02429 -4,2.93546 1.60292,-2.01069 5.8394,-6.27494 9.4144,-9.4761 21.25026,-19.02814 27.81401,-28.18434 29.99607,-41.84348 1.08791,-6.81004 0.0906,-18.53613 -2.05678,-24.1843 -0.85211,-2.24123 -0.93416,-2.25213 -5.1526,-0.68463 -5.5517,2.06293 -24.07258,2.33587 -32.44052,0.47807 -3.38461,-0.75142 -8.76213,-2.84456 -11.95005,-4.65141 l -5.79622,-3.28517 -5.54995,3.71764 c -7.70697,5.16252 -11.3301,6.44507 -16.31726,5.77615 -10.84783,-1.455 -12.15474,-11.5621 -4.72603,-36.54901 1.57159,-5.28616 2.77516,-9.69347 2.6746,-9.79403 -0.7538,-0.75381 -11.18774,2.185 -15.51342,4.36949 -5.80985,2.93399 -15.08385,12.22784 -18.07197,18.11064 -3.11193,6.12653 -7.09132,19.98705 -7.16999,24.97356 -0.0408,2.58411 -0.47135,6.72338 -0.95684,9.19838 -0.63627,3.24364 -0.74383,1.45956 -0.38525,-6.3902 0.62501,-13.68259 1.82348,-19.47071 5.67214,-27.39421 6.86649,-14.13653 18.89066,-22.99014 34.83187,-25.64732 3.33401,-0.55574 3.77309,-1.06505 6.20727,-7.20025 l 2.61947,-6.60222 -6.0678,0.4389 c -4.31292,0.31197 -6.33941,0.92426 -7.00695,2.1171 -1.14187,2.04041 -2.83979,2.20371 -2.83979,0.27313 0,-1.19672 -0.85261,-1.18389 -5.75,0.0865 -14.78337,3.83496 -27.08972,14.74538 -34.72166,30.78313 -6.26229,13.15956 -7.91354,20.64637 -7.72723,35.0354 0.19231,14.85282 0.51706,19.85608 1.3306,20.5 1.1143,0.88196 3.86829,16.04007 3.86829,21.29124 0,7.53379 -2.98567,12.68479 -11.84752,20.43978 -19.90771,17.42123 -27.33537,27.45871 -30.61504,41.37209 -3.48396,14.78004 -0.90291,24.01209 9.13687,32.68128 5.04315,4.35467 18.4372,12.18642 20.87642,12.20682 0.57791,0.005 2.00303,-1.95131 3.16694,-4.34699 l 2.11621,-4.35579 -7.16694,-3.15284 c -13.37861,-5.8854 -19.19088,-13.71868 -19.02156,-25.63555 0.17351,-12.21199 4.65812,-19.78771 22.19888,-37.5 9.91942,-10.01641 9.49201,-8.18337 -0.76893,3.2978 -3.34143,3.73879 -6.07533,7.51066 -6.07533,8.38192 0,2.81483 6.48382,7.80179 13.95413,10.73267 4.00618,1.57177 8.82051,4.20686 10.6985,5.85577 1.878,1.6489 3.57168,2.82562 3.76373,2.61492 0.19205,-0.21069 1.97385,-3.62821 3.95955,-7.59449 l 3.61036,-7.21141 -2.61205,-2.61205 c -2.10738,-2.10738 -2.50707,-3.25904 -2.06867,-5.96059 0.38513,-2.3733 0.12416,-3.5094 -0.89609,-3.90091 -2.53812,-0.97397 -3.57047,-5.3916 -1.9791,-8.46897 0.91894,-1.77703 1.10042,-3.2637 0.51193,-4.19379 -1.77674,-2.8081 -1.02258,-6.73255 1.70629,-8.87909 1.65731,-1.30364 2.73797,-3.21967 2.88742,-5.11943 0.30049,-3.81983 3.05996,-6.94235 6.13517,-6.94235 1.70154,0 2.81497,-0.9516 3.98549,-3.40621 1.86763,-3.91645 4.99252,-5.92413 8.4441,-5.42517 1.31958,0.19076 2.89886,-0.29526 3.50951,-1.08004 1.04342,-1.34096 5.65912,-1.79951 9.67846,-0.96151 1.43086,0.29832 2.75687,-1.85942 6.62777,-10.78501 4.27379,-9.85459 4.66604,-11.33095 3.35803,-12.63896 -1.30801,-1.30801 -1.2922,-2.13049 0.13537,-7.04116 0.88901,-3.05808 1.94797,-5.76032 2.35324,-6.00498 0.6776,-0.40907 31.6057,11.73556 35.39257,13.8977 1.51699,0.86614 1.4695,1.40614 -0.56685,6.44534 -2.0425,5.05442 -2.4858,5.5046 -5.4718,5.55683 -3.16893,0.0554 -3.40982,0.3886 -9.74576,13.47913 -3.57309,7.38226 -6.08216,13.56042 -5.57572,13.72923 3.28551,1.09517 4.7217,3.37339 4.98279,7.90415 0.54357,9.43271 0.47578,10.74594 -0.57278,11.09546 -0.61876,0.20626 -0.83298,1.75647 -0.5142,3.72091 0.43696,2.69267 0.0477,3.86614 -1.94297,5.85678 -1.36918,1.36918 -2.80605,3.76474 -3.19305,5.32346 -0.80715,3.25101 -4.27537,7.33405 -6.22968,7.33405 -0.78656,0 -1.32569,1.14335 -1.32569,2.81144 0,2.90908 -3.16386,7.20012 -5.28896,7.17325 -0.66607,-0.008 -1.87908,-0.43771 -2.69558,-0.95398 -1.05256,-0.66552 -2.13117,-0.33118 -3.70672,1.14897 -1.67197,1.57074 -2.98091,1.93589 -5.28652,1.47476 -2.90755,-0.58151 -3.18789,-0.34531 -5.47903,4.61635 -1.32809,2.87606 -2.69432,5.90421 -3.03608,6.72921 -0.34177,0.825 -4.59458,8.925 -9.45069,18 -7.36987,13.77265 -8.59434,16.68775 -7.40782,17.63587 3.19543,2.55337 15.33226,5.62043 20.3377,5.13947 8.30821,-0.79832 15.4986,-7.15051 18.09979,-15.98986 0.53175,-1.80701 2.10561,-9.0715 3.49746,-16.14331 2.4396,-12.3953 5.46604,-22.05419 7.56451,-24.14217 0.55276,-0.55 0.30151,0.8 -0.55833,3 -0.85985,2.2 -2.69407,10.62004 -4.07606,18.7112 -3.11615,18.24422 -5.54512,25.01436 -10.91531,30.42368 -6.52659,6.57415 -15.44082,8.01765 -27.60154,4.46957 -3.57325,-1.04255 -7.19721,-2.18227 -8.05323,-2.5327 -1.13278,-0.46373 -2.17122,0.59387 -3.81518,3.88558 -1.24232,2.48751 -1.99955,4.94216 -1.68272,5.45479 1.83947,2.97633 22.89146,7.37868 30.95579,6.47341 6.95342,-0.78056 8.53311,-1.55911 14.81777,-7.30294 10.10826,-9.23838 15.49026,-20.55331 17.98568,-37.81249 l 1.19624,-8.27361 3.20942,3.1107 c 2.87,2.78171 3.10237,3.41776 2.19723,6.01426 -0.55671,1.59697 -0.76313,3.55261 -0.45873,4.34588 1.16352,3.03208 16.4813,8.80359 16.31248,6.1463 -0.0389,-0.6125 1.40647,-4.26363 3.21197,-8.11363 3.65353,-7.79072 3.33252,-10 -1.45299,-10 -1.99901,0 -3.21224,0.70354 -4.0252,2.33418 -1.86082,3.73244 -3.39535,4.90659 -3.39535,2.59795 0,-1.85031 4.48206,-9.43213 5.57589,-9.43213 1.48464,0 8.59748,4.28822 9.04433,5.45269 0.28752,0.74928 -1.4219,5.34145 -3.79872,10.20482 l -4.3215,8.84249 -4.0738,-0.0733 c -2.3233,-0.0418 -6.90201,-1.39677 -10.65563,-3.1533 l -6.58184,-3.08001 -1.13939,4.52494 c -0.62667,2.48872 -0.93546,4.72887 -0.68622,4.97812 0.9411,0.94109 18.3518,7.15943 21.91982,7.8288 2.68547,0.50379 4.41293,0.24881 6.18629,-0.91314 3.27363,-2.14497 3.34867,-2.10799 3.17822,1.56617 -0.13687,2.95021 0.37562,3.47445 7.14156,7.30521 5.08205,2.87738 10.74457,7.57268 18.70183,15.50737 l 11.41283,11.38045 -3.70184,3.27271 c -2.036,1.8 -4.16483,3.29145 -4.73072,3.31434 -0.56589,0.0229 -3.7746,2.85413 -7.13046,6.29163 -16.78038,17.18857 -23.48336,36.5496 -22.05114,63.69293 l 0.55705,10.55707 -3.51212,3.63315 c -2.40749,2.49045 -4.12205,3.47365 -5.45133,3.12603 -2.27476,-0.59486 -1.97721,-2.28555 1.68977,-9.60147 2.74015,-5.4668 3.1086,-8.65771 0.9997,-8.65771 -1.81506,0 -4.49407,3.40838 -8.11509,10.32444 l -2.85345,5.45 -5.76722,-0.52295 c -6.66078,-0.60398 -10.94615,0.80074 -13.90042,4.55649 -2.59194,3.29512 -1.29508,4.15642 6.28885,4.17671 l 5.72525,0.0153 -0.97525,2.5651 c -0.53639,1.41082 -0.97525,4.13373 -0.97525,6.05091 l 0,3.48579 3.25,-2.30715 c 5.16448,-3.66624 6.46429,-3.4452 7.2548,1.23375 0.84527,5.00316 2.46946,4.72774 4.50054,-0.76318 l 1.50533,-4.0696 3.49467,1.86028 c 1.92206,1.02316 3.98995,1.87915 4.59532,1.9022 1.55647,0.0593 -0.0639,-9.48986 -2.15068,-12.67477 -1.58357,-2.41683 -1.53035,-2.60517 1.66891,-5.90598 l 3.30465,-3.40953 2.13812,7.7661 c 4.11368,14.9418 12.57799,32.1467 28.66523,58.2661 5.25064,8.525 10.43563,17.075 11.52221,19 1.08657,1.925 4.59012,7.775 7.78567,13 7.57113,12.37947 13.69838,25.68306 17.39749,37.77374 4.24461,13.87369 5.36588,21.15072 5.27367,34.22626 -0.10461,14.83594 -2.40326,23.79911 -10.12995,39.5 -17.4264,35.41101 -44.20079,56.07027 -79.57598,61.40126 -27.68606,4.1722 -51.23593,-0.41206 -72.5,-14.11303 -14.90018,-9.60056 -27.78461,-27.50382 -32.95241,-45.78823 -1.16586,-4.125 -2.44102,-8.58995 -2.83367,-9.92212 -0.39266,-1.33216 -0.40866,-8.30716 -0.0356,-15.5 0.77529,-14.94661 3.03655,-24.02778 8.04706,-32.31674 4.62392,-7.64943 14.98356,-15.48609 18.00403,-13.61934 0.59671,0.36879 0.79409,0.20529 0.4413,-0.36554 -0.79667,-1.28904 3.8853,-2.27626 10.79533,-2.27626 11.80097,0 21.28581,5.70431 26.20852,15.76215 2.44156,4.98849 2.80944,6.91324 2.81687,14.73785 0.0133,14.02352 -3.38315,20.59152 -12.99146,25.12258 -13.60449,6.41556 -26.25006,-0.63318 -29.59669,-16.49744 -1.2707,-6.0236 0.0172,-18.2653 1.99079,-18.92317 0.54645,-0.18215 0.79143,-0.86461 0.54439,-1.51658 -0.24703,-0.65196 0.67825,-2.49288 2.05618,-4.09093 1.37793,-1.59805 2.51222,-2.49805 2.52064,-2 0.008,0.49805 0.42693,0.25494 0.93001,-0.54023 0.60892,-0.96245 2.75415,-1.4639 6.41704,-1.5 4.75256,-0.0468 5.91669,0.3425 8.54325,2.85725 3.9537,3.7854 6.3349,11.13869 6.21412,19.18957 -0.11565,7.70917 -1.91887,10.97337 -6.80765,12.32323 -6.55597,1.8102 -11.31205,-2.15217 -11.31205,-9.42428 0,-5.22969 2.27064,-8.5 5.90172,-8.5 2.79788,0 5.26768,2.01283 6.40261,5.21797 0.98586,2.7842 -0.94557,2.97851 -2.718,0.27344 -3.73974,-5.70756 -9.53856,-0.74242 -6.96515,5.96379 0.84488,2.20171 6.0673,4.77845 8.26869,4.07975 4.82539,-1.53152 6.21521,-14.53959 2.35774,-22.06747 -2.59661,-5.06732 -5.92658,-6.93792 -10.94293,-6.14715 -13.61492,2.14623 -14.999,30.52513 -1.88407,38.6306 11.3905,7.03972 25.16282,0.29091 28.594,-14.01183 4.35764,-18.16469 -10.35745,-38.43214 -26.51461,-36.51921 -8.69397,1.02933 -10.65912,1.40389 -11.3383,2.16108 -0.36394,0.40573 0.2383,0.42635 1.3383,0.0458 1.35927,-0.47022 1.03906,0.089 -0.99951,1.74548 -1.64972,1.34055 -3.44972,2.18305 -4,1.87222 -0.55027,-0.31083 -0.66374,-0.19375 -0.25216,0.26018 0.41158,0.45393 -0.3701,2.73377 -1.73706,5.06632 -7.87891,13.44433 -4.29395,38.92224 6.93281,49.2707 5.96299,5.49649 11.94908,7.54201 20.31874,6.94317 16.0026,-1.14498 26.02666,-10.81927 30.82414,-29.74855 3.95602,-15.60916 -3.66348,-34.10603 -18.78835,-45.61006 -7.67688,-5.83906 -15.41871,-8.43049 -25.1377,-8.41438 -12.4388,0.0206 -22.99481,3.88647 -31.50499,11.53786 -2.68554,2.41453 -5.2414,4.0661 -5.67969,3.67016 -0.43828,-0.39594 -0.50326,-0.20606 -0.14438,0.42195 0.35887,0.62802 -0.90007,3.72014 -2.79765,6.87138 -1.89758,3.15125 -4.8923,10.05837 -6.65493,15.34917 -5.33255,16.00643 -5.25906,36.33568 0.1924,53.22577 11.35434,35.17878 43.57658,62.01362 85.92833,71.56152 5.167,1.1649 12.01047,1.6911 22,1.6917 17.15233,10e-4 30.34845,-2.603 46.22214,-9.1212 7.70776,-3.1651 9.94174,-3.7277 10.782,-2.7152 0.80399,0.9687 0.32046,1.5348 -2.00283,2.3447 l -3.06268,1.0677 1.64346,3.7913 c 0.9039,2.0852 2.76469,6.4913 4.13509,9.7913 4.42552,10.6569 4.31973,10.5665 9.33248,7.9743 z"
+ id="path6206" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 339.59963,804.46102 c -1.12618,-1.12619 -0.68589,-2.30615 0.86052,-2.30615 0.825,0 1.5,0.42344 1.5,0.94098 0,1.26098 -1.56159,2.1641 -2.36052,1.36517 z"
+ id="path6204" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 312.42121,568.09166 c -0.7937,-1.28423 2.30929,-4.93699 4.19393,-4.93699 1.9266,0 1.65873,2.40611 -0.48373,4.34501 -2.13688,1.93385 -2.8141,2.0419 -3.7102,0.59198 z"
+ id="path6202" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 286.53842,551.54838 c 0.94997,-8.89379 3.22314,-17.05735 6.62769,-23.80172 3.40421,-6.74369 14.05626,-17.95093 20.03551,-21.07977 3.46105,-1.8111 3.86386,-1.83546 5.37432,-0.325 1.51046,1.51046 1.37993,1.76135 -1.74147,3.34734 -4.08142,2.07377 -10.61792,7.28674 -15.40164,12.28306 -5.96637,6.23152 -12.47268,22.02173 -12.47268,30.27003 0,1.46711 -0.68653,3.23723 -1.52563,3.93362 -1.34858,1.11922 -1.45257,0.58222 -0.8961,-4.62756 z"
+ id="path6200" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 327.96015,554.17772 c 0,-2.58225 4.66399,-5.75906 6.2,-4.22305 0.79641,0.79641 0.6389,1.79692 -0.5744,3.64865 -2.02421,3.08934 -5.6256,3.45706 -5.6256,0.5744 z"
+ id="path6198" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 332.73098,553.34217 c 0.21771,-0.65313 -0.31666,-1.1875 -1.1875,-1.1875 -0.87083,0 -1.58333,0.7125 -1.58333,1.58333 0,1.76593 2.15276,1.45839 2.77083,-0.39583 z"
+ id="path6196" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 348.12682,552.15467 c 0.50335,-1.51005 2.11144,-1.66567 2.58333,-0.25 0.22917,0.6875 -0.33333,1.25 -1.25,1.25 -0.91667,0 -1.51667,-0.45 -1.33333,-1 z"
+ id="path6194" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 313.31032,546.62482 c -0.79448,-2.07038 0.40012,-4.19457 3.77666,-6.71552 2.81785,-2.10383 5.87317,-1.45794 5.87317,1.24157 0,4.47618 -8.23922,9.14994 -9.64983,5.47395 z"
+ id="path6192" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 319.02589,545.11949 c 2.23821,-1.19786 2.62189,-4.96482 0.50569,-4.96482 -0.78572,0 -2.13572,0.70714 -3,1.57143 -1.79315,1.79315 -2.09408,4.42857 -0.50569,4.42857 0.58616,0 1.93616,-0.46583 3,-1.03518 z"
+ id="path6190" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 344.30748,536.61742 c -0.87793,-2.28786 2.53783,-5.46275 5.87721,-5.46275 2.42279,0 2.86064,0.36642 2.59501,2.17167 -0.17575,1.19442 -0.99455,2.3926 -1.81955,2.66262 -1.25468,0.41066 -1.28762,0.2336 -0.20144,-1.08264 1.60026,-1.93919 0.0725,-3.1629 -2.80751,-2.24881 -2.34892,0.74552 -2.68885,3.49716 -0.43203,3.49716 0.85746,0 1.2809,0.45 0.94098,1 -0.94101,1.52259 -3.48871,1.19298 -4.15267,-0.53725 z"
+ id="path6188" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 339.51592,519.24491 c -0.95859,-1.55103 0.43651,-3.76569 3.15137,-5.00266 3.9369,-1.79378 5.1044,0.19179 1.96104,3.33515 -2.70547,2.70547 -4.17474,3.1847 -5.11241,1.66751 z"
+ id="path6186" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 344.52744,515.38863 c -0.90636,-0.90637 -3.69481,0.7507 -3.04164,1.80754 0.44804,0.72494 1.10197,0.68251 2.08754,-0.13544 0.78933,-0.65508 1.21867,-1.40753 0.9541,-1.6721 z"
+ id="path6184" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 361.46015,514.15467 c -0.9233,-1.49394 0.36137,-3 2.55902,-3 2.21233,0 2.49036,1.05062 0.74098,2.8 -1.46225,1.46225 -2.4817,1.52403 -3.3,0.2 z"
+ id="path6182" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 357.654,496.51519 c -0.35171,-0.35171 -0.39562,-1.03405 -0.0976,-1.51631 0.63919,-1.03422 2.40372,-0.14245 2.40372,1.21481 0,1.07509 -1.35536,1.25229 -2.30615,0.3015 z"
+ id="path6180" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 166.1551,340.65467 c -0.0204,-1.65 0.18706,-2.44606 0.46099,-1.76903 0.27392,0.67703 0.29059,2.02703 0.0371,3 -0.25354,0.97297 -0.47766,0.41903 -0.49804,-1.23097 z"
+ id="path6178" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 165.15601,331.54424 c -0.10772,-2.26073 -0.43244,-6.31073 -0.7216,-9 -0.43498,-4.04543 -0.34155,-4.46688 0.54117,-2.44117 0.5868,1.34661 0.91152,5.39661 0.7216,9 -0.20637,3.91556 -0.42411,4.89777 -0.54117,2.44117 z"
+ id="path6176" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 184.56316,308.988 c 0.28326,-0.45833 0.93847,-0.83333 1.45601,-0.83333 0.51754,0 0.94098,0.375 0.94098,0.83333 0,0.45834 -0.65521,0.83334 -1.45601,0.83334 -0.80081,0 -1.22425,-0.375 -0.94098,-0.83334 z"
+ id="path6174" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 334.96015,878.11943 c 0,-1.7059 -0.31461,-1.8668 -1.94431,-0.9946 -3.11961,1.6696 -3.39558,3.0298 -0.61471,3.0298 1.9071,0 2.55902,-0.5185 2.55902,-2.0352 z"
+ id="path6172" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 523.79481,874.01993 c -0.21243,-1.5014 -0.97383,-2.3349 -2.08466,-2.282 -0.9625,0.046 -3.775,0.1584 -6.25,0.25 -3.68418,0.1365 -4.5,0.5087 -4.5,2.0532 0,1.5227 1.10882,2.0648 5.75,2.8113 6.44094,1.036 7.56823,0.5853 7.08466,-2.8325 z"
+ id="path6170" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -138.95473,856.40463 c 9.49145,-10.31246 18.59887,-20.19227 20.23871,-21.95509 l 2.98153,-3.20513 -3.87131,-5.62098 c -2.12923,-3.09153 -4.15503,-5.79631 -4.50178,-6.01062 -0.34676,-0.21431 -6.74258,6.68244 -14.21295,15.32611 -7.47036,8.64366 -16.93071,19.53071 -21.02299,24.19341 l -7.44051,8.4776 4.12209,3.7313 c 2.26715,2.0523 4.64588,3.7498 5.28606,3.7724 0.64018,0.023 8.9297,-8.3965 18.42115,-18.709 z"
+ id="path6168" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -156.16296,863.80663 c -1.44452,-1.0563 -1.25901,-1.6022 1.71287,-5.0401 2.21057,-2.5573 3.86549,-3.6511 4.91466,-3.2485 1.25118,0.4801 1.35643,1.0281 0.50352,2.6218 -1.37755,2.574 -1.96868,2.5807 -1.29769,0.015 0.72169,-2.7597 -0.37416,-2.5023 -3.16645,0.744 -2.57745,2.9964 -2.37042,5.1386 0.29523,3.0546 1.51489,-1.1844 1.53195,-1.1227 0.19394,0.7014 -0.80687,1.1 -1.48258,2.0757 -1.50157,2.1682 -0.019,0.093 -0.76353,-0.3648 -1.65451,-1.0163 z"
+ id="path6166" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -143.346,848.51519 c -1.00169,-1.0017 0.22752,-2.32792 1.65127,-1.78158 1.4551,0.55838 5.32431,-3.24284 4.32155,-4.24561 -0.35993,-0.35992 -1.66967,0.18755 -2.91054,1.21661 -1.44715,1.20013 -1.27496,0.82252 0.48023,-1.0531 1.97621,-2.1118 3.03941,-2.62107 3.82724,-1.83324 0.78783,0.78783 0.20724,2.09727 -2.08996,4.71364 -3.20268,3.64762 -4.10536,4.15772 -5.27979,2.98328 z"
+ id="path6164" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -130.60219,835.0538 c -0.3742,-0.60547 0.36046,-2.06797 1.63258,-3.25 1.39554,-1.29669 1.7838,-1.44542 0.97886,-0.37496 -1.94215,2.58279 -0.43934,3.36578 2.19477,1.14352 2.04518,-1.72541 2.02945,-1.64692 -0.16818,0.83946 -2.64131,2.98835 -3.59685,3.32664 -4.63803,1.64198 z"
+ id="path6162" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -125.47347,829.20165 c -1.42835,-0.51854 -1.60157,-0.9072 -0.66287,-1.48735 0.69891,-0.43195 1.76405,-0.29207 2.36696,0.31084 1.47541,1.47541 0.66344,2.036 -1.70409,1.17651 z"
+ id="path6160" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 316.264,872.25993 c 1.73508,-1.7011 1.5868,-2.1276 -3.88977,-11.1869 -7.63978,-12.6377 -7.45786,-12.47048 -11.13421,-10.2348 -2.56311,1.5588 -2.87494,2.1788 -2.12091,4.2171 0.4862,1.3143 0.64522,2.6285 0.35338,2.9203 -0.29185,0.2919 0.3324,1.464 1.38722,2.6048 1.05482,1.1409 3.35653,4.9236 5.11492,8.4061 2.95612,5.8546 3.39636,6.2832 5.8413,5.6869 1.45432,-0.3547 3.45595,-1.4408 4.44807,-2.4135 z"
+ id="path6158" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -78.925995,867.97053 c 2.13738,-1.2013 3.88615,-2.5275 3.88615,-2.9472 0,-0.4197 -4.51902,-6.2993 -10.04226,-13.0659 -19.949605,-24.44028 -29.634885,-36.26922 -39.447535,-48.1785 -5.49438,-6.66834 -9.9071,-12.34926 -9.80604,-12.62426 0.10106,-0.275 -2.63455,-3.46474 -6.07912,-7.0883 l -6.26286,-6.58831 6.81891,-7.81635 c 3.75039,-4.29899 6.8189,-8.15894 6.8189,-8.57766 0,-0.41873 -1.73581,-2.13611 -3.85736,-3.8164 l -3.85735,-3.05509 -6.64265,7.39265 c -3.65345,4.06595 -6.64264,7.70298 -6.64264,8.08227 0,0.3793 1.80349,2.84369 4.00774,5.47644 2.58787,3.09092 3.78683,5.36252 3.38418,6.41182 -0.38755,1.00993 0.65041,3.29321 2.74225,6.03236 1.85121,2.42405 5.84083,7.8862 8.86583,12.13812 3.025,4.25191 6.86404,9.57074 8.53119,11.8196 1.66716,2.24887 8.84514,12.18885 15.95107,22.08885 18.957535,26.41166 26.458745,36.49996 27.139735,36.49996 0.33314,0 2.35447,-0.9829 4.49186,-2.1841 z"
+ id="path6156" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 337.23378,857.15463 4.91313,-4.5 -7.68053,-8.99996 c -4.22429,-4.95 -8.07519,-9.41137 -8.55755,-9.91416 -0.51966,-0.54169 -3.84566,1.52103 -8.16284,5.06245 -4.00721,3.28714 -8.29414,6.66294 -9.52651,7.50178 l -2.24068,1.52517 4.63779,7.41242 c 2.55077,4.0768 5.75116,9.0903 7.11197,11.1411 l 2.47419,3.7288 6.05895,-4.2288 c 3.33242,-2.3258 8.26986,-6.2538 10.97208,-8.7288 z"
+ id="path6154" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 320.48461,856.79623 c -2.69435,-1.9702 -2.45893,-7.4665 0.41966,-9.79739 4.33581,-3.51093 9.05588,-1.30762 9.05588,4.22729 0,5.4102 -5.37397,8.5692 -9.47554,5.5701 z"
+ id="path6152" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 327.38872,853.58323 c 1.91742,-1.9174 1.94607,-2.534 0.22702,-4.88489 -2.13298,-2.91703 -6.65559,-1.34821 -6.65559,2.30869 0,1.5479 0.3,3.1143 0.66667,3.481 1.17834,1.1783 4.14457,0.7125 5.7619,-0.9048 z"
+ id="path6150" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 434.87684,863.99133 c -1.95993,-3.8418 -4.1429,-4.6603 -4.6772,-1.7538 -0.14328,0.7794 0.66209,2.9199 1.78972,4.7566 1.66607,2.7137 2.31829,3.117 3.4809,2.1521 1.22899,-1.02 1.14533,-1.7467 -0.59342,-5.1549 z"
+ id="path6148" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 522.96015,868.84573 c 0,-0.7198 -0.60207,-2.1322 -1.33794,-3.1386 -1.21419,-1.6605 -1.81541,-1.7152 -6.5,-0.5913 -4.70957,1.1297 -6.24472,2.6228 -4.49539,4.3721 0.36666,0.3667 3.29166,0.6667 6.5,0.6667 4.13993,0 5.83333,-0.38 5.83333,-1.3089 z"
+ id="path6146" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 534.88505,862.44953 c 12.09479,-13.57 12.88435,-32.35367 2.03004,-48.29486 -8.4735,-12.4446 -20.92288,-20 -32.95494,-20 -6.93076,0 -12.05886,1.69681 -19.48512,6.44733 l -5.58014,3.56958 2.51543,2.71278 c 2.46113,2.65422 2.77275,2.7134 14.43612,2.74154 l 11.92068,0.0288 5.81768,4 c 4.58376,3.1516 6.51312,5.34415 9.09652,10.33737 2.82002,5.45059 3.27883,7.35091 3.27883,13.58052 0,5.75451 -0.51492,8.25423 -2.50541,12.16264 l -2.50542,4.9195 3.25542,6.6874 c 1.79047,3.678 3.78192,6.7156 4.42542,6.75 0.64351,0.034 3.45821,-2.5047 6.25489,-5.6425 z"
+ id="path6144" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 529.29598,853.58743 c -0.33077,-0.862 -0.0884,-2.0802 0.53853,-2.7071 1.40744,-1.4075 4.74172,1.4685 3.68495,3.1784 -0.9981,1.6149 -3.53139,1.3323 -4.22348,-0.4713 z"
+ id="path6142" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 533.28305,842.55375 c -0.70746,-1.84361 1.71096,-3.76522 3.05152,-2.42466 1.0915,1.0915 0.0897,4.02558 -1.37442,4.02558 -0.58452,0 -1.33922,-0.72042 -1.6771,-1.60092 z"
+ id="path6140" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 533.46015,830.15467 c -0.83704,-1.35436 0.29243,-3 2.05902,-3 0.79254,0 1.44098,0.9 1.44098,2 0,2.07031 -2.41251,2.7596 -3.5,1 z"
+ id="path6138" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 529.14831,818.41615 c 0.50201,-2.60673 3.81184,-2.89745 3.81184,-0.3348 0,1.43109 -0.64223,2.07332 -2.07332,2.07332 -1.4311,0 -1.96962,-0.53852 -1.73852,-1.73852 z"
+ id="path6136" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 521.61814,811.47933 c -0.36189,-0.3619 -0.65799,-1.25799 -0.65799,-1.99133 0,-1.4897 2.57786,-1.82538 3.42997,-0.44664 0.68055,1.10115 -1.86765,3.3423 -2.77198,2.43797 z"
+ id="path6134" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 509.62682,804.488 c -1.34518,-1.34517 -0.61373,-3.33333 1.22634,-3.33333 1.89949,0 3.49073,2.28293 2.37142,3.40223 -0.79733,0.79734 -2.76929,0.75957 -3.59776,-0.0689 z"
+ id="path6132" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 488.96015,803.15467 c 0,-0.55 0.42344,-1 0.94098,-1 0.51754,0 1.2191,0.45 1.55902,1 0.33992,0.55 -0.0835,1 -0.94098,1 -0.85746,0 -1.55902,-0.45 -1.55902,-1 z"
+ id="path6130" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 497.96015,801.65467 c 0,-1.00339 0.65585,-1.52034 1.67889,-1.32332 0.92339,0.17782 1.67888,0.77332 1.67888,1.32332 0,0.55 -0.75549,1.1455 -1.67888,1.32332 -1.02304,0.19702 -1.67889,-0.31993 -1.67889,-1.32332 z"
+ id="path6128" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 439.29151,861.34523 c -2.00274,-4.8726 -2.77419,-5.5668 -4.23294,-3.8092 -1.77817,2.1426 2.36748,10.3067 4.38387,8.6333 1.15115,-0.9553 1.12742,-1.714 -0.15093,-4.8241 z"
+ id="path6126" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 515.4458,863.94723 c 2.48289,-0.664 4.51435,-1.5142 4.51435,-1.8892 0,-0.375 -0.81643,-1.69 -1.81429,-2.9224 l -1.8143,-2.2405 -4.15656,2.6239 c -2.79489,1.7643 -3.96727,3.1172 -3.57872,4.1298 0.69763,1.818 1.10215,1.8356 6.84952,0.2984 z"
+ id="path6124" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 444.52656,859.56323 c -1.5817,-6.302 -2.45883,-7.5365 -4.55696,-6.4136 -2.46153,1.3173 -2.46141,1.1988 -0.006,6.0121 1.42225,2.7878 2.45937,3.7525 3.57439,3.3246 1.06928,-0.4103 1.38485,-1.3436 0.98841,-2.9231 z"
+ id="path6122" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 512.26693,857.88213 c 2.68729,-1.8617 2.73296,-2.0261 1.07286,-3.8605 -1.69669,-1.8748 -1.80477,-1.8472 -5.03441,1.283 -2.51102,2.4338 -3.03954,3.5134 -2.20956,4.5135 1.1416,1.3756 1.59789,1.2324 6.17111,-1.936 z"
+ id="path6120" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 449.33719,858.86823 c 1.55826,-1.1394 1.62458,-1.8215 0.58038,-5.9684 l -1.17894,-4.68197 -2.83019,1.46357 -2.8302,1.4635 1.53496,4.5049 c 1.66368,4.8826 2.06972,5.1593 4.72399,3.2184 z"
+ id="path6118" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 575.18919,855.10383 1.72904,-3.0382 -4.40387,-1.8877 c -2.42212,-1.0383 -6.05097,-2.34253 -8.06411,-2.89838 -3.26006,-0.90015 -3.58442,-0.82556 -2.96672,0.68224 0.38144,0.93104 1.0939,3.07584 1.58326,4.76604 0.69561,2.4027 1.70828,3.3024 4.64154,4.1237 5.5531,1.5547 5.60886,1.5417 7.48086,-1.7477 z"
+ id="path6116" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -61.356265,841.0871 c 7.59903,-8.56217 16.16598,-18.28334 19.03766,-21.60259 l 5.22124,-6.03502 -2.44121,-1.11229 c -1.90306,-0.86709 -2.61315,-0.81454 -3.22124,0.23839 -0.63134,1.09321 -12.98536,14.38858 -31.28003,33.6635 -6.67548,7.03314 -6.50735,6.69744 -4.47798,8.93994 1.0076,1.1133 2.17245,1.9008 2.58857,1.75 0.41611,-0.1509 6.97396,-7.2798 14.57299,-15.84193 z"
+ id="path6114" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 432.23252,853.40463 c 2.94865,-2.0625 7.73861,-4.86045 10.64435,-6.21771 l 5.28317,-2.46775 -0.64994,-4.89952 c -1.37675,-10.37843 -7.0138,-17.74604 -17.00432,-22.22463 -7.95584,-3.56647 -12.61627,-3.95512 -17.50714,-1.45999 -7.14827,3.64678 -18.82551,11.66192 -17.96549,12.33134 0.23485,0.1828 2.55044,1.54818 5.14575,3.03418 6.22306,3.56312 15.19627,11.98816 20.78125,19.51168 2.475,3.3341 4.81752,6.0801 5.20559,6.1022 0.38808,0.022 3.11813,-1.6473 6.06678,-3.7098 z"
+ id="path6112" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 455.38686,855.83193 c 1.474,-1.0778 1.67829,-2.0963 1.10324,-5.5 -0.71344,-4.22281 -2.32683,-5.22686 -5.33402,-3.31951 -1.04562,0.66319 -1.07164,1.75021 -0.13129,5.48471 1.2715,5.0495 1.63596,5.3282 4.36207,3.3348 z"
+ id="path6110" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 507.14776,854.47493 c 2.62111,-2.5112 2.69343,-2.7942 1.14973,-4.5 -2.28213,-2.52172 -2.85813,-2.3317 -5.40021,1.7815 -1.83898,2.9755 -1.98355,3.7552 -0.83156,4.4846 1.9442,1.2311 1.95896,1.226 5.08204,-1.7661 z"
+ id="path6108" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -143.34454,838.26127 c 7.59258,-8.46636 14.78006,-16.58975 15.97218,-18.05196 l 2.16749,-2.65856 -3.16749,-4.16063 c -1.74212,-2.28834 -3.39249,-4.15068 -3.66749,-4.13854 -0.42469,0.0188 -7.66512,8.26552 -29.39694,33.48274 l -3.89694,4.52193 3.35625,3.46278 c 1.84594,1.9045 3.68745,3.3442 4.09225,3.1992 0.4048,-0.145 6.94811,-7.19059 14.54069,-15.65696 z"
+ id="path6106" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 461.71665,853.32633 c 0.86849,-0.5514 1.0644,-2.1992 0.63444,-5.33607 -0.60016,-4.37869 -0.70787,-4.49961 -3.06148,-3.43697 -2.00251,0.90411 -2.34004,1.61633 -1.88445,3.97638 0.30524,1.58126 0.55499,3.49376 0.55499,4.24996 0,1.5188 1.81041,1.7822 3.7565,0.5467 z"
+ id="path6104" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 502.06018,851.01423 c 2.16278,-3.03738 2.17516,-3.18517 0.37697,-4.50004 -2.69243,-1.96875 -3.1016,-1.76338 -4.76262,2.39044 -1.10077,2.7528 -1.19569,3.9454 -0.35695,4.4847 1.85618,1.1936 2.39282,0.9248 4.7426,-2.3751 z"
+ id="path6102" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 468.56385,847.97696 c 0.13361,-4.73868 -0.64054,-5.88692 -3.4701,-5.14698 -1.75029,0.45771 -2.1603,1.10135 -1.72787,2.7124 0.31183,1.16176 0.57311,3.15609 0.58062,4.43185 0.0108,1.8305 0.48805,2.2522 2.26365,2 1.84412,-0.2619 2.26871,-0.983 2.3537,-3.99727 z"
+ id="path6100" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 496.58526,848.50947 c 1.25179,-2.99594 1.28723,-3.79471 0.19898,-4.48468 -2.69981,-1.71172 -4.5678,-0.90156 -5.19909,2.25488 -0.88405,4.42026 -0.82877,4.67506 1.125,5.18566 0.9625,0.2515 1.88546,0.5095 2.05103,0.5733 0.16556,0.064 0.9864,-1.5243 1.82408,-3.52916 z"
+ id="path6098" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 521.71015,847.14281 c 6.31069,-12.37434 -0.43169,-29.26338 -13.75,-34.44245 -4.96595,-1.9311 -14.95556,-2.28169 -19.17375,-0.67291 l -2.67376,1.01974 1.81784,4.78892 c 1.6073,4.23428 2.25156,4.87902 5.56279,5.56699 2.05972,0.42795 5.92489,1.96456 8.58926,3.41469 5.66213,3.08172 8.87762,8.57512 8.87762,15.1667 0,3.46389 0.56857,4.71526 3.25,7.15294 1.7875,1.625 3.7,2.8337 4.25,2.6859 0.55,-0.1477 2.0125,-2.254 3.25,-4.68052 z"
+ id="path6096" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -76.605895,846.15467 c 0.51368,-0.825 4.80714,-5.55 9.54104,-10.5 19.65105,-20.54811 23.02501,-24.18218 23.02501,-24.80003 0,-0.35674 -1.29288,-1.31718 -2.87307,-2.13433 l -2.87306,-1.48572 -15.50347,16.23658 c -8.5269,8.93012 -16.74218,17.70872 -18.25618,19.508 l -2.75273,3.27143 2.30217,2.45054 c 2.214,2.35669 2.3817,2.38359 4.37925,0.70199 1.1424,-0.96163 2.49737,-2.42346 3.01104,-3.24846 z"
+ id="path6094" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 346.6457,848.98033 c 1.27295,-1.19585 2.30959,-2.65835 2.30364,-3.24997 -0.006,-0.59163 -4.05604,-5.11537 -9.00021,-10.05275 l -8.9894,-8.97707 -2.46814,2.47707 -2.46815,2.47706 8.58987,9.75 c 4.72443,5.3625 8.84369,9.74996 9.1539,9.74996 0.31022,0 1.60554,-0.9784 2.87849,-2.1743 z"
+ id="path6092" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 474.76015,849.95463 c 0.66,-0.66 1.2,-2.68496 1.2,-4.49996 0,-3 -0.27273,-3.3 -3,-3.3 -2.88889,0 -3,0.16667 -3,4.5 0,3.66666 0.33333,4.49996 1.8,4.49996 0.99,0 2.34,-0.54 3,-1.2 z"
+ id="path6090" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 490.49362,845.90467 0.68911,-3.75 -3.61129,0 c -3.53585,0 -3.61129,0.0821 -3.61129,3.93045 0,3.29951 0.36116,3.98991 2.25,4.30101 2.96707,0.4887 3.46608,-0.033 4.28347,-4.48146 z"
+ id="path6088" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 482.52965,847.73376 c 1.01939,-4.06154 0.13874,-6.05308 -2.82805,-6.39551 -2.63456,-0.30409 -2.74145,-0.13838 -2.74145,4.25 0,4.19478 0.20189,4.56638 2.48095,4.56638 1.79074,0 2.64998,-0.6735 3.08855,-2.42087 z"
+ id="path6086" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 78.960155,845.67546 c 17.33813,-0.54834 23.345155,-1.43738 25.713355,-3.80558 1.24258,-1.24258 0.97682,-1.70046 -2.00972,-3.46256 -3.155135,-1.86158 -4.180985,-1.94913 -12.322645,-1.05166 -10.69745,1.17919 -60.20056,1.47556 -69.53071,0.41627 l -6.64973,-0.75497 -1.19994,3.63586 c -0.65997,1.99972 -0.90509,3.9307 -0.54473,4.29107 0.75716,0.75715 33.89646,1.91317 43.54412,1.51898 3.575,-0.14607 13.925,-0.50041 23,-0.78741 z"
+ id="path6084" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 257.98042,843.79847 c 5.23615,-1.38486 11.70513,-3.45447 14.37552,-4.59913 3.91993,-1.68028 5.1682,-1.84618 6.47973,-0.86117 1.35673,1.01895 1.4216,0.99215 0.39363,-0.16258 -1.00801,-1.13231 -0.51197,-1.79097 2.73984,-3.63803 17.45121,-9.91247 32.55943,-26.37591 42.93381,-46.78501 7.51939,-14.79261 9.24745,-21.15956 9.79735,-36.09788 0.87055,-23.64892 -5.92756,-48.99559 -18.46947,-68.86327 l -2.48548,-3.93725 -2.65135,4.90026 -2.65135,4.90026 3.24185,4.82538 c 5.17804,7.70732 7.38331,16.30314 7.99789,31.17462 0.61656,14.91932 -0.65895,26.56224 -4.30331,39.28079 -5.08834,17.75791 -11.98161,29.33548 -26.76615,44.95498 -5.18009,5.47264 -9.74969,10.9942 -10.15465,12.27014 -0.656,2.06685 -0.84049,2.13371 -1.69151,0.61301 -0.87694,-1.56699 -1.33285,-1.49579 -5.56353,0.86878 -3.88104,2.16915 -4.82254,2.36142 -5.96567,1.21829 -1.14314,-1.14313 -0.56195,-1.8518 3.68261,-4.49037 2.77199,-1.72315 5.03997,-3.61443 5.03997,-4.20283 0,-1.77856 -5.72432,-12.53911 -7.4184,-13.94507 -1.0881,-0.90304 -1.5816,-0.95581 -1.5816,-0.16912 0,2.9651 -6.89043,14.74453 -11.79549,20.1648 -5.16754,5.71032 -5.30882,6.00278 -2.58538,5.35206 1.58448,-0.37859 4.98448,-1.47083 7.55556,-2.42721 3.33472,-1.24044 4.98292,-1.43064 5.75,-0.66356 1.88166,1.88166 1.2151,2.46683 -5.17469,4.5428 -25.49892,8.28429 -56.30911,4.0718 -79.04042,-10.80673 -13.37101,-8.75185 -24.42748,-20.76084 -31.28511,-33.98034 -3.28252,-6.32772 -4.12087,-5.29752 -2.47926,3.04662 5.31594,27.02038 27.06996,48.84763 56.81752,57.00876 12.34131,3.38579 16.01317,3.785 31.23727,3.39622 11.44737,-0.29234 16.50427,-0.90039 24.02027,-2.88822 z"
+ id="path6082" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 712.45423,843.5409 c 14.205,-5.75108 37.1748,-22.89311 53.4528,-39.89111 l 6.4468,-6.73202 -9.1811,-3.0121 -9.1812,-3.0121 -4.0186,3.63055 c -2.7465,2.48131 -4.9722,3.63055 -7.0311,3.63055 -1.6816,0 -8.2423,-2.62165 -14.8508,-5.93437 l -11.8383,-5.93437 -1.578,5.66935 c -0.8679,3.11814 -1.3999,5.84739 -1.1823,6.065 0.2176,0.21762 4.1244,0.97326 8.6817,1.67922 12.5926,1.95067 14.786,2.56704 14.786,4.15506 0,1.85563 -7.8244,13.69888 -12.169,18.41929 -6.302,6.84714 -18.3319,14.77727 -27.1187,17.87665 l -2.7876,0.9833 2.2751,3.07719 c 2.0211,2.73369 2.6665,3.00375 5.7817,2.41933 1.9286,-0.36182 6.2093,-1.75206 9.5126,-3.08942 z"
+ id="path6080" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 506.90298,834.26673 c -2.42458,-4.31395 -7.43944,-7.56915 -13.35414,-8.66831 -3.4462,-0.64042 -3.83267,-0.52193 -3.25,0.99649 0.36372,0.94783 0.66131,4.07646 0.66131,6.9525 l 0,5.22916 5.25,1.32169 c 2.8875,0.72692 6.825,2.12061 8.75,3.09707 l 3.5,1.77538 0.31071,-3.41384 c 0.19477,-2.13995 -0.50224,-4.86031 -1.86788,-7.29014 z"
+ id="path6078" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -82.270645,839.90467 c 2.17221,-2.3375 9.75027,-10.46903 16.84014,-18.07006 7.08986,-7.60104 13.03851,-14.23208 13.21921,-14.73565 0.1807,-0.50357 -0.78971,-1.4251 -2.15646,-2.04784 -2.32309,-1.05846 -2.93097,-0.65371 -9.32855,6.21137 -3.76395,4.03899 -10.89354,11.50509 -15.84354,16.59133 -10.2707,10.5534 -9.17638,9.29393 -10.04733,11.56358 -0.65702,1.71219 0.99025,4.73727 2.57964,4.73727 0.43308,0 2.56468,-1.9125 4.73689,-4.25 z"
+ id="path6076" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 354.37126,840.07794 c 1.42389,-1.69219 2.58889,-3.4574 2.58889,-3.92267 0,-0.46528 -2.5875,-3.01825 -5.75,-5.67328 -3.1625,-2.65502 -5.98216,-5.05232 -6.26591,-5.32732 -0.28375,-0.275 -1.96822,-1.81879 -3.74326,-3.43064 l -3.22736,-2.93064 -2.50674,2.35495 c -1.3787,1.29523 -2.50673,2.66469 -2.50673,3.04326 0,0.90085 17.29748,18.96307 18.16019,18.96307 0.36411,0 1.82702,-1.38453 3.25092,-3.07673 z"
+ id="path6074" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 461.95321,840.72904 5.49305,-1.15348 -0.29579,-3.96045 c -0.79316,-10.61999 -6.81773,-19.92215 -15.8118,-24.41401 -3.72973,-1.86272 -6.51994,-2.4447 -11.87677,-2.47727 -7.01247,-0.0426 -15.50175,1.78292 -15.50175,3.33353 0,0.45408 1.96696,1.57678 4.37103,2.49491 10.85552,4.14576 20.81676,15.0034 22.19467,24.19194 0.65059,4.33849 0.81445,4.52918 3.30939,3.8514 1.4437,-0.3922 5.09678,-1.23215 8.11797,-1.86657 z"
+ id="path6072" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 451.18932,832.96717 c 0.61807,-1.85422 2.77083,-2.16176 2.77083,-0.39583 0,0.87083 -0.7125,1.58333 -1.58333,1.58333 -0.87084,0 -1.40521,-0.53437 -1.1875,-1.1875 z"
+ id="path6070" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 117.19239,836.03761 c 2.60274,-1.02371 7.2075,-2.15221 10.23281,-2.50778 5.20308,-0.61152 5.65736,-0.89603 8.39975,-5.26082 4.09852,-6.5232 4.15837,-7.14386 1.11984,-11.61434 -1.49531,-2.2 -4.08963,-6.72253 -5.76516,-10.05006 -3.09734,-6.15121 -6.76086,-9.05301 -10.08439,-7.98764 -1.84791,0.59236 -6.17736,6.84662 -11.58893,16.74121 -4.39956,8.04422 -4.00203,9.49371 3.48727,12.71552 7.63969,3.28651 9.72713,2.64991 13.71004,-4.1811 1.84781,-3.16913 3.08291,-6.20983 2.74468,-6.75711 -0.33824,-0.54727 -1.97736,-1.69956 -3.64249,-2.56063 -2.77221,-1.43357 -3.1831,-1.42478 -4.87261,0.1042 -2.39409,2.16662 -4.19738,7.21893 -2.86952,8.0396 1.25724,0.77701 3.89647,-1.38128 3.89647,-3.18643 0,-0.75766 0.45,-1.37756 1,-1.37756 1.47727,0 1.21538,2.24748 -0.5567,4.77749 -1.82715,2.60862 -4.65397,2.87852 -6.52582,0.62308 -1.12649,-1.35733 -0.89941,-2.41691 1.50015,-7 1.67578,-3.2007 3.49046,-5.39162 4.45496,-5.37861 2.77012,0.0374 10.12862,3.80869 10.10545,5.17915 -0.0314,1.85738 -3.57824,9.42868 -6.02976,12.87153 -2.65229,3.72479 -4.56679,3.69504 -14.30397,-0.22227 l -7.85569,-3.16038 0.55513,-3.42087 c 0.59334,-3.65631 8.08587,-17.26465 13.00642,-23.62298 2.6179,-3.38285 3.37532,-3.79009 6.1973,-3.33215 l 3.2149,0.52171 -1.07973,-3.51809 c -1.62394,-5.29127 -8.11229,-7.16192 -11.44243,-3.29896 -4.807,5.57613 -20.240205,33.90108 -20.240205,37.14737 0,0.94735 1.0125,2.86474 2.25,4.26087 2.95957,3.33894 12.841715,8.62778 14.749995,7.89407 0.825,-0.31721 3.62951,-1.41431 6.23224,-2.43802 z"
+ id="path6068" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 482.71015,838.16568 4.25,-0.011 0,-6.80583 c 0,-18.87424 -11.22657,-31.72449 -29.52892,-33.79967 -4.34197,-0.4923 -6.17334,-0.0315 -14.47108,3.64092 -5.225,2.3125 -9.8126,4.48806 -10.19467,4.83456 -0.38207,0.34651 2.54293,0.66726 6.5,0.71278 9.39793,0.10809 16.07605,2.9794 22.22916,9.55757 5.23334,5.59486 8.18619,11.54264 9.12273,18.37547 l 0.6438,4.69704 3.59949,-0.59542 c 1.97972,-0.32747 5.51199,-0.60036 7.84949,-0.60641 z"
+ id="path6066" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 696.53293,838.12698 c 2.6686,-1.0146 2.5972,-1.09724 -5.6149,-6.5 -9.20318,-6.05483 -8.73128,-5.88917 -12.59188,-4.4214 l -2.7641,1.05093 5.4491,3.0941 c 2.9969,1.70176 6.799,4.14885 8.44898,5.43798 3.4551,2.69944 3.4804,2.70422 7.0728,1.33839 z"
+ id="path6064" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -75.054125,820.25329 16.19959,-17.40137 -3.34266,-1.40695 c -3.2931,-1.38609 -3.39316,-1.3505 -6.75064,2.40137 -1.87439,2.09457 -5.04417,5.60831 -7.04394,7.80831 -20.1695,22.18896 -20.38281,22.47264 -18.47925,24.57604 0.98185,1.08494 2.10742,1.84917 2.50125,1.69829 0.39384,-0.15088 8.00588,-8.10494 16.91565,-17.67569 z"
+ id="path6062" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -149.92536,827.13202 c 4.06203,-4.68745 9.5604,-11.07972 12.21859,-14.20506 l 4.83308,-5.68243 -1.79869,-3.04494 c -0.98927,-1.6747 -2.1628,-3.04492 -2.60783,-3.04492 -0.44503,0 -1.26059,-1.18741 -1.81237,-2.63869 l -1.00323,-2.63869 -3.33889,3.38869 c -1.8364,1.86378 -8.18766,8.99561 -14.11393,15.84851 l -10.77503,12.45983 4.77989,4.32751 c 2.62894,2.38013 5.10682,4.19821 5.5064,4.04018 0.39957,-0.15804 4.04998,-4.12252 8.11201,-8.80997 z"
+ id="path6060" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -158.91327,825.80716 c -1.09359,-1.31769 -0.69996,-2.18731 2.58324,-5.70708 3.40321,-3.64841 4.03005,-3.9638 5.1636,-2.59794 1.09359,1.31769 0.69996,2.18731 -2.58324,5.70708 -3.40321,3.64841 -4.03005,3.9638 -5.1636,2.59794 z"
+ id="path6058" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -154.3543,822.98034 c 2.18817,-2.05567 3.12318,-4.82567 1.6289,-4.82567 -1.25862,0 -5.31445,4.33046 -5.31445,5.67431 0,1.88496 1.02765,1.64834 3.68555,-0.84862 z"
+ id="path6056" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -147.71326,812.56334 c -0.39313,-1.02448 0.64827,-2.85021 2.92365,-5.1256 3.46572,-3.46572 5.74976,-3.70471 5.74976,-0.60163 0,1.28965 -0.2678,1.34117 -1.52932,0.29421 -1.26888,-1.05308 -1.9523,-0.87184 -4.01324,1.06431 -3.21765,3.02283 -1.58832,5.22747 1.76893,2.39355 2.09883,-1.77167 2.08725,-1.70835 -0.15068,0.82362 -2.77457,3.13913 -3.88324,3.40795 -4.7491,1.15154 z"
+ id="path6054" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 92.762135,834.56206 2.30197,-0.66786 -2.17428,-2.31441 c -2.69465,-2.86833 -2.2936,-4.80722 3.3302,-16.09989 2.26705,-4.55225 3.840385,-8.55833 3.49631,-8.9024 -0.34407,-0.34407 -3.91746,-0.0435 -7.94088,0.66787 -9.25392,1.63622 -29.57879,1.66532 -36.93641,0.0529 -5.59765,-1.22674 -5.64773,-1.21653 -12,2.4468 -3.50839,2.02328 -7.95389,4.58303 -9.87889,5.68833 -2.13291,1.22469 3.14015,-4.76691 13.5,-15.33957 9.35,-9.54208 15.92393,-16.46946 14.60872,-15.39419 l -2.39127,1.95503 0.60639,-3.5 c 0.33352,-1.925 0.90616,-5.87071 1.27253,-8.76825 l 0.66613,-5.26825 -8.09733,3.4658 c -8.91054,3.81388 -20.76062,7.5707 -23.88009,7.5707 -1.7917,0 -2.05797,0.85607 -2.56438,8.24447 -0.3108,4.53446 -0.40997,8.39959 -0.22038,8.58918 0.78361,0.78361 15.56143,-2.90203 22.99968,-5.73621 l 8,-3.04822 -19,18.83899 c -19.88659,19.71807 -24.90402,24.95818 -22.64287,23.64781 1.0235,-0.59313 1.19786,-0.28465 0.70926,1.25479 -0.69003,2.1741 0.77685,2.47798 17.43361,3.6115 8.39821,0.57151 56.18997,-0.2371 58.80198,-0.9949 z"
+ id="path6052" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 704.74383,835.30948 c 1.211,-0.76841 -0.077,-1.69258 -13.8653,-9.95174 -1.5117,-0.9055 -3.34888,-1.25185 -4.43328,-0.83576 -1.7895,0.68673 -1.7868,0.77441 0.082,2.61421 2.75988,2.71762 13.52458,9.02132 15.37448,9.00315 0.8573,-0.008 2.1365,-0.38186 2.8425,-0.82986 z"
+ id="path6050" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 361.17443,830.90467 c 1.34842,-1.7875 4.37491,-6.56084 6.72555,-10.60743 3.54701,-6.10614 4.04312,-7.56637 2.91702,-8.58597 -4.94021,-4.47304 -19.31784,-14.67362 -19.57882,-13.8907 -0.17477,0.52432 -3.03665,5.15758 -6.35973,10.29615 -4.96715,7.68085 -5.8086,9.57173 -4.73013,10.62945 3.54841,3.48014 17.39049,15.33782 17.94314,15.37081 0.34722,0.0207 1.73456,-1.42481 3.08297,-3.21231 z"
+ id="path6048" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 351.37297,818.66196 c -3.27152,-4.99298 1.43975,-11.26211 6.44888,-8.58131 4.77081,2.55327 2.95363,11.07402 -2.3617,11.07402 -1.51209,0 -3.08075,-0.9567 -4.08718,-2.49271 z"
+ id="path6046" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 357.76015,817.95467 c 1.80076,-1.80076 1.44617,-4.59789 -0.73055,-5.76283 -3.39637,-1.81768 -6.63163,3.00065 -3.86945,5.76283 0.66,0.66 1.695,1.2 2.3,1.2 0.605,0 1.64,-0.54 2.3,-1.2 z"
+ id="path6044" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 703.82523,825.97804 c -7.4691,-3.94521 -9.4169,-4.5984 -11.0717,-3.71278 -2.5372,1.35785 -1.9384,1.9671 7.34,7.46852 7.0946,4.20652 7.3196,4.26638 10.0264,2.6674 l 2.769,-1.63568 -9.0637,-4.78746 z"
+ id="path6042" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -79.039845,813.15805 c 13.43872,-14.92651 12.64536,-13.61829 9.306,-15.34514 l -2.83552,-1.4663 -14.15044,16.15403 -14.150455,16.15403 2.119375,2.28177 2.11937,2.28178 4.04583,-4.75422 c 2.22521,-2.61482 8.32084,-9.5025 13.54584,-15.30595 z"
+ id="path6040" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 717.46013,825.52213 c -0.55,-0.21912 -4.1178,-1.9202 -7.9285,-3.78016 -5.7161,-2.78998 -7.3348,-3.19666 -9.25,-2.32401 -1.2768,0.58176 -2.3215,1.37177 -2.3215,1.75558 0,0.38381 3.678,2.58361 8.1733,4.88844 l 8.1732,4.19061 2.0768,-2.16603 c 1.1422,-1.19131 1.6267,-2.3453 1.0767,-2.56443 z"
+ id="path6038" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 237.62194,828.15467 c 5.41396,0 5.59276,-0.0953 11.66821,-6.22143 3.3935,-3.42178 6.45456,-6.13943 6.80235,-6.03921 0.3478,0.10021 0.5728,-0.36264 0.5,-1.02858 -0.0728,-0.66593 1.30842,-4.13578 3.06936,-7.71078 4.57495,-9.28791 4.54305,-9.75146 -0.93873,-13.63874 l -4.73702,-3.35916 -1.51298,3.62108 c -0.83214,1.99159 -1.51298,3.8356 -1.51298,4.09781 0,1.18793 -3.6453,8.1941 -6.38875,12.27901 -3.9595,5.89556 -9.93498,11.49773 -16.00832,15.0082 -4.86093,2.80968 -4.87569,2.83371 -2,3.2562 1.59339,0.2341 3.49637,0.27037 4.22886,0.0806 0.73248,-0.18976 3.80598,-0.34502 6.83,-0.34502 z"
+ id="path6036" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 402.71015,817.2332 c 1.2375,-0.63189 2.25,-1.72962 2.25,-2.4394 0,-0.70978 1.03815,-2.26579 2.307,-3.45782 1.75352,-1.64735 2.58601,-1.8883 3.46997,-1.00434 0.88396,0.88396 2.15319,0.83617 5.29039,-0.1992 3.81405,-1.25875 3.98716,-1.466 2.28003,-2.72964 -1.98441,-1.4689 -17.75545,-9.24813 -18.74897,-9.24813 -0.32913,0 -0.65166,3.7125 -0.71673,8.25 -0.0651,4.5375 -0.48171,9.6 -0.92585,11.25 -0.45606,1.69431 -0.56302,-2.11394 -0.24574,-8.75 0.30897,-6.4625 0.24323,-11.75 -0.14609,-11.75 -0.81404,0 -7.85058,3.92528 -14.91534,8.32042 l -4.85132,3.01811 2.22192,1.67601 c 1.22206,0.9218 5.12784,3.20813 8.6795,5.08073 6.0727,3.2018 9.63353,5.93174 7.67367,5.88306 -0.47984,-0.0119 -4.68808,-2.23378 -9.35163,-4.93747 -4.66356,-2.70369 -8.63296,-4.76205 -8.82088,-4.57412 -0.18792,0.18792 0.59788,3.49652 1.74622,7.35245 2.06242,6.9252 2.13656,7.01899 6.07512,7.6844 2.59839,0.439 3.76294,1.07818 3.34332,1.83503 -0.35415,0.63876 2.00643,-1.37495 5.24575,-4.4749 3.23931,-3.09996 6.90216,-6.15329 8.13966,-6.78519 z"
+ id="path6034" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 391.96015,824.65467 c 1.29175,-1.375 2.57363,-2.5 2.84863,-2.5 0.275,0 -0.55688,1.125 -1.84863,2.5 -1.29175,1.375 -2.57363,2.5 -2.84863,2.5 -0.275,0 0.55688,-1.125 1.84863,-2.5 z"
+ id="path6032" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 404.96015,809.8085 c 0,-1.89232 0.40451,-2.43584 1.5,-2.01546 0.825,0.31659 1.5,0.92236 1.5,1.34617 0,0.42382 -0.675,1.33077 -1.5,2.01546 -1.26769,1.05209 -1.5,0.84361 -1.5,-1.34617 z"
+ id="path6030" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 228.16264,821.8727 c 5.03681,-3.2367 11.42077,-9.44221 14.99558,-14.57644 1.04499,-1.50083 2.12569,-2.08383 2.97201,-1.60329 1.00451,0.57034 1.05498,0.4565 0.20626,-0.46526 -0.83819,-0.91032 -0.67355,-2.15436 0.64805,-4.8967 0.97444,-2.02199 2.2881,-5.60058 2.91923,-7.95243 1.10793,-4.12857 1.02879,-4.42181 -2.29399,-8.5 -1.89283,-2.32315 -4.1806,-6.00767 -5.08392,-8.18783 l -1.64242,-3.96391 -2.5281,5.45666 c -3.15743,6.81498 -7.20432,12.20717 -8.5414,11.38081 -0.55871,-0.34531 -0.74333,-1.71362 -0.41025,-3.04069 0.44615,-1.77764 0.1384,-2.55652 -1.16898,-2.95851 -0.97601,-0.3001 -4.58706,-1.60009 -8.02456,-2.88885 -3.4375,-1.28877 -6.25035,-2.04584 -6.25078,-1.6824 -0.003,2.19084 3.41385,17.80979 4.05133,18.52154 0.424,0.4734 2.84072,-1.29946 5.3705,-3.93968 3.50306,-3.65599 4.87758,-4.52242 5.76565,-3.63435 1.43632,1.43632 -0.28281,3.50124 -7.64121,9.1782 -12.97971,10.01378 -31.1076,12.06167 -49.42122,5.58305 -6.12512,-2.16682 -6.17324,-2.05532 -1.12383,2.60391 9.95941,9.18982 23.24312,16.22266 37.46185,19.83354 8.10068,2.0572 10.80936,1.47164 19.7402,-4.26737 z"
+ id="path6028" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 218.96015,813.21369 c 0,-0.58246 0.45,-1.05902 1,-1.05902 0.55,0 1,0.19844 1,0.44098 0,0.24254 -0.45,0.7191 -1,1.05902 -0.55,0.33992 -1,0.14148 -1,-0.44098 z"
+ id="path6026" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -86.734895,810.86908 c 12.58978,-14.83174 12.76622,-15.10672 10.5,-16.36438 -1.26772,-0.70354 -2.84992,-1.29511 -3.516,-1.31459 -1.93099,-0.0565 -21.826085,22.87333 -21.497255,24.77639 0.19016,1.10055 0.0139,1.28274 -0.50634,0.52341 -1.16006,-1.69316 -4.05384,0.65044 -3.70732,3.00247 0.37109,2.51884 3.35427,5.6452 4.76592,4.99467 0.63582,-0.29301 6.918275,-7.3211 13.960995,-15.61797 z"
+ id="path6024" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 682.55885,823.20653 c 13.23348,-2.96718 40.84078,-13.77872 46.88068,-18.35934 1.868,-1.41665 1.699,-1.5487 -3,-2.34531 -9.3226,-1.58042 -32.3917,-1.02419 -38.73248,0.93388 -5.5969,1.72834 -5.8308,1.94557 -8.6108,7.99775 -1.5717,3.42164 -4.27028,7.97054 -5.99686,10.10866 -1.72658,2.13813 -3.13924,4.0085 -3.13924,4.15638 0,0.31575 0.64722,0.18773 12.5987,-2.49202 z"
+ id="path6022" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 722.67403,822.24111 c 1.0537,-1.6871 0.5617,-2.13918 -4.9104,-4.51238 -5.3265,-2.31002 -6.5114,-2.49552 -9.5453,-1.49427 -2.8873,0.95289 -3.2386,1.36154 -2.111,2.45511 1.764,1.7107 13.0523,6.25621 14.3743,5.78815 0.5618,-0.19892 1.5484,-1.20539 2.1924,-2.23661 z"
+ id="path6020" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -94.315885,804.88518 c 5.92682,-6.57715 10.8971,-12.27033 11.04505,-12.65152 0.14796,-0.38119 -2.49872,-2.01594 -5.88152,-3.63276 l -6.15054,-2.93969 -5.422995,5.99673 c -2.98264,3.2982 -7.53211,8.35923 -10.10993,11.24673 -4.40627,4.93562 -6.21037,6.2452 -6.19925,4.5 0.003,-0.4125 1.46513,-2.3511 3.25,-4.308 15.186015,-16.64967 16.245595,-18.10295 14.258265,-19.55613 -1.042425,-0.76223 -2.371795,-1.39927 -2.954175,-1.41564 -0.58238,-0.0164 -5.5021,4.59613 -10.93271,10.25 -11.27453,11.73805 -10.9255,10.45357 0.65424,-2.40769 7.24914,-8.05139 7.67647,-8.76526 5.83646,-9.75 -1.09196,-0.5844 -2.17025,-1.06254 -2.3962,-1.06254 -0.22595,0 -4.27124,4.24993 -8.98953,9.44429 -7.15027,7.87171 -8.7783,9.2038 -9.77737,8 -0.70265,-0.84665 -0.78101,-1.44429 -0.18936,-1.44429 0.55511,0 4.50027,-3.91315 8.76701,-8.69588 7.52936,-8.43992 7.69016,-8.72603 5.46271,-9.71995 -2.07325,-0.92511 -2.99914,-0.27033 -9.58227,6.77643 -5.11713,5.47752 -7.10116,8.29765 -6.66233,9.46994 0.5618,1.50079 0.42922,1.52041 -1.31229,0.1942 -1.06548,-0.8114 2.78777,3.4636 8.56277,9.5 5.775,6.03639 10.725,11.0488 11,11.13869 0.275,0.0899 5.40666,-5.42846 11.40368,-12.26299 5.997025,-6.83453 11.124315,-12.20578 11.393985,-11.93612 0.26966,0.26966 -3.512,4.82304 -8.40368,10.11861 -14.096585,15.26048 -13.911755,14.97791 -11.852965,18.12002 1.64052,2.50374 1.80311,2.54691 3.06959,0.8149 0.73552,-1.00589 6.18653,-7.21019 12.113355,-13.78734 z"
+ id="path6018" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 726.94783,817.17765 c 0.9238,-1.72618 0.5956,-2.17024 -2.5869,-3.5 -4.3806,-1.83029 -5.8491,-1.88947 -8.7165,-0.35121 -2.0716,1.11131 -1.9263,1.29122 2.8157,3.48713 6.1225,2.83516 7.1418,2.87889 8.4877,0.36408 z"
+ id="path6016" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -149.22718,802.8176 7.31268,-8.5557 -3.39008,-5.03397 -3.39007,-5.03398 -9.48216,10.23036 c -5.21519,5.6267 -9.84536,10.83483 -10.28926,11.57364 -0.54396,0.90531 0.61661,2.79578 3.55956,5.79822 l 4.36666,4.45495 2,-2.43891 c 1.1,-1.3414 5.2907,-6.28898 9.31267,-10.99461 z"
+ id="path6014" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 731.74003,810.14697 c 1.2539,-2.19577 2.0583,-3.9923 1.7875,-3.9923 -1.5387,0 -11.5674,4.2718 -11.5674,4.92719 0,0.62117 4.3513,2.46302 7,2.96302 0.275,0.0519 1.5259,-1.70215 2.7799,-3.89791 z"
+ id="path6012" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 279.3584,806.15467 c 0.89008,-6.18996 -0.63992,-13.28411 -5.45516,-25.294 -3.61542,-9.01735 -4.1929,-11.60359 -4.95838,-22.206 -1.01749,-14.09276 -1.65294,-16.09541 -11.60971,-36.5882 l -7.57379,-15.5882 -4.77791,-1.71811 c -6.69045,-2.40585 -15.56941,-9.13982 -22.84476,-17.32589 -4.45308,-5.01052 -7.27573,-7.29175 -10.05126,-8.12332 -2.12262,-0.63595 -4.10043,-1.15628 -4.39511,-1.15628 -0.29469,0 -0.84916,2.7 -1.23217,6 -0.38301,3.3 -0.92473,6 -1.20383,6 -0.2791,0 -1.86642,-1.14349 -3.52738,-2.5411 -1.66096,-1.3976 -3.25116,-2.30986 -3.53378,-2.02724 -0.28262,0.28261 0.2585,3.26649 1.20249,6.63084 0.94399,3.36435 1.49855,6.33479 1.23235,6.60098 -0.26619,0.2662 -1.85346,-0.22419 -3.52726,-1.08974 -1.6738,-0.86556 -3.67821,-1.57374 -4.45426,-1.57374 -2.18695,0 -0.85017,4.72441 1.51153,5.34201 1.26336,0.33038 1.72292,0.97392 1.24625,1.74519 -0.47373,0.76651 -0.33876,0.96449 0.36218,0.53128 1.70699,-1.05498 8.18674,3.5015 13.95521,9.81313 5.59076,6.11718 10.36834,15.07905 12.29777,23.06839 1.72582,7.14621 4.29331,10.88647 11.03292,16.07248 6.32313,4.86553 7.62579,6.79654 10.40742,15.42752 3.7745,11.7117 9.22827,19.22374 16.78965,23.12611 5.50918,2.84324 10.79275,8.72682 14.15602,15.76359 3.17379,6.64034 3.88662,6.51224 4.95097,-0.8897 z"
+ id="path6010" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -31.137675,809.00545 c 0.60381,-1.73208 1.09783,-3.4678 1.09783,-3.85718 0,-0.38937 -4.3875,-2.63229 -9.75,-4.98426 -18.97178,-8.32095 -43.83438,-19.21664 -50.25,-22.02138 -3.575,-1.56289 -12.125005,-5.30807 -19.000005,-8.32262 -21.41845,-9.39155 -20.26763,-9.01981 -21.73035,-7.01943 -1.90604,2.60667 -1.67931,2.93157 3.64378,5.2215 2.70239,1.16254 12.87058,5.94295 22.59599,10.62315 9.725405,4.68019 17.812485,8.50944 17.971295,8.50944 0.25832,0 20.2143,9.52118 43.51929,20.76345 4.675,2.25521 9.01848,4.13102 9.65217,4.16847 0.6337,0.0374 1.6462,-1.34907 2.25,-3.08114 z"
+ id="path6008" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 373.19685,807.15284 c -0.49717,-4.30773 -2.74668,-7.2999 -8.7367,-11.62106 -9.76889,-7.0472 -9.36525,-6.92719 -10.91359,-3.2448 l -1.35892,3.23194 9.61858,7.32377 c 5.29022,4.02807 10.07654,7.15901 10.63626,6.95764 0.55972,-0.20137 0.89919,-1.39274 0.75437,-2.64749 z"
+ id="path6006" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 287.40494,805.84893 c 1.22693,-0.91623 1.96517,-2.69659 2,-4.82328 0.0486,-2.96766 0.37287,-3.37098 2.7102,-3.37098 3.15434,0 5.32812,-2.51785 9.74484,-11.28726 l 3.16658,-6.28727 -4.2832,2.21639 c -3.15986,1.63509 -6.59999,2.33366 -13.11681,2.66358 -8.4332,0.42692 -8.80652,0.54345 -8.23623,2.57088 0.32855,1.16802 1.13584,6.47635 1.79397,11.79628 1.27734,10.32521 1.2149,10.25975 6.22065,6.52166 z"
+ id="path6004" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 425.95211,805.65883 c 2.35198,-1.21626 2.95015,-2.24736 3.20034,-5.51662 l 0.3077,-4.02078 3.64091,2.59871 c 3.54477,2.5301 3.72604,2.55469 6.8649,0.93152 1.7732,-0.91695 2.83479,-2.01855 2.35909,-2.44799 -0.47569,-0.42944 -4.73816,-2.86757 -9.47215,-5.41807 l -8.60725,-4.63727 -1.10767,4.25317 -1.10767,4.25317 0.44579,-4.75 c 0.24518,-2.6125 0.24606,-4.75 0.002,-4.75 -0.72057,0 -10.5603,3.93638 -16.79091,6.7172 l -5.77302,2.57659 3.11392,1.89368 c 1.71265,1.04153 6.10004,3.4244 9.74974,5.29527 7.23359,3.70801 8.14,3.46676 8.16707,-2.17372 0.008,-1.75504 0.47291,-3.4738 1.03221,-3.81946 0.67134,-0.41491 0.79446,1.26414 0.36232,4.94098 -0.36002,3.0632 -0.34528,5.56946 0.0328,5.56946 0.37804,0 1.98903,-0.67313 3.57998,-1.49584 z"
+ id="path6002" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 93.330045,804.14524 c 2.38585,-0.70948 3.51324,-1.50744 2.93986,-2.08082 -2.57146,-2.57146 -37.24198,-1.73626 -42.12993,1.0149 -1.47668,0.83114 -1.37749,1.07511 0.82018,2.01745 3.20385,1.37379 33.03827,0.63392 38.36989,-0.95153 z"
+ id="path6000" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 193.96015,804.70825 c 0,-1.07351 -7.16919,-12.55358 -7.83959,-12.55358 -0.63466,0 -6.16041,10.27554 -6.16041,11.45573 0,0.22628 1.2375,0.59889 2.75,0.82802 4.04504,0.61277 11.25,0.78558 11.25,0.26983 z"
+ id="path5998" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 209.71015,801.93999 c 2.8875,-1.06096 5.25,-2.28239 5.25,-2.71428 0,-1.3404 -13.35664,-11.11718 -14.1016,-10.32207 -0.93827,1.00143 -3.75799,15.05811 -3.14381,15.67229 0.71784,0.71783 6.06678,-0.45758 11.99541,-2.63594 z"
+ id="path5996" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 393.66676,794.79805 c 9.73836,-4.89825 23.8563,-10.42221 41.29339,-16.15694 35.5652,-11.69672 53.12853,-22.24364 83,-49.84212 4.125,-3.81112 10.52129,-9.18439 14.21398,-11.94059 3.73334,-2.78655 6.43887,-5.49795 6.0943,-6.10751 -1.94866,-3.44721 -2.47239,-3.51769 -6.64546,-0.89425 -4.64706,2.92141 -19.27714,14.59791 -24.66282,19.68379 -8.88344,8.38894 -32.20988,23.73769 -33.74405,22.20352 -0.30701,-0.30701 -1.05269,0.0807 -1.65707,0.86153 -1.2663,1.63603 -12.47959,6.34557 -31.09888,13.06144 -17.7353,6.39701 -30.06167,11.68745 -42.43145,18.21144 -11.41821,6.02211 -24.06855,14.10367 -24.06855,15.37597 0,0.44343 0.50396,1.9123 1.11991,3.26416 l 1.1199,2.45793 5.1301,-3.27677 c 2.82155,-1.80223 8.37306,-4.90794 12.3367,-6.9016 z"
+ id="path5994" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 416.96015,781.15467 c 0,-0.55 0.42344,-1 0.94098,-1 0.51754,0 1.2191,0.45 1.55902,1 0.33992,0.55 -0.0835,1 -0.94098,1 -0.85746,0 -1.55902,-0.45 -1.55902,-1 z"
+ id="path5992" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 197.89619,794.69806 c 1.63862,-7.86586 1.65542,-8.6 0.18374,-8.02936 -0.89088,0.34543 -3.55307,0.99188 -5.91597,1.43654 -2.36291,0.44466 -4.44751,0.97519 -4.63246,1.17895 -0.4605,0.50734 7.70216,14.9303 8.17959,14.45288 0.20986,-0.20987 1.19316,-4.27742 2.1851,-9.03901 z"
+ id="path5990" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 175.4459,794.73516 c -0.92758,-4.16925 -2.00324,-7.58049 -2.39035,-7.58049 -0.6028,0 -9.85998,5.55237 -10.9879,6.59043 -0.21588,0.19868 0.23412,1.11838 1,2.04377 1.45686,1.7603 12.99385,7.59778 13.67324,6.91839 0.21534,-0.21533 -0.36741,-3.80276 -1.29499,-7.97205 z"
+ id="path5988" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 106.82957,795.40467 c 3.1161,-6.46037 3.19268,-6.90018 1.78479,-10.25 -2.45516,-5.84161 -4.65429,-18.46485 -4.65284,-26.70784 0.002,-12.46254 3.3533,-28.18657 7.91123,-37.12084 1.14807,-2.2504 2.0874,-4.25841 2.0874,-4.46223 0,-0.20382 -2.5875,-0.3016 -5.75,-0.21729 -12.054895,0.32137 -10.667465,-0.74376 -14.667315,11.26008 -1.97047,5.91353 -3.58268,11.05363 -3.58268,11.42244 0,0.36882 1.5535,1.18328 3.45222,1.80991 4.06777,1.34249 4.5334,2.47476 4.66651,11.34763 0.10873,7.2481 -0.77216,9.11336 -4.77884,10.11897 l -2.57807,0.64705 0.43498,12.20106 c 0.35246,9.88638 0.83528,12.97222 2.545,16.26599 2.26454,4.36261 7.482225,10.43507 8.966215,10.43507 0.49808,0 2.37071,-3.0375 4.1614,-6.75 z"
+ id="path5986" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -28.080295,796.40467 c 0.65835,-2.6125 1.44471,-7.9 1.74749,-11.75 l 0.5505,-7 -2.67877,3.5 c -1.47332,1.925 -4.70864,6.17689 -7.18959,9.44865 l -4.51082,5.94864 4.31082,2.25617 c 2.37095,1.24089 4.8199,2.2765 5.44211,2.30135 0.6222,0.0249 1.66992,-2.09231 2.32826,-4.70481 z"
+ id="path5984" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 181.89941,795.27499 c 1.63243,-3.23382 2.68891,-6.15882 2.34773,-6.5 -0.34118,-0.34117 -1.69991,-0.62032 -3.0194,-0.62032 -1.31949,0 -3.31207,-0.48862 -4.42796,-1.08583 -1.73887,-0.93061 -1.95373,-0.8234 -1.50313,0.75 0.28917,1.00971 1.03866,4.42333 1.66553,7.58583 0.62687,3.1625 1.32638,5.75 1.55447,5.75 0.22809,0 1.75033,-2.64585 3.38276,-5.87968 z"
+ id="path5982" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -252.08176,792.49829 c 0.0243,-0.66976 -0.79971,-0.93629 -1.95808,-0.63337 -1.60265,0.4191 -1.99167,1.34421 -1.95808,4.65638 l 0.0419,4.13337 1.91617,-3.5 c 1.05389,-1.925 1.93503,-4.02037 1.95808,-4.65638 z"
+ id="path5980" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 78.817145,798.17853 c 11.59917,-0.0207 13.27936,-0.22614 12.76715,-1.56094 -2.78133,-7.24804 -4.00668,-14.09837 -4.06178,-22.70745 l -0.0624,-9.74454 -6.61043,-0.005 c -3.63573,-0.003 -8.62752,-0.28194 -11.09285,-0.61985 l -4.48242,-0.61439 -0.58768,10.37749 c -0.54108,9.55492 -1.90998,15.11388 -6.15929,25.01241 -0.62789,1.46263 -0.25628,1.5551 3.10978,0.77385 2.10259,-0.48799 9.83353,-0.898 17.17988,-0.91112 z"
+ id="path5978" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 703.17493,798.19823 c 4.6045,-0.0351 5.9165,-0.42034 6.7527,-1.98286 1.5394,-2.87635 0.1529,-3.21713 -9.9776,-2.45238 -7.2416,0.54667 -9.27,1.04658 -10.0333,2.4727 -1.70448,3.18489 -1.12448,3.68293 3.2934,2.82827 2.3375,-0.4522 6.8217,-0.84178 9.9648,-0.86573 z"
+ id="path5976" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -247.76997,795.498 c 6.16018,-3.86882 17.68433,-15.77751 23.06308,-23.83265 5.94159,-8.89806 5.95893,-9.81481 0.17697,-9.35496 -3.63163,0.28884 -4.40561,0.0691 -4.04828,-1.1493 1.88121,-6.41457 7.46409,-31.41402 7.09729,-31.78082 -0.25393,-0.25393 -3.38606,5.57741 -6.96029,12.95855 -6.27888,12.96655 -9.51672,20.20825 -17.57851,39.31585 -2.08849,4.95 -4.52843,10.6875 -5.42211,12.75 -0.89367,2.0625 -1.38488,3.75 -1.09157,3.75 0.29331,0 2.43685,-1.1955 4.76342,-2.65667 z"
+ id="path5974" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -190.10471,795.68146 5.43513,-1.15897 -11.73982,-8.91893 -11.73982,-8.91894 8.08666,-7.51497 c 4.44767,-4.13324 8.07252,-7.73998 8.05523,-8.01498 -0.0499,-0.79358 -19.20302,0.11433 -21.59472,1.02365 -1.18753,0.4515 -3.52058,3.23324 -5.18456,6.18165 -1.66398,2.94841 -3.75168,5.96348 -4.63932,6.70017 -0.88765,0.73668 -1.61391,1.69654 -1.61391,2.13301 0,0.43648 5.49481,5.35637 12.21068,10.93309 10.56787,8.77534 12.55231,10.04361 14.74999,9.42684 1.39663,-0.39196 4.98513,-1.23419 7.97446,-1.87162 z"
+ id="path5972" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -163.98965,796.59418 c 1.11441,-1.34278 -0.18883,-3.05176 -9.34169,-12.25 l -10.63677,-10.68951 6.08883,-6.79196 c 3.34886,-3.73558 5.90108,-6.97973 5.67159,-7.20921 -0.22949,-0.22949 -3.62782,-0.14809 -7.55186,0.18089 l -7.13462,0.59814 -9.07581,7.98289 -9.07581,7.9829 8.25297,6.37018 c 4.53913,3.50359 9.9102,7.72377 11.93571,9.37817 2.38129,1.94499 4.85505,3.02795 7,3.06444 1.82449,0.0311 4.89226,0.65236 6.81726,1.38069 4.77153,1.80534 5.55366,1.80561 7.0502,0.002 z"
+ id="path5970" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 694.02923,785.62246 c 9.6221,-12.67148 16.2504,-22.48165 15.6174,-23.11462 -1.1805,-1.18052 -15.6823,7.58754 -21.36228,12.91605 -2.9967,2.81127 -3.178,3.39142 -3.214,10.28735 -0.021,4.01943 -0.31,8.57602 -0.6423,10.12574 -0.7347,3.42667 -0.8522,3.55166 9.60118,-10.21452 z"
+ id="path5968" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 214.95832,789.87605 c -0.65317,-2.87176 -1.62757,-6.96555 -2.16533,-9.09732 l -0.97775,-3.87594 -3.17755,2.97482 c -1.74765,1.63614 -4.218,3.66727 -5.48967,4.5136 l -2.31213,1.53879 3.31213,2.30726 c 1.82167,1.26899 5.10514,3.81552 7.29659,5.65895 2.19145,1.84343 4.14575,2.86784 4.34288,2.27645 0.19712,-0.59138 -0.176,-3.42486 -0.82917,-6.29661 z"
+ id="path5966" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -36.912715,788.98999 c 12.15447,-16.20789 11.22122,-14.23584 10.50766,-22.20361 -0.35127,-3.92244 -1.22781,-9.37426 -1.94786,-12.11515 l -1.30917,-4.98344 -8.86633,11.98344 c -4.87648,6.59089 -11.32286,15.27455 -14.32529,19.29702 -3.09325,4.14414 -5.07483,7.67737 -4.57256,8.15301 0.48753,0.46169 4.03642,2.20004 7.88642,3.863 3.85,1.66297 7.05721,3.05661 7.12713,3.09699 0.0699,0.0404 2.54492,-3.15069 5.5,-7.09126 z"
+ id="path5964" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -48.444385,788.64962 c -1.84879,-1.39924 -1.82196,-1.56061 0.91635,-5.51199 3.60704,-5.20496 4.21971,-5.5359 6.4732,-3.49653 1.80046,1.6294 1.75913,1.81941 -1.31302,6.03606 -1.74459,2.39455 -3.39699,4.36726 -3.67199,4.38381 -0.275,0.0166 -1.35704,-0.61856 -2.40454,-1.41135 z"
+ id="path5962" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -43.206345,784.94866 c 1.9534,-3.08519 2.01599,-4.79399 0.17558,-4.79399 -1.39817,0 -5.19725,5.88652 -4.5133,6.99318 1.063,1.71996 2.23133,1.12762 4.33772,-2.19919 z"
+ id="path5960" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -38.468905,775.58288 c -1.84024,-1.34561 -1.7881,-1.56868 1.48918,-6.37129 l 3.39619,-4.97686 2.24087,2.10518 2.24086,2.10518 -3.04206,3.84091 c -3.86577,4.88093 -4.0368,4.97008 -6.32504,3.29688 z"
+ id="path5958" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -31.039845,768.01941 c 0,-2.10322 -2.10809,-1.52499 -4.40885,1.2093 -2.88974,3.43426 -3.18101,4.55974 -1.34115,5.18218 1.15939,0.39223 5.75,-4.71051 5.75,-6.39148 z"
+ id="path5956" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 368.39972,792.90467 c -0.80513,-1.7875 -2.1408,-4.83387 -2.96816,-6.76972 -1.53916,-3.60132 -4.87272,-6.46832 -6.41362,-5.516 -0.47347,0.29263 -1.32481,1.86295 -1.89187,3.48961 -0.99667,2.85905 -0.82507,3.10736 5.15153,7.45469 3.4004,2.47343 6.49833,4.51835 6.88428,4.54428 0.38595,0.0259 0.043,-1.41536 -0.76216,-3.20286 z"
+ id="path5954" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 376.60323,794.69211 c 6.523,-4.56888 19.95254,-12.25048 28.28572,-16.17923 5.26416,-2.48182 10.2462,-4.86059 11.0712,-5.28614 2.74629,-1.41658 19.36316,-7.83488 30,-11.58756 28.1853,-9.94377 49.66914,-22.81314 69.5,-41.63227 3.3,-3.13164 7.29504,-6.70744 8.87788,-7.94623 1.58283,-1.23879 4.24436,-3.50044 5.91451,-5.02588 l 3.03663,-2.77354 -3.85345,-4.3033 c -4.72842,-5.28039 -5.10928,-5.44475 -7.53343,-3.25092 -1.06818,0.96668 -1.94214,1.43072 -1.94214,1.03119 0,-0.39953 -0.71395,-0.0125 -1.58656,0.86014 -3.84883,3.84883 -8.50148,6.73649 -9.95517,6.17866 -0.85918,-0.3297 -1.31008,-0.1916 -1.002,0.30688 1.46504,2.37048 -40.49522,23.99392 -66.01835,34.02134 -31.43754,12.35104 -52.65794,24.25882 -67.18025,37.69806 l -5.24233,4.85136 2.19337,7.25 c 1.20635,3.9875 2.45277,7.25 2.76982,7.25 0.31705,0 1.5161,-0.65815 2.66455,-1.46256 z"
+ id="path5952" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 380.62682,783.488 c -0.36667,-0.36666 -0.63815,-1.60416 -0.60328,-2.75 0.0577,-1.89669 0.15037,-1.86564 1.03434,0.34661 0.92171,2.30671 1.05797,2.34164 2.68661,0.68889 1.62167,-1.64568 1.60609,-1.82482 -0.28434,-3.26979 -1.98844,-1.5199 -1.98851,-1.5267 -0.0115,-1.1774 1.09368,0.19323 2.14334,1.15528 2.33257,2.13788 0.59644,3.09707 -3.15365,6.02459 -5.15442,4.02381 z"
+ id="path5950" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 392.62682,775.488 c -0.36667,-0.36666 -0.66667,-1.35267 -0.66667,-2.19113 0,-1.25969 0.21914,-1.22476 1.26177,0.20111 1.09518,1.49775 1.51143,1.54302 3.15277,0.34284 2.28538,-1.67111 1.19233,-4.07811 -1.52878,-3.36653 -1.03869,0.27163 -1.63634,0.0858 -1.32812,-0.41288 0.77021,-1.24624 5.17712,-1.14492 5.96954,0.13724 1.68085,2.71967 -4.59308,7.55678 -6.86051,5.28935 z"
+ id="path5948" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 404.67861,767.90467 c -0.77618,-2.16469 1.25582,-4.75 3.73339,-4.75 2.72848,0 3.68469,1.70906 2.37784,4.25 -1.03254,2.00759 -5.44132,2.3683 -6.11123,0.5 z"
+ id="path5946" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 409.77199,765.89319 c 0.22637,-1.17545 -0.30205,-1.73852 -1.63153,-1.73852 -1.98614,0 -3.57761,2.26936 -2.41017,3.4368 1.14619,1.1462 3.70061,0.0729 4.0417,-1.69828 z"
+ id="path5944" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 419.97242,761.17759 c -0.84041,-1.57032 -0.64191,-2.39328 0.96481,-4 2.51772,-2.51772 4.65358,-2.58155 5.94018,-0.17753 0.71087,1.32828 0.56472,2.44917 -0.52152,4 -1.88692,2.69395 -4.99053,2.78026 -6.38347,0.17753 z"
+ id="path5942" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 425.46015,759.15467 c 0,-2.16873 -3.90136,-1.86998 -4.32527,0.33121 -0.27348,1.42006 0.17249,1.75684 1.98631,1.5 1.28643,-0.18217 2.33896,-1.00621 2.33896,-1.83121 z"
+ id="path5940" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 435.44256,755.49422 c -1.96669,-1.96668 -1.8713,-2.95066 0.51759,-5.33955 2.37229,-2.37229 3.01199,-2.44293 5.5193,-0.60955 1.59692,1.1677 1.7212,1.78629 0.7758,3.86123 -1.3864,3.0428 -4.80888,4.09168 -6.81269,2.08787 z"
+ id="path5938" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 439.96015,754.73646 c 0,-0.23002 0.25086,-1.07195 0.55747,-1.87096 0.71381,-1.86016 -2.38125,-3.10197 -4.12478,-1.65497 -1.75227,1.45426 -0.69531,3.94414 1.6743,3.94414 1.04115,0 1.89301,-0.1882 1.89301,-0.41821 z"
+ id="path5936" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 449.47214,749.19244 c -0.81955,-2.58217 1.10736,-6.06828 3.27319,-5.92177 1.60485,0.10856 1.60561,0.14475 0.0118,0.56428 -2.16081,0.56877 -3.35098,4.16573 -1.8688,5.64791 1.78081,1.78081 4.60734,-0.61718 4.38355,-3.71893 -0.10355,-1.43509 0.23395,-2.60926 0.75,-2.60926 1.3601,0 1.15281,5.38545 -0.26174,6.8 -1.89376,1.89376 -5.58713,1.44606 -6.28801,-0.76223 z"
+ id="path5934" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 464.9643,742.65968 c -2.80873,-3.38433 4.38095,-8.97705 7.51344,-5.84456 1.96669,1.96668 1.8713,2.95066 -0.51759,5.33955 -2.3715,2.3715 -5.27297,2.58094 -6.99585,0.50501 z"
+ id="path5932" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 470.90395,741.25968 c 1.50731,-2.81643 -1.38964,-5.08775 -3.63073,-2.84665 -1.80918,1.80917 -1.11629,4.74164 1.12036,4.74164 0.82291,0 1.95258,-0.85275 2.51037,-1.89499 z"
+ id="path5930" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 481.16015,735.95467 c -1.73382,-1.73382 -1.48162,-3.51838 0.82292,-5.82292 2.56874,-2.56874 5.97708,-1.13008 5.97708,2.52292 0,3.56505 -4.39977,5.70023 -6.8,3.3 z"
+ id="path5928" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 485.7797,732.32634 c 0.20769,-1.41147 -0.20922,-2.17167 -1.19098,-2.17167 -1.9446,0 -2.96722,1.67512 -2.21666,3.63105 0.81433,2.12209 3.01962,1.17764 3.40764,-1.45938 z"
+ id="path5926" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 495.53158,726.58324 c -2.00603,-2.00603 -1.97497,-2.70865 0.24064,-5.44482 2.35668,-2.91037 6.18793,-1.97409 6.18793,1.51221 0,2.31937 -2.31442,5.50404 -4,5.50404 -0.47143,0 -1.56429,-0.70714 -2.42857,-1.57143 z"
+ id="path5924" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 499.85496,724.78142 c 0.62683,-0.75529 0.86195,-2.09705 0.52248,-2.98169 -0.85053,-2.21644 -4.41729,-0.28652 -4.41729,2.39012 0,2.26597 2.22474,2.60387 3.89481,0.59157 z"
+ id="path5922" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 507.61058,715.68608 c -0.34509,-0.89928 0.23478,-2.41662 1.34957,-3.53141 2.58977,-2.58977 5.2037,-1.56807 4.8041,1.87775 -0.23056,1.98809 -0.93826,2.69579 -2.92635,2.92635 -1.67478,0.19422 -2.84088,-0.26563 -3.22732,-1.27269 z"
+ id="path5920" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 512.96015,713.03223 c 0,-0.48266 -0.9,-0.87756 -2,-0.87756 -1.92166,0 -2.71105,1.95562 -1.34201,3.32466 0.75703,0.75703 3.34201,-1.13576 3.34201,-2.4471 z"
+ id="path5918" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 519.32434,707.66136 c -0.34636,-0.90262 -0.15025,-2.12063 0.43581,-2.70669 1.52361,-1.52361 4.41041,-0.13109 4.01242,1.93549 -0.4433,2.30188 -3.64766,2.85743 -4.44823,0.7712 z"
+ id="path5916" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 522.73098,706.34217 c 0.21771,-0.65313 -0.31666,-1.1875 -1.1875,-1.1875 -0.87083,0 -1.58333,0.7125 -1.58333,1.58333 0,1.76593 2.15276,1.45839 2.77083,-0.39583 z"
+ id="path5914" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 446.55532,786.4407 c 0.73364,-4.83232 1.34986,-9.06803 1.36936,-9.4127 0.0351,-0.62009 -22.0006,6.97268 -22.96453,7.91282 -0.275,0.26821 0.0705,0.69123 0.76786,0.94004 0.69732,0.24881 1.93482,1.11935 2.75,1.93452 0.81518,0.81518 1.48214,1.24021 1.48214,0.9445 0,-0.2957 3.2476,1.22455 7.2169,3.37834 3.96929,2.15379 7.40308,3.7298 7.63063,3.50225 0.22756,-0.22756 1.01399,-4.36745 1.74764,-9.19977 z"
+ id="path5912" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 451.96015,794.15467 c 1.1,-1.1 2,-3.125 2,-4.5 0,-3.01777 0.39301,-3.0684 3.98182,-0.51295 2.49764,1.77848 3.17999,1.85223 6.50052,0.70264 l 3.70996,-1.28442 -3.84615,-2.54898 c -7.8239,-5.18519 -14.43104,-9.10276 -14.7318,-8.73493 -0.4585,0.56074 -2.61435,14.43194 -2.61435,16.82127 0,2.6247 2.40507,2.6523 5,0.0574 z"
+ id="path5910" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 746.90883,792.19121 c 1.5166,-1.07991 4.4063,-4.35758 6.4216,-7.28372 l 3.6642,-5.32026 -1.4486,-4.81333 c -0.7967,-2.64734 -2.5737,-6.51354 -3.9489,-8.59157 l -2.5003,-3.77823 7.4302,-12.03041 7.4303,-12.03041 9.8356,0.54197 9.8356,0.54198 2.1658,-3.50432 c 2.823,-4.56772 2.7717,-4.76824 -1.2194,-4.76824 -5.1026,0 -13.0291,-2.89286 -17.0835,-6.23484 -1.9866,-1.6375 -4.8843,-5.20507 -6.4394,-7.92792 l -2.8274,-4.95064 -2.1804,3.69542 c -2.0475,3.47024 -2.086,3.89419 -0.6322,6.95782 0.8514,1.79433 1.5481,4.90236 1.5481,6.90674 0,7.77517 -8.6009,11.28448 -14.8237,6.04833 l -2.9771,-2.50508 -1.037,2.97487 c -0.9763,2.80059 -1.2165,2.91233 -4.0996,1.90726 -3.1237,-1.08893 -3.8479,-2.26858 -2.068,-3.36864 0.5471,-0.33809 1.4652,-1.4939 2.0403,-2.56846 0.8792,-1.64283 0.6405,-2.10779 -1.5,-2.92159 -1.4001,-0.53231 -3.2861,-2.52079 -4.1913,-4.41885 -1.416,-2.96952 -1.461,-3.89675 -0.3223,-6.64572 1.4894,-3.59587 5.9555,-5.9487 11.2916,-5.9487 2.1071,0 4.0578,-0.75211 5.1871,-2 0.9955,-1.1 1.6277,-2.03208 1.405,-2.07128 -0.2228,-0.0392 -2.205,-0.26362 -4.405,-0.4987 -13.7179,-1.46581 -20.4271,-7.08511 -24.9895,-20.93002 -0.6335,-1.92233 -0.7381,-1.90304 -2.6949,0.49672 -2.7455,3.36717 -1.9095,10.33897 2.2539,18.79608 l 3.1067,6.31047 -8.5881,13.04919 c -4.7235,7.17706 -8.5881,13.48525 -8.5881,14.01819 0,1.23972 -6.0673,10.09535 -6.5714,9.59131 -0.2082,-0.20822 -0.6376,-2.15235 -0.9543,-4.32027 -0.6767,-4.63263 -4.415,-19.71573 -5.0419,-20.34261 -0.55278,-0.55281 -0.1212,-1.1222 -7.27338,9.59522 l -6.13568,9.1943 1.98838,4.6386 c 1.0935,2.55124 1.9883,5.33567 1.9883,6.18763 0,0.85196 1.6178,3.0748 3.5951,4.93966 l 3.5952,3.39063 3.85258,-3.96985 c 4.8386,-4.98585 8.7552,-7.02715 14.8732,-7.75174 6.7658,-0.80131 11.1721,0.99429 16.5508,6.74449 7.7789,8.3163 9.8477,16.10895 6.7291,25.34653 l -1.9291,5.71424 2.1166,1.32648 c 8.0356,5.03608 13.0772,5.77697 17.5652,2.58127 z"
+ id="path5908" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 732.46013,757.34844 c -6.0392,-3.35646 -14.9889,-9.45635 -18.75,-12.77943 -5.3022,-4.68476 -2.4286,-12.41434 4.6151,-12.41434 3.8832,0 7.9958,2.86345 10.1806,7.0883 1.3046,2.52297 2.0733,2.9117 5.7575,2.9117 5.3999,0 8.3362,2.06434 9.7771,6.87382 0.9417,3.14299 0.8557,4.34922 -0.4963,6.96382 -0.8995,1.7393 -2.037,3.16236 -2.5279,3.16236 -0.4909,0 -1.4918,0.21885 -2.2243,0.48634 -0.7325,0.26748 -3.5818,-0.76417 -6.3318,-2.29257 z"
+ id="path5906" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 739.78913,756.40467 c 1.1279,-0.9625 2.1295,-2.65 2.226,-3.75 0.5155,-5.88046 -2.2751,-8.5 -9.055,-8.5 -4.2403,0 -5,-0.28782 -5,-1.89424 0,-3.16047 -5.387,-8.10576 -8.8298,-8.10576 -3.0917,0 -6.1702,2.1749 -6.1702,4.3592 0,2.41423 5.674,7.74095 14.5,13.61249 4.95,3.29302 9.2876,5.99653 9.6392,6.00781 0.3516,0.0113 1.562,-0.767 2.6898,-1.7295 z"
+ id="path5904" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 706.71013,792.22514 c 4.5598,-0.0612 5.25,-0.33339 5.25,-2.07047 0,-1.76783 -0.7255,-2.0205 -6.25,-2.17659 l -6.25,-0.17658 7,-0.57342 c 6.2926,-0.51547 7.0323,-0.80078 7.3196,-2.82341 0.2527,-1.77973 -0.1653,-2.24879 -2,-2.24421 -4.931,0.0123 -14.2106,2.00721 -14.9806,3.22048 -1.243,1.95858 -0.9919,2.76965 0.661,2.13536 0.825,-0.31659 1.5,-0.0775 1.5,0.53138 0,0.60885 -1.1092,1.10699 -2.4648,1.10699 -1.4703,0 -2.9125,0.83642 -3.5742,2.07292 -1.0653,1.9904 -0.9174,2.05293 3.7148,1.57047 2.6533,-0.27635 7.1867,-0.53417 10.0742,-0.57292 z"
+ id="path5902" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -153.98675,786.09338 5.25098,-6.06129 -4.84686,-4.92085 -4.84685,-4.92085 8.40333,-8.76786 c 4.62183,-4.82232 8.73982,-9.17569 9.1511,-9.67414 0.41159,-0.49884 2.7538,0.73751 5.20978,2.75 2.45411,2.01095 4.85349,3.65628 5.33195,3.65628 0.79391,0 6.98598,-6.94214 8.58835,-9.62868 0.3951,-0.66242 -2.46085,-3.72108 -6.91341,-7.4041 l -7.5866,-6.27543 -4.75224,4.90411 c -2.61373,2.69725 -6.95508,7.42562 -9.64744,10.50748 -2.69235,3.08186 -9.36026,10.41819 -14.81757,16.30295 l -9.92237,10.69957 7.39735,7.44705 c 4.06854,4.09588 7.70158,7.44705 8.07343,7.44705 0.37184,0 3.03902,-2.72758 5.92707,-6.06129 z"
+ id="path5900" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -133.8602,749.87113 c -1.34284,-1.61802 -0.33501,-3.24237 2.57528,-4.15063 2.71605,-0.84764 4.1344,1.65766 2.2345,3.9469 -1.51646,1.82723 -3.39631,1.90686 -4.80978,0.20373 z"
+ id="path5898" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 157.16312,778.35628 c -3.54174,-0.16411 -6.64776,-0.0901 -6.90227,0.16436 -0.71065,0.71065 1.58455,4.66521 5.56298,9.58483 l 3.5993,4.4508 2.08976,-6.9508 2.08976,-6.9508 -6.43953,-0.29839 z"
+ id="path5896" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 166.9538,788.90467 c 2.73373,-1.7875 4.97849,-3.475 4.98835,-3.75 0.01,-0.275 -1.56222,-1.76081 -3.49353,-3.30181 -2.48049,-1.97919 -3.63946,-2.41959 -3.94737,-1.5 -1.55206,4.63527 -3.35896,11.80181 -2.97559,11.80181 0.25175,0 2.69441,-1.4625 5.42814,-3.25 z"
+ id="path5894" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -251.03984,789.15467 c 2.24063,-2.24062 2.65674,-5.00717 0.75,-4.98635 -3.97485,0.0434 -5.75,1.31011 -5.75,4.10298 0,3.44678 2.07075,3.81262 5,0.88337 z"
+ id="path5892" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -124.76835,782.72558 c 3.70067,-4.08601 6.7285,-7.63352 6.7285,-7.88337 0,-0.24985 -0.84776,-0.67597 -1.88391,-0.94693 -1.14494,-0.29941 -2.59598,0.34129 -3.69923,1.63337 -0.99842,1.16931 -3.80272,4.25334 -6.23176,6.85339 -2.75951,2.95378 -4.19724,5.29862 -3.83216,6.25 0.32136,0.83745 0.94559,1.52263 1.38717,1.52263 0.44159,0 3.83071,-3.34309 7.53139,-7.42909 z"
+ id="path5890" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -44.805595,767.70583 14.73425,-20.32961 -1.88654,-5.36077 c -3.18769,-9.05814 -5.18516,-13.16419 -5.95553,-12.24238 -1.19766,1.43309 -5.3997,7.34034 -11.29715,15.8816 -3.03806,4.4 -8.07223,11.6 -11.18705,16 -9.01869,12.7398 -13.11463,18.93522 -13.12893,19.85847 -0.0134,0.86837 11.14053,6.44772 12.9867,6.49609 0.55,0.0144 7.63041,-9.12212 15.73425,-20.3034 z"
+ id="path5888" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -64.405505,779.67805 c -1.81323,-1.3733 -1.80671,-1.50592 0.23176,-4.7182 4.09676,-6.45578 3.66092,-6.11751 5.99988,-4.6568 2.71017,1.69252 2.68315,2.0647 -0.49887,6.87306 -2.93006,4.42762 -3.0951,4.49965 -5.73277,2.50194 z"
+ id="path5886" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -59.044705,776.16149 c 1.99797,-2.80588 2.00409,-5.00682 0.0139,-5.00682 -1.39817,0 -5.19725,5.88652 -4.5133,6.99318 1.04291,1.68745 2.26872,1.14628 4.49936,-1.98636 z"
+ id="path5884" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -53.807485,765.60487 -2.18618,-1.53126 3.07282,-4.20947 c 3.01593,-4.13155 4.14627,-4.56413 6.60154,-2.52644 1.13117,0.93879 -0.1348,3.37537 -4.7061,9.0577 -0.32774,0.4074 -1.57968,0.0517 -2.78208,-0.79053 z"
+ id="path5882" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -47.357645,758.71717 c -0.68534,-2.09147 -2.60025,-1.48633 -4.72093,1.49189 -1.84598,2.59244 -1.9975,3.31089 -0.85299,4.04462 0.98103,0.62893 2.05412,0.082 3.63642,-1.8534 1.23459,-1.51008 2.10647,-3.16749 1.9375,-3.68311 z"
+ id="path5880" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -44.729395,751.46142 -2.18954,-1.47041 3.53335,-4.91817 c 1.94334,-2.70499 3.7932,-4.91817 4.1108,-4.91817 0.3176,0 1.38414,0.73004 2.37009,1.62231 1.71282,1.55008 1.6601,1.81493 -1.1842,5.94898 -3.7123,5.39565 -3.96048,5.53525 -6.6405,3.73546 z"
+ id="path5878" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -36.957145,742.83737 c -1.46608,-1.46608 -3.87433,-0.0737 -6.04445,3.4948 -1.48889,2.44828 -1.67438,3.44117 -0.75573,4.04524 1.60537,1.05563 8.14486,-6.19536 6.80018,-7.54004 z"
+ id="path5876" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 470.0037,780.40467 c 0.024,-3.7125 0.4146,-8.66834 0.8681,-11.01298 0.60048,-3.10453 0.52071,-4.01412 -0.29355,-3.34722 -0.61496,0.50367 -5.34729,2.91578 -10.51631,5.36025 l -9.3982,4.4445 8.8982,5.59099 c 4.89402,3.07504 9.23571,5.61877 9.64821,5.65272 0.4125,0.034 0.7696,-2.97576 0.79355,-6.68826 z"
+ id="path5874" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 474.36395,786.01655 c 2.02443,-0.9224 2.5546,-1.96855 2.79705,-5.51931 l 0.29915,-4.38118 3.74133,2.54947 c 3.59963,2.4529 3.85965,2.48828 6.86491,0.9342 1.71796,-0.88839 2.73436,-1.97978 2.25866,-2.4253 -0.47569,-0.44552 -4.73595,-2.88713 -9.46724,-5.42579 l -8.60235,-4.61576 -0.64765,7.66177 c -0.76311,9.02759 -0.81561,12.36002 -0.19471,12.36002 0.24912,0 1.577,-0.51215 2.95085,-1.13812 z"
+ id="path5872" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 727.08433,784.40467 c 0.5912,-1.5125 1.0863,-5.51075 1.1003,-8.88501 0.032,-7.6468 -3.5773,-14.88129 -10.0833,-20.21255 -3.9302,-3.22043 -5.0349,-3.6153 -10.0289,-3.58454 -3.3198,0.0204 -6.9343,0.7361 -8.8488,1.75203 -3.7058,1.96649 -10.26348,7.50521 -10.26348,8.66865 0,0.42977 1.17888,1.55383 2.61968,2.49792 2.5517,1.67191 2.818,1.62353 10.25,-1.86191 4.1967,-1.96813 9.0467,-3.86084 10.7779,-4.20602 2.9375,-0.58571 3.1971,-0.40367 3.8889,2.72691 0.4077,1.84499 0.7913,7.35453 0.8524,12.24343 l 0.1111,8.8889 3.5,2.30345 c 4.5103,2.96836 4.8417,2.95043 6.1242,-0.33126 z"
+ id="path5870" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -128.52344,779.5932 c 4.28807,-4.88418 5.4713,-6.85082 4.62871,-7.69341 -0.84258,-0.84258 -1.92423,-0.37952 -4.23135,1.81147 -7.2153,6.85212 -10.35027,12.44341 -6.97687,12.44341 0.45037,0 3.41115,-2.95266 6.57951,-6.56147 z"
+ id="path5868" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 119.87065,784.63955 c 3.75804,0.63492 3.76043,0.63308 3.29484,-2.53918 l -0.46593,-3.17455 -6.11362,0.69168 c -3.3625,0.38042 -6.24571,0.82376 -6.40715,0.9852 -0.16144,0.16143 0.2372,1.45832 0.88585,2.88197 0.98297,2.15737 1.50129,2.41617 3.11231,1.55397 1.06311,-0.56896 3.62527,-0.74855 5.6937,-0.39909 z"
+ id="path5866" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -249.92583,783.15467 c 1.65081,0 4.29063,-3.78962 3.36108,-4.82502 -0.16048,-0.17876 -2.35803,-0.0152 -4.88344,0.36355 -3.40869,0.51116 -4.59165,1.13163 -4.59165,2.40835 0,2.25513 1.06261,3.24307 2.77955,2.58422 0.76122,-0.29211 2.26172,-0.5311 3.33446,-0.5311 z"
+ id="path5864" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -128.11405,770.09835 c -2.13456,-1.33489 -12.47514,9.18237 -11.50747,11.70408 0.60215,1.56919 1.60191,0.9114 6.81943,-4.48683 4.79843,-4.96462 5.80708,-6.51744 4.68804,-7.21725 z"
+ id="path5862" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 294.38645,782.19636 c 8.12512,-1.88439 15.03456,-9.00827 17.56099,-18.10602 1.36007,-4.89765 2.81294,-15.93607 2.0972,-15.93388 -0.32147,9.8e-4 -1.86064,2.02176 -3.42037,4.49061 -6.15498,9.7425 -17.47172,16.9282 -29.69019,18.85214 -5.62332,0.88545 -6.8985,1.40738 -6.42581,2.63006 0.32435,0.83897 1.11828,3.2129 1.76428,5.2754 l 1.17456,3.75 6.50652,-0.0239 c 3.57859,-0.0131 8.27336,-0.43362 10.43282,-0.93445 z"
+ id="path5860" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 708.81343,781.51221 c 5.9697,-0.62396 6.1467,-0.72602 6.1467,-3.54531 0,-2.79966 -0.1333,-2.88048 -3.75,-2.27334 -6.5136,1.09346 -9.727,2.39405 -11.0165,4.4588 -1.4599,2.33764 -1.1711,2.3832 8.6198,1.35985 z"
+ id="path5858" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -74.759075,779.90467 c 0.27211,-0.6875 7.96072,-12.23996 17.08579,-25.67214 l 16.59105,-24.42214 -3.58493,-2.43602 c -2.99771,-2.03701 -3.79195,-2.21356 -4.84883,-1.07786 -2.40796,2.58752 -36.68571,50.02944 -36.35553,50.31764 1.05082,0.9172 8.51455,4.4592 9.47469,4.49632 0.62866,0.0243 1.36565,-0.5183 1.63776,-1.2058 z"
+ id="path5856" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 229.57775,778.69381 c -0.88682,-1.35347 -3.24628,-5.43331 -5.24322,-9.06631 l -3.63082,-6.60545 -3.42507,6.17968 c -1.88379,3.39883 -3.28859,6.27411 -3.12178,6.38952 0.97364,0.67361 14.53365,5.42123 15.6683,5.48577 1.07977,0.0614 1.02807,-0.43659 -0.24741,-2.38321 z"
+ id="path5854" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -135.64115,773.949 c 3.22498,-3.68664 4.19597,-5.43298 3.32754,-5.98468 -0.67443,-0.42846 -1.52184,-0.78592 -1.88312,-0.79434 -1.33816,-0.0312 -8.96733,9.9747 -8.3576,10.96126 1.12285,1.81681 2.27519,1.11968 6.91318,-4.18224 z"
+ id="path5852" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 120.26713,777.48514 c 1.34954,-0.37448 1.72927,-1.30253 1.5,-3.66594 l -0.30698,-3.16453 -6.98589,0.31922 c -3.84223,0.17557 -7.09254,0.42587 -7.22289,0.55623 -0.13036,0.13035 0.22841,1.92264 0.79727,3.98285 l 1.03427,3.74584 4.68862,-0.63613 c 2.57874,-0.34987 5.50176,-0.86176 6.4956,-1.13754 z"
+ id="path5850" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 235.02113,773.50087 c 0.94178,-2.77068 2.02409,-6.45703 2.40513,-8.1919 l 0.6928,-3.1543 -7.65278,0 c -5.628,0 -7.56723,0.33073 -7.32945,1.25 0.75987,2.93774 8.4045,15.68761 9.24765,15.42341 0.50837,-0.15929 1.69487,-2.55654 2.63665,-5.32721 z"
+ id="path5848" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -244.80515,775.76587 c 1.5664,-2.36917 0.70874,-3.61096 -2.48469,-3.59755 -5.69036,0.0239 -7.75,0.99772 -7.75,3.66425 0,2.34801 0.18777,2.41697 4.75,1.74458 2.6125,-0.38504 5.08061,-1.20011 5.48469,-1.81128 z"
+ id="path5846" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 42.094205,775.10951 c 3.42054,-1.15229 9.09772,-3.40028 12.61596,-4.99553 5.43675,-2.46514 6.34827,-3.24255 6.0734,-5.17988 -0.24908,-1.75554 -1.12783,-2.39435 -3.82341,-2.77943 -3.44362,-0.49195 -3.50487,-0.58457 -3.80226,-5.75 -0.16624,-2.8875 -0.46643,-5.25 -0.66709,-5.25 -0.20066,0 -2.37437,0.86138 -4.83046,1.91419 -2.45609,1.0528 -8.3939,2.73065 -13.19513,3.72855 l -8.72951,1.81436 0.60354,5.02145 c 0.33194,2.7618 0.60744,7.22012 0.61222,9.90737 l 0.009,4.88593 4.45744,-0.61096 c 2.4516,-0.33603 7.25607,-1.55375 10.67661,-2.70605 z"
+ id="path5844" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 162.96015,776.49412 c 0,-0.18994 -1.28288,-2.40648 -2.85084,-4.92563 l -2.85083,-4.58028 -3.64917,4.26323 c -2.00704,2.34478 -3.64916,4.656 -3.64916,5.13606 0,0.48006 2.925,0.77814 6.5,0.6624 3.575,-0.11573 6.5,-0.36583 6.5,-0.55578 z"
+ id="path5842" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 646.96015,772.64831 c 0,-4.34963 -0.34471,-4.86266 -9.91069,-14.75 -5.45089,-5.634 -10.28342,-10.69364 -10.73897,-11.24364 -1.86627,-2.2532 7.46408,6.44725 13.33759,12.43716 5.25292,5.35703 6.31207,6.06478 6.31207,4.21788 0,-4.55901 -3.01956,-9.08858 -12.13151,-18.19815 -8.86319,-8.8609 -7.18804,-7.88614 3.49008,2.03085 4.22584,3.92463 4.76261,4.18668 4.12169,2.01226 -1.64918,-5.59512 -4.98006,-10.54639 -12.65257,-18.80769 -4.44003,-4.78077 -9.3743,-10.94231 -10.96503,-13.69231 -10.56535,-18.26497 -7.64438,-41.6748 7.03112,-56.3503 11.03173,-11.03173 28.05392,-15.85621 52.10622,-14.76812 43.23238,1.95578 49.02658,1.93025 59.49998,-0.2622 19.4715,-4.07605 34.2364,-11.14074 45.195,-21.62474 5.0814,-4.86137 7.013,-6.15191 7.992,-5.33945 0.71,0.58928 1.0444,1.47044 0.743,1.95812 -0.3014,0.48768 -0.087,0.88669 0.4762,0.88669 0.5633,0 2.7274,1.45185 4.809,3.22634 2.0816,1.77448 2.9276,2.22448 1.8798,1 -2.5698,-3.00334 -1.468,-2.80891 5.6837,1.0029 19.7586,10.53123 31.4133,35.82771 25.103,54.48581 -2.0076,5.93586 -5.2035,10.56731 -6.8547,9.93367 -2.3151,-0.88839 -58.8926,-37.1469 -63.527,-40.71218 -6.2467,-4.80565 -7.2985,-5.03956 -14.9211,-3.31816 -3.8856,0.87749 -6.8526,1.93878 -6.5932,2.35842 1.1834,1.91486 75.0264,49.76797 91.6835,59.41448 l 4.6691,2.70403 3.0397,-4.418 c 1.6718,-2.4299 4.4639,-7.96385 6.2046,-12.29766 2.8887,-7.19195 3.1638,-8.83968 3.1516,-18.87965 -0.016,-12.92991 -2.8753,-23.56026 -9.3104,-34.61105 -6.2175,-10.67711 -10.2018,-14.75845 -18.4554,-18.90482 -4.1083,-2.0639 -9.2707,-5.37966 -11.4719,-7.36834 -2.2013,-1.98868 -4.4142,-3.61579 -4.9176,-3.61579 -0.5034,0 -1.5692,-0.25091 -2.3683,-0.55758 -0.9697,-0.3721 -2.3627,0.99458 -4.1876,4.10853 -2.524,4.30682 -2.8596,4.54101 -4.3592,3.04141 -1.4157,-1.41567 -1.4451,-1.91208 -0.2285,-3.85853 10.8863,-17.4171 11.8784,-41.37472 2.3871,-57.64936 -3.614,-6.19689 -13.5498,-16.45119 -20.5922,-21.25235 -22.4658,-15.31598 -45.8593,-16.6481 -60.475,-3.44367 -3.1084,2.80825 -4.2398,3.33499 -5.0546,2.35325 -0.7819,-0.94217 -0.049,-2.10484 2.8718,-4.55724 5.5787,-4.68359 14.0766,-8.29695 20.9862,-8.92349 5.8815,-0.53332 6.1914,-0.7716 6.1914,-4.76097 0,-8.75045 0.1469,-8.50123 -5,-8.48522 -2.6125,0.008 -7.5828,0.68265 -11.0451,1.49892 -6.6143,1.55938 -19.6928,8.15794 -22.6534,11.42944 -0.9567,1.05709 -2.3141,1.70147 -3.0164,1.43195 -1.0637,-0.40816 -2.6037,1.50613 -2.9487,3.66535 -0.048,0.29725 -1.4962,2.32225 -3.21918,4.5 -8.2292,10.40082 -10.8914,19.04831 -10.1084,32.83453 0.2851,5.01877 0.8282,9.87768 1.207,10.79759 0.3788,0.91991 5.604,4.66833 11.61148,8.32983 6.0075,3.66149 10.9044,6.95884 10.8821,7.32744 -0.022,0.36859 -1.3644,2.21858 -2.9823,4.11109 -2.6619,3.11385 -2.7969,3.60072 -1.42,5.12222 0.8369,0.92472 4.4383,2.63881 8.0033,3.80909 11.0184,3.61711 24.3304,2.44854 32.976,-2.89475 3.6432,-2.25159 9.8806,-8.89377 9.0923,-9.68216 -0.2721,-0.27206 -2.1561,0.0537 -4.1868,0.72385 -6.1467,2.02858 -18.8634,0.82995 -26.1762,-2.46728 -6.9398,-3.12901 -13.7109,-9.6278 -17.358,-16.65985 -3.0784,-5.93543 -3.9243,-20.95505 -1.5308,-27.18099 2.2333,-5.80925 6.1478,-10.52973 7.575,-9.1345 0.7987,0.78079 0.4325,2.29179 -1.3329,5.5 -7.2531,13.18077 -4.7243,29.0248 6.2634,39.24418 10.9717,10.20454 24.4374,12.13828 37.8951,5.44195 9.769,-4.8609 18.4022,-15.6818 19.8249,-24.8487 0.4939,-3.18262 0.202,-3.63423 -4.3069,-6.66398 -2.6603,-1.7875 -5.3689,-3.25 -6.0191,-3.25 -1.3285,0 -3.2623,6.06013 -3.2708,10.25 0,1.68782 -0.5463,2.75 -1.4056,2.75 -0.77,0 -3.0259,1.62593 -5.0132,3.61318 -2.4715,2.47153 -4.2301,3.45185 -5.5658,3.10256 -1.0739,-0.28084 -1.8555,-0.0453 -1.7368,0.52344 0.6325,3.03076 -10.8522,2.58437 -15.7295,-0.61138 -5.114,-3.35083 -7.1375,-10.06536 -5.0323,-16.69835 1.164,-3.66759 2.9776,-1.43926 2.9776,3.65861 l 0,4.91194 4.9119,0 c 5.7097,0 7.5511,2.1574 2.674,3.13281 -5.9467,1.18935 -2.1641,4.36719 5.1983,4.36719 3.3214,0 5.4442,-0.74501 8.5658,-3.00627 2.2825,-1.65345 4.15,-3.67845 4.15,-4.5 0,-0.82155 0.3889,-1.49373 0.8641,-1.49373 0.9868,0 4.1359,-7.74847 4.1359,-10.17644 0,-1.92281 -2.0248,-2.82356 -6.3471,-2.82356 -2.8968,0 -3.3362,0.43004 -4.8798,4.77613 -1.8454,5.19581 -6.9301,10.8629 -8.7419,9.74315 -0.7721,-0.4772 -0.3687,-1.70257 1.2705,-3.85924 2.7821,-3.66025 5.6983,-9.09036 5.6983,-10.61038 0,-2.43098 -9.1227,-0.3994 -14.2541,3.17433 -2.4783,1.72596 -2.8164,1.7559 -3.3755,0.299 -0.6798,-1.77171 1.1409,-3.49001 6.4139,-6.05299 4.4117,-2.14438 18.1948,-2.14661 24.1829,-0.004 10.4153,3.72682 17.927,10.18649 22.7153,19.53391 2.5081,4.89593 2.8169,6.54339 2.8121,15 0,8.83922 -0.2568,10.02939 -3.6207,17.11111 -1.9885,4.18611 -4.1309,7.9297 -4.761,8.3191 -0.63,0.38939 -0.8924,1.11759 -0.583,1.61822 0.9015,1.45856 -1.551,5.15746 -3.0405,4.58588 -0.7465,-0.28645 -3.0745,0.8484 -5.1733,2.52189 -13.1643,10.49635 -31.3186,13.7779 -65.5347,11.846 -28.99159,-1.63692 -47.61885,-1.51581 -56.55703,0.36772 -9.97905,2.10286 -16.92532,6.04804 -20.148,11.44318 -18.61177,31.1583 -27.9791,43.18699 -33.63175,43.18699 -1.7181,0 -2.44663,0.73276 -2.93379,2.9508 -1.02197,4.65297 0.49827,12.16919 2.87939,14.23604 10.27606,8.91978 13.00908,11.77301 15.52689,16.20987 3.30676,5.82715 6.08291,14.52145 6.08291,19.05039 0,1.69626 0.81607,4.65208 1.8135,6.5685 1.63724,3.14574 34.63926,37.3917 36.4365,37.80989 0.4125,0.096 0.75,-1.85335 0.75,-4.33185 z"
+ id="path5840" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 656.654,643.51519 c -0.35171,-0.35171 -0.39562,-1.03405 -0.0976,-1.51631 0.63919,-1.03422 2.40372,-0.14245 2.40372,1.21481 0,1.07509 -1.35536,1.25229 -2.30615,0.3015 z"
+ id="path5838" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 667.99998,632.70266 c -1.46629,-1.76677 -0.54892,-5.13865 1.62499,-5.97286 2.02206,-0.77594 4.36907,1.13172 4.0341,3.27893 -0.63621,4.0781 -3.41321,5.40005 -5.65909,2.69393 z"
+ id="path5836" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 761.94683,772.18669 c 0.974,-2.35129 0.9043,-3.90985 -0.3674,-8.21685 -1.5627,-5.29269 -1.5577,-5.3342 1.1918,-9.81517 2.6648,-4.34293 2.9614,-4.51745 8.4987,-5 5.0085,-0.43646 5.9879,-0.88124 7.7073,-3.5 1.0834,-1.65 1.9704,-3.225 1.9711,-3.5 8e-4,-0.275 -3.7262,-0.58372 -8.2823,-0.68604 l -8.2837,-0.18604 -6.0731,9.93993 -6.0731,9.93994 2.3405,4.62316 c 1.2873,2.54274 2.6275,6.1527 2.9782,8.02213 0.7308,3.89547 2.3554,3.29584 4.392,-1.62106 z"
+ id="path5834" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -155.03985,751.64792 c 18.83715,-20.99818 17.30518,-18.99508 15.606,-20.40527 -1.19428,-0.99117 -3.83986,1.42883 -15.27522,13.97272 -7.60693,8.34433 -16.38216,17.93177 -19.50052,21.30541 -5.22437,5.65206 -5.54728,6.26999 -4.11076,7.86649 1.45734,1.61964 1.82701,1.42541 5.66974,-2.979 2.26092,-2.59138 10.18576,-11.48354 17.61076,-19.76035 z"
+ id="path5832" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -75.951255,758.79401 c 17.45108,-24.25517 17.10011,-23.70811 16.03026,-24.98631 -0.53079,-0.63417 -2.2711,-1.91955 -3.86734,-2.85641 l -2.90227,-1.70339 -5.42462,7.57942 c -2.98354,4.16868 -7.45233,10.3352 -9.93064,13.70338 -5.30424,7.20879 -13.33388,18.58629 -14.39129,20.39157 -0.50449,0.86129 0.64184,1.88738 3.57626,3.20116 2.37531,1.06345 4.58412,1.61803 4.90848,1.2324 0.32436,-0.38564 5.72488,-7.83846 12.00116,-16.56182 z"
+ id="path5830" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 375.76297,770.79635 c 14.97991,-10.42813 39.57205,-23.2481 59.69718,-31.12035 21.20037,-8.29284 42.14162,-18.33069 57.48196,-27.55307 5.76508,-3.46588 11.03279,-6.30159 11.70602,-6.30159 0.67322,0 1.0419,-0.29472 0.81927,-0.65493 -0.22262,-0.36022 2.38467,-2.52326 5.79399,-4.80678 3.40932,-2.28351 7.26226,-4.9917 8.5621,-6.0182 l 2.36335,-1.86635 -4.86335,-6.25675 c -2.67484,-3.44121 -5.82602,-7.5904 -7.00264,-9.22042 l -2.13929,-2.96368 -10.86071,5.6581 c -13.47239,7.0187 -20.14227,11.10508 -47.8607,29.32242 -23.55142,15.47867 -35.45208,21.65666 -66.61982,34.58439 l -18.61981,7.72312 -0.52455,6.53482 c -0.39731,4.94953 -0.0427,7.9616 1.46162,12.41621 1.09239,3.23476 2.19363,5.88138 2.44719,5.88138 0.25356,0 3.92475,-2.41125 8.15819,-5.35832 z"
+ id="path5828" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 492.26561,767.90467 c -0.27797,-4.5375 -0.79835,-9.49126 -1.15639,-11.00835 l -0.65097,-2.75835 -5.04166,3.39526 c -2.77292,1.86739 -6.73089,4.30062 -8.79549,5.40718 l -3.75383,2.01193 2.79644,1.89175 c 1.53804,1.04046 5.27144,3.17402 8.29644,4.74125 3.025,1.56723 5.9275,3.23647 6.45,3.70942 2.02724,1.83499 2.34346,0.57553 1.85546,-7.39009 z"
+ id="path5826" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 500.59084,768.43352 -0.5238,-4.27705 3.76227,2.16529 3.76227,2.16528 3.19115,-2.35932 c 1.75513,-1.29762 2.85056,-2.6572 2.43429,-3.02127 -1.28981,-1.12806 -19.40497,-8.13702 -19.85851,-7.68348 -0.23555,0.23556 -0.13142,4.95822 0.23141,10.4948 l 0.6597,10.0665 3.43252,-1.63685 c 3.27738,-1.56287 3.40884,-1.83015 2.9087,-5.9139 z"
+ id="path5824" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 711.21013,774.69668 c 3.3665,-0.56794 3.75,-0.94167 3.75,-3.65471 0,-2.67502 -0.2584,-2.94158 -2.25,-2.32116 -5.239,1.63206 -6.6855,2.44475 -7.6892,4.32025 -1.475,2.75599 -1.3337,3.32326 0.6892,2.76832 0.9625,-0.26404 3.4375,-0.76476 5.5,-1.1127 z"
+ id="path5822" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 152.11956,769.90467 c 2.0811,-2.3375 3.7966,-4.52999 3.81221,-4.87219 0.0156,-0.34221 -1.73228,-0.90373 -3.8842,-1.24784 -2.15192,-0.34411 -4.62692,-0.89976 -5.5,-1.2348 -1.17391,-0.45047 -1.58597,0.005 -1.58184,1.74784 0.007,3.03645 1.89566,9.85699 2.72921,9.85699 0.35243,0 2.34351,-1.9125 4.42462,-4.25 z"
+ id="path5820" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -242.5284,768.83488 c 2.29889,-3.28213 1.87541,-4.69114 -1.26144,-4.19708 -1.5125,0.23823 -4.38792,0.68807 -6.38981,0.99965 -2.61608,0.40717 -3.79787,1.1709 -4.20176,2.7154 -0.81247,3.10688 -0.39915,3.33917 5.25725,2.95454 3.82268,-0.25994 5.48158,-0.88181 6.59576,-2.47251 z"
+ id="path5818" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -86.622165,753.79966 c 6.4381,-8.72025 11.56539,-15.93637 11.39398,-16.03582 -0.17141,-0.0994 -2.759,-1.66134 -5.75019,-3.47088 l -5.43852,-3.29007 -6.16703,6.82589 c -13.536185,14.98232 -22.355465,25.82635 -21.610235,26.57158 1.51085,1.51085 14.659995,6.63657 15.260335,5.94869 0.33331,-0.38191 5.87356,-7.82913 12.31166,-16.54939 z"
+ id="path5816" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -102.77173,761.4927 -2.17088,-1.83803 3.94372,-4.49972 c 3.248485,-3.70646 4.243095,-4.31088 5.641865,-3.42855 2.68963,1.69657 2.49329,2.65073 -1.49518,7.2663 -3.707915,4.29089 -3.772245,4.31806 -5.919525,2.5 z"
+ id="path5814" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -95.922135,755.98936 c 1.72739,-2.4259 1.8028,-2.92796 0.51401,-3.42252 -2.16922,-0.83241 -7.826775,5.64788 -6.415455,7.34842 1.24166,1.49611 2.759735,0.48623 5.901445,-3.9259 z"
+ id="path5812" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -89.839845,745.95467 c -1.6566,-1.6566 -1.50132,-3.30654 0.46372,-4.92756 1.50433,-1.24095 1.55197,-1.16269 0.4973,0.81687 -1.74727,3.27952 0.46098,3.99309 3.6067,1.16546 l 2.61966,-2.35477 -2.44369,3.19467 c -2.7745,3.62715 -3.08436,3.76466 -4.74369,2.10533 z"
+ id="path5810" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -84.030705,738.66568 c -0.67967,-0.81894 -1.70429,-1.19941 -2.27696,-0.84549 -0.60552,0.37424 -0.74194,0.15928 -0.326,-0.51372 0.81577,-1.31994 4.59382,0.22899 4.59382,1.88338 0,1.35101 -0.55612,1.20459 -1.99086,-0.52417 z"
+ id="path5808" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 120.96015,765.15467 c 0,-3.73441 -0.18993,-4 -2.86043,-4 -1.57323,0 -4.94823,-0.28617 -7.5,-0.63592 l -4.63957,-0.63593 0,3.05414 c 0,5.76123 0.59518,6.21771 8.10699,6.21771 l 6.89301,0 0,-4 z"
+ id="path5806" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 292.1977,764.97561 c 11.73554,-5.40926 21.27694,-18.32527 23.87635,-32.32094 1.31734,-7.0928 0.58497,-19.97784 -1.53464,-27 -0.83008,-2.75 -2.87993,-7.16092 -4.55522,-9.80204 l -3.04599,-4.80203 -2.76233,2.7224 -2.76234,2.72239 1.91841,7.57964 c 1.68173,6.64455 1.773,8.44322 0.73977,14.57964 -2.64218,15.6922 -13.60304,28.05845 -28.86156,32.56215 -4.20215,1.2403 -4.24994,1.30612 -4.24442,5.84614 0.003,2.52544 0.49083,6.33937 1.08391,8.4754 l 1.07834,3.88368 6.09324,-0.63687 c 3.56273,-0.37238 8.95182,-1.95448 12.97648,-3.80956 z"
+ id="path5804" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 279.04882,760.32036 c -0.78649,-1.46957 -0.69096,-2.25087 0.3843,-3.14326 2.2975,-1.90676 5.02703,-0.82556 5.02703,1.99127 0,3.21408 -3.86713,4.03734 -5.41133,1.15199 z"
+ id="path5802" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 283.96015,759.15467 c 0,-1.33333 -0.66667,-2 -2,-2 -1.92719,0 -2.7099,1.95677 -1.33333,3.33333 1.37656,1.37657 3.33333,0.59386 3.33333,-1.33333 z"
+ id="path5800" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 290.669,756.53019 c -0.98861,-0.98861 -0.89022,-5.37552 0.12055,-5.37552 0.45617,0 0.79367,0.99846 0.75,2.21879 -0.0484,1.35329 0.60323,2.35709 1.6706,2.57333 1.19917,0.24294 1.75,-0.27184 1.75,-1.63546 0,-1.0945 -0.3375,-2.17749 -0.75,-2.40666 -0.4125,-0.22917 -0.3,-0.34167 0.25,-0.25 0.55,0.0917 1,1.25417 1,2.58333 0,1.67081 -0.62996,2.50685 -2.04115,2.70885 -1.12263,0.1607 -2.36013,-0.0268 -2.75,-0.41666 z"
+ id="path5798" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 277.46015,754.15467 c -0.33992,-0.55 -0.16803,-1 0.38197,-1 0.55,0 1.27811,0.45 1.61803,1 0.33992,0.55 0.16803,1 -0.38197,1 -0.55,0 -1.27811,-0.45 -1.61803,-1 z"
+ id="path5796" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 299.62682,747.488 c -1.28961,-1.28961 -0.64826,-5.12642 0.96008,-5.74359 2.02153,-0.77574 4.37325,1.06645 4.37325,3.42572 0,2.29185 -3.73578,3.91543 -5.33333,2.31787 z"
+ id="path5794" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 303.50127,745.08814 c 0.92034,-1.48915 -0.14673,-2.29879 -2.06137,-1.56407 -0.88358,0.33906 -1.32643,1.06965 -0.98412,1.62354 0.81058,1.31154 2.21511,1.28411 3.04549,-0.0595 z"
+ id="path5792" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 305.32178,735.65467 c -0.86358,-2.25044 0.33968,-4.5 2.40699,-4.5 2.81754,0 4.31516,1.97495 3.14939,4.1532 -1.18855,2.22082 -4.75191,2.44323 -5.55638,0.3468 z"
+ id="path5790" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 309.96015,733.59565 c 0,-0.79254 -0.675,-1.44098 -1.5,-1.44098 -1.50623,0 -2.05568,2.11099 -0.86052,3.30615 0.93324,0.93324 2.36052,-0.19452 2.36052,-1.86517 z"
+ id="path5788" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 309.02415,723.73178 c -1.55234,-1.87045 -0.56733,-3.57711 2.06457,-3.57711 1.49494,0 1.92858,0.55692 1.69098,2.17167 -0.39931,2.71374 -2.13171,3.36205 -3.75555,1.40544 z"
+ id="path5786" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 311.96015,722.15467 c 0,-0.55 -0.45,-1 -1,-1 -0.55,0 -1,0.45 -1,1 0,0.55 0.45,1 1,1 0.55,0 1,-0.45 1,-1 z"
+ id="path5784" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 308.96015,712.65467 c 0,-0.825 0.675,-1.5 1.5,-1.5 0.825,0 1.5,0.675 1.5,1.5 0,0.825 -0.675,1.5 -1.5,1.5 -0.825,0 -1.5,-0.675 -1.5,-1.5 z"
+ id="path5782" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 795.67683,767.64054 c 3.4893,-2.44396 10.4331,-12.12147 21.1567,-29.48587 8.1644,-13.22023 14.1266,-23.31012 14.1266,-23.90659 0,-0.39882 -1.8303,-1.75382 -4.0673,-3.0111 -2.2371,-1.25729 -6.3893,-3.81515 -9.2272,-5.68414 -2.838,-1.86899 -5.67,-3.39817 -6.2935,-3.39817 -0.6234,0 -3.0846,3.0375 -5.4693,6.75 -2.3846,3.7125 -7.2429,11.25 -10.7962,16.75 -3.5533,5.5 -7.8873,12.25 -9.6313,15 -1.744,2.75 -4.7627,7.475 -6.7084,10.5 -1.9457,3.025 -3.8354,6.03929 -4.1993,6.69841 -0.5843,1.05806 5.2416,5.93872 11.9279,9.99278 2.7497,1.66721 6.6318,1.5804 9.1813,-0.20532 z"
+ id="path5780" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 786.03273,758.51981 c -2.6591,-3.3805 -2.6183,-5.94496 0.1591,-9.99831 2.3319,-3.40316 5.5383,-5.36683 8.7633,-5.36683 1.6804,0 1.7789,-0.35016 0.849,-3.01765 -0.5786,-1.65971 -0.7544,-4.20324 -0.3907,-5.65229 0.7984,-3.18094 6.0708,-8.33006 8.5296,-8.33006 1.5051,0 1.696,-0.66932 1.2696,-4.45225 -0.4465,-3.96148 -0.1659,-4.78821 2.5459,-7.5 2.0402,-2.04024 4.0379,-3.04775 6.0429,-3.04775 4.5793,0 5.9632,0.87763 7.1753,4.55035 1.4987,4.54108 -0.8956,9.68984 -5.5284,11.88824 -3.0621,1.45305 -3.3085,1.89393 -2.8022,5.01411 0.9877,6.08616 -6.2841,14.06673 -11.1247,12.20919 -1.2173,-0.46713 -1.2858,-0.15133 -0.3923,1.80959 4.1482,9.10444 -9.0878,19.53241 -15.0964,11.89366 z"
+ id="path5778" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 796.20443,757.17717 c 3.3801,-2.65881 3.9951,-6.44841 1.5508,-9.55583 -2.4663,-3.13545 -5.7758,-3.14067 -9.1491,-0.0144 -6.842,6.34096 0.2875,15.32086 7.5983,9.57025 z"
+ id="path5776" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 804.27583,741.99133 c 4.6618,-2.48287 6.2278,-8.15027 3.1129,-11.26523 -2.1355,-2.13545 -4.6472,-1.97395 -7.7937,0.50115 -3.0931,2.43298 -3.5602,7.24747 -0.9799,10.09868 1.9378,2.14122 2.7177,2.23289 5.6607,0.6654 z"
+ id="path5774" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 816.73763,724.59797 c 4.1697,-2.92056 1.9518,-11.4433 -2.9779,-11.4433 -4.7473,0 -8.8191,8.58053 -5.5996,11.8 1.6738,1.67377 5.9314,1.49671 8.5775,-0.3567 z"
+ id="path5772" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 713.76813,767.2945 c 0.8563,-0.54307 1.0748,-1.75867 0.6327,-3.52001 l -0.6752,-2.69047 -2.3828,3.22961 c -1.3105,1.77628 -2.3827,3.36717 -2.3827,3.53532 0,0.64604 3.563,0.23517 4.808,-0.55445 z"
+ id="path5770" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 770.39633,759.25057 c 2.5101,-3.77567 4.5638,-7.14185 4.5638,-7.48038 0,-0.33854 -1.6875,-0.61551 -3.75,-0.61549 -3.076,2e-5 -4.2443,0.61947 -6.5,3.44657 -1.5125,1.8956 -2.75,4.07843 -2.75,4.85075 0,2.55102 2.1792,7.70996 3.0337,7.18185 0.4613,-0.28513 2.8925,-3.60762 5.4025,-7.3833 z"
+ id="path5768" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -243.29233,763.56292 c 2.34176,-0.35906 3.68713,-1.34807 4.82374,-3.54603 0.86692,-1.67644 1.31378,-3.31053 0.99301,-3.63129 -0.55135,-0.55135 -14.40052,1.23423 -15.03329,1.93825 -0.16354,0.18195 -0.61687,1.82158 -1.0074,3.64363 l -0.71007,3.3128 3.84325,-0.6097 c 2.11379,-0.33534 5.30463,-0.83379 7.09076,-1.10766 z"
+ id="path5766" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -110.01757,755.43066 c 11.551685,-13.77419 10.746985,-11.97765 6.85565,-15.30572 -1.85786,-1.58894 -3.82793,-2.89927 -4.37793,-2.91183 -0.97868,-0.0224 -18.67436,19.22988 -19.33497,21.03572 -0.31244,0.85408 7.08861,4.67845 9.35725,4.8352 0.56226,0.0389 3.93726,-3.40517 7.5,-7.65337 z"
+ id="path5764" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 155.54217,758.94221 c -0.37048,-2.31685 -0.82856,-4.36742 -1.01796,-4.55682 -0.1894,-0.1894 -2.4599,1.14371 -5.04556,2.96246 l -4.7012,3.30682 3.84135,1.17315 c 7.05627,2.15498 7.68733,1.89196 6.92337,-2.88561 z"
+ id="path5762" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -194.03985,758.67082 24.5,-1.42725 4.79643,-5.16469 c 2.63803,-2.84058 4.66303,-5.29339 4.5,-5.45069 -0.16304,-0.1573 -11.24304,0.61269 -24.62224,1.7111 -13.37919,1.0984 -24.5553,1.7676 -24.8358,1.4871 -0.52882,-0.52882 0.60287,-5.77916 6.18005,-28.67172 l 3.28893,-13.5 -4.65369,-4.19648 c -2.55952,-2.30806 -4.93,-3.88306 -5.26772,-3.5 -0.33772,0.38307 -1.13971,2.94648 -1.7822,5.69648 -0.64249,2.75 -1.83326,7.25 -2.64614,10 -2.29054,7.74891 -11.45761,43.20833 -11.45761,44.31951 0,0.55454 1.64985,0.79961 3.75,0.55703 2.0625,-0.23823 14.77499,-1.0754 28.24999,-1.86039 z"
+ id="path5760" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 93.982985,759.15467 c 1.04068,-1.64917 1.28078,-10.26693 0.37961,-13.62485 -0.52222,-1.94589 -0.92112,-2.04314 -4.73634,-1.15467 -2.29136,0.5336 -10.79541,0.77203 -18.8979,0.52984 -12.85521,-0.38425 -14.79627,-0.23717 -15.23783,1.15467 -0.84127,2.65174 -0.33476,12.09787 0.68242,12.72652 1.82304,1.1267 15.36639,2.17781 26.07535,2.02372 8.37859,-0.12056 10.99956,-0.49026 11.73469,-1.65523 z"
+ id="path5758" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 230.96015,760.32629 4.5,-0.68013 -2.81245,-1.99575 c -1.54685,-1.09766 -4.11143,-3.02895 -5.69906,-4.29177 l -2.88661,-2.29603 -1.15227,4.29603 c -0.63375,2.36282 -1.35823,4.63353 -1.60996,5.04603 -0.54504,0.89315 3.44665,0.86076 9.66035,-0.0784 z"
+ id="path5756" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 514.45172,756.90467 c -0.39194,-2.43443 -1.54636,-4.92951 -2.70236,-5.84064 -1.59359,-1.25602 -1.87319,-2.25052 -1.32915,-4.72753 0.37894,-1.72529 0.4016,-4.04235 0.0503,-5.14902 -0.57916,-1.82477 -1.38491,-1.43365 -8.65315,4.20026 -4.408,3.41681 -8.20253,6.51658 -8.43231,6.88837 -0.41993,0.67946 17.91175,8.54993 20.41295,8.76403 1.02213,0.0875 1.1764,-0.88855 0.65367,-4.13547 z"
+ id="path5754" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 521.09366,758.453 c 1.28397,-1.09843 1.45628,-2.18327 0.80526,-5.06982 -0.45554,-2.0198 -0.67676,-3.82386 -0.4916,-4.00902 0.18516,-0.18516 1.88556,0.31052 3.77866,1.10151 3.11689,1.30232 3.6688,1.26708 5.84315,-0.37303 1.32062,-0.99615 2.18286,-2.00516 1.91608,-2.24225 -0.26678,-0.23709 -3.63506,-1.63393 -7.48506,-3.10409 -3.85,-1.47016 -8.4625,-3.32467 -10.25,-4.12114 -3.03853,-1.35391 -3.25,-1.3237 -3.25,0.46426 0,1.05182 0.76402,2.67641 1.69782,3.61022 1.19263,1.19262 1.74041,3.54615 1.84094,7.90954 0.20289,8.80667 1.06679,9.70748 5.59475,5.83382 z"
+ id="path5752" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 121.96015,755.79396 c 0,-3.30745 -0.0832,-3.3707 -5.25,-3.99131 -10.43554,-1.25345 -10.75,-1.1554 -10.75,3.35202 l 0,4 8,0 8,0 0,-3.36071 z"
+ id="path5750" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 149.0273,756.40467 c 2.13769,-1.5125 3.74843,-3.19598 3.57942,-3.74107 -0.16901,-0.54509 0.29138,-1.58973 1.02307,-2.32143 0.7317,-0.7317 1.33036,-3.12372 1.33036,-5.31561 l 0,-3.98525 -4.24073,2.52887 c -4.03964,2.40895 -5.95382,4.58449 -4.03373,4.58449 0.49071,0 1.76571,0.67762 2.83333,1.50583 1.80415,1.39957 1.73728,1.43288 -0.94756,0.47202 -1.58878,-0.56859 -2.9669,-0.90872 -3.06249,-0.75583 -0.80682,1.29045 -2.12485,7.54989 -1.79691,8.5337 0.57124,1.71372 0.89448,1.62215 5.31524,-1.50572 z"
+ id="path5748" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -242.65276,755.55599 c 6.04229,-0.61905 6.44577,-0.82758 8.03029,-4.15036 0.91759,-1.92422 1.47028,-3.69664 1.2282,-3.93873 -0.24209,-0.24208 -2.73638,-0.0228 -5.54286,0.48729 -2.80649,0.5101 -5.10271,0.58307 -5.10271,0.16215 0,-0.42091 2.71306,-1.08018 6.02901,-1.46504 5.70618,-0.66227 6.10778,-0.88826 7.5,-4.22031 1.81577,-4.34575 1.82958,-4.16063 -0.27901,-3.73989 -0.9625,0.19206 -5.48547,0.88352 -10.05104,1.53657 -8.15721,1.16681 -8.31185,1.24143 -8.925,4.30719 -0.75072,3.7536 -0.49692,4.11616 2.72604,3.89421 1.60838,-0.11076 1.19902,0.19306 -1.14779,0.85189 -2.79153,0.78367 -3.76756,1.65058 -4.15803,3.69318 -0.61757,3.23059 0.0284,4.50098 1.91954,3.77527 0.77628,-0.29789 4.27429,-0.83493 7.77336,-1.19342 z"
+ id="path5746" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 37.338965,754.64422 c 3.18946,-0.83075 8.02092,-2.46629 10.7366,-3.63454 4.70885,-2.0257 4.92477,-2.28902 4.66109,-5.6843 -0.26851,-3.45729 0.89237,-4.79409 5.59829,-6.4467 0.66806,-0.2346 -2.8173,-13.72809 -4.02495,-15.58248 -0.1284,-0.19716 -4.87214,0.87124 -10.54165,2.37423 -5.6695,1.50299 -13.27942,3.2393 -16.91092,3.85847 -3.6315,0.61917 -6.72223,1.35077 -6.8683,1.62577 -0.14606,0.275 1.01372,6.0125 2.57729,12.75 l 2.84286,12.25 3.06534,0 c 1.68594,0 5.6749,-0.6797 8.86435,-1.51045 z"
+ id="path5744" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 26.960155,733.15467 c 0,-0.55 0.19844,-1 0.44098,-1 0.24254,0 0.7191,0.45 1.05902,1 0.33992,0.55 0.14148,1 -0.44098,1 -0.58246,0 -1.05902,-0.45 -1.05902,-1 z"
+ id="path5742" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 123.41334,747.55249 c 0.37168,-1.9812 0.53426,-3.74232 0.36129,-3.91359 -0.43141,-0.42718 -16.06418,-2.57169 -16.37077,-2.24575 -0.13529,0.14384 -0.40297,2.06152 -0.59485,4.26152 l -0.34886,4 6.5,0.5774 c 3.575,0.31757 7.23742,0.65507 8.13871,0.75 1.14247,0.12033 1.84335,-0.91822 2.31448,-3.42958 z"
+ id="path5740" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 275.96015,748.2915 c 0,-0.34651 -1.16195,-4.11905 -2.58212,-8.38342 -2.02433,-6.07852 -2.99643,-7.75341 -4.5,-7.75341 -1.05483,0 -1.91788,0.47002 -1.91788,1.04448 0,0.91762 2.62266,12.55518 3.51156,15.58191 0.33572,1.14312 5.48844,0.6835 5.48844,-0.48956 z"
+ id="path5738" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 838.03593,749.16361 c 16.2456,-2.35059 31.9953,-12.58275 44.395,-28.84219 2.1283,-2.79089 4.3126,-4.80061 4.854,-4.46604 0.5413,0.33457 0.7043,0.15537 0.3622,-0.39821 -0.3422,-0.55359 0.9482,-4.15442 2.8674,-8.00185 10.9592,-21.96948 6.9568,-45.70547 -9.4862,-56.25686 -11.8787,-7.62254 -26.5202,-4.98134 -31.9535,5.76414 -1.6181,3.20002 -1.74,4.62497 -0.9148,10.69207 0.5237,3.85 0.7062,8.35 0.4056,10 -0.3007,1.65 -0.7745,5.67809 -1.0531,8.95131 -0.4389,5.15769 -0.1535,6.55791 2.1405,10.5 4.9092,8.43595 14.2545,16.15434 19.1159,15.78814 1.158,-0.0872 1.9192,-0.34483 1.6915,-0.57244 -0.8659,-0.86595 4.774,-7.11793 5.861,-6.49694 0.6263,0.35782 0.8443,0.32152 0.4844,-0.0807 -0.3598,-0.40219 0.7056,-4.41184 2.3676,-8.91033 3.7696,-10.20333 4.2228,-20.53542 1.1326,-25.82645 -2.3564,-4.03469 -7.7389,-7.85259 -11.0707,-7.85259 -2.721,0 -8.2752,4.98231 -8.2752,7.42308 0,0.8673 -0.3696,1.57692 -0.8212,1.57692 -0.4517,0 -0.4722,2.89953 -0.046,6.4434 0.8837,7.34001 4.1346,14.20218 9.5018,20.0566 2.0169,2.2 3.3271,3.40428 2.9114,2.67618 -0.6259,-1.09644 -0.3942,-1.09806 1.349,-0.009 1.1575,0.72291 2.1046,1.65613 2.1046,2.07383 0,1.62234 -3.2089,0.64146 -5.5455,-1.6951 -1.35,-1.35 -2.4545,-2.23434 -2.4545,-1.9652 0,1.59149 -6.3694,-7.16083 -8.1664,-11.22154 -3.8507,-8.70175 -1.9199,-22.10645 3.716,-25.79926 3.8571,-2.52728 10.7529,-2.01726 14.4175,1.06634 5.5859,4.7002 7.3611,9.63251 6.7858,18.854 -0.5294,8.48545 -5.1693,21.9366 -8.8294,25.59675 -0.9663,0.96624 -1.4943,2.01929 -1.1735,2.34013 0.3208,0.32083 0.1108,0.58333 -0.4667,0.58333 -0.5775,0 -1.2972,0.94528 -1.5994,2.10062 -0.3021,1.15533 -1.0244,1.80696 -1.6051,1.44806 -0.6165,-0.38102 -0.8332,-0.0723 -0.5207,0.742 0.6311,1.64469 -8.3966,11.12985 -14.7271,15.47336 -9.6356,6.61128 -20.3314,9.83107 -29.8042,8.97211 -5.4815,-0.49705 -5.655,-0.43352 -7.8164,2.86374 -1.2157,1.85463 -2.2104,3.79405 -2.2104,4.30981 0,0.92106 8.0866,2.75715 13,2.9517 1.375,0.0544 5.4591,-0.32917 9.0758,-0.85246 z"
+ id="path5736" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 865.96013,706.00399 -3.5,-3.09687 3.5,2.4682 c 1.925,1.3575 4.175,2.72768 5,3.04482 1.3333,0.51257 1.3333,0.58242 0,0.62868 -0.825,0.0286 -3.075,-1.34154 -5,-3.04483 z"
+ id="path5734" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 859.83253,700.40467 c -1.2438,-1.58606 -1.2085,-1.62143 0.3776,-0.37756 0.9625,0.75485 1.75,1.54235 1.75,1.75 0,0.82304 -0.8212,0.29331 -2.1276,-1.37244 z"
+ id="path5732" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 373.96015,744.13635 c 0,-0.41341 -1.2375,-1.55213 -2.75,-2.53048 -8.11975,-5.25219 -7.25,-5.41755 -7.25,1.37837 l 0,6.05959 5,-2.0779 c 2.75,-1.14285 5,-2.41616 5,-2.82958 z"
+ id="path5730" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -175.63912,745.74635 17.90072,-1.30865 4.25399,-4.89151 c 2.33969,-2.69034 4.14018,-5.0107 4.00109,-5.15637 -0.30105,-0.31528 -38.56574,3.4978 -43.44056,4.32886 -2.55204,0.43507 -3.26303,0.25226 -2.89191,-0.74355 0.27066,-0.72625 1.75475,-5.79289 3.29798,-11.2592 l 2.80587,-9.93874 -3.83057,-3.31126 c -2.10681,-1.82119 -4.13617,-3.31126 -4.5097,-3.31126 -0.37353,0 -1.42565,3.2625 -2.33803,7.25 -0.91239,3.9875 -3.0068,12.39849 -4.65425,18.69109 -1.64745,6.2926 -2.99536,11.63297 -2.99536,11.86749 0,0.23452 3.2625,0.1261 7.25,-0.24093 3.9875,-0.36703 15.30533,-1.25622 25.15073,-1.97597 z"
+ id="path5728" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 281.00981,746.62899 c 1.62269,-0.83912 2.95034,-1.727 2.95034,-1.97306 0,-0.24606 -2.10217,-3.85376 -4.6715,-8.01711 -3.85848,-6.25231 -4.90017,-7.34105 -5.98546,-6.25577 -1.08528,1.08529 -0.84446,2.74609 1.38372,9.54279 1.48373,4.52586 2.84953,8.22883 3.03512,8.22883 0.18559,0 1.66509,-0.68656 3.28778,-1.52568 z"
+ id="path5726" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 606.14679,744.90467 c 0.17235,-1.7875 0.0298,-6.93783 -0.31673,-11.44519 -0.73819,-9.60107 -4.45886,-18.63031 -10.37575,-25.1796 -4.88048,-5.40211 -15.64841,-12.4933 -22.22879,-14.63871 -11.21158,-3.65533 -26.33971,-0.23721 -33.90671,7.66103 -2.45204,2.55937 -2.59246,3.04724 -1.26045,4.37925 1.33201,1.33201 2.16203,1.13551 7.4504,-1.76388 5.24275,-2.87438 6.84443,-3.26036 13.45139,-3.24155 6.25956,0.0178 8.45556,0.50172 13.27756,2.92576 12.20288,6.13444 20.91751,19.80665 21.29749,33.41321 l 0.20891,7.48074 5.35802,1.72688 c 2.94691,0.94979 5.66701,1.77305 6.04466,1.82947 0.37765,0.0564 0.82765,-1.35991 1,-3.14741 z"
+ id="path5724" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 532.96015,744.03859 c 0,-2.5209 -4.52196,-19.88392 -5.1785,-19.88392 -0.39079,0 -4.15668,2.92867 -8.36862,6.50815 l -7.65809,6.50816 3.8526,1.64092 c 15.33765,6.5327 17.35261,7.13962 17.35261,5.22669 z"
+ id="path5722" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 538.43705,743.18019 c 1.37716,-1.52174 1.63928,-2.89749 1.14317,-6 -0.35404,-2.21403 -0.52292,-4.02552 -0.37529,-4.02552 0.14764,0 1.75534,0.42644 3.57269,0.94765 3.00953,0.86312 3.55942,0.66242 6.16467,-2.25 1.91518,-2.14098 2.47336,-3.40465 1.68913,-3.82408 -1.46045,-0.78108 -19.7523,-4.12675 -20.18404,-3.69175 -0.57101,0.57533 4.77386,20.81818 5.49678,20.81818 0.38831,0 1.51011,-0.88851 2.49289,-1.97448 z"
+ id="path5720" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -112.55451,738.4425 5.19109,-5.71216 4.05569,3.21216 c 2.23063,1.7667 4.723775,3.21217 5.540315,3.21217 0.81654,0 3.59908,-2.475 6.18342,-5.5 2.58434,-3.025 5.07472,-5.5 5.53419,-5.5 0.45947,0 3.22691,1.575 6.14987,3.5 2.92297,1.925 5.54974,3.49913 5.83729,3.49807 0.28754,-10e-4 2.05573,-2.25107 3.92931,-5 1.87358,-2.74894 3.4992,-4.99807 3.61249,-4.99807 0.1133,0 1.90474,1.35 3.981,3 2.07626,1.65 4.3413,3 5.03344,3 0.69214,0 3.0352,-2.105 5.20682,-4.67777 l 3.94839,-4.67777 3.68106,2.27502 c 2.02458,1.25126 4.37123,2.01017 5.21478,1.68647 1.27209,-0.48815 0.89394,-1.80604 -2.21689,-7.72596 l -3.75061,-7.13741 -2.09606,2.62871 c -1.15283,1.44579 -2.53059,2.62871 -3.06169,2.62871 -0.5311,0 -3.2142,-1.60579 -5.96244,-3.56843 l -4.9968,-3.56844 -5.84366,6.19469 -5.84366,6.19469 -5.90634,-4.0757 c -3.24849,-2.24164 -5.90634,-3.6219 -5.90634,-3.06724 0,0.55465 -0.37707,0.77542 -0.83793,0.4906 -0.46085,-0.28483 -3.47241,3.06361 -6.69234,7.44098 -3.21993,4.37737 -6.14401,7.95885 -6.49797,7.95885 -0.35395,0 -2.774605,-1.66029 -5.379225,-3.68954 l -4.73568,-3.68953 -7.40219,7.43953 c -4.0712,4.09175 -7.414,7.86054 -7.42843,8.37509 -0.0351,1.25225 4.06842,5.56445 5.2952,5.56445 0.53504,0 3.3088,-2.57047 6.1639,-5.71217 z"
+ id="path5718" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 151.38772,741.76705 3.92756,-2.37737 -3.06891,-1.587 c -2.84341,-1.47038 -3.11244,-1.46065 -3.66122,0.1325 -0.32577,0.94572 -1.03516,2.73199 -1.57643,3.96949 -1.24348,2.84298 -0.5069,2.81983 4.379,-0.13762 z"
+ id="path5716" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 290.15921,740.4872 c 1.59332,-1.7606 1.35037,-2.18878 -4.88662,-8.6122 -6.02253,-6.20255 -6.67378,-6.61369 -7.90402,-4.98991 -0.73739,0.97327 -1.24345,1.99464 -1.12457,2.26972 0.11888,0.27507 2.1747,3.75376 4.56848,7.73042 4.60964,7.65772 5.40051,7.9625 9.34673,3.60197 z"
+ id="path5714" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 279.96015,730.53223 c 0,-1.3288 0.27149,-1.39713 1.5,-0.37756 0.825,0.68469 1.5,1.41479 1.5,1.62244 0,0.20766 -0.675,0.37756 -1.5,0.37756 -0.825,0 -1.5,-0.7301 -1.5,-1.62244 z"
+ id="path5712" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 591.54794,740.53838 c 1.5589,-8.30961 -3.88966,-21.77252 -11.62684,-28.72891 -6.92052,-6.22214 -11.17252,-8.01788 -20.04969,-8.46753 -6.64668,-0.33668 -8.22946,-0.0597 -12.75,2.23101 -2.83869,1.43848 -5.16126,2.92071 -5.16126,3.29385 0,0.37314 1.15708,1.88616 2.57129,3.36228 2.36168,2.46507 3.07494,2.64889 8.75,2.25505 7.55835,-0.52454 12.50581,1.92562 17.10666,8.47183 2.63721,3.75229 3.01491,5.14779 3.04159,11.23774 0.0304,6.94905 0.0323,6.95371 3.03046,7.41237 1.65,0.25242 5.25,0.87592 8,1.38556 2.75,0.50963 5.31711,0.9798 5.70469,1.04482 0.38757,0.065 1.00997,-1.50911 1.3831,-3.49807 z"
+ id="path5710" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 77.101625,736.57594 c 0.3528,-3.2567 0.6903,-9.85877 0.75,-14.67127 0.10786,-8.69561 0.093,-8.75 -2.39147,-8.75 l -2.5,0 0.0136,12.75 c 0.008,7.0125 0.28981,13.7809 0.62733,15.04089 1.06645,3.98117 2.83498,1.77353 3.50049,-4.36962 z"
+ id="path5708" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 80.960155,742.51576 c 0,-0.93032 3.93145,-24.45761 4.53031,-27.11109 0.44871,-1.98821 0.11623,-2.25 -2.8576,-2.25 l -3.3654,0 -0.60613,14.17239 c -0.33337,7.79481 -0.37596,14.54481 -0.0946,15 0.60157,0.97336 2.39346,1.11463 2.39346,0.1887 z"
+ id="path5706" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 85.965295,742.90467 c 0.003,-0.1375 2.25283,-6.9697 5,-15.18267 2.74717,-8.21296 4.99486,-15.07546 4.99486,-15.25 0,-1.07729 -8.1455,-0.10174 -8.57881,1.02745 -0.94203,2.45488 -5.04488,28.69819 -4.56212,29.18095 0.48583,0.48584 3.13681,0.67482 3.14607,0.22427 z"
+ id="path5704" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 377.82851,739.90467 c 0.0724,1.7875 0.29475,3.25 0.4941,3.25 0.56625,0 14.96782,-5.99695 15.37186,-6.40098 0.19805,-0.19806 -2.63704,-2.25297 -6.3002,-4.56647 -3.66317,-2.3135 -7.02733,-3.82975 -7.47592,-3.36946 -0.44858,0.4603 -1.01602,2.18691 -1.26097,3.83691 -0.24495,1.65 -0.27429,0.64759 -0.0652,-2.22757 0.36904,-5.0746 0.31415,-5.20215 -1.87593,-4.35911 -7.11624,2.73929 -13.7561,6.1088 -13.7561,6.98076 0,1.06979 6.1586,6.10592 7.46684,6.10592 0.42793,0 0.23421,-0.65529 -0.43049,-1.4562 -1.39021,-1.6751 -0.58729,-3.5438 1.52267,-3.5438 1.27562,0 2.0232,2.74258 1.4888,5.46179 -0.10396,0.52899 0.63025,1.5647 1.63158,2.30157 1.64649,1.21165 1.87974,1.02404 2.43896,-1.96179 l 0.61836,-3.30157 0.13164,3.25 z"
+ id="path5702" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 700.63663,737.40467 c 2.6217,-5.33906 2.8235,-6.60761 2.8235,-17.75 0,-11.34299 -0.1643,-12.32613 -3,-17.95656 -1.65,-3.27611 -4.632,-7.24736 -6.6266,-8.82499 l -3.6266,-2.86843 -5.87338,2.32499 c -5.45,2.15738 -5.8974,2.57731 -6.2061,5.82499 -0.5095,5.36065 1.4246,10.2257 5.0757,12.76738 l 3.257,2.26739 0.31,-4.76739 c 0.4827,-7.42395 1.9461,-7.21239 2.58608,0.37386 0.3183,3.77232 1.5467,10.68376 2.7299,15.35876 1.1832,4.675 2.6357,10.8625 3.2277,13.75 0.592,2.8875 1.3965,5.25 1.7878,5.25 0.3913,0 1.982,-2.5875 3.535,-5.75 z"
+ id="path5700" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 67.390325,739.40467 c -0.2859,-1.5125 -1.55231,-8.15 -2.81424,-14.75 l -2.29441,-12 -4.16076,-0.56723 c -2.28842,-0.31197 -4.16076,-0.25315 -4.16076,0.13071 0,1.0145 6.70865,19.38849 9.1574,25.08078 2.29804,5.34192 5.1502,6.74755 4.27277,2.10574 z"
+ id="path5698" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 71.949145,731.40467 c -0.006,-5.9125 -0.28292,-12.39432 -0.61527,-14.40405 -0.53872,-3.25767 -0.97143,-3.69692 -3.98899,-4.0492 -3.95476,-0.4617 -3.89466,-0.7975 -1.85107,10.34278 3.18659,17.37117 3.58435,18.86047 5.03724,18.86047 1.15086,0 1.42696,-2.093 1.41809,-10.75 z"
+ id="path5696" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 125.56672,738.65316 1.09596,-3.5015 -4.10127,-1.06581 c -2.25569,-0.5862 -5.846,-1.51828 -7.97846,-2.07129 -4.54178,-1.17783 -5.45067,-0.53928 -5.83702,4.10084 l -0.28578,3.4323 6,1.17527 c 9.63351,1.887 9.88265,1.84057 11.10657,-2.06981 z"
+ id="path5694" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 571.6254,738.35044 c 1.98919,-7.91919 -2.48735,-17.97001 -9.26495,-20.80188 -3.73657,-1.56123 -10.98841,-1.86936 -11.83301,-0.50277 -0.60744,0.98285 6.82826,8.10888 8.46127,8.10888 1.63764,0 -1.47015,5.1626 -6.42586,10.67455 l -4.53971,5.04924 11.51174,-0.11189 c 11.14159,-0.1083 11.53034,-0.18599 12.09052,-2.41613 z"
+ id="path5692" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -238.53984,738.64197 c 2.2,-0.31961 5.46138,-0.80518 7.24751,-1.07905 2.31378,-0.35477 3.6869,-1.34762 4.77568,-3.4531 0.84049,-1.62533 1.32205,-2.95515 1.07011,-2.95515 -0.25193,0 1.0985,-2.31302 3.00094,-5.14005 1.90245,-2.82702 3.28551,-5.31354 3.07346,-5.52558 -0.21205,-0.21205 -3.93653,0.71851 -8.27662,2.06792 -4.34009,1.34941 -9.53908,2.72391 -11.55331,3.05444 -2.83533,0.46527 -3.87912,1.22313 -4.62281,3.35647 -0.94097,2.69929 -0.88667,2.75047 2.66224,2.50882 l 3.6228,-0.24667 -4.10306,0.99211 c -2.86371,0.69245 -4.4495,1.75247 -5.25,3.50938 -1.74704,3.83435 -1.42799,4.6378 1.60306,4.03681 1.5125,-0.29989 4.55,-0.80675 6.75,-1.12635 z"
+ id="path5690" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -234.28984,730.44894 c 1.2375,-0.23836 3.2625,-0.23836 4.5,0 1.2375,0.23835 0.225,0.43337 -2.25,0.43337 -2.475,0 -3.4875,-0.19502 -2.25,-0.43337 z"
+ id="path5688" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 680.78555,729.83974 c 5.9541,-8.98229 7.6224,-13.68507 4.8546,-13.68507 -0.726,0 -3.0885,-1.50378 -5.25,-3.34174 -2.2952,-1.95162 -5.52584,-3.59523 -7.7663,-3.95113 -5.2915,-0.84056 -13.08897,-6.07987 -16.85683,-11.32652 -1.73025,-2.40934 -3.35624,-4.38061 -3.6133,-4.38061 -0.25706,0 -0.23268,2.92396 0.0542,6.49769 0.42334,5.27388 1.29276,7.79578 4.61607,13.38975 7.49635,12.61822 13.57677,20.79418 15.14636,20.36637 1.19551,-0.32585 1.22468,-0.21996 0.14765,0.53604 -1.1194,0.78574 -1.12097,1.29631 -0.009,3.07613 0.73299,1.17371 1.59588,2.13402 1.91752,2.13402 0.32164,0 3.3634,-4.19172 6.7595,-9.31493 z"
+ id="path5686" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 156.97237,734.40467 c 0.60842,-2.0625 1.31505,-5.1 1.57028,-6.75 0.45516,-2.94247 0.37537,-2.90491 -4.16059,1.95871 l -4.62464,4.95871 2.21215,1.79129 c 3.12342,2.52919 3.75143,2.28331 5.0028,-1.95871 z"
+ id="path5684" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -167.03985,733.58354 c 15.38719,-1.91492 20.92642,-2.9724 22.20976,-4.24003 1.60978,-1.59008 1.34824,-1.99136 -4.47238,-6.86214 l -6.18213,-5.17331 -5.54963,5.92331 c -3.0523,3.25781 -6.29793,5.9233 -7.21253,5.9233 -3.62952,0 -11.79322,-4.34005 -17.42612,-9.2642 l -2.13303,-1.86465 -2.05226,6.81442 c -3.81267,12.6598 -3.79984,12.37889 -0.53921,11.80097 1.57164,-0.27855 12.08253,-1.65451 23.35753,-3.05767 z"
+ id="path5682" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 296.01501,734.07763 c 1.23616,-1.73603 1.8106,-3.44675 1.3181,-3.92536 -0.9649,-0.93765 -15.0604,-8.9976 -15.7353,-8.9976 -0.23302,0 -0.71442,0.75764 -1.06976,1.68365 -0.46038,1.19973 1.15328,3.49916 5.61412,8 3.44311,3.47399 6.58006,6.31635 6.971,6.31635 0.39093,0 1.69676,-1.38467 2.90184,-3.07704 z"
+ id="path5680" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 840.21813,735.77754 c 6.3557,-1.9128 15.832,-7.86635 21.8483,-13.72641 l 5.0655,-4.93394 -6.2493,-4.17312 c -3.9549,-2.64099 -7.92,-6.47682 -10.7999,-10.44773 l -4.5505,-6.27459 -4.0968,7.71646 c -4.4022,8.29159 -14.6562,25.2017 -17.6465,29.10132 -1.0059,1.31167 -1.8288,2.77417 -1.8288,3.25 0,1.37409 13.2231,1.00329 18.258,-0.51199 z"
+ id="path5678" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 736.54983,734.52792 c -0.3433,-0.89471 -0.1113,-2.24471 0.5155,-3 0.6928,-0.83473 0.7446,-1.37325 0.1323,-1.37325 -0.9349,0 -4.2375,4.25924 -4.2375,5.46482 0,0.29435 0.9481,0.53518 2.107,0.53518 1.535,0 1.9375,-0.44162 1.4827,-1.62675 z"
+ id="path5676" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 753.96573,733.42045 c 2.4587,-3.12571 2.166,-6.88639 -0.859,-11.03909 -2.0902,-2.86938 -2.9318,-0.99039 7.7137,-17.22275 l 4.2603,-6.49607 -2.8103,-2.24897 c -1.5457,-1.23693 -3.3304,-2.2512 -3.966,-2.25393 -0.6357,-0.003 -4.3686,4.49503 -8.2953,9.99503 l -7.1396,10 -4.3198,0 c -5.4714,0 -9.5896,2.97073 -9.5896,6.91759 0,3.86942 3.2972,6.53696 8.0799,6.53696 2.9645,0 3.9201,0.39925 3.9201,1.63786 0,0.90083 0.9327,2.82356 2.0726,4.27273 2.903,3.69065 7.9881,3.64443 10.933,-0.0994 z"
+ id="path5674" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 748.14053,728.90467 c 0.1758,-1.2375 0.7696,-2.25 1.3196,-2.25 0.55,0 1.1438,1.0125 1.3196,2.25 0.2198,1.54817 -0.1918,2.25 -1.3196,2.25 -1.1278,0 -1.5394,-0.70183 -1.3196,-2.25 z"
+ id="path5672" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 735.96013,722.15467 c -1.3333,-0.8246 -1.3333,-1.09434 0,-2.42767 1.019,-1.019 1.981,-1.20253 3,-0.57233 1.3333,0.8246 1.3333,1.09434 0,2.42767 -1.019,1.019 -1.981,1.20253 -3,0.57233 z"
+ id="path5670" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -117.86017,726.90467 c 15.51804,-17.06041 15.95409,-17.66388 15.6234,-21.62215 -0.26969,-3.22817 -0.99746,-4.08423 -6.60595,-7.77041 -3.8456,-2.52752 -7.03749,-3.95044 -8.18719,-3.64979 -1.03637,0.27102 -4.27508,3.22854 -7.19713,6.57227 -10.93102,12.5085 -11.58434,14.17378 -7.16679,18.26783 3.70896,3.43735 5.65547,3.08238 9.85818,-1.79775 5.33095,-6.19023 5.78752,-7.31542 3.78212,-9.32083 -1.61296,-1.61295 -1.9195,-1.47332 -5.41638,2.46717 -4.77313,5.37865 -5.9575,3.73423 -1.26169,-1.75177 3.93095,-4.59243 4.8904,-4.90826 7.56301,-2.48958 2.87639,2.6031 2.19176,5.45505 -2.91372,12.13761 -5.91281,7.73928 -8.30188,8.11448 -13.69037,2.15007 -4.37552,-4.84318 -4.25571,-5.6915 2.1359,-15.12293 6.71191,-9.90406 10.60358,-13.81974 13.73502,-13.81974 3.03967,0 15.64787,7.85694 18.002275,11.21831 2.4193,3.45403 1.93636,5.17806 -3.440365,12.28169 -2.75,3.63325 -5,6.74729 -5,6.92007 0,0.17279 1.84044,1.5321 4.08987,3.0207 3.965475,2.62423 4.150645,2.65155 6.088085,0.89819 4.27388,-3.86781 17.22933,-22.56077 19.08709,-27.54009 1.31364,-3.52093 -2.30526,-5.60667 -14.339,-8.26423 -6.36568,-1.40582 -16.040685,-3.99618 -21.500005,-5.75638 -5.45932,-1.76019 -10.22379,-3.21788 -10.5877,-3.2393 -0.36392,-0.0214 -3.51392,3.62696 -7,8.10752 -3.48609,4.48057 -9.00084,11.37234 -12.25501,15.31504 -7.57184,9.17395 -7.79263,11.73178 -1.5,17.37798 6.91163,6.20161 17.25572,13.62879 19.00444,13.64541 0.87327,0.008 4.96463,-3.69741 9.09191,-8.23491 z"
+ id="path5668" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 397.43427,723.51549 c 0.41761,-3.34244 0.29464,-5.36082 -0.32661,-5.36082 -0.97299,0 -16.29424,5.90807 -17.00734,6.55825 -0.19791,0.18044 3.17709,2.58664 7.5,5.34711 l 7.85983,5.01904 0.65217,-3.10138 c 0.35869,-1.70576 0.95357,-5.51375 1.32195,-8.4622 z"
+ id="path5666" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 405.70906,731.9088 c 3.9869,-1.78977 7.2494,-3.55033 7.25,-3.91236 9.4e-4,-0.56621 -12.44832,-7.84177 -13.41811,-7.84177 -0.19269,0 -0.65394,2.5875 -1.02499,5.75 -0.37105,3.1625 -0.90322,6.5375 -1.18261,7.5 -0.6911,2.38086 0.0246,2.25303 8.37571,-1.49587 z"
+ id="path5664" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 128.85106,729.5798 c 0.71098,-1.96617 1.13682,-3.73073 0.94632,-3.92124 -0.46701,-0.467 -13.63973,-3.50389 -15.19839,-3.50389 -1.13484,0 -4.26547,6.7253 -3.48064,7.47719 0.33816,0.32396 13.36673,3.21798 15.39091,3.41875 0.57701,0.0572 1.63082,-1.50463 2.3418,-3.47081 z"
+ id="path5662" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 270.92151,729.6747 c 5.55802,-2.87421 10.03864,-10.76877 10.03864,-17.68747 l 0,-3.92319 -3.75,0.7765 c -2.0625,0.42707 -7.2375,0.72159 -11.5,0.6545 -4.2625,-0.0671 -7.75,1.9e-4 -7.75,0.14953 0,0.55177 7.09844,19.86036 7.5991,20.67045 0.74519,1.20573 2.10672,1.04314 5.36226,-0.64037 z"
+ id="path5660" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 790.61373,727.56057 c 1.6093,-2.456 1.6001,-2.77931 -0.1726,-6.07095 -3.8197,-7.09279 -13.8475,-12.36121 -23.4489,-12.31959 -5.5402,0.024 -6.494,1.05508 -5.043,5.45164 2.4175,7.32499 9.0222,12.84453 17.3373,14.48867 7.5852,1.49982 9.5008,1.23773 11.3272,-1.54977 z"
+ id="path5658" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 777.46013,723.2027 c -1.7501,-0.71001 -1.6251,-0.85742 1,-1.17971 l 3,-0.36832 -2.25,-2.25 c -1.2375,-1.2375 -3.375,-2.25 -4.75,-2.25 -2.9588,0 -3.1007,0.64071 -0.75,3.38723 1.7292,2.02037 1.7203,2.02598 -0.75,0.47075 -1.375,-0.86568 -3.0514,-2.65036 -3.7253,-3.96597 -1.1555,-2.25574 -1.0462,-2.41058 1.9184,-2.71793 4.3017,-0.44597 10.6424,2.60721 12.3758,5.95922 0.7871,1.52206 1.4311,3.01473 1.4311,3.31704 0,0.81281 -5.1913,0.53434 -7.5,-0.40231 z"
+ id="path5656" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 30.440045,727.11267 c 9.0814,-1.75253 23.54293,-5.59604 23.50929,-6.24818 -0.006,-0.1154 -0.68096,-2.41884 -1.5,-5.11875 -0.81905,-2.69991 -1.48918,-5.45899 -1.48918,-6.13129 0,-2.31185 9.19183,-3.68096 23.57894,-3.51206 14.80634,0.17382 18.85085,-0.65923 19.7418,-4.06624 0.3294,-1.25961 1.2796,-1.80939 2.89602,-1.67561 4.841515,0.40069 11.271235,-6.55181 14.062475,-15.20587 0.93777,-2.90747 4.72076,-17.1213 4.72076,-17.73729 0,-0.22954 -2.3625,1.57627 -5.25,4.01292 -22.977895,19.39017 -57.370995,33.85801 -89.804815,37.7774 -5.19485,0.62776 -9.54495,1.23492 -9.6669,1.34923 -0.53981,0.50603 7.029,18.59774 7.78051,18.59774 0.46183,0 5.60132,-0.9189 11.4211,-2.042 z"
+ id="path5654" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 299.50421,726.4089 c -0.32575,-0.84891 0.12891,-2.34038 1.01037,-3.31438 1.51046,-1.66903 1.1152,-1.91959 -6.8705,-4.35538 -9.88819,-3.01608 -10.28895,-3.05616 -11.03811,-1.10387 -0.38786,1.01073 0.92694,2.32449 4.14301,4.13975 2.59114,1.46252 6.28617,3.667 8.21117,4.89883 3.71811,2.37926 5.51846,2.27429 4.54406,-0.26495 z"
+ id="path5652" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 710.65463,722.15467 c 6.607,-9.12586 6.5571,-8.88792 3.243,-15.45831 -1.6156,-3.20294 -2.9375,-7.26012 -2.9375,-9.01594 0,-4.6795 -1.024,-4.95471 -3.7128,-0.99783 -2.2897,3.3696 -2.3444,3.84174 -1.3038,11.24468 0.6862,4.88163 0.7699,10.22212 0.2272,14.50155 -0.4724,3.72578 -0.5527,6.42578 -0.1785,6 0.3742,-0.42578 2.4723,-3.24915 4.6624,-6.27415 z"
+ id="path5650" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 374.13964,724.07038 c 5.67628,-2.24636 13.24551,-5.14082 16.82051,-6.43213 33.36214,-12.05057 46.59508,-19.25988 75.92828,-41.36573 14.04367,-10.58347 20.38826,-14.95912 24.80657,-17.10822 l 3.34983,-1.62938 -3.79234,-4.68627 c -2.08579,-2.57745 -4.29866,-4.68801 -4.9175,-4.69013 -2.45195,-0.008 -16.13101,6.91836 -16.72637,8.46984 -0.34889,0.90919 -1.10365,1.36303 -1.67725,1.00852 -0.57359,-0.3545 -4.28927,1.36132 -8.25706,3.81293 -21.39721,13.22089 -42.44431,24.03914 -61.46957,31.59549 -11.31766,4.49508 -30.03513,10.62479 -35.58659,11.65411 -3.49881,0.64873 -3.79336,0.94653 -3.29745,3.33381 0.2995,1.4418 1.28765,6.55895 2.19589,11.37145 0.90824,4.8125 1.79786,8.75 1.97694,8.75 0.17907,0 4.96982,-1.83793 10.64611,-4.08429 z"
+ id="path5648" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 369.62682,717.488 c -0.36667,-0.36666 -0.66667,-1.87192 -0.66667,-3.34501 0,-4.68132 5.76831,-7.82001 8.8,-4.78832 1.90147,1.90147 1.45796,6.59158 -0.73426,7.76482 -2.18108,1.16728 -6.39065,1.37694 -7.39907,0.36851 z"
+ id="path5646" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 375.37836,715.54768 c 2.07319,-0.79556 2.04059,-5.00297 -0.045,-5.80327 -2.00058,-0.7677 -4.37325,1.05852 -4.37325,3.36604 0,2.84572 1.37586,3.60469 4.41821,2.43723 z"
+ id="path5644" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 387.49662,710.19496 c -3.54402,-3.91609 1.07859,-10.31548 5.70172,-7.89326 0.95601,0.50088 2.03635,2.09863 2.40076,3.55055 0.51016,2.03267 0.14239,3.06107 -1.59898,4.47114 -2.88507,2.33619 -4.29831,2.30828 -6.5035,-0.12843 z"
+ id="path5642" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 393.46015,707.15467 c 0,-1.56144 -0.646,-2.59702 -1.75302,-2.81021 -1.97949,-0.38122 -3.26679,2.01323 -2.35699,4.38412 0.95373,2.4854 4.11001,1.27672 4.11001,-1.57391 z"
+ id="path5640" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 404.21015,704.49239 c -0.6875,-0.27741 -1.25,-2.05153 -1.25,-3.94249 0,-2.72452 0.535,-3.68187 2.57766,-4.61257 3.14747,-1.43408 5.76917,-0.11251 6.2527,3.15193 0.59346,4.00663 -3.61218,7.00432 -7.58036,5.40313 z"
+ id="path5638" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 409.77657,699.90467 c 0.24916,-2.16543 -0.0968,-2.75 -1.62755,-2.75 -2.53498,0 -4.39471,2.30001 -3.57885,4.42612 1.06033,2.76316 4.83545,1.54782 5.2064,-1.67612 z"
+ id="path5636" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 420.02305,694.90467 c -1.23023,-3.17197 0.95863,-6.25 4.44452,-6.25 3.52927,0 5.01323,3.31165 2.86093,6.3845 -2.00741,2.86597 -6.17147,2.78931 -7.30545,-0.1345 z"
+ id="path5634" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 426.77384,692.90165 c 0.18377,-0.96417 -0.40903,-2.0382 -1.31732,-2.38675 -1.98527,-0.76181 -5.03079,1.96605 -4.02033,3.60099 1.05237,1.70278 4.9507,0.81596 5.33765,-1.21424 z"
+ id="path5632" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 436.34783,686.72257 c -1.80892,-4.71398 3.16601,-9.44278 6.46431,-6.14448 1.47232,1.47232 1.48243,1.89092 0.10508,4.35278 -1.74202,3.11365 -5.65281,4.18026 -6.56939,1.7917 z"
+ id="path5630" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 441.36597,684.5395 c 0.69167,-1.80245 -2.14252,-3.04813 -3.60582,-1.58483 -1.4633,1.4633 -0.21762,4.29749 1.58483,3.60582 0.80329,-0.30825 1.71274,-1.2177 2.02099,-2.02099 z"
+ id="path5628" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 449.96015,677.15467 c -1.63685,-3.05849 0.42816,-6.20147 3.81726,-5.80993 1.92318,0.22218 2.77526,0.96255 3.0095,2.61497 0.6613,4.66485 -4.69781,7.17294 -6.82676,3.19496 z"
+ id="path5626" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 455.62432,675.58745 c 0.33077,-0.86197 0.0884,-2.08018 -0.53853,-2.70714 -1.40744,-1.40744 -4.74172,1.4685 -3.68495,3.1784 0.9981,1.61495 3.53139,1.33229 4.22348,-0.47126 z"
+ id="path5624" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 461.71015,668.46534 c -2.25958,-0.59048 -2.22752,-0.74224 0.79545,-3.76522 4.04977,-4.04976 7.28041,-2.97208 6.02964,2.01139 -0.61061,2.43287 -2.43384,2.90139 -6.82509,1.75383 z"
+ id="path5622" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 467.96015,665.82134 c 0,-2.07545 -1.18357,-2.75921 -2.65799,-1.53555 -1.93838,1.60871 -1.64935,2.86888 0.65799,2.86888 1.1,0 2,-0.6 2,-1.33333 z"
+ id="path5620" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 476.32178,660.65467 c -0.8776,-2.28699 0.35184,-4.5 2.5,-4.5 2.2679,0 3.32396,2.0959 2.06116,4.09068 -0.72055,1.13822 -0.89511,1.07269 -0.90748,-0.34068 -0.008,-0.9625 -0.69031,-1.75 -1.51531,-1.75 -1.81155,0 -2.0084,2.62819 -0.25,3.33772 0.97906,0.39506 0.97226,0.5215 -0.0314,0.58333 -0.70477,0.0434 -1.54041,-0.59605 -1.85699,-1.42105 z"
+ id="path5618" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 415.6412,715.93214 0.61292,-5.86416 -4.89698,1.95982 c -2.69335,1.0779 -6.65371,2.70737 -8.80082,3.62104 l -3.90384,1.66122 7.40384,4.22513 c 8.53296,4.86948 8.4875,4.89605 9.58488,-5.60305 z"
+ id="path5616" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 424.86362,722.07323 c 3.89354,-2.24479 7.30346,-4.44436 7.5776,-4.88793 0.67742,-1.09608 -13.60637,-6.31196 -14.56684,-5.31924 -1.15411,1.19285 -2.08022,14.28861 -1.01046,14.28861 0.5063,0 4.10616,-1.83665 7.9997,-4.08144 z"
+ id="path5614" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 547.86887,720.26761 c -2.9748,-3.23789 -5.78484,-5.93789 -6.24455,-6 -1.0254,-0.13855 -11.63583,7.1463 -11.65232,8.00019 -0.009,0.49117 15.89084,3.22186 21.89687,3.76053 0.77479,0.0695 -1.02521,-2.52284 -4,-5.76072 z"
+ id="path5612" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -262.18988,722.1484 c 2.28252,-1.65345 4.15004,-3.22845 4.15004,-3.5 0,-0.27155 -1.7245,-0.49373 -3.83222,-0.49373 -3.5084,0 -3.92298,0.29574 -4.9064,3.5 -0.5908,1.925 -0.73382,3.5 -0.31782,3.5 0.416,0 2.62388,-1.35282 4.9064,-3.00627 z"
+ id="path5610" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -241.03984,724.04559 c 0.275,-0.36062 2.3,-0.91991 4.5,-1.24287 2.2,-0.32295 7.34485,-1.90583 11.433,-3.5175 l 7.433,-2.93031 2.44915,-10.12076 2.44915,-10.12076 -3.71777,-3.61065 -3.71776,-3.61064 -5.16439,4.94605 c -2.84041,2.72034 -8.53938,7.84142 -12.66438,11.38019 -4.125,3.53877 -7.725,6.66218 -8,6.94092 -0.275,0.27873 -2.075,1.69549 -4,3.14834 -1.925,1.45286 -5.3,4.29368 -7.5,6.31294 l -4,3.67137 10,-0.29532 c 5.5,-0.16243 10.225,-0.59038 10.5,-0.951 z"
+ id="path5608" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -165.93098,723.39808 c 5.83625,-3.90014 35.89113,-40.68689 35.89113,-43.93023 0,-0.45455 -3.98879,-2.69446 -8.86398,-4.97757 l -8.86398,-4.15111 -1.83711,-6.84225 c -1.64752,-6.13614 -2.56805,-7.59044 -8.92002,-14.09225 -9.67285,-9.90104 -10.04987,-9.85469 -21.1975,2.60595 -13.93211,15.57307 -17.2024,20.42457 -17.27549,25.62824 -0.0352,2.50592 1.85327,4.86317 11.78329,14.70829 11.67783,11.57799 15.74816,14.39509 19.21096,13.29604 1.96467,-0.62356 11.55452,-13.28175 13.05784,-17.23579 1.28992,-3.39275 0.46348,-5.61853 -4.89349,-13.17914 -6.10376,-8.61461 -7.70071,-10.07359 -11.02621,-10.07359 -3.05885,0 -5.4641,2.18199 -9.0941,8.25 -1.23383,2.0625 -2.59395,3.75 -3.02249,3.75 -0.42853,0 -0.64817,1.6508 -0.48808,3.66845 0.22738,2.86566 1.37781,4.75519 5.25705,8.63443 4.21145,4.21145 5.36593,4.86559 7.59834,4.30529 1.67979,-0.4216 3.23713,-1.92889 4.30359,-4.16527 l 1.67122,-3.50459 -3.14072,-3.14073 c -2.65799,-2.65798 -3.38038,-2.94183 -4.69992,-1.84671 -1.74231,1.44599 -2.10181,4.04913 -0.5592,4.04913 0.55,0 1,0.45 1,1 0,1.70761 -2.87738,1.09763 -3.90822,-0.8285 -1.1516,-2.15179 1.99023,-8.1715 4.26491,-8.1715 0.76235,0 3.31492,1.71168 5.67237,3.80374 5.07066,4.49981 4.99533,6.5587 -0.45535,12.44626 -4.85782,5.24717 -7.07516,4.9442 -13.92154,-1.90217 -8.01612,-8.01613 -7.78284,-10.27341 2.52115,-24.39573 7.29738,-10.00156 9.08681,-9.69145 17.58708,3.0479 5.59018,8.37801 9.2396,15.21545 9.2396,17.31103 0,1.62477 -8.32904,12.84821 -13.81276,18.6128 -5.74746,6.04184 -6.4534,5.68665 -25.87833,-13.02061 -5.60511,-5.39801 -10.69254,-10.75151 -11.3054,-11.89667 -1.38212,-2.58251 -0.54774,-5.48713 2.86256,-9.96507 1.44866,-1.90219 3.53393,-4.91593 4.63393,-6.69722 6.80311,-11.01661 18.46904,-24.98382 22,-26.33985 2.72968,-1.0483 5.00546,0.26732 11.86533,6.85931 l 5.86532,5.63628 -0.56485,-3.5 c -0.31067,-1.925 -0.84877,-5.53825 -1.19579,-8.02944 l -0.63095,-4.52944 -10.82681,-2.75874 -10.8268,-2.75874 -4.97933,5.28818 c -2.73863,2.9085 -7.61786,8.49772 -10.84272,12.42049 -3.22487,3.92276 -8.7461,10.62759 -12.26941,14.8996 -9.54505,11.57341 -13.09398,17.36934 -13.09398,21.38448 0,3.0348 1.08147,4.51833 8.7644,12.0228 10.55916,10.31386 31.21715,27.72046 34.42591,29.00757 3.52149,1.41255 6.05076,1.21309 8.91855,-0.70335 z"
+ id="path5606" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -184.53985,667.15467 c 0.33992,-0.55 1.04148,-1 1.55902,-1 0.51754,0 0.94098,0.45 0.94098,1 0,0.55 -0.70156,1 -1.55902,1 -0.85746,0 -1.2809,-0.45 -0.94098,-1 z"
+ id="path5604" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 134.79174,719.26497 c 1.74262,-2.68933 3.16841,-5.13292 3.16841,-5.43019 0,-0.29727 -1.41447,-0.13483 -3.14326,0.36098 -1.7288,0.49581 -6.47207,1.20312 -10.54061,1.5718 -5.67556,0.51431 -7.6236,1.09311 -8.36946,2.48675 -0.832,1.55462 -0.4298,1.95303 2.79061,2.76427 6.56203,1.653 11.74333,2.92594 12.34431,3.03274 0.31987,0.0568 2.00737,-2.09701 3.75,-4.78635 z"
+ id="path5602" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 797.71013,716.72602 c 3.5673,-5.89647 3.8764,-7.11701 1.9856,-7.84256 -0.6954,-0.26686 -5.8055,-3.69 -11.3558,-7.60699 -5.5504,-3.91699 -10.5929,-7.1218 -11.2058,-7.1218 -0.6129,0 -2.121,1.74924 -3.3515,3.8872 -2.0849,3.62272 -2.3819,3.79234 -4.3651,2.49294 -1.9701,-1.29088 -2.3266,-1.11566 -4.8076,2.36279 l -2.6797,3.75707 7.2649,0.54319 c 9.3714,0.70068 15.776,3.85141 20.6252,10.14649 2.0019,2.59882 3.8648,4.73153 4.1398,4.73936 0.275,0.008 1.9625,-2.40313 3.75,-5.35769 z"
+ id="path5600" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 623.86408,716.14394 c -3.96927,-10.44626 -1.2034,-26.22931 6.57591,-37.52452 12.2455,-17.77993 33.54624,-21.2547 49.68816,-8.1056 l 5.3476,4.35616 4.45268,-6.60765 c 2.4489,-3.63421 6.4092,-9.19516 8.8006,-12.35766 3.9469,-5.21951 4.1485,-5.75 2.186,-5.75 -1.1891,0 -8.6883,-0.50272 -16.66498,-1.11716 -29.15871,-2.24606 -48.76593,3.24319 -59.75038,16.72776 -8.89252,10.91651 -11.92115,26.7226 -7.60536,39.69156 1.88301,5.65844 7.28568,15.69784 8.44774,15.69784 0.23427,0 -0.43081,-2.25483 -1.47797,-5.01073 z"
+ id="path5598" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 904.96013,719.5978 c 9.2127,-2.1647 19.4829,-7.04629 26.7072,-12.69433 7.4682,-5.83874 11.2301,-10.42843 15.4804,-18.88688 2.7855,-5.54333 3.2515,-7.61671 3.621,-16.11389 0.3879,-8.91739 0.2043,-10.2011 -2.1455,-15 -3.6789,-7.51324 -9.2629,-11.04277 -16.5741,-10.47614 -4.8076,0.3726 -5.8389,0.87822 -9.25,4.53501 -3.8219,4.09728 -4.8939,8.28043 -3.232,12.61131 0.7404,1.92942 2.393,2.09294 2.393,0.23678 0,-0.73976 0.889,-2.14953 1.9755,-3.13282 2.472,-2.23715 10.1315,-1.64033 13.0693,1.01837 2.4885,2.25209 4.2149,8.54256 3.3406,12.17199 -1.1941,4.95689 -5.3896,12.40289 -6.5755,11.66998 -0.6234,-0.38527 -0.8425,-0.24425 -0.4947,0.31842 0.972,1.57273 -5.9033,8.94481 -12.5541,13.46132 -7.0934,4.81704 -16.1534,8.5556 -22.9036,9.45104 -4.332,0.57466 -5.1181,1.08886 -7.5565,4.94314 -1.4968,2.36596 -2.9834,4.13983 -3.3036,3.94194 -0.3202,-0.1979 -0.6477,0.50901 -0.7277,1.57091 -0.1293,1.71672 0.5404,1.92908 6.0424,1.91594 3.4034,-0.008 9.1129,-0.70207 12.6879,-1.54209 z"
+ id="path5596" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -57.800605,709.97526 c 5.35904,3.68712 6.80962,3.88789 9.17847,1.27034 1.56678,-1.73127 1.58774,-2.17367 0.22498,-4.75 -0.82649,-1.56251 -3.4467,-4.69225 -5.8227,-6.95497 -3.8194,-3.6373 -5.13114,-4.23168 -11.31999,-5.12933 -3.85,-0.55842 -7.01365,-0.95711 -7.03034,-0.88597 -0.0167,0.0711 -2.6576,4.10342 -5.86871,8.96063 -3.21111,4.85721 -5.44745,9.19719 -4.96966,9.6444 0.47779,0.44722 2.87912,2.16562 5.3363,3.81868 l 4.46759,3.00556 5.59147,-6.07937 5.59147,-6.07938 4.62112,3.17941 z"
+ id="path5594" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 302.48186,716.05583 c 0.37434,-1.70436 0.29759,-3.47269 -0.17055,-3.92963 -0.46814,-0.45693 -4.76674,-0.97496 -9.55244,-1.15116 -7.60448,-0.27999 -8.7586,-0.1 -9.15599,1.42813 -0.36838,1.41655 0.99878,2.20768 7.20128,4.16716 10.21708,3.22776 10.862,3.19934 11.6777,-0.5145 z"
+ id="path5592" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -252.11553,714.90467 2.42432,-2.75 -7.06733,0 c -5.63318,0 -7.19527,0.33343 -7.69785,1.64313 -0.81728,2.12979 -0.79758,2.14211 4.16423,2.60455 2.32503,0.2167 4.53295,0.69962 4.90649,1.07316 0.37354,0.37354 0.71666,0.56666 0.7625,0.42916 0.0458,-0.1375 1.17427,-1.4875 2.50764,-3 z"
+ id="path5590" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 443.96015,704.00783 c -7.6467,-2.40659 -9,-2.33031 -9,0.50727 0,1.29823 -0.29447,4.50883 -0.65438,7.13465 l -0.65438,4.77422 7.90438,-5.34258 7.90438,-5.34258 -5.5,-1.73098 z"
+ id="path5588" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 124.39499,711.0851 c 9.21786,-2.02549 24.92802,-7.05344 29.68838,-9.5016 1.44276,-0.74198 2.90526,-1.06701 3.25,-0.72228 0.34473,0.34473 0.62678,0.10178 0.62678,-0.53988 0,-0.64167 0.56001,-1.16667 1.24446,-1.16667 0.68446,0 4.00272,-1.87045 7.37391,-4.15655 l 6.12944,-4.15655 0.6205,-5.93658 c 0.34127,-3.26512 1.53226,-7.99779 2.64665,-10.51704 1.81424,-4.10139 1.84097,-4.42521 0.2556,-3.09609 -0.97381,0.81641 -4.69556,3.97894 -8.27056,7.02786 -7.4475,6.35156 -14.91858,11.83495 -16.12504,11.83495 -0.45373,0 -0.53847,-1.43244 -0.18832,-3.18319 l 0.63664,-3.18319 -2.91164,2.17295 c -1.6014,1.19512 -5.83664,4.42535 -9.41164,7.17829 -3.575,2.75295 -7.85,5.72771 -9.5,6.61058 -1.65,0.88288 -4.55092,2.44666 -6.44648,3.47508 -1.89556,1.02842 -3.57233,1.744 -3.72616,1.59017 -0.15382,-0.15382 1.88597,-5.6529 4.53287,-12.22018 2.6469,-6.56728 6.309,-16.43524 8.13801,-21.9288 2.60133,-7.8133 4.37898,-11.25422 8.16361,-15.80191 2.66098,-3.1975 4.83815,-6.23844 4.83815,-6.75764 0,-0.5192 -2.29193,-0.0731 -5.09318,0.99125 l -5.09318,1.93525 0.53402,-2.18933 c 0.29372,-1.20413 1.26203,-6.46433 2.15181,-11.68933 0.88979,-5.225 2.22818,-12.65 2.97421,-16.5 0.74603,-3.85 1.63913,-8.68264 1.98466,-10.73919 0.38464,-2.28939 2.16238,-5.51177 4.58495,-8.31082 2.17619,-2.5144 3.95671,-4.72863 3.95671,-4.92052 0,-1.25373 -10.13757,4.87005 -11.09285,6.70084 -0.65136,1.24833 -3.09295,5.19469 -5.42574,8.76969 -3.92507,6.01516 -4.52275,7.87992 -8.01283,25 -2.07426,10.175 -3.84886,19.48323 -3.94355,20.68495 -0.0947,1.20172 -0.65757,2.77672 -1.25083,3.5 -0.59326,0.72328 -1.60754,3.34005 -2.25397,5.81505 -1.88349,7.21146 -7.54995,20.51044 -14.65884,34.40383 l -6.602565,12.90384 8.305425,-0.69265 c 4.56798,-0.38096 12.38475,-1.58902 17.37059,-2.68459 z"
+ id="path5586" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 433.3183,710.40467 c 0.34091,-2.0625 0.62479,-4.92377 0.63084,-6.35839 l 0.011,-2.60838 -6.99239,3.60838 c -3.84581,1.98462 -6.99581,3.85864 -7,4.1645 -0.007,0.48575 10.46,4.70095 12.11155,4.87765 0.34053,0.0364 0.89808,-1.62126 1.23899,-3.68376 z"
+ id="path5584" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -244.7817,708.96697 3.24186,-2.3123 -5,-0.66239 c -2.75,-0.36432 -7.152,-0.70182 -9.78222,-0.75 -4.08453,-0.0748 -4.90524,0.24065 -5.62543,2.16239 -1.03941,2.77356 -0.14536,3.17733 7.92061,3.57707 4.96894,0.24626 6.5619,-0.10088 9.24518,-2.01477 z"
+ id="path5582" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 87.960155,710.25008 c 2.8885,-0.12893 3.19438,-0.33424 1.75074,-1.17509 -2.60076,-1.51483 -25.28821,-2.47773 -26.13402,-1.10918 -0.37442,0.60583 -1.45386,0.82447 -2.39875,0.48586 -1.0035,-0.35962 -1.37241,-0.23749 -0.88706,0.29367 1.32624,1.4514 13.73974,2.12648 27.66909,1.50474 z"
+ id="path5580" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 301.95457,707.40467 c -0.003,-0.9625 -0.48113,-3.46253 -1.06236,-5.55563 l -1.05679,-3.80563 -3.18763,1.98529 c -1.7532,1.09191 -5.58283,3.13201 -8.51029,4.53357 -2.9386,1.40688 -5.03973,3.00606 -4.69099,3.57034 0.354,0.57277 4.56202,1.02206 9.57266,1.02206 7.85068,0 8.9403,-0.2134 8.9354,-1.75 z"
+ id="path5578" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 21.212685,706.56881 c 0.94611,-0.94611 -15.1133302,-13.41414 -17.2780702,-13.41414 -2.76482,0 -2.49193,1.38652 1.59794,8.11919 l 3.57241,5.88081 5.7609302,0 c 3.16851,0 6.02456,-0.26364 6.34679,-0.58586 z"
+ id="path5576" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 805.74873,703.31697 2.1569,-3.83771 -17.2227,-10.85608 c -9.4726,-5.97084 -25.4523,-16.22687 -35.5106,-22.79117 -10.0583,-6.5643 -18.4165,-11.7646 -18.5738,-11.55622 -2.3244,3.07874 -4.777,7.06334 -4.4975,7.30686 0.1975,0.17205 6.5638,4.44714 14.1474,9.50019 l 13.7883,9.18736 -3.1589,3.98835 c -1.7373,2.19359 -2.9921,4.12492 -2.7883,4.29185 3.4852,2.85452 16.1256,10.56471 16.719,10.19795 0.4424,-0.27338 1.606,-2.27496 2.5859,-4.44795 l 1.7816,-3.9509 3.142,1.94525 c 14.6963,9.09852 24.2343,14.82819 24.708,14.84265 0.3112,0.01 1.5364,-1.7097 2.7227,-3.82043 z"
+ id="path5574" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 36.565655,704.11 c 5.81926,-1.10436 9.38278,-2.45923 8.36554,-3.18064 -0.25907,-0.18373 -3.46481,-2.90786 -7.12387,-6.05362 l -6.65282,-5.71957 -2.09718,6.90449 c -2.60083,8.56269 -2.66628,10.39477 -0.34717,9.7184 0.9625,-0.28071 4.49747,-1.03179 7.8555,-1.66906 z"
+ id="path5572" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 279.50005,704.61014 c 13.26126,-3.4366 26.99329,-14.77708 29.95021,-24.73413 2.65864,-8.9526 2.14188,-9.58617 -3.50819,-4.30119 -9.35065,8.74643 -17.97466,10.65884 -27.68291,6.13879 -6.71665,-3.12719 -13.57346,-10.3408 -17.60127,-18.51716 -4.54076,-9.21763 -4.91784,-19.66876 -1.26139,-34.96068 3.73998,-15.64122 4.36198,-23.54147 2.05424,-26.0915 -2.46145,-2.71987 -4.17702,-2.49666 -5.86253,0.76276 -0.78282,1.5138 -2.32192,3.5656 -3.42023,4.55956 -1.95731,1.77134 -2.03147,1.71673 -3.73824,-2.75237 -0.95772,-2.50775 -2.15673,-4.55955 -2.66446,-4.55955 -0.50774,0 -0.60549,-0.5625 -0.21722,-1.25 0.38826,-0.6875 -1.06665,0.4375 -3.23315,2.5 -2.1665,2.0625 -4.29601,3.75 -4.73225,3.75 -0.43624,0 -0.64227,-2.92594 -0.45784,-6.5021 l 0.33533,-6.5021 -4.66111,0.002 c -4.02695,0.002 -5.03505,0.44427 -7.40964,3.2521 -7.61654,9.00614 -12.50153,25.61957 -13.15823,44.75 -0.39813,11.59773 -0.15659,14.69773 1.71413,22 4.51361,17.61867 14.36947,30.43413 29.29649,38.0939 11.08316,5.6873 24.78315,7.33529 36.25826,4.36157 z"
+ id="path5570" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 738.56083,703.26596 c 0.087,-2.50191 -0.3998,-3.03414 -3.6763,-4.01579 -3.9274,-1.17667 -8.9244,-6.10622 -8.9244,-8.80389 0,-1.23926 0.8197,-1.445 4.0374,-1.01341 6.1567,0.82578 10.4446,4.66673 12.4981,11.19536 1.7688,5.62345 3.238,6.70917 5.4585,4.03366 2.0912,-2.51977 -4.2904,-12.01126 -11.288,-16.7888 -4.8588,-3.31732 -6.8359,-4.03943 -12.25,-4.47401 -7.4788,-0.60033 -7.8642,0.0559 -4.4504,7.57823 3.188,7.02495 5.7034,9.85347 11.1976,12.59131 6.5531,3.26558 7.2739,3.23608 7.3975,-0.30266 z"
+ id="path5568" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -239.52976,704.13836 c 0.34547,-0.55897 1.15952,-0.71183 1.80902,-0.33968 0.64949,0.37215 0.89147,0.35256 0.53772,-0.0435 -0.35375,-0.39609 1.67125,-2.83074 4.5,-5.41033 2.82875,-2.57958 5.50834,-5.26211 5.95464,-5.96118 0.4463,-0.69907 1.168,-1.05068 1.60377,-0.78136 0.43577,0.26932 1.37065,-0.73371 2.07751,-2.22897 1.6667,-3.52567 2.10475,-12.20649 0.61838,-12.25463 -0.61111,-0.0198 -5.52341,-0.61779 -10.91621,-1.32888 l -9.80509,-1.2929 -2.56849,3.05247 -2.56848,3.05247 9.70572,1.21891 c 17.49521,2.19717 14.80545,2.66155 -4.45857,0.76976 -6.44189,-0.63261 -6.51568,-0.61138 -8.25419,2.37432 l -1.7542,3.01263 3.7542,0.54167 c 2.0648,0.29792 7.71667,1.06282 12.55969,1.69977 4.84303,0.63696 8.6097,1.3539 8.3704,1.59321 -0.23931,0.2393 -4.18998,-0.0357 -8.77927,-0.61117 -13.55306,-1.69941 -16.58178,-1.45642 -18.50903,1.48494 -0.91219,1.39216 -1.47788,2.71185 -1.2571,2.93263 0.22079,0.22078 5.34424,0.92877 11.38546,1.57331 6.04122,0.64455 11.20904,1.40012 11.48404,1.67906 0.55049,0.55837 -16.96534,-0.52945 -21.07118,-1.30863 -2.04097,-0.38732 -2.81426,0.0456 -3.75,2.09929 -2.12102,4.65514 -2.94892,4.36283 15.01216,5.30045 2.03004,0.10597 3.97364,-0.26466 4.3191,-0.82363 z"
+ id="path5566" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -225.03984,684.18605 c 0,-0.53273 0.675,-0.70959 1.5,-0.39301 0.825,0.31659 1.5,0.75246 1.5,0.96862 0,0.21615 -0.675,0.39301 -1.5,0.39301 -0.825,0 -1.5,-0.43588 -1.5,-0.96862 z"
+ id="path5564" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 27.627085,697.07436 c 2.97528,-10.10293 2.98215,-10.03769 -0.91693,-8.70387 -3.80515,1.30169 -4.71382,2.3997 -4.73469,5.72127 l -0.0153,2.43709 -2.77689,-2.66042 c -2.33498,-2.23706 -3.36936,-2.56429 -6.5,-2.05625 -2.04771,0.33229 -3.7134102,0.8828 -3.7015402,1.22333 0.0119,0.34054 2.4911102,2.38843 5.5094502,4.55086 3.01833,2.16244 6.23828,4.76089 7.15544,5.77433 0.91715,1.01345 2.14632,1.68304 2.73147,1.48799 0.58515,-0.19505 2.0472,-3.6935 3.249,-7.77433 z"
+ id="path5562" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 458.55356,699.94258 c 3.52362,-2.31665 6.40659,-4.53472 6.40659,-4.92904 0,-0.70169 -9.73932,-3.85887 -11.90391,-3.85887 -0.60285,0 -1.10104,1.2375 -1.1071,2.75 -0.006,1.5125 -0.28993,4.4375 -0.63084,6.5 -0.34091,2.0625 -0.29392,3.75 0.10442,3.75 0.39833,0 3.60721,-1.89544 7.13084,-4.21209 z"
+ id="path5560" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 450.03666,698.90467 c 0.0421,-2.3375 0.22726,-5.0375 0.41152,-6 0.18425,-0.9625 0.10779,-1.75 -0.16992,-1.75 -0.81488,0 -13.29246,8.35898 -12.96556,8.68588 0.8056,0.8056 8.42246,3.18181 10.39745,3.24366 1.98002,0.062 2.25918,-0.43951 2.32651,-4.17954 z"
+ id="path5558" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 371.93434,698.63328 c 27.12044,-6.65882 48.79743,-16.39606 85.06903,-38.21277 15.80513,-9.5065 24.79475,-14.26584 26.94588,-14.26584 1.76969,0 1.10397,-1.5594 -2.38359,-5.58339 l -3.39449,-3.91661 -16.85551,5.66163 c -18.38114,6.17408 -43.54315,15.21827 -45.21682,16.25265 -0.57824,0.35738 -0.88283,1.19786 -0.67688,1.86775 0.20595,0.66988 0.65414,4.30731 0.99598,8.08318 l 0.62152,6.86521 -3.00368,-1.86521 c -1.65203,-1.02587 -5.38265,-3.55021 -8.29026,-5.60966 l -5.28658,-3.74446 -16.9994,6.5699 c -9.34966,3.61344 -19.24939,7.38326 -21.99939,8.37737 -2.75,0.99411 -6.15993,2.34705 -7.57762,3.00653 l -2.57761,1.19905 2.85385,8.16803 c 1.56963,4.49242 3.03953,8.6956 3.26645,9.34041 0.22692,0.6448 1.22761,0.99363 2.22376,0.77516 0.99614,-0.21847 6.52456,-1.55449 12.28536,-2.96893 z"
+ id="path5556" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 381.96015,689.65467 c 0,-0.825 0.675,-1.5 1.5,-1.5 0.825,0 1.5,0.675 1.5,1.5 0,0.825 -0.675,1.5 -1.5,1.5 -0.825,0 -1.5,-0.675 -1.5,-1.5 z"
+ id="path5554" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 58.710155,697.7192 c 4.5375,-1.50082 8.25,-2.86916 8.25,-3.04074 0,-0.46241 -14.55059,-11.52379 -15.15887,-11.52379 -0.28645,0 -1.07697,3.2625 -1.7567,7.25 -0.67973,3.9875 -1.47872,8.10557 -1.77555,9.15127 -0.37547,1.32277 -0.12422,1.74773 0.82572,1.39666 0.75097,-0.27754 5.0779,-1.73257 9.6154,-3.2334 z"
+ id="path5552" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 546.14513,692.42796 c 2.37326,-1.1804 7.32208,-2.69695 10.99737,-3.37012 5.65365,-1.03553 7.6549,-0.98122 13,0.35277 3.47471,0.8672 7.10515,1.88752 8.06765,2.26738 1.52613,0.6023 1.75,0.0478 1.75,-4.33454 0,-2.76386 0.26325,-5.71122 0.585,-6.54969 0.42554,-1.10893 -1.13175,-2.3911 -5.71301,-4.70371 -3.4639,-1.74857 -7.88965,-4.16973 -9.835,-5.38036 -4.52553,-2.81632 -7.36273,-3.8911 -6.47348,-2.45226 0.37212,0.6021 -4.9873,6.75583 -12.11404,13.90942 -14.2907,14.34456 -15.13887,15.45222 -13.41906,17.52446 1.00474,1.21063 1.77959,0.92588 5.01397,-1.84263 2.10406,-1.801 5.76733,-4.24033 8.1406,-5.42072 z"
+ id="path5550" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 753.26403,696.91231 2.7508,-4.24235 -2.5627,-1.86684 -2.5628,-1.86684 2.5354,-3.32408 c 1.3945,-1.82825 2.5354,-3.72931 2.5354,-4.22459 0,-0.87555 -2.2395,-2.48859 -18.0991,-13.03632 l -7.5991,-5.05392 -6.0947,8.79486 -6.0947,8.79486 5.7464,0.52106 c 11.3869,1.03253 21.161,7.62839 24.3427,16.42725 0.6602,1.8256 1.4593,3.31927 1.7759,3.31927 0.3167,0 1.8136,-1.90906 3.3265,-4.24236 z"
+ id="path5548" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 47.848785,694.90467 c 0.56674,-2.8875 1.32693,-7.40213 1.68932,-10.03252 l 0.65889,-4.78251 -2.55257,1.16303 c -1.88795,0.8602 -2.72846,2.20409 -3.22809,5.16139 l -0.67552,3.99837 -2.1659,-2.7163 c -1.90605,-2.39041 -2.61273,-2.63247 -5.89033,-2.01759 -2.04844,0.38429 -3.73232,0.98613 -3.74196,1.33742 -0.0217,0.7907 13.25908,13.04496 14.19663,13.09933 0.37351,0.0217 1.1428,-2.32312 1.70953,-5.21062 z"
+ id="path5546" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 133.46057,695.7047 c 2.66885,-1.89749 5.29259,-3.17796 5.83053,-2.84549 0.53794,0.33246 0.70555,0.16353 0.37247,-0.37541 -0.81263,-1.31485 7.26784,-7.90679 9.23948,-7.53743 1.15094,0.21561 1.22826,0.0681 0.2964,-0.56563 -0.9487,-0.64516 -0.63934,-1.44108 1.25,-3.21602 l 2.5107,-2.35868 0.11515,2.42432 c 0.0633,1.33337 0.0267,3.261 -0.0814,4.28362 -0.13751,1.30089 0.20333,1.62249 1.13484,1.07079 3.42513,-2.02857 12.11822,-10.08049 17.86849,-16.55057 l 6.34979,-7.14464 -3.20923,-2.86745 c -1.76504,-1.57709 -3.86126,-2.86744 -4.65823,-2.86744 -1.78707,0 -3.20498,2.74592 -2.96913,5.75 0.0972,1.2375 -0.20276,2.25 -0.66649,2.25 -1.13374,0 -4.88474,-7.46361 -4.88005,-9.71016 0.007,-3.19847 3.95612,-8.37512 7.5284,-9.86772 4.57547,-1.91175 7.91222,-1.20337 12.78787,2.7148 l 3.99494,3.21042 -0.58609,-7.42367 c -0.32234,-4.08302 -1.29801,-9.40637 -2.16815,-11.82966 -0.87013,-2.42329 -1.42501,-4.56305 -1.23304,-4.75501 0.75661,-0.75661 5.71699,9.67535 7.01812,14.7595 l 1.37921,5.38924 2.99416,-5.99387 c 4.16206,-8.33182 9.28084,-23.63105 9.28084,-27.73896 0,-4.94062 -3.34732,-14.59209 -9.61108,-27.71207 -3.00845,-6.30143 -5.29553,-11.25143 -5.08241,-11 0.21313,0.25144 5.29056,6.07561 11.28319,12.94261 10.75558,12.32488 10.90392,12.44705 11.53469,9.5 0.35144,-1.642 0.69222,-6.84273 0.7573,-11.55719 l 0.11831,-8.57175 -4.96727,-2.24492 c -6.3499,-2.8698 -13.31923,-10.58866 -15.97898,-17.69747 -2.31732,-6.19361 -2.68444,-15.02797 -0.83683,-20.13746 1.35963,-3.76 1.44764,-3.56733 -5.21692,-11.42099 -3.82289,-4.50496 -4.04859,-4.98795 -1.5,-3.20986 1.65,1.15116 4.85006,3.02908 7.11125,4.17315 l 4.11125,2.08012 2.72986,-2.84936 2.72986,-2.84935 -1.94133,-4.35019 c -3.42316,-7.67071 -9.45736,-14.28455 -14.87037,-16.29878 -6.63895,-2.47041 -11.15777,-5.19263 -15.69795,-9.45672 l -3.82744,-3.59468 0.56187,3.5 c 0.30903,1.925 1.43272,8.675 2.49709,15 7.36504,43.7667 9.9283,73.24526 8.12359,93.42476 -2.37286,26.53234 -6.9463,40.26182 -20.26154,60.82524 -5.73003,8.84917 -7.3152,10.31001 -2.71279,2.5 10.21129,-17.3279 17.62103,-38.0408 19.40716,-54.25 0.8812,-7.99686 1.07656,-27.29626 0.28434,-28.08849 -0.98718,-0.98717 -5.89711,2.92739 -12.42653,9.90736 -10.92184,11.67548 -11.49097,12.93123 -15.66675,34.56765 -2.05521,10.6489 -3.54617,19.55222 -3.31324,19.78514 0.23292,0.23292 3.73958,-1.13317 7.79258,-3.03577 4.053,-1.9026 7.54255,-3.28806 7.75455,-3.07879 0.76079,0.75097 -3.33773,6.06622 -9.98577,12.95026 -6.64323,6.87905 -6.84862,7.25444 -11.21634,20.5 -2.44705,7.42095 -5.40188,15.8718 -6.56627,18.77966 -1.16439,2.90786 -2.11708,5.49536 -2.11708,5.75 0,1.34594 3.19657,0.0729 7.50042,-2.98699 z"
+ id="path5544" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 189.61015,696.15467 c -0.70187,-3.50935 -0.84833,-3.46328 4.37125,-1.37482 2.23395,0.89385 4.31915,1.36776 4.63378,1.05313 0.31462,-0.31463 -0.37905,-3.70332 -1.54149,-7.53042 -1.16245,-3.8271 -2.11354,-7.24223 -2.11354,-7.58918 0,-0.34695 1.67946,0.51041 3.73213,1.90524 2.05268,1.39483 4.07768,2.53605 4.5,2.53605 0.42233,0 0.76787,-2.475 0.76787,-5.5 0,-3.025 0.14484,-5.5 0.32186,-5.5 0.17702,0 2.45141,0.72561 5.0542,1.61247 2.60278,0.88686 5.03508,1.30972 5.40511,0.93969 0.37003,-0.37002 -0.44186,-2.78313 -1.8042,-5.36247 -3.49759,-6.62205 -8.09253,-8.76905 -16.03108,-7.49059 l -5.88008,0.94696 -3.52708,-5.71433 c -5.06702,-8.2092 -9.62792,-11.93173 -14.61898,-11.93173 -4.68493,0 -8.91975,3.46006 -8.91975,7.28788 0,3.37264 0.87648,3.83564 3.08333,1.62879 1.05417,-1.05417 2.59037,-1.91667 3.41379,-1.91667 2.12507,0 8.7941,6.26868 10.9726,10.31391 1.83202,3.40187 1.82954,3.42762 -0.65554,6.80044 -4.34219,5.89334 -6.21715,13.66649 -5.15888,21.38745 l 0.57699,4.20956 5.63385,0.99914 c 8.79981,1.5606 8.45331,1.63674 7.78386,-1.7105 z"
+ id="path5542" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 175.96015,651.65467 c 0,-0.825 0.45,-1.5 1,-1.5 0.55,0 1,0.675 1,1.5 0,0.825 -0.45,1.5 -1,1.5 -0.55,0 -1,-0.675 -1,-1.5 z"
+ id="path5540" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 726.02573,665.74876 9.1725,-12.90591 -2.3691,-1.82186 c -1.3029,-1.00201 -3.6269,-1.83185 -5.1643,-1.84408 -2.6406,-0.021 -2.76,0.16614 -2.157,3.38054 1.1093,5.91282 -3.5878,12.59722 -8.852,12.59722 -0.8168,0 -1.0962,1.43232 -0.8596,4.40672 0.402,5.055 -1.9229,8.26064 -6.6813,9.21231 -2.3797,0.47594 -2.7236,0.95914 -2.3746,3.33647 0.3955,2.69528 -2.0903,9.02883 -3.5559,9.05981 -0.3984,0.008 -1.3343,0.40182 -2.0798,0.87421 -1.1161,0.70721 -1.0497,1.3255 0.3757,3.501 l 1.7312,2.64212 6.8208,-9.76632 c 3.7515,-5.37148 10.9485,-15.57398 15.9934,-22.67223 z"
+ id="path5538" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 737.84603,695.586 c -2.6389,-2.63891 -8.5351,-4.80794 -9.3751,-3.44881 -0.9519,1.54016 5.1843,5.70445 8.5465,5.80005 l 3.2729,0.0931 -2.4443,-2.44429 z"
+ id="path5536" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 560.94507,659.40755 c 0.0108,-2.31645 -0.98292,-4.35179 -3.46695,-7.10131 -1.91511,-2.1198 -3.15261,-4.21824 -2.75,-4.6632 0.40262,-0.44496 0.22539,-0.51984 -0.39384,-0.16639 -0.61923,0.35344 -3.04144,-0.64389 -5.38268,-2.21628 -3.97653,-2.67067 -4.38106,-2.75181 -6.14374,-1.23231 -1.03781,0.89464 -4.20568,2.07967 -7.0397,2.63342 l -5.15277,1.0068 5.52191,5.9932 c 8.12115,8.81426 8.45978,9.73064 5.47669,14.8209 -1.36051,2.32153 -5.74433,7.12777 -9.74183,10.68054 -3.9975,3.55277 -8.20054,7.2886 -9.3401,8.30185 -1.13955,1.01325 -1.62191,1.63663 -1.07191,1.38529 0.55,-0.25134 2.35,1.26904 4,3.37862 l 3,3.83561 16.23492,-16.70481 c 14.17827,-14.58862 16.23684,-17.11616 16.25,-19.95193 z"
+ id="path5534" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 67.625805,672.48698 c -0.22396,-0.22395 -1.62905,0.14952 -3.12242,0.82994 -2.37258,1.08103 -2.66984,1.71293 -2.35564,5.00761 l 0.35957,3.77048 -2.62607,-2.51594 c -2.33769,-2.23965 -2.91966,-2.38217 -5.29948,-1.29786 -1.47037,0.66995 -2.54842,1.59303 -2.39567,2.05129 0.15276,0.45826 3.65191,3.47092 7.7759,6.69479 l 7.49816,5.86158 0.28642,-9.99735 c 0.15753,-5.49854 0.10318,-10.18058 -0.12077,-10.40454 z"
+ id="path5532" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 79.520595,688.95173 c 4.64176,-2.31162 8.43956,-4.45338 8.43956,-4.75946 0,-0.30608 -1.0125,-1.19524 -2.25,-1.97591 -4.15295,-2.61986 -15.68303,-9.06169 -16.21933,-9.06169 -0.29187,0 -0.53067,4.5 -0.53067,10 0,6.37995 0.38388,10 1.06044,10 0.58324,0 4.85824,-1.89133 9.5,-4.20294 z"
+ id="path5530" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 466.3183,689.40467 c 0.85366,-5.16463 0.79659,-10.48544 -0.10815,-10.08333 -1.64321,0.73031 -13.19852,9.3692 -13.2234,9.88596 -0.0211,0.43732 9.35974,3.42458 12.09256,3.8508 0.34053,0.0531 0.89808,-1.59093 1.23899,-3.65343 z"
+ id="path5528" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 476.46015,688.7479 c 3.85,-2.37698 7,-4.68216 7,-5.12263 0,-0.82865 -13.40598,-4.89796 -14.04167,-4.26226 -0.85653,0.85653 -1.6526,13.78774 -0.84642,13.74917 0.48845,-0.0234 4.03809,-1.98729 7.88809,-4.36428 z"
+ id="path5526" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="M 4.9601548,689.3161 C 50.969685,680.6997 86.018515,662.33226 115.21015,631.53927 c 3.1625,-3.33598 5.75,-6.58724 5.75,-7.22501 0,-0.63778 0.39593,-1.15959 0.87985,-1.15959 1.16465,0 7.59166,-8.65653 13.42638,-18.08393 4.97978,-8.04606 5.79418,-10.17913 2.94377,-7.71034 -0.9625,0.83364 -4.81806,3.00521 -8.56791,4.8257 -3.74985,1.82049 -8.20891,4.92067 -9.90902,6.88928 -2.42511,2.8081 -2.71645,2.96809 -1.35219,0.74253 0.95641,-1.56022 1.59047,-2.98367 1.40902,-3.16323 -0.18144,-0.17955 -2.3549,0.0649 -4.8299,0.54322 -2.475,0.47832 -6.05797,0.88927 -7.96215,0.91322 -2.67271,0.0336 -4.48141,1.01263 -7.932225,4.29355 -3.63262,3.45377 -3.96757,3.62675 -1.78785,0.92327 1.47523,-1.82969 2.68223,-3.69688 2.68223,-4.1493 0,-0.45242 -2.1375,-1.00009 -4.75,-1.21705 -4.04104,-0.33558 -5.13592,-0.0148 -7.33563,2.14931 -4.75368,4.67672 -6.45166,5.58716 -3.06108,1.64133 3.75024,-4.36439 3.44194,-4.91222 -3.39812,-6.03819 -4.00584,-0.65942 -4.12476,-0.58709 -12.33484,7.50255 -6.07046,5.9814 -8.58697,7.87144 -9.39914,7.05927 -0.81217,-0.81217 0.95084,-3.00727 6.58484,-8.19865 4.23168,-3.89923 7.69397,-7.48089 7.69397,-7.95923 0,-0.47835 -2.10858,-1.80245 -4.68573,-2.94244 l -4.68573,-2.07272 -4.06427,3.79886 c -9.23823,8.63495 -9.46506,8.78077 -11.10622,7.13961 -1.3343,-1.3343 -0.83298,-2.14211 4.52061,-7.28444 5.91684,-5.68333 7.1476,-7.60218 4.8761,-7.60218 -0.62989,0 -5.48435,-4.3875 -10.7877,-9.75 -5.30335,-5.3625 -14.86512,-14.59377 -21.24839,-20.51393 -12.13362,-11.25333 -30.6910902,-31.18462 -42.67834,-45.83784 -5.58112,-6.82235 -6.78892,-8.86965 -5.83856,-9.8967 0.94223,-1.01828 0.91148,-1.13199 -0.14396,-0.53224 -0.89012,0.50581 -2.36766,-0.48136 -4.38675,-2.93087 l -3.04456,-3.69357 -5.71968,6.31596 -5.71968,6.31596 2.58057,4.01162 c 1.41931,2.20638 4.10892,5.92411 5.97689,8.26161 1.86798,2.3375 3.02579,4.25 2.57291,4.25 -0.45287,0 0.77172,1.6875 2.72132,3.75 1.9496,2.0625 6.87842,7.78 10.95295,12.70556 20.2798598,24.51566 40.18535,43.93963 63.00311,61.47907 l 3.16731,2.43463 -2.3811,1.92844 c -10.66547,8.6379 -37.67354,16.5459 -53.1679602,15.56765 l -5.7868498,-0.36535 -1.46315,4.9315 c -0.80473,2.71233 -1.46314,5.80708 -1.46314,6.87723 0,1.73608 -0.54678,1.89319 -5.07467,1.45812 -2.79107,-0.26819 -5.75999,-1.17294 -6.59762,-2.01057 -1.82843,-1.82843 -0.95074,-3.92153 4.44136,-10.59162 l 3.50469,-4.33534 -2.11541,-2.11542 -2.11541,-2.11541 -6.16244,6.20076 c -3.38934,3.41041 -6.46072,6.20075 -6.8253,6.20075 -1.53539,0 -7.27508,-6.98462 -6.78633,-8.25827 0.29339,-0.76456 3.84041,-3.1099 7.88228,-5.21186 4.04187,-2.10197 7.50679,-3.95153 7.69984,-4.11014 0.19304,-0.1586 -0.89148,-1.91733 -2.41006,-3.90828 l -2.76104,-3.61991 -6.58994,6.54538 c -10.37671,10.30653 -10.09252,10.20192 -13.3783,4.92436 l -2.78834,-4.47859 2.28834,-1.9962 c 2.61187,-2.27842 13.65838,-7.88451 15.53835,-7.8857 2.06565,-10e-4 1.44288,-1.79439 -2.4206,-6.96936 l -3.6706,-4.91662 -8.0794,8.55694 -8.0794,8.55694 -2,-2.28624 c -1.1,-1.25743 -1.43443,-1.95543 -0.74318,-1.55111 0.70403,0.41179 2.54297,-0.18068 4.18098,-1.34705 3.39318,-2.41616 9.54915,-9.89067 8.77966,-10.66017 -0.60454,-0.60454 -7.90075,2.94914 -12.03097,5.85978 -1.82982,1.28951 -2.61563,2.55496 -2.24754,3.61941 0.40459,1.17003 0.13373,1.07797 -0.94998,-0.32287 -0.83376,-1.07776 -1.37619,-2.42776 -1.2054,-3 0.17078,-0.57224 4.87177,-3.31949 10.44663,-6.10499 l 10.13611,-5.06455 -3.59658,-5.16023 -3.59658,-5.16022 -3.08658,4.20084 c -3.47239,4.72595 -9.67183,10.62966 -13.10265,12.47763 -2.03435,1.09577 -2.4817,0.93326 -4.12913,-1.5 -1.01619,-1.50091 -2.38021,-3.94313 -3.03116,-5.42716 -1.17468,-2.678 -1.12218,-2.72845 6.99641,-6.72342 4.49898,-2.21385 9.28115,-4.89348 10.62706,-5.95473 l 2.44709,-1.92955 -2.84231,-4.29503 -2.84231,-4.29502 -3.10479,3.56395 c -3.98777,4.57754 -13.78511,11.83204 -15.97937,11.83204 -2.81329,0 -8.26436,-10.79226 -5.61914,-11.125 0.54655,-0.0688 1.33123,-0.22173 1.74373,-0.33995 1.09983,-0.31522 18.68603,-8.66996 19.11407,-9.08059 0.29267,-0.28077 -3.14771,-6.61416 -4.55869,-8.39209 -0.19102,-0.2407 -2.25038,1.41683 -4.57635,3.68339 -4.881,4.75634 -16.72903,10.06986 -16.72903,7.50252 0,-0.41344 1.96805,-1.79576 4.37345,-3.07182 2.4054,-1.27607 5.8929,-3.92529 7.75,-5.88717 3.2233,-3.40515 3.26308,-3.53629 0.87655,-2.88925 -9.50941,2.57819 -15.47572,3.44826 -16.15118,2.35535 -1.14839,-1.85815 -0.20365,-2.45066 5.01032,-3.14232 7.68591,-1.01957 15.14086,-3.52712 15.14086,-5.09279 0,-2.62997 -2.01542,-2.65137 -8.41931,-0.0894 -3.52024,1.40831 -12.47012,3.76216 -19.888625,5.23076 l -13.48819,2.67018 -0.69507,7.41739 c -0.38228,4.07957 -0.38731,10.48186 -0.0112,14.22731 l 0.6839,6.80993 6.65923,0.66793 c 9.543435,0.95723 10.548955,1.33413 9.016655,3.37972 -1.148315,1.53297 -1.107985,1.53873 0.50543,0.0721 1.56846,-1.42576 2.21884,-1.44054 6.16866,-0.14021 5.17182,1.70263 9.15738,5.33543 11.22777,10.23401 2.10904,4.99001 2.58778,21.55709 1.00618,34.8194 -0.74244,6.22567 -1.04448,11.50816 -0.6712,11.73886 1.42029,0.87778 32.65392,3.44131 41.81635,3.43211 19.17164,-0.0192 48.5930798,-4.44039 64.08939,-9.63069 9.2134,-3.08591 24.08572,-10.46749 29.11466,-14.4505 2.22914,-1.76551 3.99191,-2.54576 4.36987,-1.93421 0.94405,1.5275 0.0806,2.45248 -6.2327,6.67658 -7.69688,5.14985 -19.78762,10.85391 -28.57324,13.48001 -3.94823,1.18017 -7.81022,2.64583 -8.58221,3.25704 -0.772,0.6112 -2.20401,0.97569 -3.18226,0.80996 -0.97824,-0.16573 -5.4566702,0.39639 -9.9520702,1.24915 -12.7603598,2.4206 -22.7258998,3.05847 -46.4620498,2.97393 -24.4392,-0.087 -38.11267,-1.5582 -60.955685,-6.55831 -15.95064,-3.49144 -31.42417,-8.48977 -39.80894,-12.85926 -3.17051,-1.65224 -6.13667,-3.00407 -6.59143,-3.00407 -0.91624,0 0.15511,8.63237 1.20118,9.67843 0.3626,0.3626 -0.12922,1.56064 -1.09292,2.66231 -0.9637,1.10168 -1.20287,1.68229 -0.5315,1.29026 0.80079,-0.46761 1.42325,0.24722 1.80956,2.0781 1.012,4.79622 1.9827,5.71319 9.07263,8.57053 6.89823,2.78008 4.08568,2.91235 -3.962,0.18633 l -3.85912,-1.30722 0.60912,3.04563 c 0.33502,1.6751 0.60913,3.42627 0.60913,3.89149 0,0.46522 5.2875,2.47277 11.75,4.46121 6.4625,1.98845 12.2,3.76604 12.75,3.9502 0.55,0.18416 -0.35,0.34704 -2,0.36196 -1.65,0.0149 -7.05,-1.02214 -12,-2.30457 -4.95,-1.28243 -9.07276,-2.27161 -9.1617,-2.19818 -0.0889,0.0734 0.0731,1.35581 0.36012,2.84971 0.61174,3.18434 3.07434,4.76927 16.30158,10.49174 17.98226,7.77963 39.738275,13.45622 64.500005,16.82938 14.97235,2.0396 56.6002198,1.22719 70.4999998,-1.37588 z"
+ id="path5524" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -121.76902,665.5505 c 0.33229,-0.33229 1.19479,-0.36781 1.91667,-0.0789 0.79773,0.31922 0.56078,0.55618 -0.60417,0.60416 -1.05416,0.0434 -1.64479,-0.19293 -1.3125,-0.52522 z"
+ id="path5522" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -133.28985,653.49239 c 0.6875,-0.27741 1.8125,-0.27741 2.5,0 0.6875,0.27741 0.125,0.50439 -1.25,0.50439 -1.375,0 -1.9375,-0.22698 -1.25,-0.50439 z"
+ id="path5520" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 54.419035,645.08814 c -0.36253,-0.58659 -0.41903,-1.30665 -0.12555,-1.60014 0.71632,-0.71631 2.66667,0.54583 2.66667,1.72569 0,1.27797 -1.72641,1.19267 -2.54112,-0.12555 z"
+ id="path5518" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -144.53985,641.75384 c -3.3,-1.26371 -5.775,-2.70299 -5.5,-3.19841 0.59973,-1.08043 0.009,-1.26628 8,2.51872 7.5942,3.59725 6.14659,3.99082 -2.5,0.67969 z"
+ id="path5516" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 63.189095,608.96785 c 0.49828,-1.49484 2.77106,-2.31789 2.77106,-1.0035 0,0.53699 -0.7126,1.24979 -1.58356,1.58401 -0.97391,0.37373 -1.43108,0.15024 -1.1875,-0.58051 z"
+ id="path5514" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -104.03985,572.65467 c 0,-0.825 0.45,-1.5 1,-1.5 0.55,0 1,0.675 1,1.5 0,0.825 -0.45,1.5 -1,1.5 -0.55,0 -1,-0.675 -1,-1.5 z"
+ id="path5512" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 702.50563,689.70012 c 4.8159,-4.81589 1.6617,-13.51753 -4.3822,-12.08947 -6.5224,1.54114 -8.2068,8.64509 -2.9002,12.23187 4.1354,2.79513 4.349,2.79096 7.2824,-0.1424 z"
+ id="path5510" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 823.81053,686.02259 c 2.0702,-3.31483 4.1269,-9.76389 3.2808,-10.28684 -0.419,-0.25895 -5.8777,-1.62567 -12.1306,-3.03716 -11.8229,-2.66886 -12.9471,-2.52858 -12.9853,1.62031 -0.014,1.5395 2.9066,3.69494 14.9847,11.05827 5.4291,3.3098 5.2,3.28821 6.8504,0.64542 z"
+ id="path5508" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 539.96015,664.76926 c 0,-1.54007 -1.87785,-4.75384 -4.85721,-8.31267 -7.72742,-9.23037 -7.14069,-8.9639 -21.22502,-9.63965 l -12.58222,-0.60368 -3.30223,3.40704 -3.30223,3.40703 3.21848,4.06367 c 1.77017,2.23502 3.45342,4.06367 3.74055,4.06367 0.28714,0 2.16183,-1.28834 4.16598,-2.86299 9.68289,-7.60776 13.56994,-7.8824 19.63055,-1.38701 6.92844,7.42548 7.29441,8.53719 4.16226,12.64365 -4.03835,5.29456 -6.15635,5.49322 -10.74937,1.00825 -4.82893,-4.71532 -5.61131,-6.95792 -3.3133,-9.49719 2.21139,-2.44356 4.09882,-0.97453 2.34862,1.82798 -1.07021,1.71369 -0.80659,2.37249 2.03657,5.08957 3.501,3.34575 4.85397,3.23813 8.38824,-0.66719 1.80275,-1.99203 1.74828,-2.12534 -2.89803,-7.09263 -5.53854,-5.92115 -7.3457,-6.20438 -13.51586,-2.11831 -9.197,6.09053 -9.21436,4.58668 0.19327,16.73792 4.59852,5.93962 8.24064,11.16442 8.0936,11.61068 -0.14704,0.44625 4.24046,-3.68385 9.75,-9.178 7.37754,-7.35694 10.01735,-10.65102 10.01735,-12.50014 z"
+ id="path5506" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 495.96015,677.33691 c 1.375,-0.6998 3.55136,-2.07085 4.83636,-3.04675 l 2.33637,-1.77438 -8.2309,-2.25571 c -8.50865,-2.33183 -10.15168,-2.02128 -9.41019,1.77862 0.17344,0.88879 0.34977,3.75913 0.39185,6.37852 l 0.0765,4.76255 3.75,-2.28523 c 2.0625,-1.25688 4.875,-2.85781 6.25,-3.55762 z"
+ id="path5504" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 88.598955,671.40467 c -0.49039,-5.9125 -1.03382,-10.91159 -1.20763,-11.10909 -0.17381,-0.1975 -1.6052,0.55888 -3.18087,1.68086 -2.4711,1.75958 -2.80467,2.55534 -2.42705,5.78993 l 0.43779,3.74998 -3.25663,-2.06195 c -3.0743,-1.94651 -3.41718,-1.97063 -6.1242,-0.43084 -1.57716,0.89711 -2.87041,1.87894 -2.87389,2.18184 -0.003,0.30291 1.90618,1.53038 4.24368,2.72772 2.3375,1.19734 6.5,3.51815 9.25,5.15734 2.75,1.6392 5.23184,2.99923 5.51521,3.02229 0.28336,0.0231 0.11398,-4.79558 -0.37641,-10.70808 z"
+ id="path5502" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 98.385725,677.74504 c 9.792155,-6.98754 9.791435,-6.65112 0.0246,-11.55765 -4.69188,-2.35702 -8.69856,-4.11612 -8.90373,-3.90911 -0.20518,0.20702 0.0182,3.75139 0.49636,7.87639 0.47819,4.125 0.88919,8.5125 0.91334,9.75 0.0241,1.2375 0.32426,2.25 0.66692,2.25 0.34265,0 3.40381,-1.98434 6.80256,-4.40963 z"
+ id="path5500" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 696.78823,676.19985 c 1.2805,-0.65955 2.9736,-0.95152 3.7624,-0.64882 1.0982,0.4214 1.2876,-0.0337 0.8086,-1.94241 -1.2657,-5.04275 3.7887,-11.45395 9.0298,-11.45395 1.2687,0 1.3341,-0.42611 0.3848,-2.50953 -0.8316,-1.82512 -0.8513,-3.46146 -0.072,-6 0.9979,-3.25121 0.9211,-3.49047 -1.1198,-3.49047 -1.5898,0 -4.0321,2.44883 -8.9009,8.92475 -9.9263,13.20287 -12.79308,18.16362 -12.06988,20.88551 l 0.61388,2.31025 2.6176,-2.43807 c 1.4397,-1.34094 3.6653,-2.9777 4.9457,-3.63726 z"
+ id="path5498" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 356.46921,678.14 c 0.51477,-0.83291 -6.08952,-12.60801 -7.59241,-13.53684 -0.45357,-0.28032 -1.91635,-0.23568 -3.25063,0.0992 l -2.42596,0.60888 3.5482,7.81105 c 3.5126,7.73268 3.57663,7.80114 6.38181,6.82325 1.55848,-0.54329 3.06103,-1.35578 3.33899,-1.80554 z"
+ id="path5496" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 483.96015,674.15467 c 0,-3.85 -0.20344,-7 -0.45209,-7 -1.51176,0 -13.54256,9.40166 -12.87012,10.05755 0.68693,0.67001 10.09079,3.55095 12.57221,3.85159 0.4125,0.05 0.75,-3.05914 0.75,-6.90914 z"
+ id="path5494" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 294.87601,677.93257 c 3.7824,-1.15435 12.08414,-8.2747 12.08414,-10.3645 0,-0.73254 -1.16613,-3.26273 -2.59139,-5.62264 l -2.59139,-4.29076 -7.7402,0 c -6.79861,0 -8.21943,-0.33177 -11.67959,-2.72729 -5.75834,-3.98657 -7.86351,-8.09133 -7.83275,-15.27271 0.0257,-6.01061 3.21988,-14.5 5.45564,-14.5 1.87114,0 0.9456,-2.22861 -5.27032,-12.69041 l -6.25,-10.51916 -0.69633,5.35478 c -0.38298,2.94514 -2.11469,9.85479 -3.84825,15.35479 -6.45299,20.47326 -4.86234,36.42501 4.72507,47.38486 8.05778,9.21124 15.03645,11.31081 26.23537,7.89304 z"
+ id="path5492" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -216.03948,669.95772 c 2e-4,-0.16668 -4.94884,-0.24645 -10.99787,-0.17726 -10.37497,0.11865 -14.83064,1.22522 -13.51367,3.35612 0.25674,0.41541 3.5577,1.05987 7.33546,1.43212 3.77777,0.37225 8.17525,1.03106 9.77219,1.46403 2.56089,0.69432 3.16905,0.4002 5.15353,-2.49237 1.2375,-1.80377 2.25016,-3.41596 2.25036,-3.58264 z"
+ id="path5490" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 363.72013,675.82871 2.25997,-1.25509 -4.64869,-6.73283 c -3.87765,-5.61612 -4.99887,-6.62739 -6.75997,-6.09709 -3.84684,1.15837 -3.84238,2.15422 0.0394,8.79115 3.94847,6.75099 5.18821,7.47147 9.10932,5.29386 z"
+ id="path5488" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 591.37288,674.09715 c 5.10613,-4.48324 15.33254,-20.14004 25.27243,-38.69248 3.02042,-5.6375 4.97532,-10.25 4.34424,-10.25 -0.63109,0 -0.86478,-0.45734 -0.51932,-1.01631 0.34546,-0.55897 1.00319,-0.78451 1.46161,-0.50119 1.13923,0.70409 3.02831,-5.02069 3.02831,-9.17718 0,-2.25742 -0.78045,-4.13545 -2.32752,-5.60077 -3.58652,-3.39702 -8.37601,-7.18589 -9.32116,-7.3738 -0.46823,-0.0931 -3.53428,-1.78626 -6.81345,-3.76262 -3.27918,-1.97636 -6.20981,-3.47519 -6.51252,-3.33075 -0.30272,0.14444 -3.58226,1.3836 -7.28787,2.75368 -3.70561,1.37008 -6.72706,2.72008 -6.71433,3 0.0127,0.27992 3.16524,2.27628 7.00558,4.43637 3.84034,2.16008 7.72716,4.75034 8.63739,5.75613 3.02164,3.33888 0.49089,3.11493 -4.87439,-0.43135 -2.91045,-1.92371 -7.62451,-4.71156 -10.47568,-6.19521 l -5.18396,-2.69754 -6.31604,1.72507 c -3.47383,0.94879 -7.04547,2.09016 -7.93698,2.53638 -2.15043,1.07633 -9.87907,16.02459 -9.87907,19.10747 0,3.11413 2.96767,5.78883 10.72148,9.66304 7.48782,3.74131 12.10776,4.0059 14.99135,0.85858 3.24365,-3.5403 6.45307,-10.65193 5.77346,-12.79319 -0.51942,-1.63654 -11.83643,-8.95681 -13.84709,-8.95681 -0.7314,0 -4.62943,6.06388 -4.63546,7.21104 -0.007,1.23807 4.31228,4.78896 5.82458,4.78896 0.79816,0 2.04899,-0.7875 2.77963,-1.75 1.62709,-2.14342 1.89205,-0.0528 0.35687,2.81574 -1.26523,2.3641 -3.08129,2.43777 -7.26448,0.29473 -5.72654,-2.93371 -6.01497,-5.03285 -1.6061,-11.68903 1.91554,-2.89194 3.83286,-4.67144 5.03324,-4.67144 2.47405,0 11.68205,4.58723 14.62252,7.28462 2.17718,1.99721 2.97988,5.65217 1.55439,7.07766 -0.38259,0.38258 -0.79487,1.37191 -0.91619,2.19851 -0.47509,3.23698 -6.58178,11.27675 -9.47594,12.47555 -3.87679,1.60582 -8.69049,0.24443 -18.37765,-5.1975 -8.26138,-4.64097 -9.71363,-6.23739 -8.87002,-9.75053 0.75455,-3.14228 4.89802,-11.6043 7.46366,-15.24268 1.02946,-1.4599 1.87175,-2.83618 1.87175,-3.0584 0,-0.22222 -3.2625,0.0855 -7.25,0.68381 l -7.25,1.08785 -0.59521,13.47056 c -0.32737,7.4088 -0.90667,14.44044 -1.28734,15.62587 -0.83661,2.60525 1.50204,4.45254 13.74597,10.85785 12.55822,6.56973 19.43741,8.65393 24.23774,7.34335 2.14436,-0.58545 4.50866,-1.56204 5.25399,-2.1702 2.19125,-1.78796 8.56269,-11.62074 12.59969,-19.44455 4.10927,-7.96389 4.71585,-12.80613 2.1036,-16.79292 -2.07175,-3.1619 -1.06086,-5.21351 1.44946,-2.9417 3.57227,3.23286 4.32011,6.85714 2.61463,12.67141 -2.66543,9.08692 -14.27812,26.58399 -20.23336,30.48601 -4.37154,2.86435 -10.99808,2.21811 -19.71801,-1.92297 -7.20183,-3.42014 -9.25014,-3.72058 -6.48005,-0.95049 0.65512,0.65512 1.15749,3.41998 1.1164,6.14414 -0.0699,4.63294 0.16332,5.11056 3.6087,7.3906 6.4655,4.27867 16.82141,9.17026 20.29899,9.5882 0.39337,0.0473 2.28225,-1.28993 4.19753,-2.97157 z"
+ id="path5486" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 580.97546,631.40467 c 0.0363,-1.77777 1.74659,-3.44427 2.41871,-2.35676 0.37621,0.60872 0.4059,1.55676 0.066,2.10676 -0.72089,1.16642 -2.50707,1.34614 -2.48469,0.25 z"
+ id="path5484" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 712.13143,675.49968 c 3.9052,-3.5342 1.0943,-10.34501 -4.2696,-10.34501 -2.8903,0 -5.9017,3.06157 -5.9017,6 0,5.04378 6.3851,7.77141 10.1713,4.34501 z"
+ id="path5482" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 372.34003,672.11239 c 1.14799,-1.06657 -7.41615,-12.83172 -9.37988,-12.88579 -0.825,-0.0227 -2.15614,0.37373 -2.95808,0.881 -1.19932,0.75863 -0.66927,2.08552 2.98679,7.47692 3.6116,5.32584 4.82228,6.44127 6.45808,5.94999 1.10727,-0.33255 2.40916,-0.9725 2.89309,-1.42212 z"
+ id="path5480" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 827.73843,666.60144 c -0.2666,-4.15428 -0.9902,-8.05864 -1.6079,-8.67635 -0.8308,-0.83084 -3.9269,-0.53787 -11.8968,1.12573 -5.9255,1.23688 -11.1167,2.58186 -11.5361,2.98886 -0.4194,0.40699 -0.4756,2.17437 -0.125,3.92749 0.4696,2.34778 1.1973,3.20651 2.7625,3.25966 1.1688,0.0397 6.175,1.11457 11.125,2.38863 12.807,3.29635 11.8392,3.72659 11.2783,-5.01402 z"
+ id="path5478" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 799.57223,670.56408 c 2.2233,-8.85848 -8.4227,-20.68422 -16.9657,-18.84567 -4.8259,1.03858 -8.8053,3.39173 -8.4586,5.00187 0.2843,1.32016 22.3339,16.37583 24.0431,16.41685 0.4021,0.01 1.0236,-1.14823 1.3812,-2.57305 z"
+ id="path5476" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 378.37836,670.54768 c 2.35353,-0.90313 1.99776,-2.02848 -2.66821,-8.43992 -4.55621,-6.26063 -5.34581,-6.70035 -8.23629,-4.58677 -1.77551,1.29828 -1.6481,1.66892 2.55887,7.44339 4.42909,6.07935 5.38551,6.71921 8.34563,5.5833 z"
+ id="path5474" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 502.80665,667.90467 c -1.25933,-1.7875 -3.26579,-4.31736 -4.45879,-5.6219 l -2.1691,-2.37191 -5.21308,2.83732 c -2.97818,1.62093 -4.6327,3.03667 -3.8593,3.30234 3.14347,1.0798 16.42077,4.97377 17.17186,5.03618 0.44996,0.0374 -0.21226,-1.39453 -1.47159,-3.18203 z"
+ id="path5472" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 107.25266,657.37901 c -0.32567,-6.17339 -0.87922,-11.22434 -1.2301,-11.22434 -0.35088,0 -2.07918,1.2375 -3.84068,2.75 -2.966895,2.54752 -3.137535,3.02611 -2.317525,6.5 0.486845,2.0625 0.722835,3.75 0.524415,3.75 -0.19842,0 -1.901905,-0.73492 -3.785535,-1.63316 -3.09129,-1.47413 -3.63841,-1.48352 -5.6188,-0.0964 -2.14887,1.50513 -2.05337,1.6119 4.64085,5.18881 9.312945,4.97616 11.801475,6.2392 12.027185,6.10434 0.10578,-0.0632 -0.0741,-5.16586 -0.39981,-11.33925 z"
+ id="path5470" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 120.89728,655.37388 c 0.92796,-3.23559 0.89734,-3.27398 -4.9732,-6.23742 -3.24879,-1.63998 -6.36973,-2.98179 -6.93541,-2.98179 -1.18863,0 -1.29807,4.50946 -0.37458,15.43432 l 0.65393,7.73607 5.34778,-5.34778 c 2.94128,-2.94128 5.76795,-6.81281 6.28148,-8.6034 z"
+ id="path5468" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 388.19296,666.32186 c 0.43741,-0.43741 -1.72111,-3.57603 -4.79673,-6.9747 -5.03529,-5.56416 -5.80828,-6.067 -7.76406,-5.05049 -1.19461,0.6209 -2.3129,1.24633 -2.48508,1.38985 -0.17219,0.14352 1.51338,2.67006 3.7457,5.61454 2.23231,2.94449 4.06069,5.74736 4.06306,6.22861 0.005,1.00094 6.03467,-0.005 7.23711,-1.20781 z"
+ id="path5466" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 412.45204,665.40467 c -0.25196,-1.5125 -1.60773,-13.1 -3.01282,-25.75 -1.40508,-12.65 -2.74906,-23.92405 -2.9866,-25.05343 -0.28954,-1.37658 -2.25438,-2.80882 -5.96091,-4.34509 l -5.52901,-2.29164 -4.67272,3.09508 c -2.57,1.70229 -5.02133,3.09508 -5.44741,3.09508 -0.42609,0 0.0697,2.45439 1.10182,5.4542 l 1.87652,5.4542 -5.59254,2.09244 c -6.12314,2.29095 -6.77431,2.02212 -7.92451,-3.27165 -0.33112,-1.52394 -0.93368,-2.97578 -1.33902,-3.22629 -0.40535,-0.25052 -4.28472,0.69623 -8.62084,2.10389 -4.33612,1.40766 -8.49953,2.75328 -9.25202,2.99026 -0.7566,0.23827 5.02904,5.00637 12.94328,10.66691 7.8713,5.62982 20.86198,15.03346 28.86817,20.89697 8.0062,5.86351 14.88297,10.70101 15.28172,10.75 0.39875,0.049 0.51885,-1.14843 0.26689,-2.66093 z"
+ id="path5464" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -215.80189,665.02715 c 4.56358,-1.02694 5.22605,-1.67374 17.99999,-17.57399 7.29413,-9.07929 13.85617,-17.32566 14.58231,-18.32527 1.19155,-1.64028 0.87794,-2.01313 -3.21666,-3.82437 -8.49056,-3.75578 -13.30452,-7.74106 -14.03148,-11.61609 -0.3778,-2.01387 -1.25519,-3.53276 -2.04071,-3.53276 -2.26144,0 -7.17884,4.72415 -8.56639,8.22975 -1.92016,4.85121 -3.94021,6.77025 -7.12661,6.77025 -1.82197,0 -3.66166,0.93371 -5.09501,2.58592 -1.23387,1.42225 -4.49803,3.65391 -7.2537,4.95923 -2.89426,1.37097 -5.74732,3.62097 -6.75538,5.32748 -2.47739,4.1939 -9.66696,7.48349 -14.55181,6.6582 -2.94436,-0.49744 -4.90345,-0.0972 -8.53524,1.74383 l -4.71374,2.38947 5.05326,4.72673 c 2.77929,2.5997 8.30675,6.26689 12.28324,8.1493 11.16766,5.28659 19.44788,6.14972 31.96793,3.33232 z"
+ id="path5462" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 395.3844,663.81654 2.92425,-1.24793 -7.15894,-5.20697 c -6.17988,-4.49487 -11.18956,-6.56727 -11.18956,-4.62889 0,1.09457 10.50137,12.37537 11.5,12.35356 0.55,-0.012 2.31591,-0.58341 3.92425,-1.26977 z"
+ id="path5460" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 357.67552,658.21277 c 8.13155,-2.71805 16.51877,-5.66857 18.63828,-6.55673 3.62291,-1.51814 3.75617,-1.72254 2.22566,-3.41374 -0.8954,-0.9894 -3.09315,-2.58794 -4.88389,-3.55232 -3.21056,-1.729 -3.47821,-1.69567 -19.22565,2.39453 -8.78338,2.28137 -16.53398,4.34197 -17.22358,4.57913 -0.90638,0.3117 -0.50228,1.96353 1.45832,5.96111 1.49167,3.04145 3.0528,5.52992 3.46918,5.52992 0.41638,0 7.41014,-2.22386 15.54168,-4.9419 z"
+ id="path5458" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 721.32523,661.08209 c 3.0498,-2.39895 3.4745,-6.34221 0.9799,-9.09868 -2.2065,-2.43816 -5.2047,-2.30914 -8.0305,0.34557 -2.9092,2.73301 -2.9581,6.14815 -0.1259,8.78673 2.7485,2.56062 3.8853,2.55529 7.1765,-0.0336 z"
+ id="path5456" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 205.59482,657.36222 c 2.06851,-2.64306 2.36222,-4.28209 2.74776,-15.33347 0.6729,-19.2887 4.92727,-35.117 12.38888,-46.09261 1.60088,-2.35481 4.08235,-6.86897 5.51437,-10.03147 l 2.60367,-5.75 -3.69467,-0.0136 c -2.03208,-0.008 -4.68677,-0.27966 -5.89933,-0.60478 -2.43097,-0.65179 -2.25624,-1.10222 -4.24598,10.9459 -0.62016,3.75511 -1.80828,8.52877 -2.64028,10.60814 l -1.51272,3.78066 -5.5182,-5.60813 c -4.49106,-4.56427 -5.25455,-5.04974 -4.10181,-2.60814 0.77901,1.65 2.43727,5.94836 3.68501,9.55191 l 2.26863,6.55192 -2.17106,7.91359 c -2.57039,9.36914 -7.85465,21.71922 -12.7362,29.76632 -3.3514,5.5247 -3.43668,5.89342 -1.90403,8.23254 1.45173,2.21562 2.14228,2.4108 7.2522,2.04973 4.83038,-0.34132 5.98286,-0.82734 7.96376,-3.35846 z"
+ id="path5454" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 813.42613,658.0401 c 5.5187,-1.16301 10.4214,-2.47292 10.8949,-2.9109 1.0815,-1.00034 -4.2541,-10.97453 -5.8706,-10.97453 -0.9809,0 -15.0486,9.4585 -17.7731,11.94978 -1.0364,0.9477 0.1936,4.05022 1.6058,4.05022 0.6099,0 5.6243,-0.95156 11.143,-2.11457 z"
+ id="path5452" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 819.96013,652.1823 c 0,-1.35555 1.7771,-2.19731 2.4252,-1.14873 0.3098,0.50134 -0.1091,1.16956 -0.9309,1.48493 -0.8219,0.31537 -1.4943,0.16408 -1.4943,-0.3362 z"
+ id="path5450" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 298.65422,655.36491 c 1.96076,-1.24657 -2.43305,-7.20804 -5.81042,-7.88351 -6.0966,-1.21932 -10.2194,-7.94959 -8.17979,-13.35311 0.74882,-1.98386 0.64261,-3.37332 -0.41169,-5.38552 -1.85538,-3.54111 -3.29463,-2.96377 -6.04217,2.42376 -4.71391,9.24328 -1.50255,19.6864 7.25,23.5765 3.27473,1.45546 11.28876,1.83319 13.19407,0.62188 z"
+ id="path5448" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 418.40208,654.82079 c 1.61107,-1.17805 1.73983,-2.23402 1.10214,-9.03914 -0.68336,-7.29245 -0.83783,-7.67036 -2.88306,-7.05373 -1.18855,0.35835 -2.47142,0.93846 -2.8508,1.28914 -0.83183,0.7689 1.21723,16.13761 2.15157,16.13761 0.36078,0 1.47684,-0.60024 2.48015,-1.33388 z"
+ id="path5446" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 808.38413,649.03753 c 4.7168,-3.36442 8.576,-6.45284 8.576,-6.86315 0,-1.1809 -10.0684,-10.28462 -10.6886,-9.66447 -0.3067,0.30677 -3.1801,4.50951 -6.3851,9.33943 l -5.8274,8.78167 2.1249,2.26183 c 1.1686,1.24401 2.4622,2.26183 2.8745,2.26183 0.4124,0 4.6089,-2.75271 9.3257,-6.11714 z"
+ id="path5444" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 426.22353,652.42109 c 1.5697,-0.45103 1.6919,-1.39963 1.1126,-8.63655 -0.35793,-4.47143 -0.7558,-8.25922 -0.88416,-8.41731 -0.12835,-0.15809 -1.41652,0.25164 -2.86259,0.91051 -2.5369,1.15589 -2.62923,1.49458 -2.62923,9.64443 0,7.65205 0.16459,8.37872 1.75,7.72604 0.9625,-0.39625 2.54352,-0.94845 3.51338,-1.22712 z"
+ id="path5442" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 771.46873,652.5571 2.4382,-1.59758 -4.6641,-5.40242 c -2.5653,-2.97134 -5.1408,-5.39255 -5.7234,-5.38047 -0.5826,0.0121 -3.0448,0.92278 -5.4716,2.02378 l -4.4123,2.00182 7.4123,4.96314 c 4.0768,2.72973 7.5406,4.96903 7.6975,4.97622 0.1568,0.007 1.3824,-0.70583 2.7234,-1.58449 z"
+ id="path5440" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 432.4131,649.99415 c 2.43301,-1.10855 2.54705,-1.53388 2.54705,-9.5 0,-4.58671 -0.20383,-8.33948 -0.45295,-8.33948 -0.24912,0 -1.59912,0.52223 -3,1.16052 -2.43301,1.10855 -2.54705,1.53388 -2.54705,9.5 0,4.58671 0.20383,8.33948 0.45295,8.33948 0.24912,0 1.59912,-0.52223 3,-1.16052 z"
+ id="path5438" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 122.50203,649.08691 c 0.91637,-1.48272 0.93181,-6.37771 0.0419,-13.28776 l -0.75408,-5.85552 -2.81801,2.69982 c -2.39125,2.29097 -2.69181,3.13986 -1.98466,5.60552 0.94043,3.27909 0.98558,3.2412 -2.35064,1.97277 -2.00052,-0.76059 -2.86082,-0.49967 -4.65719,1.41247 l -2.20339,2.3454 4.84208,2.07663 c 2.66315,1.14215 5.51709,2.50507 6.34209,3.02872 2.00669,1.27371 2.75564,1.27412 3.54188,0.002 z"
+ id="path5436" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 341.96015,648.60192 c 1.925,-0.38613 4.54375,-1.09547 5.81945,-1.57631 2.31442,-0.87235 2.31165,-0.8816 -1.27314,-4.26249 -1.99483,-1.88137 -5.02768,-3.60686 -6.81944,-3.87982 -1.77478,-0.27037 -3.29594,-0.43242 -3.38037,-0.3601 -0.0844,0.0723 -0.47986,2.76768 -0.87874,5.98972 -0.67205,5.42848 -0.58743,5.81911 1.15349,5.32466 1.03331,-0.29348 3.45375,-0.84952 5.37875,-1.23566 z"
+ id="path5434" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 779.53143,648.03935 c 0.4329,-0.70056 -3.1152,-12.32187 -4.2,-13.75617 -0.1545,-0.20433 -2.3606,0.84728 -4.9025,2.33689 -5.1804,3.0359 -5.3019,2.36181 1.8344,10.16899 2.7526,3.01135 5.8503,3.54424 7.2681,1.25029 z"
+ id="path5432" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 798.92203,640.96736 5.9512,-9.18731 -2.7065,-1.63593 c -3.0312,-1.83214 -8.8484,-3.98945 -10.7576,-3.98945 -0.8024,0 -1.4799,2.24631 -1.8849,6.25 -0.3478,3.4375 -0.8841,8.38643 -1.1917,10.99763 -0.5529,4.69205 0.051,5.61347 4.3829,6.68898 0.1404,0.0349 2.9334,-4.0709 6.2066,-9.12392 z"
+ id="path5430" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 494.4669,641.98032 -2.79288,-3.31915 0.79201,-13.50325 c 0.4356,-7.42679 0.83748,-15.88193 0.89306,-18.7892 l 0.10106,-5.28596 -5.7658,-2.61491 c -3.17119,-1.4382 -5.94651,-2.4342 -6.16738,-2.21334 -0.22086,0.22087 -0.72906,8.41488 -1.12933,18.20892 -0.82328,20.14422 -1.49112,17.80143 8.40811,29.49557 4.47653,5.28821 4.49621,5.29831 6.47211,3.32241 1.9759,-1.97591 1.97344,-1.99202 -0.81096,-5.30109 z"
+ id="path5428" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 440.39505,647.17942 c 2.47669,-0.94164 2.5651,-1.26916 2.5651,-9.50287 l 0,-8.52762 -3.25,1.3282 c -3.1946,1.30555 -3.25326,1.44623 -3.44151,8.25287 -0.18565,6.71271 0.12945,9.42467 1.09503,9.42467 0.25645,0 1.62058,-0.43886 3.03138,-0.97525 z"
+ id="path5426" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 787.75833,636.97175 c 0.6431,-6.15061 0.9855,-11.3667 0.7609,-11.59131 -0.8478,-0.84777 -4.1963,0.96927 -8.0278,4.35614 l -3.9687,3.50818 1.8436,5.20496 c 3.4193,9.65356 3.4505,9.70495 5.8835,9.70495 2.2432,0 2.3873,-0.45934 3.5085,-11.18292 z"
+ id="path5424" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 332.61366,637.7088 c -1.49202,-0.76429 -1.72971,-1.67614 -1.23818,-4.75 l 0.60831,-3.80413 -3.95281,0 c -2.17404,0 -4.14475,0.3375 -4.37937,0.75 -0.23461,0.4125 1.87633,4.575 4.69099,9.25 l 5.11755,8.5 0.5,-4.5 c 0.40886,-3.67971 0.16341,-4.67242 -1.34649,-5.44587 z"
+ id="path5422" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 361.71015,643.59037 c 3.4375,-0.93459 6.24129,-1.97745 6.23064,-2.31748 -0.0394,-1.25697 -14.49368,-10.96694 -14.84381,-9.97161 -0.19974,0.56781 -0.88803,-0.0204 -1.52953,-1.30711 -0.81533,-1.63539 -2.02707,-2.3395 -4.02617,-2.3395 -2.57221,0 -2.98003,0.4735 -4.0553,4.70833 -1.19452,4.70452 -1.19255,4.71121 2.4315,8.25 1.99485,1.94792 3.92307,3.54167 4.28493,3.54167 0.36186,0 0.8203,-2.5875 1.01875,-5.75 l 0.36082,-5.75 0.18909,6.81739 c 0.16556,5.96922 0.4068,6.75519 1.93908,6.31747 0.9625,-0.27495 4.5625,-1.26457 8,-2.19916 z"
+ id="path5420" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -260.36256,643.04511 c 2.79301,-1.72618 4.35923,-1.99741 8.61803,-1.49242 6.37891,0.75639 9.57453,-0.66873 11.89942,-5.30666 2.43614,-4.85987 3.27949,-5.43983 7.66065,-5.26816 3.38593,0.13268 4.28684,-0.32088 6.56175,-3.30344 1.73038,-2.26864 4.01444,-3.82815 6.64358,-4.53611 3.53663,-0.95231 4.28623,-1.71111 6.39029,-6.46876 1.87831,-4.24723 3.24918,-5.83145 6.46632,-7.47272 4.25998,-2.17328 4.50717,-2.84081 3.44082,-9.29217 -0.81282,-4.91754 -3.4393,-4.9728 -6.42906,-0.13527 -1.25262,2.02679 -3.75465,4.2501 -5.69554,5.06105 -1.90384,0.79548 -5.32273,3.49634 -7.59753,6.00193 -2.27481,2.50558 -6.16101,5.91936 -8.63601,7.58617 -2.475,1.66681 -5.625,4.05335 -7,5.30342 -1.375,1.25008 -5.78761,3.99633 -9.80581,6.10278 -4.01819,2.10646 -8.91574,4.68317 -10.88344,5.72603 -2.69344,1.4275 -4.22431,1.66967 -6.19419,0.97988 -4.17751,-1.46283 -3.90616,-4.79571 0.80669,-9.90856 2.24221,-2.43251 4.07675,-4.77326 4.07675,-5.20166 0,-0.42841 4.725,-4.74869 10.5,-9.60063 9.56881,-8.03935 10.5,-9.12516 10.5,-12.24342 0,-3.08436 -1.32251,-4.67411 -2.16667,-2.60448 -0.18333,0.44948 -5.73333,5.34232 -12.33333,10.87299 -13.73757,11.51181 -15.49656,13.30908 -18.39468,18.79496 -4.23713,8.02053 -1.39634,18.51481 5.01195,18.51481 1.73066,0 4.68267,-0.9493 6.56001,-2.10956 z"
+ id="path5418" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 292.58466,642.90467 c -0.89068,-1.2375 -2.56444,-4.00557 -3.71946,-6.15127 -1.38683,-2.57633 -2.35525,-3.48832 -2.85151,-2.68535 -2.03655,3.2952 2.35071,11.08662 6.24275,11.08662 1.83295,0 1.85228,-0.13251 0.32822,-2.25 z"
+ id="path5416" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 448.71015,644.52438 c 2.10646,-0.5645 2.25,-1.1378 2.25,-8.98634 0,-4.61085 -0.42071,-8.38337 -0.9349,-8.38337 -0.5142,0 -1.9767,0.39494 -3.25,0.87765 -2.19837,0.83339 -2.29866,1.28717 -1.98895,9 0.17938,4.46729 0.62938,8.11621 1,8.1087 0.37062,-0.008 1.68635,-0.285 2.92385,-0.61664 z"
+ id="path5414" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 538.08859,642.58825 c 4.54158,-2.34854 5.95168,-6.96014 6.60245,-21.59269 l 0.57109,-12.84089 -15.65099,-0.17857 c -8.60804,-0.0982 -16.66349,-0.21072 -17.90099,-0.25 -2.09236,-0.0664 -2.34851,0.6116 -3.65602,9.67743 -1.70726,11.83754 -1.21503,12.72401 8.40732,15.14107 10.13951,2.54696 11.60676,1.48243 12.94226,-9.38993 0.76656,-6.24058 -0.26313,-7.39847 -6.62853,-7.4538 l -5.31503,-0.0462 -0.30578,3.67314 c -0.26195,3.14658 0.0135,3.71999 1.92167,4 2.94975,0.43285 3.71338,2.82686 0.9017,2.82686 -1.18199,0 -3.03532,-0.47431 -4.11851,-1.05401 -1.62455,-0.86943 -1.85606,-1.70126 -1.32202,-4.75 0.35608,-2.0328 1.28394,-4.71101 2.0619,-5.95159 1.28698,-2.05227 1.93038,-2.19894 7.13776,-1.62712 8.14,0.89386 8.59284,1.55938 7.7258,11.3542 -0.56571,6.39081 -1.22083,8.75208 -3.00305,10.82403 -2.26117,2.62877 -2.32876,2.6399 -8.40599,1.38467 -9.03937,-1.86705 -14.92511,-4.65258 -15.59627,-7.38121 -0.31102,-1.26443 0.28747,-6.57397 1.32998,-11.79897 1.0425,-5.225 1.62036,-9.80048 1.28413,-10.16773 -0.33622,-0.36726 -2.68246,-0.9709 -5.21386,-1.34143 l -4.60254,-0.6737 -0.62964,6.34143 c -0.34631,3.48779 -0.92244,10.63435 -1.28029,15.88125 -0.62479,9.16078 -0.55251,9.6539 1.81914,12.41111 3.07448,3.5743 6.8706,4.25709 24.59553,4.4239 10.30514,0.097 13.98169,-0.22752 16.32878,-1.44125 z"
+ id="path5412" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 457.96015,632.60886 0,-8.35015 -3,1.0458 -3,1.04581 0,8.35016 0,8.35015 3,-1.0458 3,-1.04581 0,-8.35016 z"
+ id="path5410" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -86.039845,639.77967 c 0,-0.75625 0.28125,-2.78125 0.625,-4.5 l 0.625,-3.125 -5.375,-0.13361 -5.375,-0.13362 4.81966,-0.67008 c 5.2063,-0.72384 6.64117,-2.06784 6.66503,-6.24288 0.0146,-2.54869 -0.14383,-2.63456 -3.22809,-1.75 -1.78387,0.5116 -6.17137,0.85454 -9.75,0.76209 -4.066925,-0.10508 -5.006785,-0.29242 -2.5066,-0.49964 2.2,-0.18235 6.5875,-1.07795 9.75,-1.99023 l 5.75,-1.65868 0,-4.78545 0,-4.78544 -4.50099,1.991 c -2.47554,1.09505 -6.76621,2.25929 -9.5348,2.58719 -5.219275,0.61814 -25.964215,-1.48986 -25.964215,-2.63836 0,-1.36802 2.30304,-2.87323 3.62186,-2.36716 1.75157,0.67215 1.72986,0.32718 -0.2262,-3.59382 -0.88238,-1.76878 -1.37347,-3.44683 -1.0913,-3.729 0.28216,-0.28217 0.83417,0.49879 1.22667,1.73545 1.20468,3.79561 4.07539,6.03976 8.48212,6.63083 l 4.21204,0.56495 -3.05308,-4.21465 c -12.39344,-17.10864 -12.6813,-58.84382 -0.55846,-80.96721 9.35487,-17.07205 21.207185,-25.32864 36.281085,-25.27426 6.24958,0.0226 7.64988,-0.28841 9.04235,-2.00804 1.41722,-1.7502 1.81599,-1.83184 2.85174,-0.58384 0.96452,1.16218 0.80686,1.81039 -0.79235,3.25766 -2.78832,2.52339 -2.51533,4.97055 1.48587,13.31965 3.6912,7.70225 3.80158,7.7526 8.7698,4.00042 1.62826,-1.22971 1.40677,-1.93842 -3.13266,-10.02395 -2.68664,-4.78537 -4.69845,-8.88702 -4.47069,-9.11477 0.70106,-0.70106 -4.26606,-5.00377 -6.26413,-5.42623 -1.03656,-0.21916 -4.80966,-0.75306 -8.38466,-1.18643 l -6.5,-0.78794 6.58333,-0.14198 c 3.62084,-0.0781 6.87409,0.14878 7.22945,0.50415 1.39186,1.39185 6.57275,1.09458 7.15021,-0.41028 0.32125,-0.83715 0.45177,-1.65441 0.29006,-1.81613 -0.78538,-0.78537 -10.0932,-4.41971 -11.31924,-4.41971 -0.7702,0 -3.69281,-2.1375 -6.49468,-4.75 -2.80187,-2.6125 -5.3969,-4.68303 -5.76672,-4.60118 -0.36983,0.0819 -3.88971,-2.73065 -7.82197,-6.25 -3.93225,-3.51935 -7.792605,-6.39882 -8.578555,-6.39882 -2.49854,0 -10.56941,5.97991 -14.60754,10.82309 -2.14472,2.5723 -6.81687,9.17691 -10.38256,14.67691 -11.61002,17.90821 -18.96541,23.43029 -32.28179,24.23565 -6.19143,0.37445 -7.63474,0.0965 -12.49513,-2.40615 -14.26656,-7.34599 -16.25146,-27.93437 -3.51655,-36.47527 7.32793,-4.9146 15.48504,-4.45055 21.97796,1.25031 4.21962,3.70487 5.91415,8.58447 5.27848,15.20002 -0.40707,4.23647 -1.08229,5.61666 -4.10134,8.38341 -2.44706,2.24256 -4.60354,3.31203 -6.67839,3.31203 -3.78339,0 -8.56185,-2.37812 -9.93539,-4.94461 -2.8608,-5.34546 0.55979,-14.05539 5.51989,-14.05539 2.79917,0 5.80447,3.91391 4.87172,6.34462 -0.54068,1.409 -0.86954,1.32757 -2.46003,-0.6091 -1.48393,-1.80692 -2.18345,-2.02446 -3.64857,-1.13467 -2.91375,1.76956 -2.87209,6.93062 0.0798,9.88249 3.21566,3.21566 6.64909,3.19405 10.52374,-0.0662 9.50937,-8.00161 2.31729,-24.402 -10.70601,-24.41335 -9.29373,-0.008 -16.24733,6.39937 -17.017,15.6805 -0.8354,10.07382 4.67694,18.89954 13.31469,21.31796 5.45828,1.52822 14.0951,0.71447 19.91311,-1.87618 6.28039,-2.79655 12.27652,-9.9259 13.12894,-15.61018 1.63007,-10.87015 -2.17778,-23.10713 -9.39516,-30.19247 -12.13366,-11.91166 -36.1453,-9.98231 -46.05724,3.70073 -4.78551,6.60621 -6.39552,12.85928 -5.91245,22.96315 0.35174,7.35694 0.94004,9.82455 3.65904,15.34761 4.57336,9.28983 12.71492,15.82037 24.46861,19.62687 3.23017,1.0461 4.07331,0.99891 5.51838,-0.30886 1.22082,-1.10482 5.0553,-1.74388 13.48911,-2.2481 l 11.78343,-0.70448 1.59536,-3.10014 c 6.87636,-13.36234 17.84623,-25.03208 28.56961,-30.39231 9.766395,-4.88187 26.318305,-7.61546 28.704255,-4.74057 1.11664,1.34547 0.59802,1.53273 -4.24506,1.53273 -12.06447,0 -26.133845,6.82091 -37.579325,18.21867 -7.94431,7.91117 -12.35961,14.93198 -16.73173,26.60524 -5.04012,13.45678 -6.71926,22.88396 -6.71074,37.67609 0.008,14.17111 2.08479,24.99468 6.75109,35.18722 2.16413,4.72708 2.7691,5.31278 5.4876,5.31278 3.51429,0 3.58073,-0.25937 1.54464,-6.03026 -0.83087,-2.35495 -1.3329,-4.45949 -1.11562,-4.67678 0.21728,-0.21728 0.89893,1.05036 1.51478,2.81698 0.61585,1.76661 2.21692,4.65054 3.55795,6.40871 3.54363,4.64594 2.11944,5.37599 -9.29653,4.76553 -8.84969,-0.47324 -9.87794,-0.33455 -12.3999,1.67247 -3.74054,2.9768 -3.52947,6.15178 0.6531,9.82412 1.8717,1.64338 4.0092,3.19182 4.75,3.44097 1.10427,0.37141 1.0798,0.79755 -0.13587,2.36564 -1.41978,1.83138 -1.39855,1.8415 0.5,0.2381 1.87064,-1.57981 2.35037,-1.51761 8.48277,1.09984 5.59334,2.38738 21.24674,6.57968 37.000005,9.90936 6.78607,1.43433 10,1.36694 10,-0.20968 z"
+ id="path5408" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -18.133795,637.40467 c 0.54073,-2.0625 1.29653,-5.1 1.67957,-6.75 l 0.69643,-3 -2.73604,2.5 c -2.71896,2.4844 -5.54601,7.00941 -5.54601,8.87702 0,0.83939 1.53402,1.57043 4.21146,2.00698 0.3913,0.0638 1.15386,-1.5715 1.69459,-3.634 z"
+ id="path5406" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 463.41462,638.81162 c 1.5807,-1.15584 1.76499,-2.34563 1.32209,-8.5357 -0.28304,-3.95596 -0.76002,-7.43805 -1.05995,-7.73797 -1.103,-1.103 -4.87133,1.77114 -4.29417,3.2752 0.31766,0.8278 0.57756,4.39329 0.57756,7.92331 0,6.69414 0.4122,7.29972 3.45447,5.07516 z"
+ id="path5404" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 470.04194,637.15467 c 0.50501,0 0.91821,-3.87314 0.91821,-8.60699 0,-7.4376 -0.21491,-8.52452 -1.58179,-8 -0.86998,0.33385 -1.99498,0.60699 -2.5,0.60699 -0.50501,0 -0.91821,3.87314 -0.91821,8.60699 0,7.4376 0.21491,8.52452 1.58179,8 0.86998,-0.33385 1.99498,-0.60699 2.5,-0.60699 z"
+ id="path5402" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 430.51879,631.29668 c 8.83225,-3.21001 22.91287,-8.03654 31.29028,-10.72561 16.59022,-5.32532 15.50702,-4.43179 16.56739,-13.6664 0.31246,-2.72114 0.13896,-4.75 -0.4062,-4.75 -0.5234,0 -7.82729,2.00045 -16.23087,4.44544 -17.9399,5.21956 -46.69012,12.55456 -49.20874,12.55456 -1.53501,0 -1.67751,0.66638 -1.12265,5.25 1.20428,9.94837 1.7299,12.74997 2.39005,12.7392 0.36415,-0.006 7.88849,-2.63717 16.72074,-5.84719 z"
+ id="path5400" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 341.5273,632.40467 c 0.36178,-2.0625 1.28217,-6.81692 2.04532,-10.56538 1.82857,-8.98171 1.89952,-8.68462 -2.07393,-8.68462 -3.82633,0 -3.59862,-0.45634 -6.98594,14 -2.11834,9.04061 -2.12918,9 2.40209,9 3.78625,0 3.9827,-0.15971 4.61246,-3.75 z"
+ id="path5398" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 476.38318,631.80812 c 1.03454,-6.83321 1.62223,-13.65345 1.17651,-13.65345 -0.25814,0 -1.58713,0.42498 -2.95332,0.94441 -2.27463,0.86481 -2.48808,1.47582 -2.5327,7.25 -0.0268,3.46807 0.18473,7.07013 0.47007,8.00456 0.80631,2.64054 3.30509,0.98386 3.83944,-2.54552 z"
+ id="path5396" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -254.11839,630.04686 c 2.43179,-1.5907 4.91483,-2.89219 5.51786,-2.89219 0.60303,0 2.74005,-1.11687 4.74892,-2.48194 3.59225,-2.44099 3.65794,-2.60599 3.98213,-10.00232 0.1813,-4.13622 0.13265,-7.51935 -0.10812,-7.51807 -2.31773,0.0123 -20.76385,16.95901 -24.71758,22.70835 -3.56205,5.17978 2.77235,5.29127 10.57679,0.18617 z"
+ id="path5394" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 895.39543,629.90467 c -2.1897,-2.3375 -5.0503,-5.4753 -6.3571,-6.97288 l -2.3759,-2.72288 3.3923,0.97288 c 1.8657,0.53508 3.7632,0.97288 4.2167,0.97288 0.4534,0 -2.4647,-3.62501 -6.4848,-8.05558 -9.9537,-10.97015 -10.1195,-11.33867 -4.6889,-10.42117 l 4.356,0.73595 -4.0219,-4.3796 c -5.9495,-6.47855 -7.9327,-10.26129 -11.4705,-21.8796 -5.3458,-17.55545 -9.551,-24.27581 -20.7917,-33.22726 -6.0518,-4.81935 -6.3636,-4.94326 -8.2171,-3.26584 -1.115,1.00901 -2.7831,1.5196 -3.9595,1.21195 -3.3079,-0.86502 -2.3703,1.74983 1.2456,3.47415 11.4266,5.44896 18.4003,16.90409 29.713,48.80687 6.7145,18.9356 12.3711,31.78703 14.8162,33.66112 2.0449,1.5674 11.1159,5.2142 13.1505,5.2869 0.8535,0.0305 -0.1927,-1.71028 -2.5229,-4.19789 z"
+ id="path5392" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -154.05115,613.67578 c 1.55889,-2.91281 5.56736,-5.1388 10.81245,-6.00438 2.67284,-0.44109 4.11455,-1.14648 3.80825,-1.86327 -0.27109,-0.6344 -1.48445,-4.40213 -2.69636,-8.37273 -1.2119,-3.9706 -2.54174,-7.01021 -2.95519,-6.75468 -0.41345,0.25553 -0.68561,-0.99208 -0.60479,-2.77245 l 0.14694,-3.23704 -16.62988,-1.1854 c -20.81545,-1.48374 -26.85769,-2.58097 -34.24088,-6.21793 l -5.87076,-2.89194 0.63036,4.59895 c 0.3467,2.52943 0.96354,4.92183 1.37076,5.31644 0.92117,0.89266 16.23426,4.82159 19.40701,4.97932 1.46981,0.0731 1.73408,0.27594 0.71405,0.54816 -0.89064,0.23769 -5.82313,-0.24451 -10.9611,-1.07157 -5.13797,-0.82705 -9.50078,-1.3447 -9.69514,-1.15034 -0.19436,0.19436 -0.05,1.9703 0.32069,3.94653 0.74869,3.99084 1.79788,4.46527 15.95489,7.21468 l 7,1.35945 -7,-0.51244 c -3.85,-0.28185 -8.6875,-0.76306 -10.75,-1.06936 -3.04603,-0.45236 -3.75,-0.24648 -3.75,1.09673 0,4.6887 2.36537,5.91183 17.5,9.04927 l 7,1.45111 -8.02184,-0.49348 c -4.41202,-0.27142 -9.49691,-0.91652 -11.29976,-1.43358 -3.0827,-0.8841 -3.23879,-0.8094 -2.62084,1.25437 0.92521,3.08992 2.41821,4.38925 6.44244,5.60671 l 3.5,1.05887 -3.29113,-0.3184 c -2.55953,-0.24762 -3.22642,0.0335 -3,1.26445 0.45547,2.47631 11.59203,7.39605 21.38737,9.44818 4.89707,1.02594 10.25376,2.182 11.90376,2.56902 l 3,0.70368 0.66034,-6.96723 c 0.36318,-3.83197 1.18595,-7.94934 1.82836,-9.1497 z"
+ id="path5390" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -185.76902,616.5505 c 0.33229,-0.33229 1.19479,-0.36781 1.91667,-0.0789 0.79773,0.31922 0.56078,0.55618 -0.60417,0.60416 -1.05416,0.0434 -1.64479,-0.19293 -1.3125,-0.52522 z"
+ id="path5388" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -31.060425,624.67564 c 6.60881,-6.73389 2.93343,-7.52574 -4.78517,-1.03096 -2.57408,2.16594 -3.01172,3.02499 -2.10046,4.123 1.66883,2.01082 2.04202,1.84324 6.88563,-3.09204 z"
+ id="path5386" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 880.96013,628.22747 c 0,-0.50995 -1.6603,-2.29576 -3.6896,-3.96845 -4.5528,-3.75283 -9.6289,-4.80945 -27.3104,-5.68481 -21.6305,-1.07087 -34.909,-6.04355 -44.5126,-16.66954 -2.3611,-2.6125 -4.5617,-4.75 -4.8902,-4.75 -1.3151,0 -0.4776,5.68261 1.2528,8.5 4.412,7.18363 11.8762,12.57452 23.357,16.86912 8.3629,3.12831 17.955,4.53535 37.793,5.54378 8.525,0.43335 16.0625,0.85523 16.75,0.93751 0.6875,0.0823 1.25,-0.26765 1.25,-0.77761 z"
+ id="path5384" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 329.03364,626.16832 3.5735,-0.0136 1.15669,-6.21981 c 0.63619,-3.4209 0.82811,-6.49969 0.42651,-6.84176 -0.4016,-0.34207 -3.43019,-1.18716 -6.73019,-1.87798 -9.82728,-2.05725 -14.1892,-4.36891 -14.97241,-7.93484 -0.37168,-1.69225 -0.39088,-3.53779 -0.0427,-4.10121 0.34821,-0.56342 0.17773,-1.0244 -0.37885,-1.0244 -0.88494,0 -5.9181,1.92601 -6.99823,2.67798 -0.21569,0.15016 1.86054,3.77154 4.61385,8.04752 2.75331,4.27597 6.51117,10.16493 8.3508,13.08657 2.67455,4.24764 3.75383,5.20218 5.38615,4.76366 1.12275,-0.30163 3.64943,-0.55457 5.61485,-0.56208 z"
+ id="path5382" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 12.349375,624.4766 c 1.20412,-0.67386 -0.56636,-3.11327 -8.5898802,-11.83537 -23.0604498,-25.06825 -43.1720398,-50.71935 -61.1448598,-77.98656 -2.17515,-3.3 -4.08007,-6.15532 -4.23314,-6.34516 -0.91133,-1.13017 -6.68265,1.34884 -7.42502,3.18935 -0.57809,1.43322 -0.89079,1.62729 -0.93293,0.579 -0.0473,-1.17605 -0.82898,-1.46444 -3.07563,-1.1347 -1.65673,0.24316 -3.26468,0.85056 -3.57322,1.34978 -0.54656,0.88435 4.97066,11.60748 8.80075,17.10491 1.05115,1.50874 1.58558,3.30874 1.18762,4 -0.39796,0.69125 -0.38157,0.94948 0.0364,0.57384 0.41798,-0.37564 6.69176,8.17436 13.94173,19 14.69582,21.94376 14.46934,21.62058 27.41355,39.11854 5.11204,6.91044 10.28704,12.88849 11.5,13.28455 2.86881,0.93673 24.12306,0.20516 26.09461,-0.89818 z"
+ id="path5380" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -3.9215352,623.01308 c -0.0881,-1.96786 -0.78603,-2.80918 -2.73631,-3.29867 -3.6115798,-0.90645 -2.58091,-1.56579 1.1461,-0.73318 2.74049,0.61221 2.95518,0.94618 2.36154,3.67344 -0.63422,2.91368 -0.65641,2.924 -0.77133,0.35841 z"
+ id="path5378" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -13.640185,612.72673 c -1.70519,-0.74231 -3.39269,-2.1115 -3.75,-3.04265 -1.09967,-2.86568 -0.73511,-2.90777 1.42292,-0.16427 1.13992,1.44917 2.93992,2.63486 4,2.63486 1.06008,0 1.92742,0.45 1.92742,1 0,1.20603 0.2106098,1.23106 -3.60034,-0.42794 z"
+ id="path5376" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -21.674845,603.66609 c -1.7187,-0.72265 -3.49031,-1.92086 -3.93691,-2.66267 -0.6425,-1.0672 -0.51016,-1.10487 0.63397,-0.18045 0.79528,0.64256 2.89448,1.31756 4.66487,1.5 2.14523,0.22106 2.97609,0.71951 2.49094,1.49437 -0.54723,0.87402 -1.50379,0.83647 -3.85287,-0.15125 z"
+ id="path5374" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -27.039845,596.84273 c 0,-1.40927 -1.17132,-3.17794 -3,-4.52994 -1.65,-1.2199 -3,-2.75465 -3,-3.41056 0,-0.65592 0.70052,-0.19244 1.5567,1.02993 0.85619,1.22238 2.43119,2.22251 3.5,2.22251 1.55425,0 1.9433,0.70071 1.9433,3.5 0,1.925 -0.225,3.5 -0.5,3.5 -0.275,0 -0.5,-1.04037 -0.5,-2.31194 z"
+ id="path5372" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -33.940165,585.37992 c -0.063,-1.43732 -0.99765,-2.61616 -2.53888,-3.20213 -2.7231,-1.03533 -4.5608,-3.83868 -4.5608,-6.95738 0,-1.13616 -0.59656,-2.06574 -1.32569,-2.06574 -1.75926,0 -5.67431,-4.23229 -5.67431,-6.13412 0,-0.82786 -1.1379,-2.4946 -2.52866,-3.70385 -1.39077,-1.20926 -2.79359,-3.52326 -3.11738,-5.14224 -0.3238,-1.61897 -1.6609,-3.64611 -2.97134,-4.50474 -1.31044,-0.85864 -2.34709,-2.11328 -2.30367,-2.7881 0.0566,-0.87969 0.2278,-0.85487 0.60487,0.0877 0.28926,0.72305 1.60374,1.72441 2.92105,2.22525 1.56958,0.59676 2.39513,1.70416 2.39513,3.21287 0,3.07342 2.67784,6.74726 4.91803,6.74726 1.39236,0 1.69392,0.57913 1.32002,2.53504 -0.56359,2.94822 2.11107,6.46496 4.91694,6.46496 1.3659,0 1.84501,0.74724 1.84501,2.87756 0,2.93347 1.57392,4.83667 5.47663,6.62244 1.74882,0.80021 2.03934,1.49948 1.4541,3.5 -0.70592,2.413 -0.73484,2.42083 -0.83105,0.22525 z"
+ id="path5370" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -60.039845,546.44523 c -2.18428,-0.80314 -5,-3.43193 -5,-4.66805 0,-0.58714 0.70052,-0.0674 1.5567,1.15498 0.85619,1.22238 2.17963,2.22251 2.94099,2.22251 0.76135,0 1.66239,0.45 2.00231,1 0.67462,1.09156 0.67712,1.09108 -1.5,0.29056 z"
+ id="path5368" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -65.684545,539.00321 c 0.32415,-1.05732 -0.18834,-1.83312 -1.4245,-2.15638 -1.06194,-0.27771 -1.9308,-1.00086 -1.9308,-1.60701 0,-0.75646 0.70564,-0.70742 2.25,0.15638 1.2375,0.69216 2.40375,1.33722 2.59166,1.43347 0.18792,0.0963 -0.18356,0.99625 -0.8255,2 -0.90925,1.42171 -1.05529,1.46006 -0.66086,0.17354 z"
+ id="path5366" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 384.30772,624.18634 c 0.86975,-0.84845 -7.46017,-24.54427 -9.26137,-26.34547 -1.42743,-1.42743 -4.0862,1.02632 -4.0862,3.7711 0,1.21682 1.6041,7.2782 3.56467,13.46973 3.52472,11.13114 3.59477,11.24989 6.25,10.59438 1.47693,-0.36461 3.06673,-1.035 3.5329,-1.48974 z"
+ id="path5364" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 356.44209,621.58377 c 5.44038,-1.414 11.14548,-3.21931 12.67801,-4.01181 2.48957,-1.28741 2.66762,-1.70163 1.67129,-3.88832 -0.88791,-1.94876 -1.48029,-2.25198 -2.90743,-1.48819 -0.98578,0.52757 -3.73441,0.96219 -6.10807,0.96581 -2.62347,0.004 -5.49209,0.78565 -7.31574,1.99341 -1.65,1.09275 -4.0125,1.98979 -5.25,1.99341 -1.2375,0.004 -2.25,0.12206 -2.25,0.26319 0,0.14113 -0.41859,1.71613 -0.93019,3.5 -0.51161,1.78387 -0.60378,3.2434 -0.20483,3.2434 0.39895,0 5.17658,-1.15691 10.61696,-2.5709 z"
+ id="path5362" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 24.453265,621.15704 c 6.55294,-2.25454 18.50689,-8.66841 18.50689,-9.92984 0,-0.45627 -2.5875,-3.00265 -5.75,-5.65863 -8.71666,-7.32054 -23.25957,-21.59283 -35.1133002,-34.45987 -14.2910698,-15.51274 -15.5002798,-16.91189 -24.5913298,-28.45403 -10.79746,-13.70863 -10.3227,-13.03962 -8.54537,-12.04178 1.1722,0.6581 -3.24743,-4.77672 -6.04818,-7.43745 -0.3015,-0.28642 -1.57341,-1.98856 -2.82647,-3.78253 -1.25305,-1.79396 -2.64289,-3.03642 -3.08851,-2.76101 -0.44562,0.27541 -1.36631,-0.1693 -2.04598,-0.98824 -0.97458,-1.1743 -0.9773,-1.8004 -0.0129,-2.96248 0.99914,-1.20389 0.48202,-2.58295 -2.82625,-7.53713 -2.22703,-3.335 -4.61263,-7.62192 -5.30134,-9.52651 -1.29088,-3.56988 -3.73019,-4.52821 -5.63257,-2.21287 -1.75905,2.14088 -1.79575,7.4503 -0.0651,9.4165 0.88762,1.00842 3.05933,4.421 4.82602,7.5835 3.333,5.96632 3.91837,6.45287 5.66362,4.70762 1.27149,-1.27149 3.86885,1.40617 2.89402,2.98349 -0.34968,0.56579 -3.76425,2.85583 -7.58792,5.08898 l -6.95214,4.06027 3.50183,5.47424 c 1.92601,3.01083 3.50183,5.878 3.50183,6.37148 0,0.49349 0.35408,1.04725 0.78684,1.23059 0.43277,0.18333 3.46766,4.15833 6.7442,8.83333 5.1536,7.35319 19.73763,26.43293 25.94733,33.94592 10.2025998,12.34385 36.33599,40.05408 37.77487,40.05408 0.23853,0 3.04649,-0.89893 6.23991,-1.99763 z"
+ id="path5360" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 18.531585,612.58324 c -2.21843,-2.21843 -1.95016,-5.04989 0.65108,-6.87187 2.95882,-2.07244 3.45,-1.98615 5.36945,0.9433 1.51741,2.31587 1.51741,2.68413 0,5 -1.88493,2.87676 -3.78005,3.16905 -6.02053,0.92857 z"
+ id="path5358" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 23.780295,609.4002 c 0.4218,-2.97042 -2.62918,-4.22717 -4.39606,-1.81081 -1.72912,2.3647 -0.66617,4.74189 1.9532,4.36815 1.32111,-0.1885 2.24361,-1.15423 2.44286,-2.55734 z"
+ id="path5356" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 7.6268248,602.488 c -1.08655,-1.08654 -0.76018,-4.83982 0.53333,-6.13333 1.3296,-1.3296 5.4185802,-1.62616 6.1480302,-0.44589 0.25634,0.41476 -0.95461,0.75226 -2.69098,0.75 -2.5160302,-0.003 -3.2220502,0.45365 -3.4771902,2.25036 -0.40513,2.85303 2.3292802,4.03176 5.2026102,2.2427 1.92418,-1.19809 1.99221,-1.16685 0.74509,0.34217 -1.37268,1.66094 -5.2044402,2.25045 -6.4608902,0.99399 z"
+ id="path5354" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -1.8398452,591.95467 c -1.73253,-1.73253 -1.47595,-4.2403 0.62874,-6.14501 2.43412,-2.20285 4.86695,-2.09212 6.13608,0.27927 1.63783,3.06033 1.20943,3.49945 -0.9039,0.92652 l -1.93908,-2.36078 -2.07405002,2.04091 c -1.85598998,1.82633 -1.92136998,2.24689 -0.62183,4 1.30152,1.75578 1.69205002,1.8127 3.76314002,0.54843 2.11834,-1.29311 2.19654,-1.27227 0.93846,0.25 -1.61156,1.94998 -4.23441002,2.15381 -5.92756,0.46066 z"
+ id="path5352" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -11.789845,581.49239 c -0.6875,-0.27741 -1.25,-1.82653 -1.25,-3.44249 0,-4.01158 4.2059998,-6.15632 6.7869398,-3.46082 1.63141,1.70382 1.60969,1.72706 -0.45574,0.48751 -1.78298,-1.07005 -2.45008,-1.06815 -3.7499998,0.0107 -3.78669,3.14268 -0.38692,7.67232 3.8012698,5.06456 1.92418,-1.19809 1.99221,-1.16685 0.74509,0.34217 -1.3519,1.63579 -3.42513,1.98795 -5.8775598,0.99838 z"
+ id="path5350" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -22.039845,568.15467 c -2.05764,-3.84474 2.20613,-8.03042 6.07244,-5.96123 2.15647,1.15411 2.5624,4.92639 0.72756,6.76123 -1.85925,1.85925 -5.61317,1.41761 -6.8,-0.8 z"
+ id="path5348" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -16.050415,567.6674 c 1.6616,-2.00209 0.55479,-4.51273 -1.98943,-4.51273 -2.26877,0 -3.53587,2.16117 -2.63837,4.5 0.73667,1.91973 3.03988,1.92607 4.6278,0.0127 z"
+ id="path5346" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -31.678175,556.65477 c -0.34353,-0.8952 -0.11163,-2.75347 0.51532,-4.12948 0.88111,-1.93382 1.76235,-2.43018 3.88146,-2.18623 2.40642,0.27703 2.74155,0.74346 2.74155,3.81561 0,3.21932 -0.26118,3.52517 -3.25688,3.81387 -2.29046,0.22074 -3.4422,-0.16909 -3.88145,-1.31377 z"
+ id="path5344" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -25.236975,554.53195 c 0.37374,-2.61937 -2.00345,-3.68232 -4.36815,-1.9532 -2.41636,1.76688 -1.15961,4.81786 1.81081,4.39606 1.40311,-0.19925 2.36884,-1.12175 2.55734,-2.44286 z"
+ id="path5342" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -40.039845,545.15467 c -2.0858,-3.89735 3.21731,-8.72439 6.54799,-5.96017 1.7606,1.46117 1.89683,5.11535 0.25201,6.76017 -1.85925,1.85925 -5.61317,1.41761 -6.8,-0.8 z"
+ id="path5340" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -34.039845,544.65467 c 0.99319,-1.19672 0.99319,-1.80328 0,-3 -2.49896,-3.01106 -6.06097,-0.70723 -4.63837,3 0.31658,0.825 1.20962,1.5 1.98454,1.5 0.77492,0 1.96914,-0.675 2.65383,-1.5 z"
+ id="path5338" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -47.789845,534.49239 c -1.59128,-0.6421 -1.62324,-4.56448 -0.05,-6.13772 3.36266,-3.36266 8.3114,0.4711 5.84724,4.52982 -0.89384,1.47226 -0.97573,1.33017 -0.48659,-0.84428 0.71649,-3.18508 -1.73627,-4.56706 -4.03171,-2.27162 -2.11161,2.11161 -1.91566,3.29509 0.72106,4.35492 1.2375,0.49741 1.575,0.89738 0.75,0.88883 -0.825,-0.009 -2.0625,-0.24254 -2.75,-0.51995 z"
+ id="path5336" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 727.46013,621.07828 c 9.8932,-1.17702 23.7507,-5.4679 28.7787,-8.91111 2.6039,-1.7832 3.2213,-2.88286 3.2213,-5.73772 0,-4.30713 2.468,-6.4004 5.3926,-4.57391 1.5647,0.97718 2.209,0.84431 3.6553,-0.75377 1.4452,-1.59696 2.0383,-1.71961 3.3539,-0.69357 1.4078,1.09797 1.4384,1.0424 0.2565,-0.46646 -1.1502,-1.46854 -0.9555,-2.50218 1.3647,-7.24463 3.5354,-7.22593 4.3111,-16.16158 2.0717,-23.86466 -1.4967,-5.14853 -3.5947,-7.68004 -3.5947,-4.3375 0,0.73715 -1.2985,3.99965 -2.8856,7.25 -1.5871,3.25034 -3.8654,9.28472 -5.0627,13.40972 -4.5562,15.69617 -14.098,24.67663 -30.2702,28.48948 -13.3383,3.14471 -30.2797,1.16709 -41.1476,-4.80328 l -6.13388,-3.36966 -6.3094,3.4641 -6.30931,3.4641 2.30936,2.47264 c 2.87385,3.07705 7.24285,5.42496 11.80935,6.34639 5.54668,1.11921 29.63298,1.03375 39.49998,-0.14016 z"
+ id="path5334" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 876.61943,619.40467 c -0.7656,-1.5125 -4.4277,-11.3 -8.1381,-21.75 -8.7244,-24.57163 -13.4263,-34.20338 -20.3455,-41.67697 -6.0778,-6.56471 -9.4646,-8.69548 -14.9346,-9.39581 -2.0106,-0.25742 -4.6039,-1.35886 -5.7628,-2.44763 -1.159,-1.08877 -3.2836,-1.97959 -4.7213,-1.97959 -3.6337,0 -6.0315,-2.67635 -5.52,-6.16126 0.2554,-1.74035 -0.037,-2.83874 -0.7552,-2.83874 -0.6445,0 -1.9759,-0.88851 -2.9587,-1.97448 -1.3614,-1.50427 -1.638,-2.90531 -1.1618,-5.88324 0.4541,-2.84031 0.2168,-4.2475 -0.8682,-5.14797 -3.1035,-2.57574 -0.4903,-8.99431 3.6619,-8.99431 1.1552,0 1.845,-0.72064 1.845,-1.92742 0,-1.06008 1.1398,-2.82398 2.5329,-3.91978 5.3832,-4.23445 10.2114,-25.93153 8.8792,-39.90159 -1.216,-12.75259 -6.6149,-32.90581 -11.1846,-41.75121 l -1.5499,-3 -0.9768,3 c -1.5168,4.65844 -7.4672,12.24323 -12.1122,15.43907 -2.3154,1.59303 -6.6576,3.67675 -9.6492,4.6305 -5.9051,1.88255 -8.0581,3.90226 -13.5048,12.66876 -4.5853,7.38008 -8.2771,16.50956 -9.9934,24.71251 -1.3588,6.49446 -1.356,6.51443 2.1746,15.52599 4.2292,10.79453 6.2979,12.85738 19.3821,19.32691 5.2238,2.58294 11.116,6.31345 13.0937,8.29001 6.3541,6.35029 5.9649,11.13656 -2.1386,26.30283 l -4.8807,9.1344 1.5592,4.48451 c 1.726,4.96405 3.3563,19.59763 2.6152,23.47409 -1.0461,5.47233 10.4568,18.65408 20.1513,23.09236 6.5373,2.99287 12.567,4.15666 25.7663,4.97308 11.9912,0.74169 22.4971,2.65801 26.5164,4.83669 4.0193,2.1787 4.5554,1.97324 2.9786,-1.14171 z"
+ id="path5332" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 838.82153,600.19591 c 1.9164,-3.20093 1.9499,-3.59229 0.4497,-5.25 -2.16,-2.3867 -4.1694,-2.25786 -7.155,0.45876 l -2.4728,2.25 2.3403,-3.24181 2.3404,-3.24182 -2.3568,-2.50867 c -2.185,-2.3259 -2.5236,-2.39936 -4.6468,-1.00819 -3.2545,2.1324 -4.0188,1.85897 -1.2212,-0.43686 3.2842,-2.69515 1.4997,-5.63318 -3.2769,-5.39496 l -3.3623,0.16769 2.7209,-1.43441 c 2.4359,-1.28408 2.6024,-1.69463 1.5895,-3.91768 -0.7651,-1.67924 -1.9699,-2.50381 -3.7209,-2.54668 -2.4386,-0.0597 -2.4656,-0.11343 -0.4633,-0.92199 3.1032,-1.25312 2.0682,-5.83186 -1.4948,-6.61281 -4.4776,-0.98141 -4.7488,-1.24106 -1.3814,-1.32286 l 3.25,-0.0789 0,-5.5 c 0,-6.64133 0.5161,-6.75845 8.5588,-1.94235 14.7135,8.8106 24.32,22.87359 25.2216,36.92171 l 0.4805,7.48815 -4.6293,-1.57736 c -2.5461,-0.86755 -4.9055,-2.02435 -5.2432,-2.57066 -0.3401,-0.55029 -2.1713,0.49495 -4.1058,2.3436 l -3.492,3.33691 2.0708,-3.45876 z"
+ id="path5330" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 849.94983,591.06653 c -1.3946,-7.40028 -5.4261,-15.00844 -10.9044,-20.57866 -4.737,-4.81648 -14.866,-11.88582 -15.7556,-10.99627 -0.8992,0.89925 1.6461,11.02366 4.1048,16.32735 2.8664,6.18316 12.4243,15.98182 18.5692,19.03688 2.435,1.21064 4.5575,2.07097 4.7166,1.91186 0.1591,-0.15912 -0.1696,-2.72464 -0.7306,-5.70116 z"
+ id="path5328" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 799.57523,501.94902 c -0.7259,-1.81189 -1.5971,-4.08185 -1.9361,-5.04435 -0.3389,-0.9625 -1.6429,-1.81128 -2.8976,-1.88618 l -2.2814,-0.13618 2.25,-0.43337 c 2.3948,-0.46126 2.6076,-1.25652 1.636,-6.11442 -0.504,-2.5201 -1.1759,-3.14088 -3.75,-3.46496 l -3.136,-0.39482 3.25,-0.16003 c 1.8394,-0.0906 3.2559,-0.7026 3.2637,-1.41004 0.01,-0.6875 0.2655,-2.18794 0.5733,-3.33432 0.4529,-1.68705 -0.074,-2.28703 -2.7637,-3.14791 l -3.3233,-1.06359 3.2309,-0.10209 c 2.6294,-0.0831 3.3559,-0.5998 3.9019,-2.77515 0.5466,-2.17788 0.1333,-3.11078 -2.231,-5.03597 l -2.9018,-2.36291 2.8151,1.03597 c 3.9465,1.45231 4.1121,1.39193 5.3775,-1.96056 1.0462,-2.7716 0.8937,-3.18637 -2.0308,-5.52567 -2.0319,-1.62534 -2.4471,-2.28582 -1.1618,-1.84824 1.1,0.3745 2.5625,1.11615 3.25,1.64812 1.523,1.17847 4.25,-0.79226 4.25,-3.07138 0,-0.85185 -0.7875,-2.45315 -1.75,-3.55844 -1.7276,-1.98393 -1.7185,-1.98823 0.7108,-0.33692 2.3856,1.62152 2.5589,1.57766 5.6654,-1.43321 l 3.2044,-3.10591 1.4505,2.86409 c 4.3641,8.61716 4.8006,26.82974 0.8895,37.11124 -2.3241,6.10944 -8.0729,14.30362 -11.7045,16.68313 -2.4953,1.63496 -2.5498,1.61182 -3.851,-1.63593 z"
+ id="path5326" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 805.67293,496.90467 c 7.9597,-8.68764 11.3125,-27.87756 7.0165,-40.15859 l -1.3673,-3.90858 -2.0546,2.90858 c -8.802,12.4605 -12.1668,30.47776 -7.78,41.65859 0.9038,2.30369 1.7043,2.20807 4.1854,-0.5 z"
+ id="path5324" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -42.565725,614.18082 c 3.25133,-3.28562 5.62008,-6.26529 5.26387,-6.62149 -0.74348,-0.74348 -9.17014,3.89928 -12.42472,6.84553 -1.81447,1.64257 -1.98632,2.30048 -1.00946,3.86469 0.64751,1.03681 1.42062,1.88512 1.71804,1.88512 0.29742,0 3.20094,-2.68823 6.45227,-5.97385 z"
+ id="path5322" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -229.03578,597.82064 c 0.002,-7.79128 0.29778,-19.9254 0.65679,-26.9647 0.74686,-14.64427 0.69585,-14.56654 10.24131,-15.60703 l 5.45157,-0.59424 0.3105,-5.25 c 0.36242,-6.12772 0.61918,-6.03766 -10.56277,-3.70487 -8.54897,1.7835 -10.64584,2.73502 -12.12729,5.50313 -0.66018,1.23356 -1.30641,14.55256 -1.68305,34.68794 l -0.61139,32.68552 4.16014,-3.29489 4.16013,-3.29489 0.004,-14.16597 z"
+ id="path5320" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 420.10188,615.61795 c 3.26172,-0.8452 6.36418,-1.26865 6.89434,-0.94099 2.16224,1.33634 0.74095,-1.95782 -2.60815,-6.04495 -2.14594,-2.61884 -4.12955,-4.14533 -4.96838,-3.82344 -0.76797,0.2947 -1.31322,0.83063 -1.21168,1.19096 0.10154,0.36033 -1.01912,3.01764 -2.49035,5.90514 -1.47124,2.8875 -2.421,5.25 -2.11059,5.25 0.31042,0 3.23308,-0.69153 6.49481,-1.53672 z"
+ id="path5318" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 416.9828,606.1063 c 1.27558,-2.72339 2.60826,-4.95163 2.96152,-4.95163 0.35326,0 2.56645,2.25 4.91819,5 2.35174,2.75 4.61744,5 5.03489,5 0.41745,0 1.58049,-1.82174 2.58453,-4.04831 1.00405,-2.22657 2.22802,-4.29706 2.71995,-4.60109 0.49193,-0.30402 -0.29148,1.78746 -1.74089,4.64775 -1.44942,2.86028 -2.47954,5.35628 -2.28917,5.54666 0.74748,0.74747 13.77683,-3.10618 13.67635,-4.04501 -0.19185,-1.7927 -6.92687,-8.59402 -7.90911,-7.98697 -0.5258,0.32497 -0.72862,-0.002 -0.45071,-0.72592 0.41532,-1.08231 -1.50086,-1.11384 -10.76145,-0.1771 -9.34642,0.94541 -11.51633,0.90533 -12.73104,-0.23518 -1.25498,-1.17832 -0.74652,-1.37483 3.55731,-1.37483 8.71531,0 56.63891,-6.55087 62.15698,-8.49649 0.6875,-0.24241 1.25,-1.62518 1.25,-3.07282 0,-2.54289 -0.16095,-2.61529 -4.75,-2.13662 -2.6125,0.27251 -16.80806,1.08406 -31.54569,1.80346 l -26.79568,1.30799 -3.58762,4.37822 c -3.16213,3.85896 -3.76258,4.20327 -5.06276,2.90308 -1.30019,-1.30019 -0.63207,-2.51732 5.6333,-10.2624 3.90965,-4.833 7.10845,-9.12056 7.10845,-9.52792 0,-0.40736 -1.90723,-2.37317 -4.23829,-4.36847 l -4.23828,-3.62781 -0.80043,3.08897 c -0.52312,2.01878 -1.73977,3.45889 -3.51172,4.15671 -5.37435,2.1165 -5.70707,2.51587 -6.21128,7.45562 -0.66379,6.50312 -2.5,5.40537 -2.5,-1.49457 0,-5.63665 0.0667,-5.72799 5.87232,-8.03442 2.70365,-1.07411 2.83339,-1.38869 2.20925,-5.35683 -0.75899,-4.82545 -6.35627,-11.45551 -7.35804,-8.7157 -0.30165,0.825 -2.45798,3.3 -4.79184,5.5 -2.33386,2.2 -4.9826,5.4824 -5.88609,7.29422 -2.09105,4.19335 -6.99757,7.19725 -11.76366,7.20204 -3.00547,0.003 -3.98456,0.51237 -5.10854,2.65756 -0.79299,1.51347 -2.84255,3.12484 -4.76976,3.75 -2.12467,0.6892 -3.49411,1.83871 -3.68858,3.09618 -0.43218,2.79449 -3.38145,9.5 -4.17837,9.5 -1.72943,0 -5.03669,4.35936 -5.03669,6.63896 0,1.59357 -1.32217,3.88321 -3.5,6.06104 -1.925,1.925 -3.5,3.68 -3.5,3.9 0,1.17753 4.07568,0.12831 6.30094,-1.62208 2.0205,-1.58933 3.41979,-1.88631 6.5382,-1.38765 3.51145,0.5615 4.16181,0.33792 5.65765,-1.94502 1.24126,-1.89441 1.51254,-3.63053 1.02147,-6.53716 -0.55145,-3.26401 -0.29173,-4.33462 1.48174,-6.10809 1.76828,-1.76828 2.8478,-2.03256 6.07519,-1.4873 3.52495,0.59554 3.92481,0.45038 3.92481,-1.4248 0,-1.14835 0.9,-2.9879 2,-4.0879 2.15297,-2.15297 2.61473,-4 1,-4 -0.55,0 -1,-0.675 -1,-1.5 0,-0.93018 0.94227,-1.5 2.48047,-1.5 2.17303,0 2.4367,0.37593 2.12734,3.03296 -0.58746,5.04544 5.78654,6.80448 10.68744,2.94944 3.68116,-2.8956 4.88982,-0.3985 1.3012,2.68829 -1.86789,1.60669 -2.31112,2.48877 -1.41024,2.80655 0.72258,0.25488 2.60603,0.93644 4.18543,1.51459 2.07466,0.75943 3.25526,0.73278 4.2539,-0.096 1.09095,-0.90541 2.19972,-0.35383 5.26084,2.61708 l 3.87856,3.76426 -1.95109,4.41076 c -1.32932,3.00515 -1.73652,5.38767 -1.27779,7.47627 l 0.6733,3.0655 1.74703,-2.66321 c 0.96088,-1.46476 2.79069,-4.89144 4.06626,-7.61484 z"
+ id="path5316" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 665.96015,611.58259 c 6.99809,-2.10066 14.3986,-5.8265 19.4824,-9.80857 4.00538,-3.13737 4.64358,-3.7433 9.86898,-9.37003 l 2.8513,-3.07037 -2.5967,-1.70146 c -2.5878,-1.69556 -2.6177,-1.68209 -8.63258,3.88668 -3.3198,3.07348 -7.9343,6.69004 -10.25465,8.03679 -17.03508,9.8875 -39.82688,8.69513 -57.34106,-2.99982 -3.78273,-2.52589 -7.62714,-5.25977 -8.54313,-6.07529 -1.47612,-1.31422 -1.95924,-1.29026 -4.25,0.2107 -1.42151,0.93141 -2.58456,1.82812 -2.58456,1.99269 0,0.251 5.38867,3.85613 11.91409,7.97076 5.69479,3.59087 11.14512,7.78339 11.9211,9.16998 2.32991,4.16333 26.4503,5.27436 38.16481,1.75794 z"
+ id="path5314" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 737.26063,610.62411 c 8.3734,-2.83707 16.9236,-9.26694 20.4546,-15.38205 1.4569,-2.52306 2.8955,-4.81239 3.1969,-5.08739 0.3014,-0.275 0.6203,-1.175 0.7087,-2 0.088,-0.825 0.4951,-3.02711 0.9038,-4.89359 l 0.7429,-3.39358 -3.1119,2.30073 c -2.7345,2.02169 -3.3292,2.13007 -4.9037,0.89359 -1.6275,-1.27811 -1.6678,-1.24895 -0.44,0.31792 1.1806,1.50667 1.054,1.86388 -1,2.82137 -1.2935,0.60296 -3.5527,3.05828 -5.0206,5.45627 -3.2347,5.28463 -10.565,10.84638 -17.3312,13.14978 -9.9874,3.40003 -23.9727,2.04885 -33.4146,-3.22833 -4.4237,-2.47242 -4.4771,-2.47694 -6.4121,-0.54195 -2.89458,2.89464 -1.4919,4.87204 5.802,8.17927 11.4245,5.18011 27.0605,5.73289 39.8252,1.40796 z"
+ id="path5312" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 706.97543,609.40467 c 0.036,-1.77777 1.7466,-3.44427 2.4187,-2.35676 0.3762,0.60872 0.4059,1.55676 0.066,2.10676 -0.7209,1.16642 -2.5071,1.34614 -2.4847,0.25 z"
+ id="path5310" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -89.312765,609.31607 c 7.21693,-3.91202 4.99634,-14.6964 -3.91431,-19.00997 -4.73763,-2.29347 -13.024755,-4.15143 -18.516655,-4.15143 -2.79271,0 -3.33722,0.32552 -2.92727,1.75 0.277,0.9625 1.04927,3.64822 1.71617,5.96827 0.99635,3.46617 0.96315,4.53594 -0.18624,6 -1.24614,1.58731 -1.2235,1.64498 0.20752,0.52854 1.38304,-1.079 2.11859,-0.48162 5.29191,4.29773 2.02707,3.053 4.6266,5.89901 5.77671,6.32446 2.497665,0.92395 9.439665,-0.0205 12.552165,-1.70762 z"
+ id="path5308" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -220.36131,606.65467 c 2.82929,-2.475 5.62492,-4.5 6.2125,-4.5 0.58758,0 1.9958,-1.818 3.12937,-4.04 1.13357,-2.22199 3.21597,-4.56621 4.62754,-5.20937 2.35139,-1.07136 2.51561,-1.54069 1.95928,-5.59957 -0.33398,-2.43661 -0.60723,-5.31618 -0.60723,-6.39904 0,-1.63437 -0.45376,-1.85495 -2.67108,-1.29844 -3.42264,0.85903 -5.5074,2.5661 -12.93996,10.59563 l -6.06229,6.54921 -0.11802,7.20079 c -0.0649,3.96043 0.20683,7.20079 0.60385,7.20079 0.39702,0 3.03674,-2.025 5.86604,-4.5 z"
+ id="path5306" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 348.4603,609.90278 c 0.0897,-0.13646 0.91382,-1.36074 1.83144,-2.72062 0.91763,-1.35987 1.66841,-3.42413 1.66841,-4.58723 0,-2.07075 -7.05856,-10.44026 -8.80496,-10.44026 -0.48678,0 -1.69955,0.9 -2.69504,2 -2.49598,2.75803 -7.25081,2.53337 -11.79944,-0.55751 l -3.76371,-2.5575 -4.21842,2.32701 c -4.15525,2.29217 -4.21843,2.40844 -4.21843,7.76353 l 0,5.43652 4.5,1.30389 c 7.11484,2.06154 16.03343,3.1612 21.91856,2.70256 2.9802,-0.23225 5.49192,-0.53393 5.58159,-0.67039 z"
+ id="path5304" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 389.96015,606.60269 c 0,-0.34455 -8.88138,-4.44802 -9.62712,-4.44802 -0.73185,0 -0.35042,1.80951 1.12658,5.34447 l 1.49946,3.58871 3.50054,-2.06536 c 1.9253,-1.13596 3.50054,-2.22487 3.50054,-2.4198 z"
+ id="path5302" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 458.96015,604.91318 c 0,-0.50179 -1.35,-2.26236 -3,-3.91236 -1.65,-1.65 -3,-3.28171 -3,-3.62602 0,-0.34431 1.79174,1.12356 3.98164,3.26195 2.18991,2.13838 4.15655,3.69221 4.37033,3.45294 0.21377,-0.23926 1.32743,-2.58542 2.4748,-5.21369 l 2.08613,-4.77866 -5.20645,0.66267 c -2.86355,0.36446 -5.99469,1.06859 -6.9581,1.56473 -1.67561,0.86291 -4.1857,5.73997 -5.35787,10.41026 l -0.55142,2.19703 5.58047,-1.55324 c 3.06926,-0.85429 5.58047,-1.96381 5.58047,-2.46561 z"
+ id="path5300" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 409.42628,604.22018 1.51748,-2.9345 -13.05102,-4.22851 c -12.84176,-4.16071 -13.08113,-4.19783 -14.92832,-2.3155 -3.7582,3.82969 -3.02768,4.48167 9.49573,8.4749 6.6,2.10448 12.77594,3.85148 13.72432,3.88221 0.94838,0.0307 2.40719,-1.26463 3.24181,-2.8786 z"
+ id="path5298" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 448.8366,601.99778 c 1.17871,-2.83628 1.9966,-5.3034 1.81752,-5.48247 -0.17907,-0.17907 -3.10037,0.16318 -6.49177,0.76056 l -6.16619,1.08616 3.60246,4.39632 c 1.98135,2.41797 3.93825,4.39632 4.34867,4.39632 0.41041,0 1.71061,-2.3206 2.88931,-5.15689 z"
+ id="path5296" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 120.46015,601.77457 c 7.72602,-2.64725 19,-9.1814 19,-11.01198 0,-0.49064 -1.15773,-1.75645 -2.57273,-2.8129 l -2.57274,-1.92083 -5.92726,3.51947 c -6.82523,4.05266 -15.84197,6.66236 -22.38737,6.47954 -4.20529,-0.11746 -4.07048,-0.18766 1.8292,-0.95244 3.50301,-0.4541 6.57818,-1.0347 6.83371,-1.29024 0.25553,-0.25553 -1.53246,-5.11443 -3.97333,-10.79756 -2.44086,-5.68313 -6.17551,-14.50108 -8.29922,-19.59544 -4.594605,-11.02156 -3.671335,-11.95448 -11.940345,12.06519 -3.82036,11.09733 -5.44808,17.13912 -4.79374,17.79346 0.54492,0.54492 3.8737,1.36414 7.3973,1.82049 5.13379,0.66489 5.60395,0.85492 2.36663,0.95654 -9.96501,0.31278 -24.9531,-6.01636 -34.31038,-14.4885 -7.63181,-6.9099 -12.48962,-14.3017 -15.68885,-23.87265 -2.34718,-7.0219 -2.62403,-9.19878 -2.28921,-18 0.33395,-8.77853 0.78451,-10.87132 3.65708,-16.98645 1.80191,-3.83592 4.35608,-8.39019 5.67592,-10.1206 l 2.39972,-3.1462 -2.26664,-2.1294 c -1.24665,-1.17117 -2.55037,-2.1294 -2.89716,-2.1294 -1.51822,0 -8.87676,11.79868 -11.43651,18.33728 -2.56098,6.54176 -2.80407,8.28973 -2.80407,20.16272 0,11.87977 0.24217,13.61863 2.81032,20.17906 3.34637,8.54843 10.8749,19.60216 16.86778,24.76607 6.93437,5.97515 16.68077,11.25985 25.8219,14.00116 7.39763,2.21845 9.99144,2.5079 19.999995,2.23188 9.36672,-0.25831 12.98402,-0.82563 19.5,-3.05827 z"
+ id="path5294" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 472.96015,601.15089 c 0,-0.34212 -1.31501,-1.88189 -2.92224,-3.42172 l -2.92223,-2.79968 -2.07777,4.07275 c -1.14277,2.24002 -2.07776,4.49931 -2.07776,5.02065 0,0.52135 2.25,0.22838 5,-0.65103 2.75,-0.87942 5,-1.87885 5,-2.22097 z"
+ id="path5292" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 560.96015,602.03981 c 13.27902,-2.28755 28.63326,-7.17016 39.16013,-12.45282 10.64139,-5.34012 12.33188,-6.77168 13.72835,-11.6256 0.68147,-2.3687 1.48292,-5.14857 1.781,-6.1775 0.45252,-1.56202 -0.17691,-1.38351 -3.81376,1.08164 -2.39565,1.62384 -5.25572,3.24382 -6.35572,3.59997 -1.52025,0.49221 -1.40031,0.23275 0.5,-1.08165 1.375,-0.95105 4.4125,-3.47399 6.75,-5.60654 3.81172,-3.47751 4.25,-4.34758 4.25,-8.43709 l 0,-4.55973 -2.75,2.55455 c -2.92319,2.71543 -11.31114,7.82215 -12.83786,7.81589 -0.50168,-0.002 0.43786,-0.83463 2.08786,-1.85016 1.65,-1.01554 5.3625,-3.98055 8.25,-6.58893 4.66402,-4.21317 5.25,-5.18793 5.25,-8.73317 0,-5.63023 -1.72819,-4.88602 -5.00314,2.15452 -0.37826,0.81319 -1.99479,1.77002 -3.5923,2.1263 -1.59751,0.35627 -3.73914,0.99464 -4.75918,1.41861 -1.02005,0.42396 -0.0254,-1.09537 2.2104,-3.37629 2.23576,-2.28093 4.44998,-4.14714 4.92048,-4.14714 0.4705,0 1.83832,-1.74877 3.0396,-3.88615 2.20036,-3.91502 2.70314,-8.92428 1.26539,-12.60723 -0.71442,-1.83008 -0.91007,-1.73833 -2.38814,1.11995 -2.40402,4.64887 -11.40101,12.30786 -18.19311,15.4875 -9.29451,4.35112 -16.75476,5.88832 -28.4601,5.86429 -13.10239,-0.0269 -21.30339,-1.80439 -48.0399,-10.41219 -22.82925,-7.34986 -33.35244,-9.56617 -45.42089,-9.56617 -15.06729,0 -25.67304,4.34347 -29.65249,12.14384 -1.96714,3.8559 -1.98575,4.09263 -0.26976,3.43154 2.83164,-1.09091 13.65699,-3.55282 15.34314,-3.48936 0.825,0.0311 -1.33927,0.86814 -4.8095,1.86018 -10.33415,2.95425 -13.72255,4.87647 -16.12217,9.14601 -2.38257,4.23922 -1.9641,4.59867 3.52204,3.02527 1.69244,-0.48539 5.96447,-1.15338 9.4934,-1.48443 l 6.41623,-0.60191 -6.34401,1.4408 c -9.74345,2.21285 -16.99557,4.45948 -17.61132,5.45579 -0.30642,0.4958 1.10348,1.95238 3.13312,3.23686 2.02963,1.28448 4.09968,2.61307 4.60009,2.95244 0.90114,0.61112 -5.8589,10.91182 -7.12169,10.85176 -0.3609,-0.0172 -2.40923,-1.10838 -4.55184,-2.42491 l -3.89566,-2.3937 -2.35434,3.46932 c -1.29489,1.90812 -2.35435,3.72533 -2.35435,4.03823 0,0.82862 18.89102,-0.49996 38.74698,-2.72503 9.48584,-1.06298 18.86474,-1.9327 20.84201,-1.9327 l 3.59503,0 -0.34201,6.20642 -0.34201,6.20642 7.5,3.09317 c 11.61623,4.7908 18.73424,6.47701 37.5,8.88349 5.56179,0.71323 21.92177,-0.50979 33.5,-2.50436 z"
+ id="path5290" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 482.96015,558.27711 c 0,-0.48265 0.675,-1.43775 1.5,-2.12244 1.2532,-1.04007 1.5,-0.89568 1.5,0.87756 0,1.21995 -0.63782,2.12244 -1.5,2.12244 -0.825,0 -1.5,-0.3949 -1.5,-0.87756 z"
+ id="path5288" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 649.40899,586.11949 c 0.78696,-10.09278 1.24365,-18.65337 1.01486,-19.02355 -1.24547,-2.01522 -5.75801,0.7762 -9.5671,5.91813 -2.29818,3.10233 -5.7814,7.3281 -7.7405,9.3906 -1.9591,2.0625 -3.22506,3.75 -2.81324,3.75 0.41181,0 -0.84686,2.08971 -2.79705,4.6438 -1.9502,2.55409 -3.54581,5.0544 -3.54581,5.55623 0,1.37347 8.60451,4.94782 16.5,6.85418 3.85,0.92958 7.11655,1.59361 7.25901,1.47562 0.14245,-0.11798 0.90288,-8.47224 1.68983,-18.56501 z"
+ id="path5286" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 666.54212,602.05664 c 3.42115,-1.05669 7.22854,-2.73769 8.46086,-3.73557 l 2.24057,-1.81432 -7.89762,-9.42604 c -4.34371,-5.18432 -9.69498,-11.76937 -11.89171,-14.63344 -2.19674,-2.86408 -4.26282,-5.22658 -4.59128,-5.25 -0.69997,-0.0499 -1.89169,18.98553 -1.89824,30.32094 l -0.005,7.86355 4.68085,-0.70194 c 2.57446,-0.38606 7.47997,-1.5665 10.90112,-2.62318 z"
+ id="path5284" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 476.45986,596.50113 c 0.8396,-2.00945 1.32596,-3.85412 1.0808,-4.09928 -0.62705,-0.62706 -8.58051,0.7967 -8.58051,1.536 0,0.61154 5.11556,6.21682 5.67367,6.21682 0.16472,0 0.98644,-1.64409 1.82604,-3.65354 z"
+ id="path5282" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 159.44451,587.29675 c 5.4914,-4.06159 10.5539,-7.60327 11.25,-7.87039 3.26389,-1.25247 0.0237,-31.25267 -7.89498,-73.0967 -1.69915,-8.97875 -3.44521,-15.95375 -3.88013,-15.5 -0.43491,0.45376 -4.24475,7.48919 -8.46631,15.6343 l -7.67555,14.80929 0.68806,5.92838 0.68806,5.92837 4.15325,-3.34804 c 7.79096,-6.2805 10.22812,-7.08086 4.15324,-1.36392 -5.34034,5.02567 -5.7338,5.65142 -3.57874,5.69155 5.53281,0.10302 7.95254,6.50947 4.20612,11.1361 -1.33719,1.65136 -2.84885,2.28491 -5.28694,2.2158 -3.34956,-0.095 -3.4066,-0.0277 -3.00762,3.5482 0.22369,2.00474 1.25281,4.45001 2.28694,5.43394 1.68362,1.60188 2.37362,3.6962 1.9812,6.01343 -0.0747,0.44131 2.00947,-0.39195 4.63158,-1.8517 l 4.76746,-2.65409 -3.18544,2.8517 c -1.75199,1.56844 -4.8101,4.83144 -6.7958,7.25113 l -3.61036,4.39944 0.06,10.10056 c 0.033,5.55531 -0.23364,11.38922 -0.59251,12.96425 l -0.65248,2.86367 2.88831,-1.85027 c 1.58857,-1.01766 7.38127,-5.1734 12.87267,-9.235 z"
+ id="path5280" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 153.96015,573.15467 c 0,-1.28889 0.50641,-1.99786 1.25,-1.75 0.6875,0.22917 1.25,1.01667 1.25,1.75 0,0.73333 -0.5625,1.52083 -1.25,1.75 -0.74359,0.24786 -1.25,-0.46111 -1.25,-1.75 z"
+ id="path5278" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 629.41542,586.08229 c -0.2502,-0.40483 2.96422,-5.10995 7.14314,-10.45583 7.38491,-9.44713 7.5462,-9.77133 5.74982,-11.55757 -1.79422,-1.78408 -2.14047,-1.74739 -11.84823,1.25543 -5.5,1.70126 -10.13996,3.21152 -10.31102,3.35613 -0.17106,0.14461 -0.71085,3.0916 -1.19953,6.54887 -0.70992,5.02247 -1.50723,6.90297 -3.96668,9.35565 l -3.07816,3.0697 4.2777,4.09672 4.27769,4.09672 4.70508,-4.51489 c 2.5878,-2.48318 4.50038,-4.84611 4.25019,-5.25093 z"
+ id="path5276" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 626.96015,587.65467 c 0.68469,-0.825 1.46989,-1.5 1.74489,-1.5 0.275,0 -0.0602,0.675 -0.74489,1.5 -0.68469,0.825 -1.46989,1.5 -1.74489,1.5 -0.275,0 0.0602,-0.675 0.74489,-1.5 z"
+ id="path5274" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -263.06159,584.3761 c 5.99981,-12.26992 11.21973,-31.37901 14.40161,-52.72143 2.39527,-16.06627 2.85974,-22.5 1.62434,-22.5 -0.60231,0 -2.17458,-1.07947 -3.49394,-2.39883 l -2.39882,-2.39882 -5.41579,5.67788 c -4.73072,4.95966 -8.69565,10.72195 -8.69565,12.6375 0,0.56558 2.23817,0.0606 5.9745,-1.3481 0.94437,-0.35604 0.66415,0.47429 -0.77938,2.30945 -3.48239,4.42713 -6.29349,11.48131 -6.92375,17.37447 l -0.57255,5.35356 3.10093,-1.60356 c 1.70551,-0.88195 3.3813,-1.60355 3.72398,-1.60355 0.34268,0 -0.80321,2.49285 -2.54643,5.53967 -2.98617,5.21929 -3.19381,6.24586 -3.59016,17.75 -0.23138,6.71568 -0.59382,16.01065 -0.80543,20.6555 -0.3829,8.40468 -0.37585,8.43344 1.47083,6 1.02057,-1.34485 3.23714,-5.27053 4.92571,-8.72374 z"
+ id="path5272" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -259.48524,590.11122 c 14.02462,-11.15973 20.0168,-20.33732 20.87004,-31.96449 0.38629,-5.26392 1.14081,-8.2656 2.56031,-10.18557 l 2.01262,-2.72221 -2.3606,-6.50337 c -2.56234,-7.05918 -1.77194,-7.58158 3.28734,-2.17273 3.27267,3.49879 4.07836,3.26901 4.06091,-1.15818 -0.0433,-10.9842 -8.7357,-31.69881 -11.45521,-27.29856 -0.35642,0.57671 -1.52149,1.04856 -2.58903,1.04856 -1.66072,0 -1.94098,0.71699 -1.94098,4.96562 0,12.53885 -5.83626,42.67409 -11.38542,58.78808 -1.37387,3.98954 -4.26558,10.62704 -6.42602,14.75 -2.16044,4.12297 -3.71299,7.4963 -3.45011,7.4963 0.26288,0 3.33015,-2.26955 6.81615,-5.04345 z"
+ id="path5270" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 682.01495,593.87287 c 0.8552,-0.67001 3.2263,-3.08227 5.2692,-5.36059 l 3.71428,-4.14238 -13.26918,-7.46285 c -19.92884,-11.20843 -22.5974,-12.59075 -23.18057,-12.00757 -1.00304,1.00303 23.02307,30.27477 24.80717,30.22339 0.6074,-0.0175 1.804,-0.58 2.6591,-1.25 z"
+ id="path5268" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 909.96013,593.79627 c 0,-0.19713 -2.5875,-2.06648 -5.75,-4.15412 -8.5376,-5.63584 -21.3725,-15.69832 -20.7797,-16.29114 0.2846,-0.28457 1.3077,0.17113 2.2736,1.01266 0.9658,0.84152 2.4311,1.30216 3.2561,1.02363 0.825,-0.27853 1.1584,-0.1407 0.7409,0.3063 -0.4176,0.44699 0.2234,1.8586 1.4243,3.1369 1.6358,1.74122 3.2742,2.32419 6.5322,2.32419 l 4.3487,0 -1.6381,-2.5 c -1.2679,-1.93516 -2.5723,-2.53798 -5.773,-2.6681 l -4.135,-0.16811 3.7528,-0.39242 c 3.3609,-0.35145 3.6444,-0.59496 2.7148,-2.3319 -0.7802,-1.45782 -2.2089,-1.97677 -5.7528,-2.08966 l -4.7148,-0.1502 4.5,-0.60581 c 4.3812,-0.58981 4.4406,-0.64501 2.25,-2.09035 -1.2375,-0.8165 -2.25,-1.90336 -2.25,-2.41526 0,-0.51189 -0.7447,-1.75364 -1.655,-2.75945 -1.3566,-1.49904 -3.1909,-1.82874 -10.1743,-1.82874 l -8.5193,0 2.3486,2.5 c 1.2917,1.375 3.5077,2.53163 4.9243,2.57029 2.154,0.0588 2.2694,0.19066 0.7045,0.80559 -1.7215,0.67649 -1.6643,0.87083 0.7148,2.42971 1.4223,0.93193 3.3894,1.70809 4.3712,1.72482 1.6955,0.0289 1.6969,0.0819 0.028,1.05361 -1.4093,0.82073 -2.7083,0.22105 -6.5644,-3.03041 -2.644,-2.22948 -5.0505,-4.05361 -5.3477,-4.05361 -0.5243,0 2.2414,9.64301 4.3848,15.28822 1.7014,4.48128 11.3127,9.31471 24.2843,12.21244 6.1466,1.37308 9.5,1.77582 9.5,1.14092 z"
+ id="path5266" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -64.272815,589.14786 c 3.76215,-3.61501 6.97843,-7.99317 5.87195,-7.99317 -0.23727,0 -3.84976,1.62338 -8.02777,3.6075 -7.41366,3.52073 -7.76756,3.99471 -5.33307,7.1425 1.57243,2.03314 3.08245,1.47727 7.48889,-2.75683 z"
+ id="path5264" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 128.7865,587.51527 c 4.28362,-2.50934 4.30831,-2.55571 2.5,-4.69486 -6.02105,-7.12261 -29.18417,-29.87536 -30.08565,-29.55262 -1.08243,0.38753 0.15687,3.79386 7.23527,19.8869 1.81435,4.125 4.52852,10.29596 6.0315,13.71325 l 2.73267,6.21325 3.62993,-1.51577 c 1.99646,-0.83368 5.57679,-2.65625 7.95628,-4.05015 z"
+ id="path5262" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -209.51019,577.65469 c 2.596,-1.5046 3.45318,-2.67587 3.46055,-4.72856 0.009,-2.60222 -0.11755,-2.67288 -2.74021,-1.52603 -4.8466,2.11934 -7.92765,4.20274 -12.64307,8.54927 -4.03519,3.71951 -4.60692,4.75493 -4.60692,8.34333 l 0,4.09682 6.53945,-6.36741 c 3.59669,-3.50208 8.09229,-7.26742 9.9902,-8.36742 z"
+ id="path5260" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 84.076385,586.60161 c 0.98875,-2.72081 4.05305,-11.01346 6.80955,-18.42813 2.75649,-7.41466 4.68835,-13.77658 4.29301,-14.1376 -2.97264,-2.71461 -5.08813,-1.69925 -20.27485,9.7312 -8.49417,6.39323 -15.59769,11.7621 -15.7856,11.93083 -2.12674,1.90958 18.81193,17.06422 22.25091,16.10439 0.50008,-0.13958 1.71823,-2.47989 2.70698,-5.20069 z"
+ id="path5258" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 906.26663,587.07781 c -2.5074,-4.27058 -3.7552,-5.11698 -6.996,-4.74538 -2.72,0.31188 -2.6337,0.44307 2.6762,4.07226 3.0176,2.0625 5.6306,3.75 5.8065,3.75 0.1759,0 -0.4931,-1.3846 -1.4867,-3.07688 z"
+ id="path5256" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 142.96015,577.65469 c 0,-7.40517 -0.30394,-9.5 -1.37836,-9.5 -0.78164,0 -1.83673,1.80583 -2.43713,4.17123 -0.84466,3.32769 -0.75352,4.76154 0.45071,7.09026 0.83022,1.60546 1.25047,3.59402 0.93389,4.41901 -0.64985,1.69349 0.08,3.3195 1.48991,3.3195 0.52194,0 0.94098,-4.23055 0.94098,-9.5 z"
+ id="path5254" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 136.42075,579.50222 c -2.56403,-1.87486 -3.14409,-0.76026 -0.89671,1.72307 1.27848,1.41271 2.0179,1.68404 2.29813,0.84333 0.22725,-0.68174 -0.40339,-1.83662 -1.40142,-2.5664 z"
+ id="path5252" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -146.74416,568.90469 -0.29307,-12.25 -8.99164,-0.2874 c -8.50788,-0.27193 -9.02354,-0.41447 -9.58445,-2.64931 -0.7998,-3.18667 -3.59401,-3.58842 -17.277,-2.48408 -17.06631,1.37741 -23.13963,4.82958 -21.72861,12.35093 0.65696,3.50194 4.31075,7.45059 9.15064,9.8891 4.40481,2.21931 16.78594,4.50126 32.92844,6.06899 7.7,0.74781 14.46997,1.41638 15.04438,1.48571 0.68979,0.0833 0.94488,-4.03315 0.75131,-12.12394 z"
+ id="path5250" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -211.39874,568.69489 3.85889,-1.70059 -0.34656,-5.48906 -0.34657,-5.48906 -6.65342,0.67338 c -10.5971,1.07249 -11.15344,1.72093 -11.15344,12.99969 l 0,9.48845 5.3911,-4.39111 c 2.96511,-2.41511 7.12761,-5.15638 9.25,-6.0917 z"
+ id="path5248" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -71.228285,571.5669 c 3.05484,-2.95885 5.31813,-5.61585 5.02954,-5.90444 -0.69355,-0.69355 -17.8411,7.24665 -17.8411,8.26134 0,0.43223 0.70163,1.78759 1.55917,3.0119 1.97422,2.8186 3.60046,2.04267 11.25239,-5.3688 z"
+ id="path5246" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 233.767,576.63043 c 7.70142,-1.75165 14.6709,-5.46666 21.38724,-11.40026 4.00886,-3.54166 4.78042,-4.8352 5.28548,-8.86125 1.43798,-11.46285 3.72371,-22.65592 5.59715,-27.40886 l 2.02915,-5.14801 -3.0978,-6.29254 c -1.70379,-3.46089 -4.35544,-7.18805 -5.89255,-8.28257 -2.79412,-1.98958 -2.7957,-1.98956 -6.96916,0.0753 -3.19524,1.58088 -5.18901,1.91318 -8.49988,1.41669 -4.98117,-0.74698 -16.51505,-7.0497 -25.74177,-14.06668 -3.50094,-2.66249 -6.91171,-4.84089 -7.57947,-4.84089 -0.66777,0 -1.12663,-0.29009 -1.01968,-0.64463 0.10694,-0.35455 -1.83145,-2.90409 -4.30754,-5.66564 l -4.50199,-5.021 -7.82793,-0.6617 c -4.30536,-0.36394 -11.62928,-1.93316 -16.27539,-3.48717 -7.2229,-2.41589 -8.61886,-2.61896 -9.62979,-1.40087 -0.95675,1.15282 -0.3315,2.21692 3.27738,5.57765 2.45284,2.28417 5.5847,4.94986 6.9597,5.92375 1.88342,1.334 1.97025,1.52175 0.35206,0.76126 -1.18137,-0.55519 -4.22276,-2.59319 -6.75865,-4.52888 -2.53589,-1.93569 -5.0265,-3.51944 -5.53468,-3.51944 -1.76643,0 -2.15274,3.91753 -0.6692,6.78637 3.52961,6.82552 16.95342,13.64705 38.81867,19.72637 24.49097,6.80936 33.29456,10.25876 38.81357,15.20783 12.74394,11.42788 11.60406,29.05181 -2.44064,37.73497 -4.00087,2.47355 -6.17252,3.07965 -11.98374,3.34463 -11.65994,0.53166 -19.26813,-4.69941 -20.31262,-13.9661 -0.71005,-6.29947 1.69905,-11.51153 6.18766,-13.387 7.01802,-2.93231 12.11228,0.67305 11.2877,7.98865 l -0.50549,4.48472 3.62268,-1.48069 c 4.97877,-2.03497 7.12268,-4.9088 7.12268,-9.54765 0,-7.52131 -9.91323,-14.8921 -20.02892,-14.8921 -17.60282,0 -28.55994,20.30998 -20.33585,37.69428 4.40711,9.31586 11.87787,15.43194 21.86477,17.89999 6.79313,1.67877 9.48579,1.66033 17.30685,-0.11853 z"
+ id="path5244" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 435.86635,575.28642 c 2.50413,-3.51672 3.20737,-2.80322 -13.9062,-14.10907 -6.875,-4.54187 -13.21415,-8.88338 -14.08701,-9.64778 -1.88871,-1.65406 -9.21021,-2.30187 -9.8879,-0.87488 -0.42879,0.90289 33.53449,27.45701 35.15682,27.48728 0.37504,0.007 1.60098,-1.278 2.72429,-2.85555 z"
+ id="path5242" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 137.62804,571.76347 c 0.81979,-3.58248 0.7127,-4.75511 -0.58152,-6.36722 -2.20881,-2.75135 -6.06306,-3.56226 -6.72054,-1.41396 -0.28151,0.91981 -1.17328,3.19062 -1.98172,5.04625 -1.32729,3.04655 -1.30517,3.55588 0.22799,5.25 0.98169,1.08476 3.03777,1.87613 4.87441,1.87613 2.9339,0 3.25329,-0.33541 4.18138,-4.3912 z"
+ id="path5240" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 69.187915,565.32333 c 6.74973,-4.85724 14.15639,-10.07328 16.45925,-11.5912 3.825,-2.52125 4.09212,-2.96812 3.08948,-5.16866 l -1.09752,-2.4088 -21.33949,0 -21.33948,0 0.0237,3.75 c 0.0291,4.60404 3.47625,13.20945 7.82088,19.52416 1.7883,2.59921 3.44483,4.72584 3.68118,4.72584 0.23634,0 5.95222,-3.9741 12.70196,-8.83134 z"
+ id="path5238" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 38.143485,570.938 c -0.71756,-0.71756 -1.18333,-0.7766 -1.18333,-0.15 0,1.33478 1.18261,2.51739 1.85,1.85 0.28417,-0.28416 -0.0158,-1.04916 -0.66667,-1.7 z"
+ id="path5236" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 675.56581,561.90467 c -0.0938,-16.05379 1.87044,-22.21131 9.80904,-30.75 3.94958,-4.24806 4.53568,-5.11419 1.6919,-2.5 -3.013,2.76968 -3.9961,3.30938 -3.1963,1.75468 1.603,-3.11611 11.76178,-13.41391 16.58968,-16.81666 l 4,-2.81927 -4.9965,5.44063 -4.9965,5.44062 6.4965,-6.13526 c 7.6305,-7.20617 14.691,-10.24942 25.7465,-11.09736 3.9875,-0.30583 7.25,-0.88615 7.25,-1.28959 0,-0.40345 -0.681,-2.3635 -1.5134,-4.35567 -1.4242,-3.4085 -1.7928,-3.6291 -6.25,-3.74054 -2.6051,-0.0651 -5.1866,-0.0135 -5.7366,0.11478 -0.55,0.12827 -2.575,0.44132 -4.5,0.69568 -16.5958,2.19286 -32.04558,10.0288 -42.49397,21.55236 -9.3604,10.32361 -15.15777,22.86216 -16.99446,36.7556 -0.3999,3.025 -1.40611,6.26847 -2.23603,7.2077 -1.41541,1.60186 -1.81162,1.55433 -6.39223,-0.76684 -4.54313,-2.30218 -4.88329,-2.34486 -4.88329,-0.61269 0,4.69969 6.57771,6.84701 10.2948,3.36077 l 2.46409,-2.31106 9.87055,5.97148 c 5.42881,3.28432 9.90912,6.01179 9.95625,6.06106 0.0471,0.0493 0.0561,-4.97292 0.02,-11.16042 z"
+ id="path5234" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 128.65925,560.9028 c 5.6205,-16.24804 9.54108,-30.85592 9.67287,-36.04063 l 0.12803,-5.03631 -7.5,-3.70027 c -11.78801,-5.81583 -10.89205,-5.90492 -17.06767,1.69706 -2.98778,3.67785 -8.24507,10.74476 -11.68287,15.70423 l -6.250545,9.01722 2.6727,2.78969 2.672685,2.78969 7.91942,-12.2344 c 4.35567,-6.72893 8.21571,-12.54162 8.57785,-12.91709 0.36213,-0.37547 1.51955,-0.047 2.57204,0.72988 1.83667,1.35576 1.61555,1.99437 -5.5,15.88405 -6.90285,13.47449 -7.29966,14.58634 -5.75957,16.13845 0.90972,0.91682 2.03786,1.42973 2.50699,1.1398 0.46912,-0.28994 3.9998,-6.86069 7.84596,-14.60168 6.08208,-12.24113 7.25354,-13.99692 8.99301,-13.47878 1.1,0.32766 2.39901,0.96668 2.88668,1.42003 0.5039,0.46845 -2.02441,8.28074 -5.85668,18.09668 l -6.74336,17.27239 2.85668,2.28596 c 1.57117,1.25728 3.08168,2.28736 3.35668,2.28906 0.275,0.002 1.93959,-4.15857 3.6991,-9.24503 z"
+ id="path5232" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 35.738135,565.66913 c 0.75197,-0.64134 -1.89572,-5.51647 -3.00323,-5.52977 -0.94226,-0.0113 -0.96892,-0.20985 -0.1022,-0.76115 0.77794,-0.49484 0.9231,-1.91998 0.43134,-4.23469 l -0.74122,-3.48885 -2.18133,4.21016 c -2.6337,5.08327 -2.65927,5.3635 -0.43134,4.72753 0.9625,-0.27475 0.72775,0.0375 -0.52167,0.69386 l -2.27167,1.19342 2.20471,2.34681 c 1.91253,2.03579 4.78828,2.40204 6.61661,0.84268 z"
+ id="path5230" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 635.21015,562.46911 c 8.63304,-2.46581 7.91739,-4.20856 -4.23183,-10.30532 -5.49001,-2.75502 -10.21501,-5.00912 -10.5,-5.00912 -0.28499,0 -0.51817,4.47848 -0.51817,9.95217 l 0,9.95217 4.75,-1.47378 c 2.6125,-0.81058 7.3375,-2.21283 10.5,-3.11612 z"
+ id="path5228" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 145.38872,564.58324 c 3.24752,-3.24752 0.92394,-7.89999 -3.62353,-7.25533 -3.02219,0.42842 -3.84529,5.59294 -1.1997,7.52745 2.28618,1.67169 2.91489,1.63622 4.82323,-0.27212 z"
+ id="path5226" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 121.96509,551.90467 c 2.37352,-6.1875 5.15338,-13.24227 6.17746,-15.67727 1.46901,-3.49292 1.59348,-4.59674 0.58979,-5.23025 -0.92098,-0.5813 -3.26686,3.2493 -8.49755,13.87575 -6.75588,13.72494 -7.11943,14.79579 -5.59502,16.48025 0.8967,0.99084 1.94073,1.80152 2.32008,1.80152 0.37936,0 2.63171,-5.0625 5.00524,-11.25 z"
+ id="path5224" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 435.83235,550.90467 c 6.29022,-13.12393 8.61213,-20.48871 9.65772,-30.63294 0.71883,-6.97412 0.0666,-8.1449 -4.09457,-7.34945 -2.38916,0.45672 -2.43546,0.65772 -2.44093,10.59897 -0.003,5.57338 -0.45155,11.73884 -0.99664,13.70101 -1.79559,6.46372 -10.71238,14.03366 -20.44359,17.35567 -1.63419,0.55787 -0.99358,1.29734 4,4.61731 3.2702,2.17419 6.5085,3.9545 7.19624,3.95625 0.68773,0.002 3.89253,-5.50932 7.12177,-12.24682 z"
+ id="path5222" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 136.96015,560.26166 c 0,-1.73494 -1.80252,-3.10699 -4.08179,-3.10699 -1.68608,0 -0.94383,3.84666 0.83179,4.31067 3.05714,0.79892 3.25,0.72749 3.25,-1.20368 z"
+ id="path5220" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 28.932325,555.05205 c 1.83517,-3.69881 3.02783,-7.66434 3.02783,-10.06739 0,-3.6272 -0.19157,-3.91239 -2.25,-3.34963 -2.15136,0.58817 -2.16232,0.56199 -0.25,-0.59715 4.88647,-2.9619 4.63452,-6.35334 -0.87359,-11.75915 l -4.37358,-4.29235 -5.54999,10.32724 c -3.05249,5.67998 -5.38672,10.49051 -5.18717,10.69006 0.19955,0.19954 2.42519,-0.42482 4.94587,-1.38747 2.52068,-0.96266 4.79944,-1.53389 5.06392,-1.26941 0.26448,0.26448 -1.99555,1.32264 -5.02229,2.35146 -3.02674,1.02882 -5.4882,2.11489 -5.4699,2.4135 0.0183,0.2986 0.89497,1.57646 1.94816,2.83968 l 1.9149,2.29677 4.012,-2.04677 c 2.20659,-1.12572 4.26836,-2.04677 4.58169,-2.04677 0.31334,0 -0.44574,1.76436 -1.68683,3.9208 -2.21412,3.84712 -2.22116,3.95987 -0.37487,6 1.03491,1.14356 2.02439,2.0792 2.19884,2.0792 0.17445,0 1.67971,-2.74618 3.34501,-6.10262 z"
+ id="path5218" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 884.57213,558.33814 c -1.4494,-1.44942 -17.4662,-4.6566 -18.4357,-3.69156 -0.1781,0.17723 0.3365,1.60155 1.1435,3.16516 1.4651,2.83862 1.4806,2.84243 10.2107,2.51557 8.1503,-0.30515 8.6306,-0.44008 7.0815,-1.98917 z"
+ id="path5216" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 652.9738,559.40467 c 0.008,-0.4125 0.28586,-1.76577 0.61854,-3.00728 0.54527,-2.03482 -0.32976,-2.70001 -8.87936,-6.75 -5.21633,-2.47099 -9.99467,-4.49272 -10.61853,-4.49272 -0.62387,0 -1.1343,1.02665 -1.1343,2.28145 0,1.81221 1.79964,3.33215 8.75,7.39002 8.56543,5.00082 11.2362,6.08645 11.26365,4.57853 z"
+ id="path5214" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 236.84595,556.21293 c 5.02254,-2.56231 9.71919,-8.76073 10.6033,-13.99377 1.45091,-8.58783 -5.02927,-18.80941 -14.87859,-23.46888 -4.01381,-1.89884 -35.21065,-11.59561 -37.30585,-11.59561 -0.19424,0 1.44683,2.8125 3.64683,6.25 2.2,3.4375 4.57341,6.17684 5.27425,6.08741 0.70084,-0.0894 3.52426,-0.6155 6.27426,-1.16906 6.25514,-1.25913 11.66334,-0.29281 18.16455,3.24559 14.32541,7.79687 11.47885,27.58606 -3.9681,27.58606 l -3.40286,0 0.46014,-4.78881 c 0.53314,-5.54853 -0.9991,-7.54635 -5.39436,-7.03345 -3.92896,0.45849 -6.80651,5.62527 -5.88086,10.5594 0.76369,4.07083 6.03826,9.80151 9.76854,10.61325 4.31167,0.93825 12.52433,-0.19311 16.63875,-2.29213 z"
+ id="path5212" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 140.30313,555.04426 c 2.13951,-0.97483 2.38189,-1.61588 1.985,-5.25 -0.80124,-7.33678 -1.31482,-8.78931 -2.98979,-8.45603 -1.61045,0.32044 -6.62228,13.19902 -5.55275,14.26855 0.89053,0.89053 3.94317,0.62867 6.55754,-0.56252 z"
+ id="path5210" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 801.95873,545.91756 c 7.0815,-14.14824 5.172,-18.68855 -11.4986,-27.34125 -4.95,-2.56925 -10.2375,-5.54582 -11.75,-6.6146 l -2.75,-1.94323 0,3.003 c 0,5.99134 1.4922,7.7826 9.6939,11.63664 4.2934,2.01746 8.9311,4.20621 10.3061,4.86387 3.8318,1.83278 3.5804,5.272 -0.9166,12.53802 l -3.9643,6.40535 2.1724,3.77461 c 2.7232,4.73172 3.4319,4.2171 8.7071,-6.32241 z"
+ id="path5208" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 914.96013,553.30892 c 3.2441,-0.70347 2.7049,-0.95904 -7.3772,-3.49609 -5.9824,-1.50543 -11.102,-2.51232 -11.3768,-2.23754 -0.2747,0.27479 -1.68,-0.10711 -3.1228,-0.84867 -1.4428,-0.74156 -7.1232,-2.53806 -12.6232,-3.99223 -8.6282,-2.28125 -33.4938,-10.05176 -38.7586,-12.11208 -3.0902,-1.20931 -0.6636,3.02595 3.7586,6.55998 18.0122,14.3947 30.0093,18.33549 53,17.40929 7.15,-0.28804 14.575,-0.86524 16.5,-1.28266 z"
+ id="path5206" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -207.03985,549.09565 c 0,-2.7019 -0.43797,-3.94098 -1.39301,-3.94098 -2.51113,0 -3.5634,5.64358 -1.44691,7.76008 1.82499,1.82499 2.83992,0.46011 2.83992,-3.8191 z"
+ id="path5204" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -144.5426,545.52242 c 0.93391,-4.19774 2.58072,-10.3211 3.65958,-13.60747 1.07886,-3.28637 1.76149,-6.1753 1.51695,-6.41983 -0.24454,-0.24454 -3.77574,-0.14276 -7.84711,0.22618 l -7.4025,0.6708 -0.16587,7.77992 c -0.0973,4.56368 -0.94762,10.09554 -2.05688,13.38129 l -1.89101,5.60136 6.24441,0 6.24442,0 1.69801,-7.63225 z"
+ id="path5202" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 653.87033,545.73827 c -2.23555,-2.07386 -17.8165,-10.01061 -18.43602,-9.39109 -0.30783,0.30783 -0.82432,2.19044 -1.14777,4.18359 -0.43593,2.68633 -0.23083,3.63868 0.79277,3.68104 0.75946,0.0314 5.20584,1.98478 9.88084,4.34078 l 8.5,4.28363 0.91018,-2.89488 c 0.67237,-2.13851 0.54173,-3.23669 -0.5,-4.20307 z"
+ id="path5200" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -201.02033,550.03115 c 2.41734,-1.16793 6.16709,-2.63653 8.33277,-3.26355 l 3.93759,-1.14004 -4.01388,-2.78162 c -7.2833,-5.04733 -12.37373,-12.73459 -15.35704,-23.19127 l -1.71181,-6 -2.27415,5 c -1.79687,3.95063 -2.29083,6.88887 -2.35358,14 l -0.0794,9 3.99999,0.5 c 3.98147,0.49768 4.00141,0.52201 4.30479,5.25 0.16764,2.6125 0.42061,4.75 0.56217,4.75 0.14156,0 2.23521,-0.95558 4.65256,-2.12352 z"
+ id="path5198" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -159.37625,547.57452 c 1.39707,-4.63036 1.68186,-17.32608 0.43289,-19.29797 -1.27651,-2.01536 -2.8787,-0.56717 -4.05389,3.66425 -1.15672,4.16493 -1.41697,18.50617 -0.3551,19.56804 1.35799,1.35799 2.81398,-0.0827 3.9761,-3.93432 z"
+ id="path5196" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 96.257635,547.04245 c -4.13246,-4.19411 -6.29748,-4.90882 -6.29748,-2.07891 0,3.59874 4.75172,7.33032 8.18951,6.43132 1.68175,-0.43979 1.45964,-0.95074 -1.89203,-4.35241 z"
+ id="path5194" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 113.31663,539.55312 c 4.30127,-7.89525 6.50457,-12.9374 5.9122,-13.52977 -0.96057,-0.96057 -1.43895,-0.33584 -10.43808,13.63132 -6.27098,9.73291 -6.13746,9.42533 -4.79425,11.0438 0.6647,0.80091 1.49094,1.45259 1.83609,1.44818 0.34516,-0.004 3.71298,-5.6715 7.48404,-12.59353 z"
+ id="path5192" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 417.615,550.66453 c 7.05813,-2.09604 12.37482,-6.29902 15.69646,-12.40844 3.17236,-5.83486 4.34799,-14.08709 2.93491,-20.60142 -2.32431,-10.71519 -9.95519,-0.40312 -11.3353,15.31809 -0.9298,10.59152 -2.90627,13.18191 -10.05785,13.18191 -3.87291,0 -4.87588,0.37048 -5.39023,1.99105 -1.33537,4.20739 0.52761,4.78301 8.15201,2.51881 z"
+ id="path5190" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -104.47351,548.10027 c 6.174635,-1.09723 25.433665,-6.8633 25.433665,-7.61473 0,-0.2366 -0.70909,-1.80141 -1.57575,-3.47735 -1.73818,-3.36126 -1.20856,-3.38752 -11.71974,0.5809 -10.566215,3.98919 -11.704515,3.52566 -11.704515,-4.76621 l 0,-4.16821 15.250005,-0.0405 c 13.47217,-0.0358 15.92033,-0.30646 21,-2.32185 3.1625,-1.25474 5.75,-2.71398 5.75,-3.24274 0,-1.36685 -4.78968,-10.64689 -5.82558,-11.28711 -0.47499,-0.29356 -3.07724,0.30736 -5.78279,1.33539 -2.70554,1.02802 -10.53797,3.10053 -17.4054,4.60557 -6.86743,1.50504 -13.091435,3.2128 -13.831115,3.79503 -2.57039,2.02322 -11.10834,22.25374 -11.1443,26.40621 -0.0133,1.5323 3.6813,1.59484 11.55552,0.1956 z"
+ id="path5188" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 586.46015,546.70029 c 13.89924,-4.89468 22.92567,-11.85643 26.07925,-20.11397 3.23827,-8.47927 -0.3684,-12.68058 -10.83397,-12.6202 -7.58167,0.0437 -14.66949,2.53009 -27.74528,9.73283 -14.56128,8.02103 -22.33609,9.94896 -32.58563,8.08033 -4.06662,-0.7414 -4.08367,-0.7315 -3.66392,2.12848 0.52479,3.57558 3.20053,5.30125 9.69997,6.25579 l 5.04958,0.74161 -4.1849,0.12475 c -2.3017,0.0686 -5.36966,-0.32569 -6.8177,-0.87623 -2.83182,-1.07665 -2.84972,-0.82984 -0.41268,5.68771 1.05239,2.81447 3.95569,3.15386 24.41528,2.85409 12.24888,-0.17946 17.17222,-0.64723 21,-1.99519 z"
+ id="path5186" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 912.96013,548.72276 c 0,-0.23754 -1.3117,-1.36595 -2.915,-2.50756 -2.4798,-1.76576 -3.3383,-1.90451 -5.75,-0.92931 l -2.835,1.14635 4.5,1.26304 c 4.939,1.38626 7,1.68878 7,1.02748 z"
+ id="path5184" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 17.008905,535.94408 c 2.27256,-4.36814 3.90648,-8.16752 3.63093,-8.44306 -0.51385,-0.51385 -14.0277302,2.93052 -18.8955202,4.81603 -2.63549002,1.02084 -2.66533002,1.11894 -1.00863002,3.31527 1.60628002,2.1295 1.93297002,2.18366 5.52587002,0.91601 3.7435602,-1.3208 3.8052402,-1.30351 3.13624,0.87952 -0.37533,1.22475 -1.11458,2.7678 -1.64279,3.429 -0.64439,0.80664 -0.35735,2.0236 0.87239,3.69877 2.2285202,3.03569 2.4292602,2.82943 8.3815102,-8.61154 z"
+ id="path5182" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 630.45608,542.90467 c 0.36945,-2.3375 1.1561,-5.9404 1.74812,-8.00645 0.59201,-2.06604 0.85448,-3.97836 0.58325,-4.24958 -0.27122,-0.27123 -3.52914,0.45982 -7.23981,1.62455 l -6.74667,2.1177 0.45303,3.922 c 0.52114,4.51153 0.4667,4.43556 4.87703,6.80678 4.9482,2.66041 5.59,2.43565 6.32505,-2.215 z"
+ id="path5180" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 536.96015,545.62992 c 0,-0.28861 -1.2375,-1.03444 -2.75,-1.65739 -2.17195,-0.89456 -2.38215,-1.22007 -1,-1.54857 2.14597,-0.51005 2.17149,0.21109 -0.33973,-9.60268 -1.14935,-4.49163 -2.08485,-10.41661 -2.0789,-13.16661 l 0.0108,-5 -3.08711,6 c -3.08327,5.99253 -7.90984,19.65874 -7.19873,20.38284 0.56298,0.57326 13.75107,4.94599 15.19363,5.03769 0.6875,0.0437 1.25,-0.15667 1.25,-0.44528 z"
+ id="path5178" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -166.71513,539.32199 c 0.3353,-3.20798 0.8961,-6.57919 1.24621,-7.49158 0.421,-1.09711 0.009,-1.87019 -1.21718,-2.28287 -18.85213,-6.34578 -30.41654,-19.62909 -32.03275,-36.794 -0.31585,-3.35438 -0.70261,-6.2467 -0.85947,-6.42738 -0.15686,-0.18067 -1.42021,1.61933 -2.80745,4 -9.52386,16.34427 -3.84081,40.18834 11.75732,49.32945 4.96801,2.91145 13.55862,5.34292 19.19614,5.43325 l 4.10755,0.0658 0.60963,-5.83268 z"
+ id="path5176" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 151.91447,543.70971 c 0.65956,-0.79472 1.05216,-2.48222 0.87244,-3.75 -0.26771,-1.88846 -0.93859,-2.30504 -3.71221,-2.30504 -2.58462,0 -3.57982,0.52546 -4.20719,2.22138 -1.50311,4.06331 4.25611,7.19642 7.04696,3.83366 z"
+ id="path5174" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 657.3597,540.55236 c 0.55104,-1.80593 -0.59502,-2.85107 -8.12904,-7.41329 -4.82378,-2.92104 -9.11744,-5.49489 -9.54147,-5.71966 -0.42402,-0.22477 -1.48308,1.29569 -2.35346,3.3788 -0.87038,2.08312 -1.19845,3.92625 -0.72905,4.09585 0.46941,0.1696 4.89974,2.52232 9.84519,5.22825 9.22096,5.04531 9.49627,5.05617 10.90783,0.43005 z"
+ id="path5172" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 793.94243,537.04595 1.9142,-3.60872 -2.1983,-1.04993 c -1.209,-0.57746 -5.3482,-2.53334 -9.1982,-4.3464 -3.85,-1.81305 -7.2529,-3.43847 -7.5621,-3.61203 -0.3091,-0.17357 -0.6692,1.75461 -0.8002,4.28485 -0.2253,4.3526 0.018,4.82507 4.5203,8.77069 2.6171,2.29364 5.4453,4.96431 6.2849,5.93483 1.4483,1.67412 1.6187,1.64849 3.3258,-0.5 0.9896,-1.24552 2.6607,-3.88849 3.7136,-5.87329 z"
+ id="path5170" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 834.38873,543.58324 c 0.8643,-0.86428 1.5714,-1.92688 1.5714,-2.36133 0,-0.43444 1.1729,-0.56569 2.6064,-0.29166 3.9086,0.74719 4.7231,-1.59534 1.7733,-5.10087 -5.5347,-6.57772 -6.8605,-10.54132 -6.9133,-20.66902 -0.043,-8.14183 -0.2934,-9.54127 -1.761,-9.82391 -0.9413,-0.18128 -1.9801,0.37042 -2.3084,1.226 -0.4629,1.20636 -1.0346,1.32136 -2.5464,0.51226 -1.0722,-0.57384 -3.1648,-0.9031 -4.6501,-0.73169 -2.3637,0.27278 -2.7005,0.75077 -2.7005,3.83286 0,3.33812 -0.1589,3.5026 -3.0556,3.16329 -5.7493,-0.67345 -6.9185,5.57809 -1.3724,7.33834 1.827,0.57987 1.9048,0.85597 0.653,2.31773 -3.538,4.13157 -2.23,8.40943 2.5713,8.40943 2.2376,0 2.4926,0.27592 1.672,1.80926 -1.4788,2.7631 -1.1544,6.65536 0.6112,7.33286 0.8687,0.33335 2.6765,0.33075 4.0173,-0.006 1.8668,-0.46853 2.9194,2.5e-4 4.4932,2.00089 2.3856,3.03282 3.1902,3.18976 5.3386,1.04134 z"
+ id="path5168" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 904.43783,544.24143 c 1.9329,-0.75516 1.9287,-0.7989 -0.1843,-1.92972 -1.189,-0.63637 -2.6415,-1.15704 -3.2277,-1.15704 -0.5861,0 -2.0164,-0.95066 -3.1783,-2.11257 -1.6397,-1.63977 -2.9266,-1.99599 -5.75,-1.59163 -2.0006,0.28653 -3.0749,0.29969 -2.3874,0.0293 1.9483,-0.76641 1.4741,-2.3066 -0.9909,-3.21847 -1.5274,-0.56501 -3.6422,-0.22833 -6.6416,1.05736 -2.4203,1.03748 -4.5805,1.70634 -4.8005,1.48637 -0.22,-0.21997 1.5312,-1.18524 3.8915,-2.14504 4.1689,-1.69523 4.224,-1.77603 1.9307,-2.82745 -1.8024,-0.82634 -3.399,-0.70902 -6.75,0.49599 -5.0992,1.83364 -5.9124,1.37362 -1.1392,-0.64444 l 3.25,-1.37407 -2.8821,-1.10312 c -1.5851,-0.60671 -3.779,-0.81844 -4.8752,-0.47051 -1.2329,0.3913 -1.7531,0.2441 -1.3637,-0.38592 0.7233,-1.17035 -6.7412,-2.70796 -8.3423,-1.71843 -0.5702,0.35239 -1.0367,0.16416 -1.0367,-0.4183 0,-2.67294 -12.4463,0.61795 -14.4209,3.813 -1.1949,1.93338 3.972,2.0004 7.204,0.0934 4.5169,-2.66506 5.5589,-2.47071 1.3156,0.24538 l -3.4013,2.17716 3.4013,1.18441 c 2.9301,1.02032 3.8862,0.91049 6.9013,-0.79277 l 3.5,-1.97717 -2.4972,2.03953 -2.4972,2.03954 2.4972,0.93884 c 1.76,0.66169 3.2944,0.53157 5.1975,-0.44078 3.5168,-1.79671 5.0541,-1.72796 1.7997,0.0805 l -2.5,1.38922 2.8155,1.07549 c 2.0564,0.78554 3.4044,0.76171 5,-0.0884 1.9199,-1.02288 2.0299,-0.9764 0.9085,0.38369 -1.0991,1.33291 -0.7909,1.63856 2.2221,2.2038 2.3263,0.43642 4.4958,0.14035 6.4764,-0.88382 3.964,-2.04987 5.4085,-1.90964 1.5932,0.15466 -2.7567,1.49152 -2.833,1.6738 -1,2.38968 3.5059,1.36926 8.3309,1.01205 9.2819,-0.68717 1.26,-2.25162 4.637,-1.33511 5.022,1.36296 0.3312,2.32169 2.0684,2.72899 5.6581,1.32654 z"
+ id="path5166" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 87.940025,543.40467 c -0.0184,-0.68543 -38.55055,-15.3287 -40.19133,-15.2738 -0.79607,0.0266 -2.2848,5.34471 -3.29592,11.7738 l -0.66842,4.25 22.0879,0 c 12.14835,0 22.07884,-0.3375 22.06777,-0.75 z"
+ id="path5164" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -218.41367,534.13796 c 0.1475,-8.74827 1.62283,-14.83337 4.8269,-19.90896 1.26499,-2.00387 2.63207,-6.10286 3.03794,-9.10887 0.40588,-3.006 1.57939,-7.69819 2.60781,-10.42709 l 1.86985,-4.96163 -2.48434,-2.59309 c -1.36639,-1.4262 -2.48433,-3.50459 -2.48433,-4.61865 0,-1.56423 -1.80882,-2.83904 -7.94205,-5.59732 -7.8306,-3.52163 -7.99136,-3.54857 -11.45547,-1.91972 -3.00913,1.41492 -3.9007,2.70041 -6.21165,8.9562 l -2.69823,7.30416 2.23857,3.983 c 1.82813,3.25272 2.05444,4.5112 1.23432,6.86381 -0.82548,2.36796 -0.67079,3.18259 0.86892,4.57601 1.03025,0.93237 3.32609,5.13178 5.10186,9.33203 2.68075,6.3408 3.30111,9.26175 3.65548,17.21165 l 0.42679,9.57482 3.64073,-0.59153 3.64073,-0.59153 0.12617,-7.48329 z"
+ id="path5162" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 420.53618,540.67898 c 0.99724,-1.52198 1.73206,-5.12382 1.9075,-9.34984 0.15696,-3.78078 0.78737,-7.81213 1.40092,-8.95856 2.18488,-4.08249 1.4166,-6.06992 -2.63445,-6.81493 -2.0625,-0.37931 -5.02203,-1.7497 -6.57673,-3.04531 -1.79782,-1.49823 -4.11521,-2.35567 -6.36663,-2.35567 -3.183,0 -3.47911,0.22685 -2.93693,2.25 0.33164,1.2375 0.60913,4.3875 0.61664,7 l 0.0137,4.75 3.96482,0 c 2.95992,0 4.23996,0.51413 5.05043,2.02849 0.92908,1.73601 0.50159,2.6067 -2.96482,6.03864 -4.5268,4.48179 -4.45413,4.31003 -2.98506,7.05502 2.26613,4.23429 9.10882,5.06783 11.51066,1.40216 z"
+ id="path5160" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 83.434475,535.38577 c -11.54659,-10.98212 -26.52834,-24.2311 -27.40016,-24.2311 -1.35401,0 -8.70805,15.20729 -7.57416,15.6625 14.16075,5.6849 37.49923,14.21228 39,14.24976 1.50708,0.0376 0.51491,-1.36254 -4.02568,-5.68116 z"
+ id="path5158" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 142.77199,538.41615 c -0.50201,-2.60673 -3.81184,-2.89745 -3.81184,-0.3348 0,1.43109 0.64223,2.07332 2.07332,2.07332 1.4311,0 1.96962,-0.53852 1.73852,-1.73852 z"
+ id="path5156" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 524.46503,520.60994 c 2.48597,-4.9746 6.79662,-12.1746 9.57923,-16 6.6808,-9.18444 12.11412,-20.03743 15.36189,-30.68522 2.02754,-6.64728 3.36966,-9.27859 5.75733,-11.28769 1.71241,-1.4409 5.36014,-5.85138 8.10606,-9.80109 2.74592,-3.9497 7.39225,-9.72761 10.32516,-12.8398 3.30198,-3.50381 6.60903,-8.45952 8.68468,-13.01424 1.84366,-4.04564 3.98855,-8.0417 4.76644,-8.88014 1.92198,-2.0716 3.24944,-4.38171 11.1287,-19.36679 6.44455,-12.2565 6.71489,-13.03932 5.2664,-15.25 -0.83978,-1.28167 -1.854,-2.32452 -2.25382,-2.31745 -1.92099,0.034 -12.35968,17.99966 -13.64684,23.48715 -1.30732,5.57342 -6.72013,15.46993 -10.25244,18.74504 -1.93081,1.79023 -5.2578,5.80066 -7.3933,8.91207 -4.54335,6.61962 -8.30283,9.84289 -11.48034,9.84289 -3.53813,0 -6.74569,4.70967 -15.53943,22.81666 -5.71474,11.76707 -8.35211,18.41403 -8.94992,22.55642 -0.6357,4.40495 -1.86211,7.31941 -4.90612,11.65895 -2.23221,3.18223 -4.05856,6.68934 -4.05856,7.79358 0,1.10425 -0.37963,2.15772 -0.84361,2.34106 -1.24837,0.49326 -9.68119,17.58122 -11.41458,23.13011 l -1.49845,4.79678 3.12392,1.2747 3.12392,1.27469 1.24687,-5.07148 c 0.68578,-2.78931 3.28085,-9.1416 5.76681,-14.1162 z"
+ id="path5154" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 556.46015,456.15467 c 0.33992,-0.55 1.04148,-1 1.55902,-1 0.51754,0 0.94098,0.45 0.94098,1 0,0.55 -0.70156,1 -1.55902,1 -0.85746,0 -1.2809,-0.45 -0.94098,-1 z"
+ id="path5152" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 96.617635,537.33153 c 0.92846,-1.4867 0.77139,-2.05244 -0.85115,-3.06573 -1.66877,-1.04217 -2.19992,-0.95512 -3.29297,0.53971 -1.09492,1.4974 -1.0403,1.98239 0.34169,3.03393 2.18546,1.66289 2.47052,1.62482 3.80243,-0.50791 z"
+ id="path5150" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -90.857695,535.04692 c 5.84539,-2.95856 5.59559,-3.89225 -1.04135,-3.89225 -3.28747,0 -6.62989,-0.25045 -7.42759,-0.55656 -1.689495,-0.64832 -2.804105,2.493 -1.989645,5.60747 0.44882,1.71629 1.04539,1.94112 3.656385,1.37797 1.71603,-0.37013 4.77702,-1.51161 6.8022,-2.53663 z"
+ id="path5148" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 511.70806,531.09991 c 0.62699,-2.50511 2.75207,-7.40683 4.7224,-10.89271 1.97033,-3.48588 4.27162,-8.44506 5.11397,-11.0204 1.51655,-4.63658 2.26805,-5.97793 7.72621,-13.79051 1.84387,-2.63924 3.10287,-6.09136 3.66061,-10.03719 0.5441,-3.84933 2.32222,-8.8085 4.93952,-13.77628 2.24916,-4.26904 4.08938,-8.40559 4.08938,-9.19233 0,-2.72116 8.24325,-17.26272 11.19267,-19.74448 1.62843,-1.37024 4.02886,-2.49134 5.33428,-2.49134 1.62383,0 3.57367,-1.48699 6.17328,-4.70788 2.08987,-2.58934 6.3596,-7.43625 9.48829,-10.77091 4.36116,-4.64827 6.40333,-7.92488 8.75187,-14.04212 3.23543,-8.42729 6.21745,-14.57858 12.55327,-25.89477 l 3.87201,-6.91567 -3.40051,-2.83887 c -3.2357,-2.70129 -3.48321,-2.75384 -5.10693,-1.08433 -0.93853,0.965 -3.57173,5.32258 -5.85155,9.6835 -3.71529,7.10674 -4.07812,8.41618 -3.49891,12.62752 0.58766,4.27282 0.36741,5.0161 -2.43078,8.20306 -1.69234,1.92747 -3.08687,4.57009 -3.09895,5.87249 -0.0325,3.50092 -3.32291,9.99507 -6.60194,13.02983 -1.58186,1.46402 -6.53732,4.52245 -11.01214,6.79652 -7.37319,3.74699 -8.60043,4.81007 -13.08896,11.33814 -6.44424,9.37245 -15.86278,29.63793 -17.17604,36.95701 -1.06331,5.92602 -2.09453,8.42851 -5.25254,12.74648 -1.00562,1.375 -3.37182,7.15806 -5.2582,12.85123 -1.88639,5.69318 -4.31869,11.31818 -5.4051,12.5 -1.92254,2.09139 -9.6858,17.60561 -9.01765,18.02103 1.54456,0.96034 6.44873,2.18138 6.8885,1.7151 0.30468,-0.32305 1.06696,-2.637 1.69394,-5.14212 z"
+ id="path5146" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 659.54597,534.40467 c 0.44145,-1.5125 0.82774,-3.03692 0.85841,-3.3876 0.0307,-0.35068 -2.37641,-2.46511 -5.34907,-4.69872 -5.37248,-4.0368 -5.42638,-4.05214 -9,-2.56024 -1.97734,0.82548 -3.96846,1.87321 -4.42472,2.32828 -0.70175,0.69992 14.58859,10.94583 16.47115,11.03715 0.35288,0.0171 1.00278,-1.20637 1.44423,-2.71887 z"
+ id="path5144" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 90.383595,532.84515 c 2.3053,-3.65466 -3.63141,-7.55467 -6.40772,-4.20942 -1.10553,1.33208 -0.94527,1.96503 1.02987,4.06747 2.54563,2.7097 3.7383,2.74118 5.37785,0.14195 z"
+ id="path5142" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 102.38391,529.12623 c 3.6376,-4.76993 3.74783,-5.12448 2.14407,-6.8966 -1.28482,-1.41971 -2.60345,-1.74574 -5.493105,-1.35816 -3.17618,0.42602 -4.07238,0.12463 -5.4414,-1.82992 -1.1115,-1.58689 -1.44359,-3.38128 -1.03192,-5.5757 0.58428,-3.11448 -0.16144,-4.01498 -19.89452,-24.02348 -11.27586,-11.43323 -30.00631,-30.4627 -41.62323,-42.2877 l -21.1216702,-21.5 -2.89838,3.48665 c -1.5941,1.91766 -4.49566,6.44393 -6.44790002,10.05837 l -3.54953998,6.57171 3.99752,4.83755 c 13.0720202,15.81895 47.4215402,50.66634 49.2775602,49.99179 0.63732,-0.23163 7.87168,6.00237 16.07637,13.85333 l 14.91761,14.27447 2.28693,-2.28693 c 1.25782,-1.25782 2.88227,-2.28694 3.60989,-2.28694 1.8499,0 5.76796,2.88168 5.76796,4.24225 0,1.20412 3.92969,5.75775 4.96883,5.75775 0.34111,0 2.345825,-2.2628 4.454925,-5.02844 z"
+ id="path5140" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 502.35311,531.27295 c 0.93662,-1.03495 2.18133,-3.61432 2.76603,-5.73193 0.5847,-2.11761 2.82685,-6.31326 4.98255,-9.32366 2.45981,-3.43508 4.87956,-8.65559 6.49749,-14.01808 1.41792,-4.69953 3.8153,-10.43781 5.32753,-12.75172 1.51223,-2.31391 3.30156,-6.36391 3.97631,-9 2.41811,-9.44708 4.27624,-14.79273 6.00385,-17.27253 0.96574,-1.3862 2.58795,-4.77036 3.60493,-7.52036 2.24086,-6.0595 6.35454,-13.05834 12.19225,-20.74336 4.96648,-6.5381 6.0699,-7.27028 12.11768,-8.04066 6.99354,-0.89087 11.82317,-6.43048 14.22393,-16.31492 0.65471,-2.69558 2.14081,-5.94976 3.30244,-7.23149 1.60628,-1.77238 2.12612,-3.68811 2.17079,-8 0.047,-4.5335 0.91025,-7.45132 4.30819,-14.56139 2.33719,-4.8905 3.86757,-9.27368 3.40085,-9.7404 -0.46672,-0.46672 -2.9338,-1.13439 -5.48239,-1.48372 l -4.63381,-0.63513 -3.63534,7.21881 c -4.83291,9.59689 -9.51624,22.4578 -9.51624,26.1326 0,3.4018 -2.35412,9.52849 -4.62569,12.03855 -0.85218,0.94164 -3.94008,2.88172 -6.86201,4.31129 -5.74998,2.8132 -8.98074,6.39747 -12.71823,14.10984 -1.31668,2.71699 -4.47487,8.76498 -7.01819,13.43998 -2.54333,4.675 -4.94569,10.3 -5.33859,12.5 -0.3929,2.2 -1.55202,5.19447 -2.57583,6.65437 -1.0238,1.4599 -1.86146,3.2843 -1.86146,4.05422 0,0.76992 -1.24182,3.40045 -2.75961,5.84563 -1.51778,2.44518 -3.60386,7.82078 -4.63573,11.94578 -2.20161,8.80111 -7.81692,21.29762 -12.97057,28.86511 -2.00957,2.95081 -3.93749,6.55081 -4.28427,8 -0.34677,1.44919 -1.23566,3.83712 -1.97531,5.30651 -1.05247,2.09086 -1.07631,2.78018 -0.10966,3.17105 2.49133,1.00738 4.46532,0.61297 6.12811,-1.22439 z"
+ id="path5138" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 19.210155,526.10075 c 2.0625,-0.56274 3.75,-1.35539 3.75,-1.76144 0,-0.40606 -3.08897,-3.80358 -6.86438,-7.55006 l -6.8643902,-6.81179 -3.51567,6.33861 c -4.0748,7.3467 -7.75556,14.56255 -7.75556,15.20419 0,0.2449 3.9375,-0.64409 8.75,-1.97553 4.8125002,-1.33145 10.4375002,-2.88123 12.5000002,-3.44398 z"
+ id="path5136" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 462.50005,530.62422 c 9.06073,-2.32664 15.85247,-6.04044 21.75473,-11.89573 5.67866,-5.63347 12.97945,-16.1337 16.39083,-23.57382 4.97776,-10.85635 6.7484,-28.7022 3.8091,-38.39105 -2.76032,-9.09886 -3.55195,-8.89373 -7.15525,1.85406 -4.20161,12.53242 -9.0532,21.08896 -16.42699,28.97156 -5.17048,5.52727 -15.74188,13.08067 -21.16232,15.12076 -1.24008,0.46673 -1.75,1.75547 -1.75,4.42283 0,3.76191 -0.003,3.76458 -5,4.42745 l -5,0.66328 0,3.96555 c 0,3.68276 0.201,3.96556 2.8185,3.96556 4.25079,0 13.01308,-2.80378 19.1815,-6.13776 3.43591,-1.85707 4.56178,-2.21225 3,-0.94642 -4.3502,3.52588 -15.32435,8.34197 -20.14057,8.83885 l -4.64056,0.47876 -0.96555,4.88328 -0.96555,4.88329 5.14602,0 c 2.83031,0 7.82806,-0.6887 11.10611,-1.53045 z"
+ id="path5134" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 494.83621,529.38626 c 0.52053,-0.97262 1.27132,-3.50025 1.66841,-5.61694 0.39709,-2.1167 2.01327,-5.31922 3.59149,-7.11672 3.71217,-4.22792 7.3013,-12.14329 10.48367,-23.12041 2.52559,-8.71163 5.43676,-15.49353 7.88866,-18.37752 1.81777,-2.13812 6.18055,-13.81077 6.82472,-18.25962 0.2994,-2.0678 2.74065,-7.4678 5.42499,-12 2.68433,-4.53221 5.97442,-10.41157 7.31131,-13.06525 3.27912,-6.50898 8.63847,-12.65509 12.40881,-14.23044 6.5031,-2.71716 11.52188,-9.98714 11.52188,-16.69007 0,-1.82028 0.70635,-4.31806 1.56966,-5.55061 0.86332,-1.23256 2.88453,-6.13089 4.49158,-10.88519 1.60706,-4.75429 3.63666,-9.73501 4.51024,-11.06826 0.87358,-1.33325 1.34835,-2.66406 1.05505,-2.95736 -1.29828,-1.29828 -8.17376,1.08363 -10.54763,3.65407 -3.02298,3.27329 -7.75026,12.31277 -8.59254,16.43058 -0.32375,1.58282 -2.98012,5.40782 -5.90304,8.5 -3.55545,3.76134 -6.68954,8.57838 -9.46918,14.55393 -2.28513,4.91248 -6.40474,12.43929 -9.1547,16.72623 -2.74996,4.28694 -5.28561,9.26764 -5.63478,11.06822 -0.66042,3.40559 -6.52447,16.62313 -13.35627,30.10495 -2.18262,4.30715 -3.96839,8.45393 -3.96839,9.21505 0,2.8332 -12.36927,34.20753 -14.9632,37.95377 -1.5869,2.29185 -4.13627,10.53003 -3.55144,11.47631 1.03234,1.67036 5.36862,1.16505 6.3907,-0.74472 z"
+ id="path5132" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 772.75013,521.74878 c 0.4877,-14.70446 -3.6648,-26.50378 -15.6288,-44.40862 -7.6399,-11.43363 -7.3359,-10.79561 -5.765,-12.09935 1.0928,-0.90695 1.8343,-0.36706 3.6213,2.63669 l 2.2472,3.77717 1.0191,-2.5 c 3.6506,-8.95454 9.0676,-19.09172 12.0606,-22.56936 3.458,-4.01802 3.5757,-4.06446 9.3289,-3.681 11.8533,0.79002 25.1366,-6.59167 30.1197,-16.73795 7.1789,-14.61704 -0.3282,-35.90054 -15.3408,-43.49287 -5.3134,-2.68718 -6.7851,-2.97166 -14.9235,-2.88471 -7.2022,0.077 -10.4448,0.6356 -16.0287,2.76156 -33.8443,12.88545 -44.9102,49.27771 -26.6449,87.62638 1.5793,3.31588 2.4531,6.28747 1.9417,6.60354 -1.2177,0.75255 -1.0647,0.99237 -4.7218,-7.40154 -7.2552,-16.65199 -9.7869,-35.26967 -6.5912,-48.47049 5.0048,-20.67439 18.2872,-35.09834 39.0162,-42.36962 l 9,-3.157 -5.7963,-0.73447 c -22.1109,-2.8018 -45.8879,14.92925 -53.6492,40.00753 -2.3888,7.71838 -3.713,21.17616 -2.6444,26.87267 0.5381,2.86839 1.3689,3.93944 3.8363,4.94628 l 3.1495,1.28512 -2.3616,2.36161 c -2.1991,2.19911 -2.2806,2.66446 -1.1843,6.76348 0.6476,2.42104 5.4584,13.0349 10.6908,23.58636 9.505,19.1673 13.4592,29.97756 13.4592,36.79537 0,3.49131 0.148,3.63893 4.25,4.23964 2.3375,0.34231 5.2625,0.90596 6.5,1.25255 2.1421,0.59997 2.25,0.35943 2.25,-5.01799 0,-3.1065 -0.9391,-8.44649 -2.0868,-11.86664 -1.8547,-5.52689 -10.7236,-23.4496 -13.0195,-26.31046 -0.8415,-1.04859 -0.2403,-2.40799 1.065,-2.40799 0.344,0 3.8773,6.4125 7.8517,14.25 7.3757,14.54456 10.124,24.179 8.6137,30.19652 -0.5296,2.10988 -0.1019,2.66127 3.103,4.00034 2.0444,0.85423 4.0887,1.55314 4.5428,1.55314 0.4541,0 0.9909,-2.3625 1.1929,-5.25 l 0.3672,-5.25 0.185,6.09719 c 0.159,5.23902 0.5017,6.24936 2.435,7.17841 1.2375,0.59468 2.7,0.96463 3.25,0.82212 0.55,-0.14252 1.1305,-4.19414 1.29,-9.00361 z"
+ id="path5130" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 764.15503,513.65467 c -0.02,-1.65 0.1871,-2.44606 0.461,-1.76903 0.274,0.67703 0.2906,2.02703 0.037,3 -0.2536,0.97297 -0.4777,0.41903 -0.4981,-1.23097 z"
+ id="path5128" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 747.00793,460.04411 c -2.6075,-6.06122 -5.0062,-16.76887 -5.0304,-22.45578 -0.052,-12.14113 5.9401,-26.80665 13.4753,-32.98115 9.4699,-7.75993 22.2952,-8.47558 29.8271,-1.66437 7.6314,6.90109 7.3334,20.76231 -0.5673,26.38806 -3.6776,2.61869 -10.404,2.75345 -14.173,0.28395 -2.4352,-1.5956 -2.7648,-1.60243 -4.4339,-0.0919 -3.6356,3.29019 -7.5491,1.01118 -6.9679,-4.05773 0.2812,-2.45246 0.7233,-2.7931 3.4701,-2.67414 2.9457,0.12758 3.1417,-0.0778 3.0533,-3.19817 -0.2124,-7.49252 6.1195,-12.13363 12.2377,-8.96982 2.2989,1.18884 3.0612,2.27384 3.0612,4.35734 0,2.95414 -1.5784,5.17432 -3.6786,5.17432 -1.0058,0 -1.032,-0.54112 -0.1226,-2.53694 1.6601,-3.64347 -0.9843,-6.27627 -4.9153,-4.89381 -4.2045,1.47864 -5.041,5.23455 -2.3869,10.71715 3.0647,6.33087 6.8198,7.40326 12.9136,3.68797 11.8434,-7.22078 3.8651,-25.97442 -11.0502,-25.97442 -5.0833,0 -11.0796,2.43745 -13.8836,5.64359 -2.6058,2.97957 -4.1685,9.2084 -3.512,13.99861 1.1404,8.31969 5.8208,14.65865 13.6297,18.45922 5.2419,2.55127 5.9991,3.58023 3.3753,4.58706 -3.8205,1.46607 -15.1329,-7.75196 -18.433,-15.02042 -1.0409,-2.29243 -1.9024,-5.94556 -1.9144,-8.11806 -0.04,-7.14108 -3.1923,-0.29181 -5.0121,10.88902 -1.0968,6.7389 0.5714,18.02818 3.8987,26.3837 1.9954,5.01098 2.0424,7.17728 0.1555,7.17728 -0.4498,0 -1.8071,-2.29975 -3.0163,-5.11056 z"
+ id="path5126" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 738.96013,456.15467 c 0,-0.55 0.675,-1 1.5,-1 0.825,0 1.5,0.45 1.5,1 0,0.55 -0.675,1 -1.5,1 -0.825,0 -1.5,-0.45 -1.5,-1 z"
+ id="path5124" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 2.1853948,520.64572 c 2.64794,-4.87961 4.69301,-9.16518 4.5446,-9.52348 -0.14841,-0.35831 -5.2956,0.73991 -11.43819,2.44048 l -11.1683398,3.09195 1.91016,2.35068 c 1.70222,2.09477 2.25389,2.23085 5.0675698,1.25 4.86118,-1.69462 5.22241,-1.38186 2.91698,2.52555 -2.02848,3.43803 -2.05037,3.72474 -0.42176,5.52433 0.94476,1.04396 2.18053,1.74384 2.74614,1.55531 0.56562,-0.18854 3.19488998,-4.33521 5.84284,-9.21482 z"
+ id="path5122" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 34.886695,525.53211 c 1.47582,-5.86102 4.97917,-12.79065 9.38356,-18.56072 l 3.44082,-4.50771 -18.12546,-18.25183 c -9.969,-10.03851 -21.4399602,-22.03304 -25.4910202,-26.65451 -4.05107002,-4.62147 -7.65107,-8.39487 -8,-8.38534 -0.34894,0.01 -2.40532,4.62204 -4.56972,10.25 -2.1644098,5.62797 -4.7681998,11.93418 -5.7862098,14.01381 l -1.85093,3.78113 5.53621,6.52577 c 5.2231798,6.1568 6.5145998,8.42401 4.7862098,8.40272 -0.4125,-0.005 -2.98478,-2.87329 -5.7161798,-6.37379 l -4.96618,-6.36455 -4.76229,8.49538 c -2.61925,4.67246 -5.27707,9.11567 -5.90626,9.87379 -1.68053,2.02492 -0.20553,1.7985 10.30698,-1.58213 5.0634,-1.6283 9.4008298,-2.76589 9.6387398,-2.52798 0.53018,0.53017 -3.2791298,2.03286 -11.8448098,4.67253 -7.72894,2.3818 -8.77281,3.17989 -6.98182,5.33789 1.28346,1.54648 3.0133,1.50409 7.63892,-0.1872 1.7285,-0.632 1.72214,-0.53639 -0.1024,1.54028 -2.81004,3.19834 -2.82977,5.51797 -0.069,8.11157 l 2.42817,2.28115 10.2930798,-2.74114 c 15.70658,-4.18281 14.95054,-3.09227 7.60146,-10.9647 l -6.4067,-6.86294 -3.04969,4.90054 c -1.67733,2.6953 -4.2616798,7.03804 -5.7429998,9.65054 -1.48132,2.6125 -2.93236,4.75 -3.22454,4.75 -0.5117,0 3.67583,-7.73522 8.1203798,-15 1.1777,-1.925 2.43178,-4.2875 2.78683,-5.25 0.35506,-0.9625 1.0422,-1.75 1.52698,-1.75 0.48478,0 3.29903998,2.8125 6.25391,6.25 6.89883,8.02564 30.0470802,31.75 30.9790002,31.75 0.39106,0 1.2348,-2.08015 1.87498,-4.62256 z"
+ id="path5120" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -10.539845,478.15467 c -0.33992,-0.55 0.30852,-1 1.4409798,-1 1.13246,0 2.05902,0.45 2.05902,1 0,0.55 -0.64844,1 -1.44098,1 -0.79254,0 -1.7190998,-0.45 -2.0590198,-1 z"
+ id="path5118" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 16.960155,478.15467 c 0,-0.55 0.675,-1 1.5,-1 0.825,0 1.5,0.45 1.5,1 0,0.55 -0.675,1 -1.5,1 -0.825,0 -1.5,-0.45 -1.5,-1 z"
+ id="path5116" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 634.33927,525.45846 c 14.66695,-5.79459 29.75579,-15.65368 29.11345,-19.02281 -0.18675,-0.97954 -0.37398,-2.81245 -0.41606,-4.07313 l -0.0765,-2.29216 -4.5,2.63718 c -2.475,1.45044 -4.5,2.45305 -4.5,2.22801 0,-0.22505 2.025,-1.92644 4.5,-3.78088 3.59387,-2.69278 4.5067,-3.98871 4.53327,-6.43585 l 0.0333,-3.06415 1.96673,2.36078 c 1.0817,1.29844 1.98105,3.32344 1.99856,4.5 0.0175,1.17657 2.18543,4.56587 4.81762,7.53177 l 4.7858,5.39255 2.69985,-1.76902 c 1.7202,-1.12711 2.3909,-2.1767 1.8483,-2.89255 -5.56738,-7.34547 -12.58096,-15.62353 -13.23705,-15.62353 -0.45559,0 -1.12458,0.47931 -1.48664,1.06514 -1.28411,2.07774 -4.06048,-1.92538 -4.31388,-6.21999 -0.33473,-5.673 -0.96562,-6.36311 -3.57554,-3.91121 -1.22028,1.14639 -2.52281,1.78024 -2.89451,1.40854 -0.37169,-0.3717 -0.67581,-0.18752 -0.67581,0.40929 0,1.35971 -6.88503,5.69653 -7.71927,4.8623 -0.33773,-0.33774 -0.12359,-0.61407 0.47588,-0.61407 1.66122,0 7.21207,-4.97408 10.28538,-9.21666 2.47664,-3.41891 2.65183,-4.19984 1.79635,-8.00732 -1.23621,-5.50198 -1.45568,-5.6158 -3.15088,-1.63411 -0.78634,1.84695 -2.59951,4.43664 -4.02927,5.75486 -2.28545,2.10717 -2.81456,2.228 -4.37887,1 -1.60479,-1.25976 -1.64977,-1.23122 -0.45856,0.29096 1.14929,1.4686 0.95453,1.87643 -1.5,3.14115 -8.39609,4.32616 -38.87401,11.76323 -68.32076,16.67129 -13.22924,2.20499 -27.12529,6.00446 -33.09468,9.04877 -4.01038,2.04523 -9.36958,7.68773 -10.40737,10.95753 -1.96532,6.19218 4.29917,12.13423 13.49385,12.79932 7.46813,0.54019 11.11924,-0.68736 24.5082,-8.24002 14.56053,-8.21354 20.29765,-10.52874 27.83438,-11.23253 10.30859,-0.96264 14.38995,2.74363 17.76015,16.1279 1.13407,4.50378 1.25995,4.6211 4.28692,3.99531 1.7152,-0.35459 7.11415,-2.22329 11.99767,-4.15266 z"
+ id="path5114" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 651.96015,496.56829 c 2.475,-1.40926 5.51846,-3.51288 6.76324,-4.67471 1.47801,-1.37951 2.60325,-1.77242 3.24323,-1.13244 0.63997,0.63997 -1.4011,2.26605 -5.88286,4.68675 -7.71823,4.1688 -11.08283,5.08297 -4.12361,1.1204 z"
+ id="path5112" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 663.54257,526.9953 1.63377,-3.15938 -3.85809,-3.24075 c -3.94018,-3.30969 -4.53697,-3.32131 -8.75397,-0.17053 -1.78896,1.33665 -1.59161,1.64999 3.5,5.55695 2.96773,2.27724 5.49681,4.14778 5.62019,4.15676 0.12338,0.009 0.95952,-1.4054 1.8581,-3.14305 z"
+ id="path5110" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 847.78203,527.40467 4.6781,-2.75 -3.4328,-0.32699 c -7.8801,-0.75062 -12.8681,2.09623 -8.3172,4.74689 2.2905,1.33412 1.741,1.46389 7.0719,-1.6699 z"
+ id="path5108" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 875.80123,523.13149 c 8.9156,-2.47064 18.3688,-7.1713 27.6589,-13.75354 6.9661,-4.93562 19.7081,-15.81411 20.322,-17.3499 0.1772,-0.44307 -2.7478,0.2851 -6.5,1.61817 -3.7521,1.33307 -17.622,5.8628 -30.822,10.06607 -19.716,6.27816 -41.3069,13.51235 -48.0419,16.09683 -0.7325,0.28109 -1.1291,1.03633 -0.8814,1.67831 0.3047,0.78979 4.4073,1.21547 12.6868,1.31638 9.5194,0.11602 18.0001,1.16814 18.2566,2.26491 0.011,0.0473 3.3055,-0.82448 7.321,-1.93723 z"
+ id="path5106" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 667.19092,514.9239 -3.22727,-3.22727 -2.62922,2.62922 -2.62922,2.62922 3.37747,3.04585 3.37747,3.04585 2.47902,-2.4478 2.47902,-2.4478 -3.22727,-3.22727 z"
+ id="path5104" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 108.40759,520.43105 c 0.90034,-2.34626 -2.22982,-4.70188 -4.14062,-3.11605 -1.13177,0.93928 -1.07812,1.4349 0.32294,2.98305 2.08825,2.30749 2.97144,2.33826 3.81768,0.133 z"
+ id="path5102" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 273.85364,514.40467 c 1.68577,-2.6125 3.78466,-5.73299 4.6642,-6.93442 1.4936,-2.04021 1.44545,-2.39323 -0.72926,-5.34773 -2.27099,-3.08528 -9.39046,-7.96785 -11.61825,-7.96785 -0.61275,0 -2.46106,1.95775 -4.10735,4.35055 l -2.99326,4.35055 3.85216,3.76153 c 2.11869,2.06885 4.60626,5.7361 5.52793,8.14945 0.92166,2.41336 1.82494,4.38792 2.00727,4.38792 0.18234,0 1.71079,-2.1375 3.39656,-4.75 z"
+ id="path5100" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -79.103755,512.00827 c 5.18985,-1.59084 9.63976,-3.09612 9.88869,-3.34505 0.24893,-0.24892 -0.76411,-0.91518 -2.25119,-1.48057 -7.34666,-2.7932 -20.04402,0.5265 -27.01686,7.0635 l -4.056735,3.80316 7.000005,-1.57429 c 3.85,-0.86586 11.24624,-2.8759 16.43609,-4.46675 z"
+ id="path5098" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 100.76015,516.95467 c 3.04185,-3.04185 -0.0294,-6.81797 -3.872435,-4.76123 -1.88416,1.00837 -2.5887,3.96676 -1.26089,5.29456 1.06133,1.06133 3.8259,0.7741 5.133325,-0.53333 z"
+ id="path5096" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 844.66603,515.99303 c 1.5368,-0.63012 3.4426,-1.27434 4.2353,-1.43159 4.6421,-0.92097 5.8456,-1.6986 7.9261,-5.12142 2.1353,-3.51314 2.3197,-3.2583 0.6481,0.89577 -0.6018,1.4954 -0.2909,1.56279 2.8137,0.60994 1.9197,-0.58915 3.9948,-2.02066 4.6115,-3.18112 0.8389,-1.57863 0.9847,-1.64123 0.579,-0.2486 -0.4085,1.40208 -0.1465,1.70945 1.062,1.24574 0.8823,-0.33859 2.6351,-0.87436 3.8952,-1.19061 1.421,-0.35666 2.9705,-2.08208 4.0807,-4.54404 0.9844,-2.18298 2.1988,-4.22184 2.6988,-4.5308 0.4999,-0.30897 0.1967,0.81542 -0.6737,2.49865 -0.8704,1.68322 -1.5826,3.52161 -1.5826,4.08531 0,1.62652 5.2369,-0.70015 7.2632,-3.22694 1.2644,-1.57675 1.5877,-1.70365 1.143,-0.44865 -0.3411,0.9625 -0.1892,1.75 0.3376,1.75 1.7855,0 7.2562,-2.19144 7.2562,-2.9067 0,-0.39107 0.6998,-1.58455 1.5552,-2.65217 1.4744,-1.8404 1.4943,-1.8165 0.3836,0.4605 -1.0275,2.10643 -0.9614,2.32101 0.5378,1.74574 0.94,-0.36075 2.7822,-0.92522 4.0937,-1.25438 1.9528,-0.49012 8.4297,-8.87121 8.4297,-10.90801 0,-0.26674 -1.3611,-0.48498 -3.0248,-0.48498 -2.2151,0 -3.255,0.60223 -3.8852,2.25 -0.4733,1.2375 -1.8895,3.15 -3.1471,4.25 -1.2577,1.1 -1.9786,1.47122 -1.6021,0.82494 0.7708,-1.32308 -1.2072,-6.32494 -2.5013,-6.32494 -0.4617,0 -0.8557,0.3375 -0.8755,0.75 -0.02,0.4125 -1.1996,2.1 -2.6219,3.75 l -2.586,3 2.0939,-3.57269 2.094,-3.5727 -2.9909,0.43897 c -2.7396,0.40209 -4.0276,1.53879 -7.7592,6.84809 -0.7184,1.02208 -0.3961,0.17083 0.7162,-1.89167 1.1124,-2.0625 1.6169,-3.75 1.1213,-3.75 -2.2517,0 -6.6915,2.3024 -8.2946,4.30135 -1.2644,1.57675 -1.5877,1.70365 -1.143,0.44865 1.5529,-4.38208 -6.0606,0.40742 -9.5957,6.03647 -3.3678,5.36279 -4.0901,5.17864 -0.8993,-0.22931 2.5331,-4.29331 1.4989,-4.49761 -3.6988,-0.73069 -2.4069,1.74434 -4.8263,4.80607 -6.3196,7.99709 -1.3307,2.84384 -2.5996,4.99054 -2.8197,4.77044 -0.2201,-0.22011 0.5626,-2.2874 1.7393,-4.594 1.1767,-2.3066 1.9851,-4.34825 1.7963,-4.53701 -0.1887,-0.18876 -3.5951,2.34044 -7.5697,5.62045 -9.8064,8.0926 -9.6078,10.89097 0.4793,6.75492 z"
+ id="path5094" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 868.96013,499.15467 c 0.5887,-1.1 1.2954,-2 1.5704,-2 0.275,0 0.018,0.9 -0.5704,2 -0.5887,1.1 -1.2954,2 -1.5704,2 -0.275,0 -0.018,-0.9 0.5704,-2 z"
+ id="path5092" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 883.96013,498.21369 c 0,-0.51754 0.4448,-1.21592 0.9885,-1.55194 0.5669,-0.35034 0.7346,0.0511 0.3931,0.94098 -0.6648,1.73242 -1.3816,2.04939 -1.3816,0.61096 z"
+ id="path5090" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 149.45751,500.92749 c 4.2692,-8.40005 8.99932,-17.52282 10.51138,-20.27282 1.51206,-2.75 5.96401,-11.23591 9.89323,-18.85758 3.92921,-7.62167 9.4383,-18.11346 12.24241,-23.31508 4.34893,-8.06725 5.29887,-10.78616 5.79178,-16.57734 0.0351,-0.4125 0.73508,-0.75 1.55549,-0.75 0.89744,0 3.68923,-4.38187 7.00835,-11 l 5.51671,-11 -2.83116,0 c -2.54848,0 -3.30834,0.90504 -7.61049,9.06453 -2.62863,4.9855 -4.9419,8.90197 -5.14059,8.70327 -0.1987,-0.1987 1.68912,-4.31087 4.19516,-9.13817 2.50603,-4.8273 4.37427,-8.95907 4.15163,-9.18171 -0.22264,-0.22264 -1.47862,-0.527 -2.79107,-0.67636 -1.31244,-0.14936 -3.25026,-1.11218 -4.30626,-2.13959 -1.58317,-1.54033 -2.09127,-1.62804 -2.8963,-0.5 -0.75821,1.06244 -0.85473,0.98803 -0.4321,-0.3331 0.29931,-0.93563 -0.23386,-2.66199 -1.18481,-3.83637 -1.70037,-2.09986 -1.84265,-1.91433 -8.5897,11.20113 -3.77338,7.33501 -14.16472,27.51137 -23.09188,44.83637 -27.96411,54.2702 -30.80119,60.18606 -29.31729,61.13218 0.73048,0.46574 1.87624,0.64619 2.54612,0.40099 0.66989,-0.2452 1.48395,-0.0155 1.80902,0.5105 0.97732,1.58134 3.46969,1.11126 2.83787,-0.53524 -0.3301,-0.86023 0.12448,-1.75898 1.07398,-2.12334 0.9055,-0.34747 2.55858,-2.41987 3.67352,-4.60533 1.11494,-2.18546 2.21904,-3.78169 2.45357,-3.54717 0.23452,0.23453 -0.96408,2.99366 -2.66357,6.13142 -2.49521,4.60693 -2.85586,5.98709 -1.87372,7.1705 0.66894,0.80602 1.78634,1.46549 2.48313,1.46549 0.69678,0 11.48361,-19.6875 23.97074,-43.75 12.48712,-24.0625 23.18062,-44.2 23.76332,-44.75 0.5827,-0.55 -1.87399,4.625 -5.45931,11.5 -24.07023,46.15566 -39.78652,76.75261 -39.78652,77.45761 0,1.08282 3.3002,3.47489 4.10656,2.97653 0.34574,-0.21367 4.1216,-7.26127 8.3908,-15.66132 z"
+ id="path5088" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 126.96015,504.67884 c 0,-0.26171 0.89832,-1.94921 1.99626,-3.75 2.34896,-3.85264 2.67713,-2.97705 0.47806,1.27549 -1.37188,2.65292 -2.47432,3.75545 -2.47432,2.47451 z"
+ id="path5086" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 133.46015,492.15467 c 1.39353,-2.75 2.75869,-5 3.03369,-5 0.275,0 -0.64016,2.25 -2.03369,5 -1.39353,2.75 -2.75869,5 -3.03369,5 -0.275,0 0.64016,-2.25 2.03369,-5 z"
+ id="path5084" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 137.96015,494.21369 c 0,-0.51754 0.44485,-1.21592 0.98855,-1.55194 0.56686,-0.35034 0.7345,0.0511 0.39301,0.94098 -0.66479,1.73242 -1.38156,2.04939 -1.38156,0.61096 z"
+ id="path5082" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 145.03407,481.10583 c 2.83895,-5.52686 5.33726,-9.87331 5.5518,-9.65877 0.45568,0.45567 -9.55399,19.70761 -10.24658,19.70761 -0.25683,0 1.85582,-4.52198 4.69478,-10.04884 z"
+ id="path5080" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 136.96015,485.51247 c 0,-0.53655 0.69982,-1.84905 1.55517,-2.91667 1.46637,-1.83031 1.48719,-1.7984 0.36454,0.55887 -1.45781,3.06103 -1.91971,3.62834 -1.91971,2.3578 z"
+ id="path5078" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 140.13583,479.40467 c 2.04736,-4.48524 8.96291,-17.25 9.34552,-17.25 0.27438,0 -1.53516,4.05 -4.0212,9 -2.48604,4.95 -4.77806,9 -5.09337,9 -0.31531,0 -0.41924,-0.3375 -0.23095,-0.75 z"
+ id="path5076" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 152.96015,466.15467 c 1.12236,-2.2 2.26565,-4 2.54065,-4 0.275,0 -0.41829,1.8 -1.54065,4 -1.12236,2.2 -2.26565,4 -2.54065,4 -0.275,0 0.41829,-1.8 1.54065,-4 z"
+ id="path5074" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 149.96015,460.51247 c 0,-0.53655 0.69982,-1.84905 1.55517,-2.91667 1.46637,-1.83031 1.48719,-1.7984 0.36454,0.55887 -1.45781,3.06103 -1.91971,3.62834 -1.91971,2.3578 z"
+ id="path5072" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 155.96015,460.21369 c 0,-0.51754 0.44485,-1.21592 0.98855,-1.55194 0.56686,-0.35034 0.7345,0.0511 0.39301,0.94098 -0.66479,1.73242 -1.38156,2.04939 -1.38156,0.61096 z"
+ id="path5070" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 153.14304,454.65467 c 0.77365,-2.30841 8.88113,-17.5 9.33943,-17.5 0.56319,0 -6.82433,14.67882 -8.55572,17 -0.61537,0.825 -0.96805,1.05 -0.78371,0.5 z"
+ id="path5068" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 159.07325,454.65467 c 1.26751,-3.27603 10.2053,-19.51494 10.55075,-19.16948 0.40991,0.40991 -9.11566,18.50564 -10.32052,19.60591 -0.33943,0.30996 -0.44303,0.11357 -0.23023,-0.43643 z"
+ id="path5066" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 164.52444,432.86154 c 0.37553,-0.98622 0.93469,-1.54122 1.24258,-1.23333 0.30789,0.30789 6.4e-4,1.11479 -0.68278,1.79313 -0.98762,0.98026 -1.10248,0.8654 -0.5598,-0.5598 z"
+ id="path5064" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 173.96015,426.15467 c 2.21228,-4.4 4.24732,-8 4.52232,-8 0.275,0 -1.31004,3.6 -3.52232,8 -2.21228,4.4 -4.24732,8 -4.52232,8 -0.275,0 1.31004,-3.6 3.52232,-8 z"
+ id="path5062" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 170.46015,421.15467 c 2.48604,-4.95 4.74507,-9 5.02007,-9 0.275,0 -1.53403,4.05 -4.02007,9 -2.48604,4.95 -4.74507,9 -5.02007,9 -0.275,0 1.53403,-4.05 4.02007,-9 z"
+ id="path5060" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 183.96015,420.21369 c 0,-0.51754 0.44485,-1.21592 0.98855,-1.55194 0.56686,-0.35034 0.7345,0.0511 0.39301,0.94098 -0.66479,1.73242 -1.38156,2.04939 -1.38156,0.61096 z"
+ id="path5058" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 183.46015,408.15467 c 2.48604,-4.95 4.74507,-9 5.02007,-9 0.275,0 -1.53403,4.05 -4.02007,9 -2.48604,4.95 -4.74507,9 -5.02007,9 -0.275,0 1.53403,-4.05 4.02007,-9 z"
+ id="path5056" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 176.52444,409.86154 c 0.37553,-0.98622 0.93469,-1.54122 1.24258,-1.23333 0.30789,0.30789 6.4e-4,1.11479 -0.68278,1.79313 -0.98762,0.98026 -1.10248,0.8654 -0.5598,-0.5598 z"
+ id="path5054" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 179.96015,403.15467 c 1.12236,-2.2 2.26565,-4 2.54065,-4 0.275,0 -0.41829,1.8 -1.54065,4 -1.12236,2.2 -2.26565,4 -2.54065,4 -0.275,0 0.41829,-1.8 1.54065,-4 z"
+ id="path5052" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 411.55719,497.97044 12.33238,-13.68423 -4.21471,-2.33365 c -2.31809,-1.2835 -6.82714,-3.6756 -10.02011,-5.31576 l -5.8054,-2.98213 -2.78277,3.08465 c -2.59218,2.8734 -2.8274,3.86646 -3.43458,14.5 -0.3585,6.27844 -1.3153,14.11535 -2.12621,17.41535 -2.09709,8.53404 -1.91685,9.5011 1.11829,6 1.4304,-1.65 8.1503,-9.1579 14.93311,-16.68423 z"
+ id="path5050" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 675.87776,512.15467 c 0.0481,-0.851 -6.89401,-7.99863 -8.01908,-8.25646 -0.5845,-0.13395 -1.62126,1.33146 -2.30391,3.25646 -1.16961,3.29815 -1.06973,3.68467 1.73181,6.70207 l 2.97299,3.20207 2.79496,-2.20207 c 1.53723,-1.21114 2.80768,-2.42707 2.82323,-2.70207 z"
+ id="path5048" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 110.97111,512.90467 c 2.14385,-3.51617 2.55776,-7.81883 1.02726,-10.67859 -1.41371,-2.64153 -6.45327,-4.40373 -10.44974,-3.65399 l -3.444845,0.64626 0.99535,-3.60486 c 1.736765,-6.29005 -3.24292,-10.8906 -9.29676,-8.58893 -2.5536,0.97087 -2.57511,0.93853 -2.12479,-3.19454 0.63316,-5.81113 -2.09663,-8.67535 -8.2682,-8.67535 l -4.47287,0 0.62201,-3.88981 c 0.51083,-3.19455 0.22347,-4.28835 -1.60772,-6.11954 -1.83732,-1.83732 -2.96045,-2.12957 -6.38181,-1.66062 l -4.15207,0.5691 0.38303,-4.01651 c 0.30251,-3.17209 -0.11342,-4.54801 -1.97838,-6.54458 -1.95938,-2.09765 -3.04451,-2.45224 -6.37357,-2.0827 l -4.01216,0.44537 0.37358,-3.9173 c 0.28249,-2.9622 -0.14346,-4.46766 -1.747,-6.17454 -1.95298,-2.07886 -1.93657,-3.60887 0.0387,-3.60887 1.27993,0 3.85901,5.64758 3.85901,8.45034 0,2.23136 0.42312,2.54966 3.38922,2.54966 4.59389,0 7.72615,2.77283 8.49828,7.52311 0.55631,3.42246 1.0379,3.9819 3.93849,4.57514 4.37866,0.89553 8.17401,4.57191 8.17401,7.91778 0,2.23951 0.63304,2.85706 3.94635,3.84975 4.09752,1.22765 8.05365,5.18772 8.05365,8.06167 0,1.11736 1.45272,2.04628 4.45654,2.84968 5.06782,1.35544 6.800015,3.71621 6.724815,9.16506 -0.0489,3.5427 0.0393,3.63045 3.27035,3.25324 6.85113,-0.79983 11.20358,4.66669 10.10083,12.68628 -0.76843,5.58833 0.0638,4.69974 5.01449,-5.35379 3.25627,-6.61269 3.34304,-7.05662 1.68311,-8.6121 -0.96258,-0.90201 -8.50014,-7.70038 -16.75014,-15.10748 -17.989355,-16.15141 -48.499995,-45.69578 -48.499995,-46.964 0,-0.49799 -1.56893,-2.28298 -3.48651,-3.96664 -1.91758,-1.68366 -7.83848,-8.21902 -13.15755,-14.52303 l -9.67104,-11.46183 -4.26916,4.18985 -4.26915,4.18986 3.4267,3.2318 c 2.68538,2.53264 3.42671,4.02096 3.42671,6.87961 0,3.35813 0.21838,3.63295 2.75,3.46067 1.5125,-0.10293 3.76744,0.14682 5.01097,0.55498 2.45797,0.80679 5.23903,5.31376 5.23903,8.49036 0,1.5769 0.77741,2.05364 3.75,2.29966 5.57794,0.46166 4.53646,2.29075 -1.38851,2.43856 l -5.1385,0.12819 0.48872,-3.64365 c 0.71952,-5.36442 -1.90001,-8.16164 -7.74661,-8.27208 -4.51479,-0.0853 -4.53321,-0.10009 -4.15486,-3.34091 0.29612,-2.5365 -0.29077,-3.99981 -2.6581,-6.62749 -3.52221,-3.90956 -4.52735,-3.6321 -9.74779,2.69081 l -3.26051,3.94907 12.42808,12.80321 c 6.83544,7.04176 12.42808,13.22654 12.42808,13.74393 0,0.5174 0.36529,0.94073 0.81176,0.94073 0.8143,0 43.27473,42.51883 53.11578,53.18883 4.76402,5.1653 5.46514,5.58938 7.6187,4.60815 1.86413,-0.84936 2.915735,-0.7243 4.912795,0.58422 1.39753,0.9157 2.54096,2.23953 2.54096,2.94185 0,1.42969 1.96474,3.67695 3.2147,3.67695 0.44808,0 1.7064,-1.4625 2.79626,-3.25 z"
+ id="path5046" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 441.71015,510.55866 13.25,-0.66065 0,-3.51602 0,-3.51601 -22.49346,0.51648 c -15.76865,0.36206 -22.94058,0.88754 -23.98899,1.75765 -2.01416,1.6716 -1.20111,2.66374 2.79767,3.41392 1.83552,0.34434 4.20299,1.30365 5.26105,2.1318 1.36134,1.06553 3.38544,1.36361 6.92373,1.0196 2.75,-0.26736 10.9625,-0.78341 18.25,-1.14677 z"
+ id="path5044" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 546.84496,500.67297 c 5.24936,-2.62099 19.46958,-6.21052 33.64546,-8.49295 l 7.03027,-1.13193 -2.73226,-10.69671 c -1.50274,-5.88319 -2.76075,-11.82171 -2.79558,-13.19671 -0.13365,-5.27644 -1.34401,-5.1012 -9.5879,1.38815 -13.79013,10.85521 -33.17773,31.41986 -37.46861,39.74339 -0.9502,1.84321 -0.3622,1.55978 2.65142,-1.27808 2.12982,-2.0056 6.29556,-4.85642 9.2572,-6.33516 z"
+ id="path5042" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 841.71013,504.59082 c 2.3375,-2.97867 4.2569,-6.43285 4.2653,-7.67596 0.011,-1.63054 0.2523,-1.88623 0.8661,-0.9178 0.6484,1.02305 1.3585,0.62949 2.9847,-1.65437 1.8025,-2.53132 2.1339,-4.40945 2.1339,-12.09239 0,-5.0026 -0.2654,-9.09563 -0.5897,-9.09563 -1.6244,0 -4.356,4.91381 -4.4473,8 -0.082,2.78159 -0.2649,3.08948 -0.8894,1.5 -0.7229,-1.83976 -0.948,-1.73421 -2.8098,1.31743 -1.1132,1.82459 -2.313,5.49575 -2.6662,8.15814 -0.3532,2.66239 -1.5321,7.4275 -2.6199,10.58912 -3.2345,9.40131 -2.4443,9.79331 3.7723,1.87146 z"
+ id="path5040" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 845.12153,489.56089 c -0.052,-2.56954 0.1273,-4.45081 0.3976,-4.18059 0.6875,0.68757 0.8812,7.66746 0.2308,8.3179 -0.294,0.29402 -0.5768,-1.56776 -0.6284,-4.13731 z"
+ id="path5038" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -36.776205,503.94913 3.87992,-4.57764 -2.46823,-4.85841 c -2.87359,-5.65629 -9.05309,-12.35841 -11.39473,-12.35841 -2.66985,0 -5.2806,3.10997 -5.2806,6.29033 0,3.365 8.96055,20.88949 10.43058,20.39948 0.52422,-0.17474 2.6991,-2.37765 4.83306,-4.89535 z"
+ id="path5036" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 250.67902,506.40467 c 1.75322,-0.9625 4.6712,-3.7292 6.4844,-6.14823 9.31534,-12.42777 20.74648,-28.72037 20.76907,-29.60177 0.0141,-0.55 -2.17545,-2.23622 -4.86566,-3.74715 l -4.8913,-2.74715 -0.65503,2.60987 c -0.76986,3.06736 -8.98689,13.58966 -17.83368,22.83688 -8.84592,9.2463 -9.40489,9.17217 -26.78053,-3.55169 -3.60463,-2.6396 -7.15653,-5.92536 -7.89312,-7.30169 -1.2683,-2.36985 -1.48797,-2.42551 -4.14648,-1.05074 -1.54397,0.79842 -3.50457,1.45167 -4.35688,1.45167 -7.91048,0 19.05973,22.22138 33.45034,27.56052 4.82199,1.78903 7.00994,1.72565 10.71887,-0.31052 z"
+ id="path5034" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 843.88143,506.73748 c 0.8683,-0.77946 5.4037,-3.91269 10.0787,-6.96273 4.675,-3.05005 9.0435,-6.01232 9.7078,-6.58281 0.6643,-0.5705 1.8176,-1.03727 2.5629,-1.03727 3.8319,0 10.4416,-11.23406 16.18,-27.5 l 3.5279,-10 -6.7393,7.47086 c -7.1631,7.94067 -19.1144,20.31561 -15.3742,15.91923 1.961,-2.30514 2.1861,-3.55089 1.9276,-10.66798 l -0.2927,-8.05808 -2.6873,2.31609 c -2.2497,1.93893 -2.7671,3.34827 -3.1776,8.65477 -0.5834,7.54047 0.1315,12.12553 1.7367,11.13983 0.6205,-0.38105 -0.5802,1.31375 -2.6683,3.76623 -4.684,5.50141 -16.1091,20.00953 -17.0958,21.70905 -0.9764,1.68173 0.3616,1.58503 2.3136,-0.16719 z"
+ id="path5032" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -240.86858,504.49968 c 2.67257,-2.41864 2.35565,-6.95366 -0.6223,-8.90489 -5.80258,-3.80199 -12.83942,4.12656 -7.97753,8.98845 2.04808,2.04809 6.28993,2.00687 8.59983,-0.0836 z"
+ id="path5030" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 685.41305,504.99415 c 1.4009,-0.63828 2.5471,-1.43562 2.5471,-1.77186 0,-0.61591 -10.2655,-16.66647 -11.35843,-17.75938 -0.32292,-0.32293 -2.16036,0.61282 -4.0832,2.07944 l -3.49606,2.66658 6.64362,7.97287 c 3.65397,4.38508 6.76877,7.97287 6.92177,7.97287 0.153,0 1.4244,-0.52223 2.8252,-1.16052 z"
+ id="path5028" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 831.47313,503.58626 c 3.3108,-0.62112 3.4019,-0.77897 5.4272,-9.40544 2.2433,-9.55512 2.5434,-18.58771 1.0807,-32.52615 -0.713,-6.79458 -0.6122,-10.5928 0.4112,-15.5 0.7457,-3.575 1.2472,-6.6188 1.1145,-6.764 -0.1327,-0.14521 -1.435,0.67495 -2.8939,1.82258 l -2.6527,2.08658 0,-8.11479 c 0,-9.17749 -1.2667,-11.94392 -4.25,-9.28192 -1.6384,1.4619 -1.7487,1.28049 -1.7302,-2.84346 0.023,-5.067 1.6018,-16.7554 2.6231,-19.41681 0.6045,-1.57529 0.1494,-1.49944 -3.5803,0.59677 -4.8098,2.70326 -7.8141,6.38635 -8.6308,10.58089 -0.3658,1.87901 0.9588,7.38383 3.9305,16.33416 5.1548,15.5256 7.6377,28.76251 7.6377,40.71837 0,9.27974 -2.1913,21.5785 -4.9755,27.92496 -1.8047,4.1138 -1.8024,4.15027 0.3289,5.1171 1.1806,0.53557 2.2919,0.59782 2.4694,0.13833 0.1775,-0.45949 1.8381,-1.11972 3.6902,-1.46717 z"
+ id="path5026" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 287.25016,498.36787 4.71482,-4.78681 -3.17556,-4.5625 c -3.2091,-4.61068 -8.51045,-8.9536 -11.25388,-9.21928 -0.82127,-0.0795 -3.52268,2.55282 -6.00313,5.84967 l -4.5099,5.99428 3.21882,1.6628 c 1.77035,0.91454 5.01882,3.49704 7.21882,5.73889 2.2,2.24185 4.24192,4.08367 4.53759,4.09292 0.29568,0.009 2.65926,-2.13723 5.25242,-4.76997 z"
+ id="path5024" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 693.96013,499.9155 c 0,-1.70524 -8.28298,-18.76083 -9.11108,-18.76083 -0.4516,0 -2.3541,0.73105 -4.2278,1.62456 l -3.4067,1.62457 5.9846,9.30305 c 5.6759,8.82318 6.10778,9.24693 8.37278,8.21493 1.3135,-0.59848 2.3882,-1.5013 2.3882,-2.00628 z"
+ id="path5022" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 461.51222,496.82617 c 6.68888,-2.3822 15.20241,-8.41973 19.45003,-13.79337 4.24953,-5.37606 4.63691,-6.36516 2.91077,-7.43198 -0.77704,-0.48024 -0.76516,-0.99386 0.0416,-1.80066 0.83836,-0.83836 1.33558,-0.79414 1.93262,0.17188 0.54407,0.88032 1.86507,-0.89984 4.08759,-5.50835 5.83555,-12.10032 7.30979,-21.32213 4.92359,-30.79857 -0.90094,-3.57796 -2.17655,-5.21966 -7.00056,-9.00962 -3.24438,-2.54893 -6.36196,-5.4997 -6.92796,-6.55727 -2.431,-4.54237 -13.21165,-7.37652 -21.96979,-5.77569 -7.32841,1.3395 -14.32424,5.26646 -19.23725,10.79843 -5.25189,5.91353 -6.76275,9.67832 -6.76275,16.85154 0,4.96307 0.47394,6.53634 3.0334,10.06957 4.76434,6.57698 9.83513,7.77699 14.88987,3.5237 3.86802,-3.25472 3.85396,-3.88273 -0.0901,-4.02592 -4.22469,-0.15337 -6.12108,-2.82955 -5.48952,-7.74677 1.30359,-10.14951 15.92578,-15.93393 24.07489,-9.52384 8.16184,6.4201 7.09588,19.46625 -2.36341,28.92554 -5.26839,5.26839 -10.21308,6.96565 -20.24794,6.95011 -7.78309,-0.0121 -14.20819,-2.79846 -21.37227,-9.2686 l -5.0651,-4.57448 -4.57596,6.30967 -4.57596,6.30966 4.90119,0.47094 c 5.282,0.50753 8.58691,2.71911 9.07505,6.07284 0.25518,1.75313 1.1136,2.15344 5.17953,2.41539 2.68052,0.17268 5.48718,-0.19519 6.23702,-0.8175 0.74984,-0.62232 2.49419,-0.84766 3.87633,-0.50077 2.6776,0.67204 3.29768,3.25789 1.55989,6.50498 -0.75449,1.40979 -0.33775,2.23582 2,3.9642 3.17764,2.34933 3.62135,4.08053 1.79528,7.00454 -0.6368,1.01968 -0.88882,2.55497 -0.56004,3.41175 0.53061,1.38275 1.25062,1.40407 6.40782,0.18978 3.19552,-0.75241 7.63347,-2.01742 9.86211,-2.81113 z"
+ id="path5020" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 460.58991,424.29805 c -1.42751,-1.57738 -1.46988,-2.03118 -0.28174,-3.01725 2.59214,-2.15129 7.54215,1.09636 5.47233,3.59033 -1.48746,1.79228 -3.22343,1.60062 -5.19059,-0.57308 z"
+ id="path5018" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 437.46015,498.67013 c 1.65,-0.66311 3.6434,-1.98145 4.42978,-2.92964 1.27421,-1.53641 1.11621,-1.97402 -1.45213,-4.02194 -2.81844,-2.24735 -2.84442,-2.35517 -1.17978,-4.89574 0.93617,-1.42877 1.70213,-3.07773 1.70213,-3.66434 0,-1.91531 -3.03211,-2.28471 -4.89739,-0.59666 -1.48958,1.34805 -2.35132,1.44716 -4.71276,0.54199 -3.144,-1.20512 -3.59378,-0.82541 -14.65337,12.37055 l -4.03939,4.81967 10.90146,-0.20912 c 5.9958,-0.11501 12.25145,-0.75166 13.90145,-1.41477 z"
+ id="path5016" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 699.39503,498.17942 c 1.4108,-0.53639 2.5651,-1.56255 2.5651,-2.28036 0,-1.18568 -6.6673,-17.74502 -7.4665,-18.54418 -0.3664,-0.36645 -8.53348,1.93126 -8.53348,2.40082 0,1.17848 9.47368,19.39897 10.08648,19.39897 0.4308,0 1.9376,-0.43886 3.3484,-0.97525 z"
+ id="path5014" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 910.98743,491.61047 c 2.579,-4.17295 2.4968,-4.64985 -0.7367,-4.27222 -1.8392,0.2148 -3.595,1.60109 -5.4668,4.31642 -1.5165,2.2 -2.7723,4.29538 -2.7906,4.6564 -0.018,0.36102 1.5541,0.16924 3.4941,-0.42617 2.1837,-0.67019 4.2788,-2.29842 5.5,-4.27443 z"
+ id="path5012" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 708.76103,495.51107 c 1.946,-0.52122 2.2173,-1.09762 1.7588,-3.73635 l -0.5422,-3.12005 1.2413,3.09875 c 0.6826,1.70431 1.6912,2.98117 2.2412,2.83747 0.55,-0.1437 2.1787,-0.51945 3.6193,-0.835 l 2.6193,-0.57372 -1.4152,-6.12596 c -0.7784,-3.36928 -1.2482,-6.62725 -1.0439,-7.23994 0.2042,-0.61268 0.9422,1.80031 1.6399,5.36221 0.6977,3.56191 1.65,6.94059 2.1161,7.50819 0.4662,0.5676 2.6649,0.8587 4.886,0.64688 3.6588,-0.34893 3.9398,-0.56947 2.9891,-2.34593 -0.7702,-1.43908 -0.6983,-2.40941 0.27,-3.64687 1.1518,-1.47189 1.12,-1.53072 -0.2505,-0.46312 -1.3509,1.05236 -2.0447,0.24137 -4.9738,-5.8133 -4.0037,-8.27606 -5.3254,-9.67814 -7.4563,-7.90966 -0.825,0.68469 -1.5,0.8404 -1.5,0.34602 0,-1.06978 -7.7992,-0.47995 -8.4928,0.64229 -0.2641,0.42737 0.4137,3.37528 1.5063,6.55091 1.0926,3.17564 1.953,6.26593 1.9121,6.86733 -0.041,0.6014 -1.1595,-2.01261 -2.4857,-5.8089 -1.3262,-3.7963 -2.5973,-7.08837 -2.8246,-7.31573 -0.6284,-0.62832 -8.614,1.69267 -8.6244,2.50662 0,0.3913 1.6825,4.87369 3.75,9.96087 3.8177,9.39349 4.3248,9.87529 9.06,8.60699 z"
+ id="path5010" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 716.03903,476.738 c -0.043,-1.05416 0.193,-1.64479 0.5253,-1.3125 0.3323,0.33229 0.3678,1.1948 0.079,1.91667 -0.3192,0.79773 -0.5562,0.56078 -0.6042,-0.60417 z"
+ id="path5008" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -20.457945,477.44304 c 3.52937,-7.2664 7.3083,-15.47279 8.39763,-18.23643 1.08932,-2.76364 3.6104498,-8.45941 5.6024998,-12.65726 4.73221,-9.97217 6.32366998,-24.17727 4.58163,-40.89468 -2.13987,-20.53505 -7.34579,-34.04422 -17.3097398,-44.91812 -6.57876,-7.17955 -11.81125,-10.61035 -19.78542,-12.97276 -7.55733,-2.23891 -7.67755,-2.19841 -7.23547,2.43721 0.34901,3.65975 0.80253,4.24217 4.7471,6.09634 5.95505,2.7992 10.98619,8.65788 12.86343,14.97924 3.0807,10.37383 1.94436,20.34816 -6.0812,53.37809 -0.80183,3.3 -1.72175,12.61342 -2.04427,20.69649 l -0.58641,14.69648 -7.27475,-7.27475 c -7.99675,-7.99675 -16.8528,-13.21516 -27.18658,-16.01962 -12.17029,-3.30288 -23.57141,-9.64021 -30.394085,-16.89462 -6.9989,-7.44178 -9.69316,-18.48655 -7.55963,-30.98976 l 0.81664,-4.78577 -2.81664,0.68975 c -3.76184,0.92121 -4.06981,1.5687 -4.88528,10.27098 -1.47541,15.74487 1.07181,33.40698 6.56068,45.49097 3.26074,7.17866 10.278655,17.66069 16.057525,23.9837 12.20761,13.35707 38.95044,29.26592 38.95044,23.17095 0,-2.16848 5.93276,-8.5348 7.95355,-8.5348 2.9615,0 9.62431,5.56914 13.12353,10.96936 l 3.33117,5.14087 1.87831,-2.30512 c 1.03307,-1.26781 4.76598,-8.25034 8.29534,-15.51674 z"
+ id="path5006" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 125.79963,491.60762 c 1.80397,-3.95927 1.39291,-4.2522 -3.40636,-2.42752 -2.6139,0.9938 -2.64196,1.08632 -0.91011,3 2.3269,2.57119 2.91996,2.49254 4.31647,-0.57248 z"
+ id="path5004" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 250.50853,485.90467 c 14.17928,-14.43516 16.92596,-19.80625 12.20162,-23.86008 -5.96577,-5.11907 -13.17388,-7.49743 -16.3719,-5.402 -2.96544,1.94302 -15.3781,17.9005 -15.3781,19.76978 0,1.74299 6.88134,6.7423 9.2805,6.7423 1.83191,0 9.7195,-9.35748 9.7195,-11.53078 0,-3.09285 -2.47326,-2.64744 -5.53238,0.99631 -4.14656,4.93903 -5.32821,3.02255 -1.44316,-2.3406 3.34979,-4.62425 4.44493,-4.917 7.83343,-2.09401 2.70016,2.24954 2.61685,2.62486 -2.28292,10.28443 -5.17294,8.0866 -8.79453,8.57801 -16.35207,2.21876 -1.88071,-1.58252 -3.2229,-3.65354 -3.2229,-4.973 0,-1.2991 3.23657,-6.39199 7.60732,-11.97045 4.18402,-5.34015 7.44652,-9.82781 7.25,-9.97258 -0.64578,-0.47573 -9.4088,-3.61808 -10.08967,-3.61808 -0.36602,0 -2.02505,2.8125 -3.68675,6.25 -1.66169,3.4375 -5.28468,8.87393 -8.05108,12.08097 -5.49861,6.37442 -5.76644,7.17235 -3.49562,10.41439 3.22815,4.60884 18.70196,15.09829 22.43811,15.21044 0.80977,0.0243 5.119,-3.6683 9.57607,-8.2058 z"
+ id="path5002" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 920.46693,487.86608 c -4.7322,-0.79543 -5.1108,-0.69224 -7.245,1.97465 -1.2385,1.54767 -2.2541,3.08928 -2.2568,3.42581 0,0.33653 3.2575,-0.55206 7.245,-1.97465 l 7.25,-2.58653 -4.9932,-0.83928 z"
+ id="path5000" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -125.7257,482.40467 c 6.46412,-9.14071 14.60177,-17.23401 20.18585,-20.07584 l 4,-2.03566 8.484815,8.18075 c 5.67269,5.46941 4.64142,4.2036 -3.11157,-3.81925 -6.378005,-6.6 -12.103595,-12.97343 -12.723525,-14.16317 -1.30058,-2.49602 -2.03411,-2.46638 -8.14972,0.32931 -5.39027,2.46411 -12.57273,8.6668 -16.35393,14.12308 l -2.74934,3.96731 1.99896,5.93383 c 1.09943,3.26361 2.13517,8.04303 2.30164,10.62093 0.16647,2.57791 0.37771,4.68746 0.46943,4.68791 0.0917,4.4e-4 2.63304,-3.4867 5.64739,-7.7492 z"
+ id="path4998" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 858.40333,474.56951 0.1608,-9.40965 -2.802,2.6845 c -2.7077,2.59412 -2.8016,3.02324 -2.7909,12.7474 l 0.011,10.06291 2.63,-3.33776 c 2.3815,-3.02226 2.6453,-4.22718 2.791,-12.7474 z"
+ id="path4996" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 561.11948,475.49031 c 2.01263,-2.1096 5.79411,-6.98564 8.40329,-10.83564 2.60917,-3.85 6.48253,-9.475 8.60746,-12.5 2.75404,-3.92058 4.20515,-7.34111 5.05322,-11.9113 0.97692,-5.26459 1.84896,-7.05316 4.87564,-10 2.02726,-1.97378 4.71674,-6.0637 5.97661,-9.0887 1.25987,-3.025 3.495,-7.3 4.96694,-9.5 1.47194,-2.2 3.43847,-5.48643 4.37006,-7.30318 0.9316,-1.81675 2.58355,-4.19292 3.671,-5.28037 1.72923,-1.72923 1.84313,-2.47501 0.90827,-5.94682 -0.5879,-2.1833 -1.39796,-3.96963 -1.80015,-3.96963 -0.40218,0 -2.70636,3.7125 -5.1204,8.25 -2.41404,4.5375 -6.94324,12.3 -10.06489,17.25 -3.12165,4.95 -7.13699,11.76403 -8.92297,15.14229 -1.78599,3.37826 -5.35628,8.55326 -7.93398,11.5 -6.10916,6.98378 -9.447,11.54564 -11.60284,15.85771 -0.96242,1.925 -3.24278,4.85 -5.06748,6.5 -2.34773,2.12296 -4.51062,6.02738 -7.39837,13.35546 -2.24441,5.6955 -4.08074,10.80252 -4.08074,11.34894 0,1.11564 9.56093,-7.00064 15.15933,-12.86876 z"
+ id="path4994" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 612.10187,485.17635 c 18.65582,-3.35058 21.85828,-4.30244 21.85828,-6.49693 0,-1.75531 2.64652,-2.0852 3.20828,-0.39991 0.64814,1.94441 12.05409,-4.39717 14.54172,-8.08503 2.63315,-3.90359 2.84299,-6.74818 0.72126,-9.77738 -2.01795,-2.88103 -6.53993,-3.61967 -14.40089,-2.35231 -4.64151,0.74832 -6.8032,0.72657 -7.77289,-0.0782 -1.03476,-0.85877 -1.2149,-0.78029 -0.78435,0.34171 0.92401,2.40792 -23.65978,8.27146 -34.8081,8.30215 l -8.79497,0.0242 0.62625,2.49795 c 0.79334,3.16441 0.20947,2.81859 6.52861,3.86674 l 5.43508,0.9015 -5.25,0.11691 c -4.29516,0.0956 -5.24721,0.43518 -5.23469,1.8669 0.0253,2.89587 1.32061,4.06539 4.99343,4.50861 l 3.49126,0.42132 -3.85699,0.16003 c -3.08338,0.12794 -3.73439,0.47953 -3.24573,1.75294 0.33619,0.8761 0.86594,2.60765 1.17722,3.8479 0.41063,1.6361 1.16423,2.16096 2.74573,1.91236 1.19888,-0.18845 9.66854,-1.68762 18.82149,-3.33148 z"
+ id="path4992" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 119.62474,481.07266 c 2.72135,-14.99722 2.72441,-14.71501 -0.15322,-14.16491 -1.41459,0.27041 -3.02418,1.33659 -3.57686,2.36929 -0.55268,1.0327 -1.6906,1.87763 -2.52871,1.87763 -0.83811,0 -1.24572,-0.45 -0.9058,-1 0.33992,-0.55 0.17581,-1 -0.36469,-1 -1.40811,0 -11.54518,2.28642 -12.102695,2.72977 -0.76182,0.60581 16.376115,16.19295 17.467385,15.88678 0.55,-0.15431 1.52407,-3.16866 2.16459,-6.69856 z"
+ id="path4990" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 125.43335,486.73031 c 2.25707,-0.94306 4.10882,-2.79617 5.48012,-5.48413 l 2.07114,-4.05978 -2.51646,1.14658 c -3.40415,1.55104 -3.86756,0.75384 -2.40312,-4.13404 1.17547,-3.92335 1.10394,-4.28999 -1.30721,-6.70115 l -2.55072,-2.55072 -1.6035,7.3538 c -3.6592,16.78141 -3.59408,17.11349 2.82975,14.42944 z"
+ id="path4988" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -200.11243,484.51981 c 4.9959,-6.35125 -0.32714,-12.96542 -5.92742,-7.36514 -2.60282,2.60282 -2.53603,5.42271 0.18856,7.96104 2.81052,2.6184 3.24607,2.57317 5.73886,-0.5959 z"
+ id="path4986" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 679.99255,473.97821 c -0.9473,-2.11572 -1.9952,-4.11971 -2.3289,-4.45332 -0.3336,-0.33361 -3.59601,-0.0123 -7.24984,0.71391 l -6.64332,1.32049 0.69308,6.47195 c 0.3812,3.55958 0.90361,7.02055 1.16091,7.69106 0.31286,0.81531 3.05505,-0.29067 8.27904,-3.33911 l 7.81123,-4.55822 -1.7222,-3.84676 z"
+ id="path4984" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 343.83363,477.23011 c 5.38272,-5.63128 18.40807,-22.92879 23.10379,-30.68156 6.94972,-11.47418 3.86383,-17.44588 -15.1378,-29.29404 l -4.66052,-2.90599 -3.03382,3.77519 -3.03383,3.77518 5.23733,3.60709 c 2.88053,1.98389 6.51803,4.94385 8.08334,6.57768 4.04562,4.22272 3.13579,8.10279 -4.55436,19.42243 -8.94448,13.16597 -12.89913,17.64858 -15.56996,17.64858 -1.24785,0 -4.73094,-1.575 -7.7402,-3.5 -3.00926,-1.925 -5.65073,-3.5 -5.86994,-3.5 -0.21921,0 -1.75396,2.18039 -3.41057,4.8453 l -3.012,4.84531 2.11253,1.3352 c 5.37701,3.39849 13.6309,7.81401 16.23733,8.68637 4.16765,1.39488 6.33871,0.49997 11.24868,-4.63674 z"
+ id="path4982" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 767.30993,478.61954 c 0.8632,-6.29779 6.139,-18.54607 11.3104,-26.2579 2.3869,-3.55949 4.3398,-6.63722 4.3398,-6.83939 0,-0.20217 -1.4867,-0.36758 -3.3038,-0.36758 -2.4264,0 -4.1253,0.8632 -6.3965,3.25 -3.5831,3.76535 -8.8586,13.90177 -11.0158,21.16585 -1.4364,4.83692 -1.4033,5.20438 0.8394,9.30991 1.2842,2.35083 2.6207,4.27424 2.9699,4.27424 0.3492,0 0.9147,-2.04081 1.2566,-4.53513 z"
+ id="path4980" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 418.96786,474.95983 c -1.21882,-0.98694 -2.63888,-1.53311 -3.15568,-1.21371 -0.5168,0.3194 -1.49752,0.11773 -2.17937,-0.44816 -0.70246,-0.58298 -1.82409,-0.66774 -2.58809,-0.19556 -1.39795,0.86398 -1.12594,1.08788 6.41543,5.28083 2.78126,1.54636 3.02639,1.54778 3.36188,0.0195 0.19903,-0.90665 -0.63534,-2.45596 -1.85417,-3.44291 z"
+ id="path4978" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -206.53797,475.02103 c 3.00112,-1.7707 4.0394,-1.9408 6.10422,-1 1.3684,0.62348 2.65169,1.13361 2.85175,1.13361 0.79961,0 4.73034,-9.14514 4.1711,-9.70438 -0.55858,-0.55858 -29.85904,-11.7515 -42.92554,-16.39776 l -5.79659,-2.06119 -5.45341,4.65899 c -2.99937,2.56247 -5.4534,4.8714 -5.4534,5.13098 0,0.25959 3.30355,2.04082 7.34122,3.9583 5.65823,2.68708 7.89343,3.29039 9.75,2.63163 3.61605,-1.28306 5.9426,-0.36573 7.30793,2.88144 0.92282,2.19474 3.19461,3.8897 9.16392,6.83711 4.36531,2.15542 8.24871,3.95179 8.62976,3.99193 0.38106,0.0401 2.32013,-0.88715 4.30904,-2.06063 z"
+ id="path4976" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 700.92873,470.68807 c 0.017,-0.53161 -0.6873,-2.84857 -1.5658,-5.1488 l -1.5972,-4.18224 -7.6528,3.48547 c -4.20898,1.91701 -7.83568,3.66689 -8.05928,3.88861 -0.2235,0.22173 0.3762,2.13877 1.3328,4.26009 l 1.7392,3.85696 7.88588,-2.59676 c 4.3372,-1.42822 7.8999,-3.03172 7.9172,-3.56333 z"
+ id="path4974" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -231.61127,471.58321 c 1.95594,-1.95593 2.00301,-3.8255 0.13535,-5.37552 -2.05883,-1.70865 -5.56392,0.37999 -5.56392,3.3155 0,3.90472 2.598,4.89062 5.42857,2.06005 z"
+ id="path4972" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 873.14033,461.71758 c 0.174,-5.85249 0.1935,-5.89395 0.5597,-1.19461 l 0.3793,4.8683 2.4404,-2.29261 c 1.3422,-1.26094 2.4404,-3.14073 2.4404,-4.17732 0,-1.03659 0.4124,-1.62984 0.9164,-1.31834 1.0336,0.63879 10.6705,-10.19474 9.8228,-11.04246 -0.3,-0.29997 -2.389,0.39515 -4.6423,1.54469 -3.44,1.75494 -4.1209,2.60797 -4.2467,5.31976 -0.1404,3.02465 -0.1763,3.0551 -0.5665,0.47968 -0.4948,-3.26633 -1.5778,-3.45594 -4.2837,-0.75 -1.1,1.1 -2.4658,2 -3.0352,2 -0.5693,0 -2.1443,0.72675 -3.5,1.61501 -2.2605,1.48117 -2.4648,2.24251 -2.4648,9.18709 l 0,7.57208 3,-2.87418 c 2.6285,-2.5183 3.0223,-3.6249 3.1802,-8.93709 z"
+ id="path4970" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 138.35732,466.98142 2.37758,-5.17325 -5.8463,-2.76486 c -7.06403,-3.34076 -15.58151,-9.5029 -19.41815,-14.04845 -4.17911,-4.95131 -8.5043,-14.74802 -8.53858,-19.34019 -0.0288,-3.85524 -0.75072,-4.71963 -19.948455,-23.88476 l -19.91859,-19.88476 -6.55234,2.78478 c -3.60378,1.53163 -6.55233,3.15866 -6.55233,3.61563 0,1.05689 16.25629,20.03184 25.58957,29.86911 3.91367,4.125 9.31956,9.91717 12.01309,12.87149 7.6395,8.37914 42.157475,41.12851 43.349635,41.12851 0.58701,0 2.13721,-2.32796 3.44487,-5.17325 z"
+ id="path4968" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 515.02139,460.15467 c 2.32533,-5.225 4.83783,-10.38763 5.58332,-11.47251 0.74549,-1.08487 1.35544,-3.41808 1.35544,-5.1849 0,-4.37803 1.38012,-7.6748 6.41677,-15.32812 2.35795,-3.58296 5.99428,-10.01899 8.08074,-14.30229 2.25648,-4.63235 6.36441,-10.6549 10.1385,-14.86386 4.98383,-5.55809 6.22298,-7.56198 5.77639,-9.34134 -0.35358,-1.40876 0.43167,-4.23916 2.07675,-7.48558 1.45493,-2.87115 2.39047,-5.47511 2.079,-5.78658 -0.31147,-0.31147 -4.50423,3.44577 -9.31723,8.34943 -9.03841,9.20865 -15.81689,20.09352 -22.84489,36.68425 -2.06293,4.86989 -3.27494,6.61205 -4.32077,6.21072 -0.79947,-0.30678 -5.33847,-1.72071 -10.08668,-3.14206 -8.14518,-2.43822 -8.75664,-2.8175 -10.81862,-6.71072 -3.46781,-6.54753 -2.79632,-11.98101 2.15172,-17.41093 1.14496,-1.25647 3.03057,-4.16902 4.19024,-6.47234 1.67815,-3.33313 2.80951,-4.32882 5.54328,-4.87856 2.01427,-0.40505 4.35683,-1.86399 5.66424,-3.52766 1.22619,-1.56032 4.48869,-5.70681 7.25,-9.21441 3.91205,-4.96935 5.02394,-7.1773 5.03587,-10 0.0198,-4.68035 0.62701,-5.5375 7.09238,-10.01154 4.99017,-3.45321 5.41609,-4.06136 5.71122,-8.15481 0.1754,-2.43284 0.77583,-4.70573 1.3343,-5.05088 1.14464,-0.70743 -3.71591,-4.90531 -5.67966,-4.90531 -0.6912,0 -1.55018,1.16919 -1.90884,2.5982 -0.35866,1.42902 -2.63031,4.39853 -5.04811,6.59893 -2.68919,2.44738 -4.96802,5.67949 -5.86927,8.32449 -0.81029,2.37808 -3.66787,7.1871 -6.35018,10.68672 -2.68231,3.49961 -5.47442,7.80542 -6.20469,9.56845 -0.73028,1.76304 -2.84245,4.14164 -4.69372,5.28579 -4.54319,2.80785 -7.39874,6.63735 -7.39874,9.92224 0,1.49331 -1.26252,4.47012 -2.80561,6.61514 -7.27973,10.11945 -9.20375,19.16372 -4.93074,23.178 1.245,1.16962 3.96032,2.8355 6.03403,3.70195 2.07371,0.86645 4.2773,2.68793 4.89687,4.04773 0.61956,1.3598 1.83529,2.47236 2.70161,2.47236 0.86633,0 3.98249,1.21801 6.92481,2.70669 5.158,2.60971 5.33386,2.83365 4.90823,6.25 -0.2428,1.94882 -2.25067,8.26831 -4.46195,14.04331 -7.48646,19.55178 -6.18068,23.91898 1.79399,6 z"
+ id="path4966" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 844.04843,467.25432 c 0.964,-3.21758 0.8713,-4.2701 -0.5911,-6.70802 l -1.7345,-2.89163 1.9984,2.41638 1.9985,2.41639 0.6876,-2.16639 c 0.3782,-1.19151 0.3763,-3.17888 0,-4.41638 -0.3804,-1.2375 -0.3283,-1.90501 0.1159,-1.48335 1.1817,1.12182 3.5844,-5.2391 2.8514,-7.54863 -0.3605,-1.13588 -0.2226,-1.71991 0.3261,-1.3808 1.2162,0.75164 3.3274,-6.00694 2.5275,-8.09135 -0.3686,-0.96045 -0.1932,-1.32008 0.4499,-0.92262 0.5891,0.36407 1.6392,-0.77644 2.3811,-2.58596 0.7299,-1.78051 2.8071,-5.86802 4.616,-9.08336 1.8089,-3.21533 3.2889,-6.03698 3.2889,-6.27032 0,-1.38017 -8.014,3.96322 -8.0789,5.38671 -0.045,0.98324 -0.2915,1.20581 -0.5714,0.51574 -0.6396,-1.57704 -4.3497,0.56684 -4.3497,2.5135 0,0.72516 -0.4008,1.07078 -0.8906,0.76804 -1.4283,-0.88275 -4.032,3.95423 -3.5285,6.55513 0.3787,1.95674 0.3122,2.04097 -0.3765,0.47617 -0.7513,-1.70732 -0.943,-1.60538 -1.881,1 -3.6311,10.08638 -4.2747,15.75513 -2.2236,19.58752 0.8576,1.60252 0.823,1.88388 -0.1574,1.278 -0.9747,-0.60239 -1.1094,0.3005 -0.5997,4.01889 0.3615,2.63771 0.6573,6.33458 0.6573,8.21528 0,4.28985 1.567,3.47852 3.0883,-1.59894 z"
+ id="path4964" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 843.07573,448.05649 c -0.6136,-1.76015 -1.0839,-3.69562 -1.0451,-4.30104 0.039,-0.60543 0.7155,0.65993 1.5039,2.81191 0.7885,2.15198 1.2588,4.08745 1.0452,4.30105 -0.2136,0.21359 -0.8904,-1.05177 -1.504,-2.81192 z"
+ id="path4962" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 850.03903,430.738 c -0.043,-1.05416 0.193,-1.64479 0.5253,-1.3125 0.3323,0.33229 0.3678,1.1948 0.079,1.91667 -0.3192,0.79773 -0.5562,0.56078 -0.6042,-0.60417 z"
+ id="path4960" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 858.40173,459.44623 c 1.153,-3.00465 2.6816,-20.03227 2.3602,-26.29156 l -0.3337,-6.5 -3.6366,7.5 c -4.6111,9.50973 -8.282,20.47431 -10.1281,30.25119 l -1.4443,7.64906 6.3117,-5.57579 c 3.4714,-3.06668 6.5633,-6.23149 6.8708,-7.0329 z"
+ id="path4958" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 711.96013,470.0362 c 2.475,-0.12579 4.813,-0.38702 5.1956,-0.58053 0.5869,-0.29682 -3.3347,-12.09902 -4.8173,-14.49794 -0.5936,-0.96044 -12.3783,4.87412 -12.3783,6.12843 0,0.49648 0.8974,2.99617 1.9941,5.55485 1.5183,3.54192 2.4132,4.52945 3.75,4.13802 0.9658,-0.28278 3.7809,-0.61705 6.2559,-0.74283 z"
+ id="path4956" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 112.26211,467.36577 10.80197,-2.73735 -3.06242,-2.93398 c -3.27943,-3.14189 -2.7633,-3.14998 -11.72663,0.18365 -0.7639,0.2841 -0.51691,-1.31781 0.6949,-4.50703 l 1.88001,-4.9478 -2.91535,-2.79308 c -3.34676,-3.2064 -2.9834,-3.72132 -6.01536,8.52449 -1.15749,4.675 -2.327115,9.2875 -2.599185,10.25 -0.64517,2.28243 0.0585,2.22595 12.942065,-1.0389 z"
+ id="path4954" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 99.747175,459.01286 c 1.244475,-5.57799 2.074375,-10.33013 1.844205,-10.5603 -0.43501,-0.435 -19.783655,4.5958 -20.588635,5.35321 -0.63046,0.59321 14.21312,15.30014 15.46957,15.32715 0.55669,0.012 2.03037,-4.54206 3.27486,-10.12006 z"
+ id="path4952" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 94.960155,456.15467 c 0,-0.55 0.42344,-1 0.94098,-1 0.51754,0 1.2191,0.45 1.55902,1 0.33992,0.55 -0.0835,1 -0.94098,1 -0.85746,0 -1.55902,-0.45 -1.55902,-1 z"
+ id="path4950" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 459.50152,467.27501 c 5.35991,-2.43467 9.09497,-7.06157 11.0054,-13.63323 2.52976,-8.70207 0.66147,-14.27585 -5.64926,-16.85377 -6.5447,-2.67349 -13.54333,0.51709 -15.89506,7.24635 -1.41276,4.04247 -1.38608,4.36663 0.4713,5.72477 1.08287,0.79182 2.43177,1.26649 2.99756,1.05483 5.70055,-2.13259 5.7418,-2.11221 4.06276,2.00811 -0.85899,2.10793 -2.97003,5.12136 -4.6912,6.69651 -2.70351,2.47415 -3.72142,2.79717 -7.47975,2.37355 -8.5965,-0.96895 -15.29505,-9.18987 -15.34116,-18.82774 -0.0293,-6.12276 4.8131,-15.75673 10.26597,-20.42418 6.92657,-5.92889 13.88271,-8.76827 22.73689,-9.28083 5.45168,-0.3156 9.16929,0.0142 12.34017,1.09459 l 4.53799,1.54625 1.54851,-5.32668 c 0.85168,-2.92968 1.54851,-5.58578 1.54851,-5.90245 0,-0.80968 -6.95531,-4.20175 -10.22758,-4.98794 -2.33182,-0.56025 -2.81911,-0.29065 -3.35841,1.8581 -0.37898,1.50998 -1.3433,2.51342 -2.41543,2.51342 -0.98153,0 -2.04362,0.675 -2.36021,1.5 -1.32429,3.45105 -6.63837,0.25635 -6.63837,-3.99082 0,-2.22989 -0.18858,-2.2961 -3.75,-1.3166 -5.64808,1.55339 -10.99879,4.4964 -18.75,10.31291 -6.33037,4.7503 -13.01497,11.02282 -9.62027,9.02721 0.76283,-0.44844 1.18851,-0.41351 0.95205,0.0781 -0.23522,0.48906 -1.7561,3.5892 -3.37973,6.8892 -2.60629,5.29724 -2.95205,7.05414 -2.95205,15 0,8.03496 0.29727,9.5057 2.7723,13.71611 5.19121,8.83109 14.45127,13.67341 26.2277,13.71515 4.70204,0.0167 8.3267,-0.57782 11.04137,-1.81092 z"
+ id="path4948" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 427.46015,417.15467 c 0.99549,-1.1 2.03498,-2 2.30998,-2 0.275,0 -0.31449,0.9 -1.30998,2 -0.99549,1.1 -2.03498,2 -2.30998,2 -0.275,0 0.31449,-0.9 1.30998,-2 z"
+ id="path4946" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 674.44018,465.63466 c 17.05135,-4.43031 41.87375,-14.99894 39.20835,-16.69372 -0.6536,-0.4156 -3.9227,-0.76254 -7.2647,-0.77096 -6.2666,-0.0158 -26.23288,-1.70569 -30.11804,-2.54912 -2.10679,-0.45735 -2.0543,-0.6258 1.31546,-4.22128 6.9149,-7.37797 15.37888,-19.23973 15.37888,-21.5525 0,-0.2238 -4.17848,1.68876 -9.28558,4.25012 -16.24823,8.14899 -31.519,12.91135 -53.1004,16.55996 -11.15091,1.8852 -15.22548,2.23492 -16.23899,1.39378 -2.19213,-1.81931 -0.82244,-2.56528 5.8551,-3.18884 8.31639,-0.77659 9.34577,-1.25765 11.89013,-5.55665 1.1884,-2.00793 4.1225,-5.51449 6.52024,-7.79235 3.54522,-3.36798 4.35952,-4.80286 4.35952,-7.68191 0,-2.79233 0.63384,-3.99167 3,-5.67652 1.65,-1.1749 3,-3.04493 3,-4.15561 0,-2.09936 6.79588,-15.09306 8.19966,-15.67772 1.59172,-0.66294 0.74762,-2.97119 -1.66448,-4.55166 -3.21987,-2.10974 -3.53518,-2.04891 -3.53518,0.68204 0,1.3614 -1.62571,3.88452 -3.99114,6.1943 -2.58137,2.52064 -4.21452,5.15319 -4.62355,7.45294 -0.34782,1.95564 -1.54073,4.55275 -2.65089,5.77135 -1.83839,2.01795 -4.20007,7.55966 -6.80589,15.97008 -2.79594,9.02403 -17.45671,12.16677 -29.08457,6.23467 l -3.74907,-1.91263 3.56855,-7.51434 c 2.58725,-5.44801 3.71285,-9.36761 4.09332,-14.25388 l 0.52477,-6.73954 -2.11524,1.88188 c -1.16338,1.03504 -2.4122,2.83504 -2.77515,4 -0.36296,1.16497 -1.90754,3.91812 -3.43241,6.11812 -1.52486,2.2 -3.34612,5.66354 -4.04724,7.69676 -0.70112,2.03322 -1.71256,3.42619 -2.24763,3.09549 -0.55068,-0.34034 -0.65144,-0.0812 -0.23217,0.59722 0.92215,1.49208 -1.79115,5.87645 -5.49449,8.87845 -2.22001,1.79957 -2.94121,3.41605 -3.49242,7.82775 -0.54886,4.39295 -1.82275,7.26466 -6.06972,13.68283 -2.95628,4.46765 -5.37506,8.54033 -5.37506,9.05041 0,1.85949 6.58735,-4.12871 9.80575,-8.91387 1.81816,-2.70327 4.85566,-6.67472 6.75,-8.82543 1.89434,-2.15072 3.44425,-4.46583 3.44425,-5.14469 0,-0.91445 0.97176,-1.00863 3.75,-0.36347 2.0625,0.47896 6.0574,0.88157 8.87756,0.89469 3.19977,0.0149 5.57349,0.56118 6.31366,1.45304 0.99148,1.19466 0.39622,1.53825 -3.62755,2.09385 -12.29993,1.69836 -18.94281,4.37469 -21.69562,8.7409 -2.72473,4.32167 -2.80842,6.40322 -0.37135,9.23649 3.74873,4.35815 9.24123,4.40809 22.31989,0.20294 12.48854,-4.01542 29.41479,-7.70336 35.35547,-7.70336 7.27783,0 11.56906,2.49501 14.74477,8.57293 1.55824,2.98227 3.34641,5.42339 3.97369,5.42469 0.62729,0.001 5.50507,-1.13162 10.83951,-2.51763 z"
+ id="path4944" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -136.03985,466.23526 c 0,-2.57909 10.52725,-12.10675 17.22525,-15.58966 4.00111,-2.08055 7.37879,-3.85869 7.50595,-3.95141 0.12716,-0.0927 -0.77284,-2.72615 -2,-5.85207 -2.34293,-5.96809 -2.91324,-6.32914 -7.33929,-4.64635 -2.08285,0.79189 -3.06416,0.71522 -4.09969,-0.32031 -1.14854,-1.14854 -0.78352,-2.52309 2.33452,-8.7911 3.77008,-7.57873 4.06931,-9.77398 2.51215,-18.42969 l -0.7196,-4 -4.33998,8.28633 c -2.38699,4.55748 -4.49366,8.13265 -4.68149,7.94483 -0.18783,-0.18783 1.4894,-3.8356 3.72718,-8.10616 2.23778,-4.27056 3.91261,-7.91352 3.72184,-8.09548 -0.19076,-0.18196 -2.53132,-0.48804 -5.20124,-0.68018 l -4.8544,-0.34934 -8.85545,17 c -4.87049,9.35 -8.87128,17.675 -8.89063,18.5 -0.0194,0.825 1.08447,2.85 2.45295,4.5 l 2.48813,3 2.5069,-2.80576 c 1.3788,-1.54317 2.5069,-2.48593 2.5069,-2.09502 0,0.39092 0.7875,0.0383 1.75,-0.78354 0.9625,-0.82186 3.86782,-2.64892 6.45627,-4.06014 4.01785,-2.19054 4.87978,-2.35678 5.8925,-1.13653 1.43139,1.72472 1.64377,1.5162 -4.88467,4.79573 -6.16402,3.09645 -12.73018,8.74878 -14.78962,12.7313 -1.40344,2.71396 -1.31316,2.93502 3.06474,7.50405 2.48093,2.58924 4.51078,5.07721 4.51078,5.52881 0,0.45161 0.45,0.8211 1,0.8211 0.55,0 1,-0.41374 1,-0.91941 z"
+ id="path4942" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -136.53985,433.15467 c 1.39353,-2.75 2.75869,-5 3.03369,-5 0.275,0 -0.64016,2.25 -2.03369,5 -1.39353,2.75 -2.75869,5 -3.03369,5 -0.275,0 0.64016,-2.25 2.03369,-5 z"
+ id="path4940" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -133.03985,426.53693 c 0,-0.55 0.66069,-1.87351 1.4682,-2.94113 0.8075,-1.06762 1.46819,-1.49113 1.46819,-0.94113 0,0.55 -0.66069,1.87351 -1.46819,2.94113 -0.80751,1.06762 -1.4682,1.49113 -1.4682,0.94113 z"
+ id="path4938" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 339.26077,461.90467 c 4.29884,-5.31955 13.03189,-17.63426 14.6514,-20.66035 2.13486,-3.98903 0.48875,-6.70762 -6.99143,-11.54652 -6.84993,-4.4312 -8.9525,-5.32047 -8.96839,-3.79313 -0.004,0.4125 -2.92734,4.03131 -6.49567,8.0418 -6.23536,7.00802 -6.42876,7.382 -4.96932,9.60939 0.8352,1.27467 1.39575,3.8204 1.24567,5.65717 -0.2354,2.88084 0.12214,3.48222 2.60277,4.37785 2.65766,0.95955 3.15041,0.7258 6.5,-3.08343 5.44974,-6.19755 7.7182,-10.93231 6.14559,-12.82718 -1.8612,-2.24262 -2.75403,-1.90972 -5.26205,1.96202 -1.24255,1.91819 -2.59669,3.49319 -3.00919,3.5 -1.64269,0.0271 -0.55458,-2.68072 2.51488,-6.25843 l 3.23512,-3.7708 3.25,2.0061 c 1.7875,1.10336 3.25,2.61058 3.25,3.34937 0,1.77592 -5.11418,9.43072 -9.91496,14.84053 l -3.84358,4.33118 -3.81041,-1.81706 c -3.79928,-1.81175 -3.81562,-1.81027 -5.59849,0.50722 -2.56442,3.33339 -2.32217,4.05992 2.36761,7.10083 6.08311,3.94436 8.94917,3.61039 13.10045,-1.52656 z"
+ id="path4936" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -190.03985,458.7181 c 0,-4.99752 -0.5878,-5.62719 -8,-8.56988 -12.28708,-4.87805 -14.88021,-5.96163 -21.26417,-8.88554 -10.30182,-4.71833 -10.56263,-4.71481 -16.16532,0.21802 l -4.9295,4.34013 7.9295,2.81962 c 8.55345,3.04149 17.72728,6.4588 31.92196,11.89111 4.94586,1.89279 9.33336,3.23075 9.75,2.97325 0.41664,-0.25749 0.75753,-2.41152 0.75753,-4.78671 z"
+ id="path4934" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -175.14063,453.33437 c 4.32423,-1.50072 16.8046,-1.52751 21.05675,-0.0452 3.01687,1.05168 3.42171,0.92468 5.54644,-1.73998 2.26274,-2.83775 2.26799,-2.90653 0.41033,-5.3845 -5.20698,-6.94566 -2.87261,-6.95752 -22.36219,0.1136 l -17.55055,6.36761 0,3.72844 0,3.72844 4.75,-2.79436 c 2.6125,-1.5369 6.27965,-3.32522 8.14922,-3.97405 z"
+ id="path4932" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 877.62063,449.44001 c 2.826,-1.91229 4.3981,-48.7578 2.3169,-69.03804 -1.1575,-11.28008 -3.1154,-18.86132 -4.78,-18.5093 -0.619,0.13091 -0.8828,-0.39439 -0.5862,-1.16731 0.2966,-0.77293 -0.096,-2.6182 -0.8729,-4.10062 l -1.4122,-2.69529 -3.413,2.90183 c -3.6431,3.09742 -4.5706,3.75704 -15.4131,10.96226 -8.4251,5.5988 -30.5188,16.6344 -38.0647,19.01304 -5.6678,1.78662 -6.3353,2.73497 -4.0882,5.80809 1.1639,1.59179 1.7914,1.68738 4.6149,0.7031 1.7972,-0.62653 3.666,-0.89298 4.1529,-0.59211 0.4868,0.30088 0.8851,0.11834 0.8851,-0.40563 0,-0.52397 3.0375,-2.16304 6.75,-3.64236 8.3407,-3.32354 23.9962,-11.72405 33.7059,-18.08605 1.3992,-0.91683 2.5441,-1.43045 2.5441,-1.14136 0,1.81023 -34.3471,20.94818 -43.5,24.2379 -6.598,2.37142 -6.89,2.71089 -5.6977,6.62445 0.5599,1.83813 1.3001,4.61159 1.6448,6.16324 l 0.6267,2.82118 3.5064,-3.07864 c 1.9285,-1.69325 6.1654,-4.4209 9.4153,-6.06145 l 5.9089,-2.98281 -1.5236,4.24027 c -0.838,2.33215 -1.7847,7.54675 -2.1039,11.588 l -0.5804,7.34773 4.0274,-2.05459 4.0273,-2.05459 -1.3744,7.20686 c -2.2213,11.64734 -2.1007,11.83658 3.8732,6.07574 2.8875,-2.78454 6.6,-5.97807 8.25,-7.09673 4.0144,-2.72164 16.956,-9.27215 18.3187,-9.27215 0.597,0 -0.01,2.1375 -1.3486,4.75 -3.6454,7.11357 -5.2868,15.40911 -5.6959,28.78704 l -0.3682,12.03705 7.547,-4.25171 c 4.1509,-2.33844 8.0692,-4.60511 8.7075,-5.03704 z"
+ id="path4930" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 869.51903,364.68647 c 1.0676,-0.8075 2.3911,-1.46819 2.9411,-1.46819 0.55,0 0.1265,0.66069 -0.9411,1.46819 -1.0677,0.80751 -2.3912,1.4682 -2.9412,1.4682 -0.55,0 -0.1265,-0.66069 0.9412,-1.4682 z"
+ id="path4928" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -34.141465,411.26204 c 6.37391,-30.13613 5.63843,-41.0388 -3.29773,-48.88485 -2.04231,-1.79318 -5.71295,-3.79515 -8.15698,-4.44883 -4.19362,-1.12162 -4.4445,-1.38785 -4.45845,-4.73109 -0.0658,-15.75846 -11.82977,-35.41649 -23.593,-39.42463 -2.61168,-0.88988 -5.11143,-1.61797 -5.555,-1.61797 -0.44358,0 0.91571,2.27544 3.02064,5.05654 9.3323,12.33009 14.96257,28.38035 15.85507,45.19819 0.4554,8.58115 0.82944,10.54003 1.85074,9.69243 0.70399,-0.58426 1.57972,-2.83639 1.94606,-5.00473 0.59721,-3.53488 0.9671,-3.94243 3.57817,-3.94243 2.31551,0 2.9121,0.44161 2.9121,2.15561 0,1.18558 1.18282,3.70636 2.62848,5.60173 6.1868,8.11131 6.80733,18.41773 2.26463,37.61384 -2.55567,10.79951 -3.00369,14.38894 -2.52523,20.2313 0.31992,3.90636 0.90092,7.95636 1.29111,9 0.47637,1.27416 -0.62421,0.70343 -3.35017,-1.7373 -5.33882,-4.78019 -10.86241,-7.94236 -21.80882,-12.4852 -4.95,-2.05429 -10.575,-4.73361 -12.5,-5.95404 -5.12832,-3.25131 -11.67892,-10.38192 -13.45266,-14.64382 -1.7613,-4.23198 -2.01247,-11.67349 -0.56444,-16.72249 0.54059,-1.88494 0.86546,-3.5446 0.72192,-3.68814 -0.48778,-0.48778 -7.945195,1.46884 -8.769095,2.30077 -1.75153,1.76862 -2.85797,13.38107 -1.81336,19.03186 2.53466,13.71123 13.231185,22.69221 36.172905,30.37137 6.7126,2.24687 14.13889,5.20573 16.50286,6.57523 4.5036,2.60904 15.08963,12.74814 15.35768,14.70931 0.0857,0.62698 0.48997,-4.71003 0.89838,-11.86003 0.51647,-9.04163 1.99147,-18.90486 4.84419,-32.39263 z"
+ id="path4926" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -247.35326,448.48461 4.18657,-3.3599 -5.00381,-12.23502 c -2.7521,-6.72926 -5.61037,-13.58502 -6.35172,-15.23502 -0.74135,-1.65 -2.98328,-7.09994 -4.98207,-12.11098 l -3.63417,-9.11099 -7.09679,-0.65957 c -3.90324,-0.36277 -7.27975,-0.47664 -7.50334,-0.25304 -0.2236,0.2236 1.38169,4.62035 3.56731,9.77056 13.70323,32.29037 16.13144,38.06527 16.13144,38.36473 0,0.18341 0.89636,2.4246 1.99191,4.9804 2.19346,5.11714 2.12872,5.11827 8.69467,-0.15117 z"
+ id="path4924" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -190.03985,445.39369 0,-6.76098 -11.25,-4.96447 c -6.1875,-2.73046 -12.35177,-5.51968 -13.69839,-6.19827 -2.23757,-1.12756 -2.88336,-0.86019 -7.5,3.10511 -2.77838,2.38639 -4.92784,4.73055 -4.77657,5.20924 0.24033,0.76055 34.50655,16.05885 36.47496,16.28441 0.4125,0.0473 0.75,-2.9565 0.75,-6.67504 z"
+ id="path4922" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 90.960155,449.55578 c 12.619355,-3.45034 12.575915,-3.41979 9.671275,-6.80014 l -2.392205,-2.78399 -4.23644,2.16127 c -2.33004,1.1887 -4.42239,1.97532 -4.64967,1.74804 -0.22727,-0.22727 0.35813,-2.49445 1.3009,-5.03817 1.70399,-4.59759 1.69998,-4.63999 -0.67662,-7.16977 -1.31492,-1.39966 -2.70576,-2.20138 -3.09076,-1.78159 -0.38501,0.41978 -1.93794,5.03824 -3.45097,10.26324 -1.51304,5.225 -2.96214,10.0625 -3.22023,10.75 -0.63503,1.69159 -0.15532,1.63137 10.74472,-1.34889 z"
+ id="path4920" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -161.32039,441.50069 c 7.86828,-2.82455 7.85826,-2.79545 2.97384,-8.63691 l -2.33364,-2.79089 -13.6631,4.29089 -13.66309,4.29089 -0.0167,6.20682 -0.0167,6.20682 9.75,-3.48799 c 5.3625,-1.91839 12.99876,-4.65422 16.96946,-6.07963 z"
+ id="path4918" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 81.211985,441.90467 c 1.43816,-5.0875 2.89479,-9.97707 3.23696,-10.86571 0.54734,-1.42148 -0.59227,-1.34204 -9.47963,0.66077 -14.9424,3.36736 -14.49148,2.41963 -5.46919,11.49515 4.35221,4.37788 8.17949,7.95979 8.50507,7.95979 0.32558,0 1.76863,-4.1625 3.20679,-9.25 z"
+ id="path4916" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 151.01082,442.03234 c 1.24474,-3.00508 1.15575,-3.30404 -1.75859,-5.908 -1.68832,-1.50852 -5.70722,-3.72818 -8.93088,-4.93257 -7.5027,-2.8031 -11.83139,-6.12777 -14.07552,-10.81077 l -1.78568,-3.72633 -0.30532,4.76302 c -0.40593,6.33242 3.57532,13.79464 9.55452,17.90843 4.2247,2.90668 14.13711,6.91909 15.37059,6.22182 0.34089,-0.1927 1.20978,-1.77472 1.93088,-3.5156 z"
+ id="path4914" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 710.51243,433.40328 c 0.046,-11.15448 0.3808,-13.66576 2.6792,-20.08321 1.4448,-4.03404 4.1213,-9.84792 5.9477,-12.91974 4.56,-7.66932 14.1573,-17.82653 21.1034,-22.33449 3.1804,-2.06408 5.3821,-4.00035 4.8927,-4.30282 -0.4894,-0.30248 -3.4672,-0.13047 -6.6174,0.38223 -12.9168,2.10225 -26.1689,13.28375 -33.5045,28.26949 -5.5458,11.32937 -7.0534,18.03722 -7.0534,31.38361 l 0,11.22348 2.75,0.41659 c 1.5125,0.22912 4.325,0.48338 6.25,0.56503 l 3.5,0.14844 0.052,-12.74861 z"
+ id="path4912" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 696.46213,432.14844 c 0,-7.15317 -0.1766,-12.44057 -0.395,-11.74977 -0.5656,1.7897 -9.95578,15.84169 -12.29608,18.4005 -2.6413,2.88795 -1.5642,3.44048 12.18908,6.2528 0.275,0.0562 0.5009,-5.75035 0.502,-12.90353 z"
+ id="path4910" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -236.9812,439.98731 c 2.16775,-1.74206 3.94408,-3.65456 3.94739,-4.25 0.003,-0.59545 -2.96183,-9.47163 -6.58922,-19.72484 l -6.59526,-18.64219 -7.16078,-0.44466 c -3.93842,-0.24456 -7.30048,-0.34086 -7.47124,-0.214 -0.35526,0.26393 3.24842,9.4263 10.79369,27.44305 2.87919,6.875 5.83786,13.9625 6.57481,15.75 0.73696,1.7875 1.61427,3.25 1.94958,3.25 0.33532,0 2.38328,-1.42531 4.55103,-3.16736 z"
+ id="path4908" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 386.36613,439.88821 c 5.56567,-3.1826 7.84655,-6.73356 8.36857,-13.02851 0.76022,-9.16721 -4.20447,-15.65559 -12.59611,-16.46192 -5.78124,-0.5555 -8.56392,0.70117 -11.22821,5.0707 -2.71288,4.44921 -2.48775,8.89392 0.63866,12.60945 4.61373,5.4831 12.41111,3.26954 12.41111,-3.52333 0,-4.44276 -5.20351,-5.48482 -6.52932,-1.30756 -0.87152,2.74593 -2.47068,2.34864 -2.47068,-0.61381 0,-5.13368 8.56095,-5.93234 10.80465,-1.00797 2.79723,6.13926 -2.17647,12.99012 -8.96106,12.3431 -3.60458,-0.34375 -3.68491,-0.27479 -4.04201,3.46975 -0.20039,2.10126 -0.16272,4.02209 0.0837,4.26851 1.35088,1.35089 10.01639,0.18546 13.52069,-1.8184 z"
+ id="path4906" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 515.9213,438.40467 c -0.0398,-1.79025 -7.98603,-6.30028 -11.04217,-6.26714 -0.86956,0.009 -2.15908,-1.06297 -2.8656,-2.38311 -0.70651,-1.32014 -3.06525,-3.20323 -5.24163,-4.18464 -4.7674,-2.1498 -7.54023,-5.45086 -8.39188,-9.99057 -0.62454,-3.32904 1.40272,-8.60639 7.46178,-19.42454 1.07816,-1.925 2.57806,-5.74165 3.33311,-8.48144 1.07536,-3.90209 2.20151,-5.54423 5.19738,-7.57883 2.1035,-1.42856 4.46145,-4.11211 5.23988,-5.96344 0.77842,-1.85133 3.84198,-5.91017 6.80791,-9.01963 3.94689,-4.13791 5.5698,-6.69952 6.05364,-9.55511 1.11492,-6.58013 1.44462,-7.15383 5.11129,-8.89377 3.54197,-1.68078 7.11033,-7.5092 5.84794,-9.5518 -0.79432,-1.28522 -6.12138,-1.21442 -8.60423,0.11436 -1.09997,0.58869 -2.85439,3.06369 -3.89872,5.5 -1.04433,2.43631 -2.35064,4.42966 -2.90293,4.42966 -0.55228,0 -0.74513,-0.675 -0.42855,-1.5 0.31659,-0.825 0.8817,-1.5 1.25581,-1.5 0.37412,0 0.74801,-0.9 0.83087,-2 0.22982,-3.05104 -1.03303,-2.44724 -6.00996,2.8735 -4.18664,4.47586 -9.44774,13.38105 -11.15207,18.8765 -1.12386,3.62383 1.74311,2.76044 5.82062,-1.75288 2.3557,-2.60748 3.61636,-4.98691 3.61636,-6.82569 0,-1.70692 0.97391,-3.73774 2.46367,-5.1373 l 2.46367,-2.3145 -1.96367,3.85163 c -1.08002,2.11839 -1.96367,4.8199 -1.96367,6.00334 0,1.27547 -1.93436,3.96467 -4.75,6.60361 -5.70258,5.34469 -9.41149,10.17765 -11.18265,14.57179 -0.72049,1.7875 -1.5929,3.25032 -1.93867,3.25071 -0.34577,3.8e-4 -0.68815,1.03829 -0.76084,2.30646 -0.0727,1.26816 -1.36234,4.98034 -2.86589,8.24929 -4.7738,10.379 -8.50195,20.20581 -8.50195,22.40979 0,6.64129 11.50632,16.68886 26,22.70377 6.66295,2.76514 7.0103,2.79408 6.96115,0.57998 z"
+ id="path4904" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -146.84805,429.4065 c 1.14454,-2.6135 2.87013,-5.87683 3.83466,-7.25183 0.96454,-1.375 1.85416,-2.95 1.97694,-3.5 0.12279,-0.55 1.77614,-4.08362 3.67411,-7.85248 1.89797,-3.76887 3.30947,-6.98552 3.13667,-7.14812 -0.1728,-0.1626 -2.52986,-0.45398 -5.23791,-0.64752 l -4.92373,-0.35188 -2.95968,5 c -1.62783,2.75 -4.54353,7.925 -6.47934,11.5 -1.93582,3.575 -3.97524,7.2334 -4.53206,8.12977 -0.78861,1.26954 -0.17135,2.65616 2.79262,6.27329 3.67879,4.48948 3.85197,4.57646 5.22088,2.62206 0.77873,-1.1118 2.35231,-4.15978 3.49684,-6.77329 z"
+ id="path4902" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -190.03985,431.81286 0,-5.34182 -8.25,-3.66632 c -4.5375,-2.01647 -8.79684,-3.66265 -9.4652,-3.65818 -0.66837,0.004 -2.81794,1.41534 -4.77681,3.13527 l -3.56162,3.12714 12.27681,5.79073 c 6.75225,3.1849 12.61432,5.82769 13.02682,5.87286 0.4125,0.0452 0.75,-2.32169 0.75,-5.25968 z"
+ id="path4900" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -173.60669,432.98057 12.38126,-4.17411 -3.14685,-4.07589 c -1.73077,-2.24175 -3.23486,-4.23425 -3.34243,-4.42778 -0.51444,-0.92559 -10.22512,3.14884 -10.74719,4.50933 -0.42577,1.10955 -1.33407,1.36959 -3.17231,0.90822 -5.03827,-1.26452 -6.40564,0.0166 -6.40564,6.00172 0,3.04669 0.45058,5.43261 1.02595,5.43261 0.56428,0 6.59752,-1.87835 13.40721,-4.1741 z"
+ id="path4898" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 156.25183,431.63252 c 1.48958,-3.03719 2.70832,-5.69274 2.70832,-5.90123 0,-0.94793 -7.98513,-4.96209 -12.5,-6.28381 -8.40951,-2.46186 -13.05064,-5.73311 -15.59714,-10.99347 l -2.28923,-4.72892 -1.78059,3.96479 c -2.46121,5.4803 -2.2883,7.35536 1.18302,12.82906 2.47865,3.90842 4.21595,5.29707 9.75,7.7933 11.04568,4.98235 13.42838,6.27909 13.95075,7.59243 0.88436,2.22349 1.81562,1.35386 4.57487,-4.27215 z"
+ id="path4896" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 642.18907,433.35896 c 3.70533,-3.44621 11.25972,-14.85374 14.51355,-21.91623 2.69874,-5.85766 4.43735,-18.28806 2.55791,-18.28806 -1.42943,0 -8.30038,12.15879 -8.30038,14.68829 0,2.0645 -3.43229,6.31171 -5.10066,6.31171 -0.39795,0 -1.02659,1.79373 -1.39699,3.98607 -0.49373,2.92237 -1.98487,5.32539 -5.58789,9.00504 -3.25179,3.32095 -4.91446,5.86953 -4.91446,7.53299 0,2.23294 0.30745,2.44157 2.75,1.86614 1.5125,-0.35633 3.97801,-1.79 5.47892,-3.18595 z"
+ id="path4894" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 325.93365,434.66837 c 3.48269,-1.80097 20.95273,-24.33697 35.0265,-45.18348 24.75718,-36.67112 36.0848,-54.73352 34.91166,-55.66823 -0.22641,-0.18039 -3.33666,-2.04495 -6.91166,-4.14346 -22.65314,-13.29728 -42.62892,-27.55181 -62.77733,-44.79732 l -9.27733,-7.94069 -4.22267,4.7951 c -8.5305,9.68691 -8.13967,8.69391 -5.84041,14.83924 1.11454,2.97887 2.33129,7.71426 2.7039,10.52308 0.3726,2.80882 0.99354,5.3023 1.37987,5.54107 0.38633,0.23876 2.49538,-0.45298 4.68678,-1.53719 15.27367,-7.55682 31.22982,-3.02727 38.01556,10.79165 5.90536,12.02608 3.82203,30.39106 -5.56564,49.0622 -5.16578,10.27423 -14.83724,24.71874 -23.38444,34.92508 l -6.88438,8.22075 -6.66696,-3.35849 c -12.26701,-6.17952 -28.75772,-16.69858 -37.51456,-23.92969 l -4.8476,-4.003 -3.1524,1.70517 c -1.73381,0.93785 -4.86426,3.15403 -6.95655,4.92484 l -3.80416,3.21967 3.38294,3.57079 c 10.48105,11.06306 43.73179,32.78889 58.22538,38.04411 6.13634,2.22497 5.9567,2.21741 9.4735,0.3988 z"
+ id="path4892" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -224.33715,429.74625 c 2.86147,-2.25037 5.23439,-4.54158 5.27315,-5.09158 0.0387,-0.55 -1.79644,-6.67759 -4.07822,-13.61687 l -4.14867,-12.61688 -8.62448,-0.54198 c -4.74346,-0.29809 -8.74895,-0.42102 -8.90109,-0.27317 -0.15214,0.14784 1.71801,5.61933 4.1559,12.15885 2.43788,6.53953 5.47379,14.89296 6.74647,18.56319 1.3145,3.79083 2.7589,6.42195 3.3441,6.09158 0.56658,-0.31985 3.37136,-2.42277 6.23284,-4.67314 z"
+ id="path4890" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 658.29649,430.39931 c 3.48344,-1.39007 4.27899,-2.47644 8.64821,-11.80964 2.64652,-5.6533 6.14602,-12.2264 7.77666,-14.60687 3.85239,-5.62382 4.42189,-7.63362 4.36229,-15.39396 -0.063,-8.18052 -1.3055,-12.75282 -5.08701,-18.71558 -4.62048,-7.28574 -5.66077,-7.4685 -20.66063,-3.62978 -11.50137,2.9434 -13.2293,3.67498 -16.18679,6.85318 -4.09152,4.39685 -8.07221,12.63936 -12.10167,25.05801 -3.90058,12.02144 -5.87231,15.2036 -11.44342,18.46849 -5.71179,3.34733 -7.62255,7.73268 -4.36378,10.01522 3.54497,2.48299 9.23525,1.93015 12.69831,-1.23371 2.3645,-2.16021 3.96201,-5.69454 7.44873,-16.47952 6.58959,-20.38267 12.26728,-27.77048 21.34219,-27.77048 16.46661,0 15.96578,26.69879 -0.90311,48.1439 -1.57647,2.00415 -2.86632,3.88038 -2.86632,4.1694 0,0.6549 6.23429,-1.03267 11.33634,-3.06866 z"
+ id="path4888" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 668.48163,404.53329 c -1.92576,-1.92576 -1.66229,-4.26073 0.6447,-5.71345 3.32237,-2.0921 6.49855,3.2701 3.63382,6.13483 -1.58936,1.58936 -2.34189,1.51525 -4.27852,-0.42138 z"
+ id="path4886" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -46.955875,405.15467 c 4.07386,-16.80963 3.08729,-25.62296 -3.89666,-34.81003 l -2.51626,-3.31003 -3.08552,5.72413 c -1.69704,3.14826 -4.01778,6.32688 -5.1572,7.06359 -2.05012,1.32554 -2.06252,1.26924 -1.1926,-5.4141 1.85239,-14.23122 -0.50559,-28.79569 -6.77945,-41.87448 -8.04445,-16.76983 -19.63222,-23.66129 -31.059575,-18.47169 -3.81114,1.73078 -9.39671,6.65346 -9.39671,8.2815 0,0.39013 1.57858,1.91337 3.50795,3.38497 l 3.50795,2.67564 2.00769,-2.55236 c 4.730675,-6.01407 13.251005,-5.54715 20.210815,1.10758 3.66724,3.5065 4.98214,6.297 6.18331,13.12236 0.84284,4.78923 -0.38774,3.15248 -1.56322,-2.07917 -1.86542,-8.3024 -8.159,-13.84791 -15.71594,-13.84791 -3.20867,0 -4.46021,0.59357 -6.59103,3.12589 -1.44664,1.71924 -2.499145,3.40674 -2.338895,3.75 0.16025,0.34326 1.744145,3.54911 3.519755,7.12411 6.80214,13.69537 8.28061,29.42448 3.86778,41.1483 -5.52414,14.67629 -4.47048,22.0872 4.40682,30.99522 5.69235,5.71204 14.52853,10.86275 25.75833,15.01481 3.15628,1.16699 7.31369,3.37166 9.23869,4.89926 l 3.5,2.77746 0.64081,-9.16752 c 0.35244,-5.04214 1.67686,-13.44253 2.94316,-18.66753 z"
+ id="path4884" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -64.474695,413.11528 c -12.85141,-9.00244 -21.06066,-19.10162 -22.04641,-27.12193 l -0.53325,-4.33868 2.03994,5.59806 c 2.40898,6.61077 8.99764,14.66748 16.83959,20.59169 6.62594,5.00558 8.12809,5.29301 8.15427,1.56025 0.0106,-1.5125 0.65401,-5 1.42978,-7.75 1.39302,-4.93805 1.40346,-4.87609 0.84291,5 -0.31217,5.5 -0.65574,10.11266 -0.76348,10.25036 -0.10774,0.1377 -2.79125,-1.56768 -5.96335,-3.78975 z"
+ id="path4882" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -56.881955,394.15467 c 0,-1.375 0.22698,-1.9375 0.50439,-1.25 0.27741,0.6875 0.27741,1.8125 0,2.5 -0.27741,0.6875 -0.50439,0.125 -0.50439,-1.25 z"
+ id="path4880" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -75.844895,346.65467 c -0.0204,-1.65 0.18706,-2.44606 0.46099,-1.76903 0.27392,0.67703 0.29059,2.02703 0.0371,3 -0.25354,0.97297 -0.47766,0.41903 -0.49804,-1.23097 z"
+ id="path4878" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -89.009345,340.97284 c -3.30426,-5.41966 -2.19236,-9.57758 2.26224,-8.45955 2.89324,0.72616 4.68136,4.85475 3.74038,8.63613 -0.93291,3.74893 -3.6582,3.66877 -6.00262,-0.17658 z"
+ id="path4876" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -84.534315,340.14572 c 0.94356,-1.52671 -0.45431,-4.99105 -2.0139,-4.99105 -2.06747,0 -2.71486,1.71438 -1.50269,3.97933 1.17868,2.20239 2.53886,2.59372 3.51659,1.01172 z"
+ id="path4874" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 73.585935,430.47593 c 6.25582,-1.4733 11.37422,-2.96986 11.37422,-3.32568 0,-0.35582 -1.09677,-1.67731 -2.43727,-2.93664 -2.3862,-2.24172 -2.53641,-2.25591 -7.16958,-0.67723 -2.60277,0.88685 -4.87032,1.47445 -5.039,1.30577 -0.16868,-0.16868 0.55783,-2.58193 1.61447,-5.36279 l 1.92117,-5.0561 -2.91535,-2.79308 c -2.20054,-2.10825 -3.04202,-2.44766 -3.43199,-1.38429 -0.83715,2.28277 -6.54245,21.79657 -6.54245,22.37712 0,0.80159 0.37923,0.7371 12.62578,-2.14708 z"
+ id="path4872" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 60.465215,428.90467 c 0.41529,-1.7875 0.9313,-4.22042 1.14669,-5.40648 0.21539,-1.18607 1.28303,-4.7474 2.37253,-7.91408 1.08949,-3.16668 1.82216,-5.91633 1.62816,-6.11034 -0.36399,-0.36398 -21.87842,4.62191 -22.50233,5.21483 -0.19244,0.18289 2.50756,3.47042 6,7.30563 3.49244,3.83521 6.93013,7.69026 7.63932,8.56678 1.92394,2.3779 2.87708,1.95301 3.71563,-1.65634 z"
+ id="path4870" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 629.81026,427.61809 c 1.0974,-1.39512 3.21279,-6.36018 4.70085,-11.03346 1.68311,-5.2858 3.41294,-8.87545 4.57731,-9.49861 1.17518,-0.62893 1.87173,-2.09211 1.87173,-3.93174 0,-1.7714 1.11557,-4.22892 2.82116,-6.21481 6.60812,-7.69413 8.31158,-12.56634 3.92884,-11.23725 -5.5945,1.69656 -10.34975,9.53005 -16.66001,27.44465 -2.21442,6.28665 -4.95403,12.68521 -6.08804,14.21903 l -2.06182,2.78877 2.45735,0 c 1.43957,0 3.28377,-1.05061 4.45263,-2.53658 z"
+ id="path4868" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 16.535325,411.75139 c 3.89135,-4.4532 9.37037,-9.89672 12.17561,-12.09672 2.80524,-2.2 5.13391,-4.26564 5.17483,-4.59031 0.0409,-0.32468 -6.78811,-1.59437 -15.17561,-2.82154 -8.3875,-1.22717 -16.1875802,-2.45401 -17.3335102,-2.7263 -2.05702002,-0.4888 -2.06723002,-0.39571 -0.80299002,7.32153 0.70429002,4.29914 1.30437002,13.39118 1.33351002,20.20453 l 0.053,12.38792 3.75,-4.7912 c 2.0625,-2.63516 6.9338302,-8.43472 10.8251702,-12.88791 z"
+ id="path4866" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -152.19487,413.7078 c 3.35204,-6.02078 5.9957,-11.04325 5.87481,-11.16104 -0.12088,-0.1178 -2.78653,-0.3667 -5.92365,-0.55313 l -5.70385,-0.33896 -4.04615,8.16711 c -2.22538,4.49191 -4.04614,8.51772 -4.04614,8.94625 0,0.42853 1.20062,2.51163 2.66805,4.62913 3.2627,4.70808 3.0666,4.87808 11.17693,-9.68936 z"
+ id="path4864" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -190.03985,421.67856 c 0,-2.97993 -0.53528,-3.77339 -3.75,-5.55874 -2.0625,-1.14544 -2.85,-1.78014 -1.75,-1.41043 5.56708,1.87106 5.5,1.89931 5.5,-2.31564 0,-5.90967 -2.03428,-7.07745 -6.45507,-3.70555 -3.78492,2.8869 -4.28924,3.95795 -2.29493,4.87391 0.6875,0.31575 0.30821,0.34537 -0.84287,0.0658 -1.26653,-0.30759 -3.19688,0.36013 -4.88898,1.69113 l -2.7961,2.19942 7.88898,3.73142 c 4.33893,2.05228 8.22647,3.77042 8.63897,3.8181 0.4125,0.0477 0.75,-1.47757 0.75,-3.38943 z"
+ id="path4862" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -185.68478,424.57191 c 0.83526,-0.32052 1.2962,-1.16245 1.02432,-1.87096 -0.66063,-1.72156 2.08694,-2.67925 4.80354,-1.67431 1.98605,0.73469 8.8539,-0.57547 10.22997,-1.95154 0.3001,-0.3001 -0.72181,-2.06384 -2.27092,-3.91943 l -2.81656,-3.37378 -2.50331,3.68394 c -2.49895,3.67754 -2.50516,3.67988 -3.56865,1.34578 -0.86434,-1.89701 -1.64911,-2.25249 -4.1594,-1.88405 -2.97467,0.43659 -3.09406,0.64267 -3.09406,5.34061 0,2.68757 0.1882,4.8865 0.41821,4.8865 0.23002,0 1.10161,-0.26224 1.93686,-0.58276 z"
+ id="path4860" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 683.88365,420.63881 c 7.62378,-3.71059 9.15128,-4.82508 8.56628,-6.25 -1.3387,-3.26066 -1.0243,-4.73414 1.0102,-4.73414 1.3959,0 1.9039,0.5606 1.6818,1.85606 -0.6596,3.84736 2.4005,0.90116 5.6052,-5.39655 8.5166,-16.73664 14.6641,-23.67629 26.8765,-30.33954 l 6.8365,-3.73012 -6.5,0.51975 c -8.6447,0.69126 -13.2517,2.07507 -20.771,6.23906 -16.3096,9.03181 -31.94208,28.08811 -35.76765,43.60134 -0.97856,3.96823 1.36236,3.63653 12.46217,-1.76586 z"
+ id="path4858" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 162.50111,419.06384 1.88828,-4.18746 -3.42319,-2.8578 c -1.88275,-1.57179 -5.46683,-3.56868 -7.96462,-4.43754 -12.40576,-4.31536 -13.51847,-4.93832 -15.54143,-8.70099 -1.1,-2.04599 -2.225,-3.71812 -2.5,-3.71585 -0.275,0.002 -1.5516,1.54847 -2.8369,3.436 -2.15305,3.16188 -2.23255,3.72042 -1.01054,7.09982 2.00577,5.54685 6.66316,8.97239 16.12125,11.85729 4.60811,1.40556 9.19179,3.45436 10.18594,4.55288 2.23946,2.47458 2.72209,2.18523 5.08121,-3.04635 z"
+ id="path4856" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -212.68345,420.14662 3.42598,-3.00806 -3.14118,-8.98559 -3.14119,-8.98559 -3.75,-0.15635 c -2.0625,-0.086 -4.3125,-0.20136 -5,-0.25636 -0.70896,-0.0567 -1.1146,0.76566 -0.93717,1.9 0.60465,3.86566 7.46929,22.5 8.28869,22.5 0.45589,0 2.37058,-1.35362 4.25487,-3.00805 z"
+ id="path4854" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 521.92292,415.11532 c 8.02788,-21.96567 20.2352,-35.53549 40.66461,-45.2033 6.33867,-2.99964 7.65621,-3.25252 16.95844,-3.25484 9.68933,-0.002 10.29633,0.12829 15.44076,3.32477 l 5.35494,3.32728 18.05924,-3.65897 c 53.20164,-10.77915 85.56282,-21.99348 109.28372,-37.87083 8.0451,-5.38488 10.2327,-7.12315 20.2388,-16.08185 21.0855,-18.87824 38.9529,-42.00419 46.1959,-59.79152 1.2874,-3.16173 2.6924,-5.74923 3.1222,-5.75 1.6778,-0.003 1.7854,2.96883 0.2172,6.00128 -0.9053,1.75076 -1.5004,3.32437 -1.3223,3.49692 1.1978,1.16079 11.174,7.50041 11.8029,7.50041 0.428,0 1.3686,-1.4254 2.0902,-3.16755 1.2666,-3.05784 1.1932,-3.257 -2.1192,-5.75 -1.8872,-1.42035 -5.1451,-4.15745 -7.2398,-6.08245 l -3.8084,-3.5 1.5787,-4.46004 c 4.4168,-12.4773 5.8882,-39.46374 2.9352,-53.83212 -5.3893,-26.22283 -22.5251,-47.14166 -47.4109,-57.87777 -8.8121,-3.80165 -17.2565,-6.14186 -25.255,-6.99888 -6.0021,-0.64311 -6.7636,-1.24513 -4.2322,-3.34593 3.4721,-2.88166 24.0772,2.45793 36.629,9.49202 l 7.6467,4.28529 4.9812,-1.68629 c 6.3064,-2.13493 10.2253,-4.68678 10.2253,-6.65835 0,-0.84478 0.4116,-1.2816 0.9146,-0.97072 1.4224,0.87911 4.9114,-5.53723 6.1491,-11.30842 1.7023,-7.9379 -0.091,-13.91386 -6.1745,-20.569612 -5.304,-5.80341 -9.4681,-7.93497 -17.6792,-9.04969 -4.3813,-0.59481 -5.0903,-0.95876 -4.1276,-2.11883 0.6961,-0.83869 3.0554,-1.40066 5.8803,-1.40066 10.4333,0 23.4188,10.10951 26.0914,20.312832 0.6033,2.30294 1.7302,5.31217 2.5044,6.68717 3.9996,7.10353 5.3996,10.88565 5.4195,14.6408 0.012,2.27743 0.9121,6.10243 2,8.5 2.7237,6.0023 2.7368,16.75122 0.027,22.34818 -1.097,2.26624 -3.383,5.5405 -5.0799,7.27614 -3.7644,3.85031 -3.303,6.70937 1.2292,7.6158 6.4248,1.28495 6.5322,1.11656 4.2305,-6.63092 -0.4026,-1.35522 0.074,-1.75 2.1133,-1.75 4.7368,0 8.4564,-2.76896 8.4863,-6.31739 0.012,-1.4249 -0.4706,-1.66802 -2.2347,-1.12577 -3.0865,0.94873 -3.2195,1.17251 -1.75,2.94316 0.7068,0.85158 1.0291,1.80428 0.7162,2.1171 -0.3128,0.31282 -1.297,-0.83948 -2.187,-2.56066 l -1.6183,-3.12942 3.1145,-1.08573 3.1146,-1.08574 -2.47,-2.62777 -2.4699,-2.62778 3.8536,-3 c 2.1195,-1.65 3.8745,-3.26916 3.9,-3.59813 0.025,-0.32896 -1.7537,-1.40981 -3.9537,-2.40187 -2.2,-0.99206 -3.9808,-2.07291 -3.9574,-2.40187 0.024,-0.32897 1.8111,-2.61257 3.9724,-5.07466 l 3.9297,-4.47653 -4.7193,-1.85378 c -2.5956,-1.01957 -4.8766,-2.01101 -5.0688,-2.20319 -0.1921,-0.19218 1.0874,-2.43767 2.8434,-4.98997 1.756,-2.5523 3.0369,-4.75278 2.8464,-4.88994 -0.1905,-0.13716 -2.24,-0.79295 -4.5544,-1.45729 -3.1508,-0.90443 -4.058,-1.59891 -3.6109,-2.76418 0.3285,-0.85596 0.8721,-1.13814 1.2081,-0.62707 0.3359,0.51107 2.2921,1.1945 4.347,1.51874 l 3.7362,0.58953 -1.577,-3.6849 c -0.8674,-2.02669 -1.8083,-4.24481 -2.091,-4.929152 -0.2827,-0.68434 -0.9168,-0.99528 -1.4092,-0.69098 -0.4924,0.3043 -0.8952,0.16179 -0.8952,-0.31669 0,-0.47849 -2.2834,-1.45518 -5.0741,-2.17043 -2.7908,-0.71526 -5.2785,-1.83286 -5.5282,-2.48357 -0.2497,-0.65071 0.2337,-3.13215 1.0742,-5.51432 1.9528,-5.53479 1.9212,-6.33878 -0.2219,-5.66144 -5.3993,1.70646 -11.25,2.26886 -11.25,1.08142 0,-0.73538 2.0397,-1.51265 5,-1.90534 2.75,-0.3648 5,-1.04046 5,-1.50147 0,-1.37658 -8.8362,-9.09292 -10.4126,-9.09292 -0.8014,0 -2.499,0.38411 -3.7723,0.85357 -5.8423,2.15405 -7.8151,2.24954 -7.8151,0.37829 0,-1.13771 0.8049,-1.86688 2.1746,-1.97006 1.196,-0.0901 3.454,-0.69376 5.0178,-1.34148 l 2.8431,-1.17767 -3.7677,-3.3297 c -2.0723,-1.83133 -4.0794,-3.34843 -4.4603,-3.37132 -0.3809,-0.0229 -0.8522,1.87087 -1.0475,4.20837 l -0.355,4.25 -0.839,-4.30459 c -0.6477,-3.3228 -1.1968,-4.16734 -2.4073,-3.7028 -3.5145,1.34863 -10.1587,1.76939 -10.1587,0.64331 0,-0.62475 0.5625,-1.16929 1.25,-1.21008 0.6875,-0.0408 3.0262,-0.85818 5.197,-1.81642 l 3.947,-1.74225 -4.6272,-3.18358 c -2.5449,-1.75098 -4.8836,-3.18359 -5.197,-3.18359 -0.3134,0 -0.6053,2.1375 -0.6487,4.75 -0.085,5.08593 -0.4021,4.88314 -1.3598,-0.8684 l -0.6025,-3.6184 -6.384,2.31727 -6.384,2.31726 -2.2636,-5.69887 c -1.245,-3.13437 -2.3682,-5.84161 -2.496,-6.01609 -0.1278,-0.17448 -2.5121,0.83802 -5.2985,2.25 -2.7864,1.41198 -5.7332,2.56723 -6.5484,2.56723 -0.9348,0 -2.1281,-2.1232 -3.2315,-5.75 -0.9621,-3.1625 -1.829,-5.88139 -1.9264,-6.04197 -0.097,-0.16059 -3.1977,1.60198 -6.8896,3.9168 -7.4721,4.68497 -7.2618,4.74941 -10.1925,-3.12483 -0.9212,-2.475 -2.0314,-4.90837 -2.4671,-5.40748 -0.4457,-0.51065 -3.2661,1.12921 -6.4496,3.75 -3.1115,2.56161 -5.9432,4.64905 -6.2925,4.63876 -0.3493,-0.0103 -2.8851,-2.71841 -5.63508,-6.01803 l -5,-5.9993 -5.725,6.01803 c -3.14843,3.30991 -5.98787,6.01802 -6.30955,6.01802 -0.32168,0 -3.03793,-2.32 -6.03612,-5.15556 -2.99818,-2.83556 -5.57918,-4.97306 -5.73556,-4.75 -0.15637,0.22306 -2.02617,2.99306 -4.15511,6.15556 -2.12894,3.1625 -4.16679,5.75 -4.52856,5.75 -0.36176,0 -2.87303,-1.575 -5.58058,-3.5 -5.40044,-3.83957 -6.42922,-4.18094 -6.42922,-2.13335 0,0.75165 -0.96414,3.68662 -2.14253,6.52215 -2.40371,5.78396 -2.49054,5.79558 -11.07423,1.48169 -2.59421,-1.30377 -4.88464,-2.37049 -5.08984,-2.37049 -0.2052,0 -0.93577,3.14854 -1.62348,6.99675 -0.68772,3.84822 -1.6444,7.24026 -2.12595,7.53788 -0.91678,0.5666 -11.311,-2.0075 -14.00373,-3.46798 -2.84681,-1.54406 -7.31791,1.48252 -16.45918,11.14153 -28.1765,29.77236 -42.55745,68.747982 -34.61191,93.806052 1.13606,3.58283 2.73216,7.40783 3.54688,8.5 1.43722,1.92665 1.61782,1.85041 6.0663,-2.56104 l 4.58497,-4.54681 -2.15672,-4.87562 c -4.08766,-9.24083 -0.97998,-21.91378 7.74082,-31.56666 1.96973,-2.18026 3.111,-3.9641 2.53616,-3.9641 -0.57483,0 -2.6522,-1.51563 -4.61636,-3.36808 -2.79793,-2.63879 -3.5712,-4.1404 -3.5712,-6.9349 0,-8.02145 4.50539,-12.178482 12.50458,-11.537712 l 4.25314,0.34069 -2.37886,-2.82673 c -2.90476,-3.45163 -3.18998,-9.45001 -0.60136,-12.64683 0.97763,-1.20731 4.24013,-3.39467 7.25,-4.86078 3.78072,-1.84159 6.34578,-3.98354 8.29734,-6.92868 3.33107,-5.02698 7.12462,-7.23698 12.42255,-7.23698 3.13709,0 4.53189,0.70168 7.56088,3.80365 l 3.71416,3.80365 -2.92421,2.16196 c -7.21259,5.3325 -2.98192,18.44997 4.63567,14.37316 1.05609,-0.5652 4.3605,-1.33654 7.34314,-1.71409 10.51926,-1.33154 17.50914,-5.70476 21.4044,-13.39169 1.34876,-2.66163 3.6495,-5.78107 5.11277,-6.93208 2.20559,-1.73492 2.4468,-2.35023 1.4107,-3.59865 -1.47355,-1.77553 -6.26322,-1.97321 -9.2378,-0.38127 -1.15577,0.61856 -4.5187,3.09356 -7.47317,5.5 -2.95447,2.40645 -6.36675,4.43579 -7.58284,4.50966 -8.56137,0.51999 -15.52195,-1.32442 -12.50842,-3.31449 0.71353,-0.4712 3.05063,-0.74812 5.19355,-0.61537 3.83932,0.23783 3.91292,0.17559 5.03975,-4.26232 0.62894,-2.47703 1.87931,-5.55416 2.7786,-6.83808 3.24767,-4.6367 10.78059,-7.78123 14.94767,-6.23973 1.60985,0.59552 3.03257,0.39893 4.6146,-0.63766 1.66465,-1.09072 3.89671,-1.35268 8.20057,-0.96242 5.03726,0.45677 6.61934,0.1604 10.67833,-2.00037 2.66715,-1.41983 6.41906,-2.53659 8.52206,-2.53659 4.2687,0 8.8233,2.56081 9.5591,5.37458 0.4265,1.6311 1.45988,1.89815 7.34478,1.89815 3.7666,0 8.8734,0.68751 11.3485,1.52781 2.475,0.84029 5.5282,1.2751 6.7849,0.96624 1.321,-0.32468 3.8942,0.26485 6.0999,1.39752 3.0774,1.58035 4.3883,1.75921 6.7808,0.9252 6.3751,-2.22239 12.719,3.77505 11.5583,10.92725 -0.723,4.45551 -2.2171,6.16556 -7.3908,8.45941 -2.3302,1.03312 -4.7037,2.75094 -5.2744,3.81737 -0.9312,1.73992 -0.7529,1.88863 1.7367,1.4486 1.5259,-0.2697 5.3515,-0.86589 8.5013,-1.32487 l 5.7268,-0.8345 -2.2268,3.97776 c -2.3247,4.15254 -11.5557,11.06519 -21.4975,16.09842 -4.7525,2.406072 -5.1627,2.869872 -4.1733,4.718632 0.7495,1.4005 1.6276,1.82455 2.7706,1.33802 8.8137,-3.75162 13.7015,-4.09353 20.666,-1.44563 2.5366,0.96441 2.687,1.25163 1.3537,2.58496 -1.1715,1.17144 -2.0998,1.27196 -4.2383,0.45891 -3.9394,-1.49776 -11.0973,-1.28138 -15.2687,0.46156 l -3.5964,1.50265 0.6937,5.22921 c 0.3815,2.87607 0.8004,5.33595 0.9309,5.46641 0.1304,0.13045 1.6761,0.34683 3.4348,0.48084 1.7587,0.134 3.1976,0.54283 3.1976,0.90849 0,1.81177 -3.3796,2.69214 -12.5,3.25619 -11.1469,0.68938 -18.448,2.38325 -25.66268,5.95378 -4.1371,2.04742 -5.0161,2.18924 -6.0262,0.97221 -0.9231,-1.11234 -0.8676,-1.62414 0.2532,-2.33334 0.7896,-0.49966 1.7324,-0.91537 2.0951,-0.92379 0.3627,-0.008 -0.2916,-2.94031 -1.4539,-6.51531 -1.1623,-3.575 -2.584,-6.49513 -3.1594,-6.48918 -0.57535,0.006 -3.27427,0.68672 -5.99758,1.51281 -4.3048,1.30582 -5.13915,1.31431 -6.38846,0.065 -1.2493,-1.2493 -0.86383,-1.58307 2.95148,-2.55558 25.67174,-6.54366 50.91864,-17.651612 63.38844,-27.889162 l 3,-2.46296 -4.4649,0.70571 c -2.4557,0.38815 -13.4807,3.20522 -24.5,6.26016 -50.77363,14.076262 -51.84501,14.340872 -53.27169,13.156832 -1.05387,-0.87464 -1.30446,-0.83434 -1.06981,0.17201 0.33131,1.42093 -10.93048,4.68464 -26.19358,7.59099 -4.675,0.89021 -9.1282,1.81298 -9.89601,2.0506 -0.79403,0.24575 1.53007,2.19685 5.38969,4.5247 l 6.7857,4.09264 10.61031,-1.64056 c 5.83567,-0.9023 13.88909,-2.4894 17.89649,-3.52687 l 7.28619,-1.88632 1.53939,2.3494 c 0.84666,1.29217 2.57928,5.32539 3.85026,8.9627 1.27097,3.63731 2.55581,6.85824 2.85519,7.15762 0.29938,0.29938 1.92106,-0.26893 3.60374,-1.26292 2.40615,-1.42135 3.31975,-1.54694 4.27855,-0.58816 0.9587,0.95878 0.6939,1.57002 -1.2402,2.8626 -6.67152,4.45852 -14.85823,14.25098 -18.7519,22.4299 -4.91799,10.33057 -6.51141,16.9667 -6.63155,27.61843 -0.0921,8.16235 -0.11568,8.23403 -4.03717,12.25 -2.76667,2.83333 -4.78727,4.03961 -6.76661,4.03961 -4.9853,0 -13.89921,3.81988 -23.20538,9.94422 -11.53885,7.59365 -15.9859,9.49633 -26.93019,11.52215 -13.37623,2.47597 -15.6113,3.65531 -20.49799,10.81581 -2.33384,3.4198 -5.35798,7.76648 -6.7203,9.65929 -1.36233,1.89281 -3.42163,6.55161 -4.57624,10.35289 -3.8939,12.81984 -0.90462,24.69562 8.61154,34.21178 5.7403,5.7403 9.70638,7.65673 17.06875,8.24771 l 6.11264,0.49066 1.72992,-4.52972 c 2.06024,-5.39466 9.80901,-13.01945 16.02588,-15.76946 4.49867,-1.98998 17.31896,-4.2428 18.83008,-3.30888 2.20609,1.36344 7.51406,-6.20798 10.26093,-14.63645 2.87945,-8.8353 5.2931,-12.83939 12.12329,-20.11179 7.17636,-7.64099 8.395,-10.0294 8.395,-16.45331 0,-4.27644 -0.1089,-4.4349 -3.04775,-4.4349 -6.12845,0 -9.98171,-7.65753 -6.41537,-12.74919 1.45234,-2.07351 1.39331,-2.23023 -1.07327,-2.8493 l -2.61015,-0.65511 3.27835,-3.3824 3.27836,-3.3824 2.12635,6.2592 c 3.3842,9.96182 6.30436,14.78527 13.01199,21.4929 7.50521,7.5052 18.93289,13.36401 30.65927,15.71861 14.0582,2.8228 35.983,1.47145 49.5013,-3.05106 6.4533,-2.15891 16.956,-7.02661 20.3028,-9.40975 2.6225,-1.86736 2.7858,-1.8725 4.3564,-0.13706 2.2573,2.49427 2.0491,6.26723 -0.9207,16.68879 -3.2198,11.29896 -11.4653,28.35601 -19.5983,40.54202 -9.5213,14.26604 -28.6692,33.30464 -40.8493,40.6161 -24.68718,14.8192 -57.54555,24.94397 -98.49998,30.35119 -32.61812,4.30659 -56.17017,10.18703 -64.74944,16.16656 -4.34984,3.03173 -36.67432,35.6081 -38.81286,39.11532 -1.06162,1.74107 -1.93191,4.09389 -1.93396,5.22849 -0.006,3.36935 8.16681,9.90002 11.36431,9.08079 0.47743,-0.12232 2.09506,-3.57969 3.59472,-7.68305 z"
+ id="path4852" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 590.96015,364.65467 c 0,-0.825 0.675,-1.5 1.5,-1.5 0.825,0 1.5,0.675 1.5,1.5 0,0.825 -0.675,1.5 -1.5,1.5 -0.825,0 -1.5,-0.675 -1.5,-1.5 z"
+ id="path4850" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 584.44156,276.81899 c -1.66023,-0.75525 -4.47273,-3.02934 -6.25,-5.05354 -2.80368,-3.19321 -3.23141,-4.40803 -3.23141,-9.17769 0,-3.02353 0.63556,-7.01843 1.41235,-8.87756 2.18641,-5.23281 8.68559,-11.09518 14.40729,-12.99562 6.16041,-2.04616 13.8375,-1.79325 13.35893,0.44009 -0.25061,1.16953 -0.0526,1.2359 0.89876,0.30124 3.19865,-3.14248 11.84029,5.78827 12.66291,13.08656 0.70938,6.29361 -1.21263,10.9778 -6.36548,15.51353 -7.18285,6.3226 -20.49977,9.67146 -26.89335,6.76299 z"
+ id="path4848" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 600.46015,272.67263 c 10.40078,-5.03578 15.43443,-13.43808 12.54451,-20.93964 l -1.12555,-2.92168 -2.09099,4.22627 c -3.97497,8.03412 -13.48299,14.99347 -23.57797,17.25777 -2.8875,0.64767 -5.25,1.57769 -5.25,2.06672 0,0.48903 1.4625,1.54569 3.25,2.34813 4.11004,1.84506 9.67106,1.14777 16.25,-2.03757 z"
+ id="path4846" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 593.28023,266.13743 c 9.7675,-4.87813 18.35626,-17.73499 14.45418,-21.63707 -2.43358,-2.43359 -9.79436,-2.83189 -15.75383,-0.85248 -11.72407,3.89412 -17.63729,13.68643 -14.40828,23.86015 0.50651,1.59586 1.36904,1.81293 5.75753,1.449 2.83898,-0.23543 7.31665,-1.50425 9.9504,-2.8196 z"
+ id="path4844" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 590.84613,263.12689 c -0.96411,-3.9929 -0.5946,-5.97222 1.11492,-5.97222 2.93396,0 3.45052,1.99303 1.12046,4.32309 -1.16675,1.16674 -2.17267,1.90885 -2.23538,1.64913 z"
+ id="path4842" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 625.16015,247.95467 c -1.90678,-1.90678 -1.39642,-4.51537 1.00633,-5.14371 2.87144,-0.75089 3.11668,-0.40341 2.30938,3.2722 -0.73038,3.32537 -1.45362,3.7336 -3.31571,1.87151 z"
+ id="path4840" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 772.73813,224.4108 c -1.0232,-1.16444 -1.6954,-4.53626 -1.9952,-10.0075 -0.2487,-4.53826 -0.7721,-8.57122 -1.163,-8.96215 -0.3909,-0.39092 -1.7028,-0.0854 -2.9153,0.67895 -8.0698,5.08717 -6.8932,5.28268 -14.6759,-2.43861 l -7.0286,-6.97318 -0.045,-6.02682 c -0.025,-3.31475 -0.5873,-7.25331 -1.25,-8.75236 -1.447,-3.27302 -17.705,-20.24953 -17.705,-18.48738 0,0.6784 1.5695,4.82884 3.4878,9.22319 3.376,7.73369 4.4368,12.17918 2.6414,11.06956 -0.479,-0.29602 -1.1388,-1.87807 -1.4664,-3.51568 -0.7486,-3.74339 -6.865,-18.06415 -7.7151,-18.06415 -0.3477,0 -1.3386,3.58559 -2.202,7.96798 -0.8634,4.38239 -2.7187,10.47753 -4.1229,13.54475 -1.8219,3.97953 -2.2051,5.70503 -1.338,6.02457 16.1898,5.96598 16.7152,5.92895 16.7152,-1.1781 0,-2.11916 0.4002,-3.22992 1.0246,-2.844 0.6216,0.3842 0.7709,2.54557 0.3796,5.49574 l -0.6451,4.8625 6.0134,0.68034 c 5.788,0.65482 6.2684,0.93724 12.8117,7.53106 l 6.7982,6.85073 -5.6342,2.57943 c -19.1986,8.78941 -47.3778,10.71113 -64.28808,4.38421 -12.55123,-4.69604 -22.8129,-17.29331 -24.06969,-29.54813 -0.543,-5.29463 -0.37192,-6.06324 1.79888,-8.08198 l 2.39895,-2.2309 0.0221,6.7309 c 0.0399,12.16141 7.60315,23.37602 19.27928,28.58692 5.94916,2.65503 20.02456,5.0507 24.77196,4.21623 4.5368,-0.79743 19.0067,-8.70349 24.0961,-13.16559 l 4.6688,-4.09334 -7.137,-1.61173 c -3.9253,-0.88645 -11.5587,-3.25145 -16.9632,-5.25555 -16.7304,-6.20403 -41.99219,-20.26742 -41.00936,-22.83014 0.23538,-0.61374 -0.61054,-1.17898 -1.87983,-1.25609 -1.77806,-0.10801 -2.64236,0.69538 -3.76538,3.5 -0.80167,2.00211 -2.40576,4.49743 -3.56464,5.54518 -2.07202,1.87331 -2.10689,1.87331 -2.09728,0 0.0189,-3.68342 4.97217,-12.50562 10.01518,-17.83785 4.96435,-5.24909 19.24461,-13.63085 20.71621,-12.1593 0.3487,0.34875 -1.2946,2.59921 -3.6517,5.00102 -3.00406,3.06094 -5.39526,4.54433 -7.99556,4.96014 -3.3676,0.53849 -6.5501,2.94128 -8.5499,6.45503 -0.78103,1.37234 2.9488,6.17597 4.7954,6.17597 0.5449,0 3.7836,-2.6818 7.197,-5.95956 6.01396,-5.77497 6.13166,-5.98441 3.79896,-6.76197 -2.40516,-0.80174 -2.40376,-0.80577 1.6458,-4.76014 l 4.0531,-3.95772 4.7197,4.7197 c 4.6878,4.68784 4.701,4.71969 1.9496,4.71969 -4.0574,0 -12.1819,4.46008 -16.80806,9.22707 l -4.0357,4.15857 2.1549,1.62544 c 1.1852,0.89399 3.7587,2.48915 5.71886,3.5448 3.495,1.88219 3.5854,1.88268 4.6652,0.0249 2.6605,-4.57709 10.2759,-14.01826 12.1012,-15.00243 3.3277,-1.79426 3.5189,-2.94914 0.6918,-4.17817 -3.4298,-1.49103 -10.6091,-8.91593 -9.8339,-10.17028 1.0274,-1.66233 9.4553,-2.23579 17.1433,-1.16648 8.7929,1.22298 20.006,4.87169 26.2913,8.55509 l 4.5042,2.63962 1.8349,-2.37908 c 1.0092,-1.30849 2.5786,-4.29158 3.4875,-6.62908 0.909,-2.3375 1.9402,-4.25 2.2918,-4.25 0.8377,0 14.1503,13.67006 16.9303,17.38486 1.3062,1.74555 2.1588,4.35132 2.1588,6.59812 0,3.35148 -0.3815,3.8853 -3.9153,5.47884 l -3.9154,1.76557 3.3979,6.77051 c 5.0557,10.07371 6.4971,16.78415 6.5221,30.36321 0.012,6.52361 -0.1559,12.03887 -0.3732,12.25613 -0.2173,0.21726 -1.0894,-0.39524 -1.9381,-1.36111 z"
+ id="path4838" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 715.21013,181.22536 c 1.5125,-2.98613 2.75,-6.50019 2.75,-7.80902 0,-1.31344 0.4429,-2.10596 0.9885,-1.76875 0.5593,0.34565 0.7389,-0.0398 0.4136,-0.88756 -0.3163,-0.82418 0.1655,-4.04592 1.0706,-7.15942 0.9051,-3.1135 1.4228,-5.88372 1.1505,-6.15605 -0.9409,-0.94091 -11.1345,4.52515 -14.4847,7.76706 -3.5859,3.46998 -10.1385,13.12421 -10.1385,14.93748 0,1.35326 11.9455,7.12838 14,6.76839 0.825,-0.14455 2.7375,-2.70601 4.25,-5.69213 z"
+ id="path4836" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 752.56053,176.11162 c 2.6215,-1.12368 7.6518,-4.10209 11.1785,-6.61868 l 6.4121,-4.57563 -4.5099,-4.63132 c -2.4805,-2.54723 -5.854,-6.09382 -7.4967,-7.88132 -1.6428,-1.7875 -3.2094,-3.25 -3.4814,-3.25 -0.272,0 -1.9231,2.22625 -3.6691,4.94722 -3.0599,4.76842 -7.9347,9.77326 -12.9115,13.256 l -2.3776,1.66383 3.8776,4.53368 c 4.422,5.17024 6.106,5.50192 12.978,2.55622 z"
+ id="path4834" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 766.71013,173.93999 c 5.2416,-1.92592 6.038,-2.99112 4.2957,-5.74556 -0.8045,-1.272 -1.1571,-1.25978 -2.7347,0.0948 -0.996,0.85528 -4.3985,3.00791 -7.561,4.78363 -3.1625,1.77571 -5.75,3.4093 -5.75,3.63018 0,0.71341 6.3567,-0.78141 11.75,-2.76307 z"
+ id="path4832" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 668.59963,160.46082 c -1.12618,-1.12619 -0.68589,-2.30615 0.86052,-2.30615 0.825,0 1.5,0.42344 1.5,0.94098 0,1.26098 -1.56159,2.1641 -2.36052,1.36517 z"
+ id="path4830" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 756.38653,121.86451 c -2.7905,-1.21541 -7.7178,-4.57234 -10.9496,-7.45984 -3.2318,-2.8875 -6.2913,-5.25 -6.7989,-5.25 -0.5075,0 -0.3755,-0.65948 0.2935,-1.46551 0.6689,-0.80604 1.2875,-3.84354 1.3746,-6.75 0.2901,-9.677712 7.4026,-16.633752 18.8214,-18.407402 4.2932,-0.66687 4.3163,-0.65455 2.5366,1.35451 -0.9878,1.11512 -3.4984,2.29971 -5.5791,2.63243 -8.3826,1.34043 -14.108,8.15733 -14.2857,17.009032 -0.085,4.23753 0.2664,4.90413 4.7845,9.07548 2.682,2.47612 7.1022,5.63815 9.8226,7.02674 9.8613,5.0334 21.785,2.40249 24.9489,-5.50485 1.86,-4.64867 1.1767,-7.57969 -2.7346,-11.73021 -5.0165,-5.323292 -13.6424,-6.768102 -19.4106,-3.251182 -2.8843,1.758602 -3.25,2.483172 -3.25,6.439562 0,5.03463 2.3925,7.5714 7.1407,7.5714 4.4032,0 5.8593,-1.00388 5.8593,-4.0396 0,-3.02308 -2.3769,-4.52047 -5.3591,-3.37609 -1.9157,0.73513 -2.1724,-0.65283 -0.4409,-2.38431 1.7294,-1.72939 3.5172,-1.4828 5.8,0.8 2.4261,2.42606 2.6091,7.24963 0.3463,9.12756 -0.9095,0.75484 -3.6485,1.37244 -6.0866,1.37244 -5.6518,0 -9.2715,-3.64649 -9.2375,-9.30576 0.07,-11.672952 17.3284,-14.046932 26.9778,-3.71099 3.2744,3.50742 3.5332,11.63111 0.5,15.69907 -5.1413,6.89525 -15.3891,8.74568 -25.0736,4.52752 z"
+ id="path4828" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 788.21233,75.654668 c -0.011,-2.2 0.1846,-3.21775 0.4349,-2.26166 0.2503,0.95609 0.2594,2.75609 0.02,4 -0.2392,1.24391 -0.444,0.46166 -0.4551,-1.73834 z"
+ id="path4826" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 107.49438,413.90467 c 0.39051,-2.3375 1.5614,-6.42022 2.60197,-9.07272 1.04057,-2.6525 1.63405,-5.24 1.31886,-5.75 -0.3152,-0.51 0.12846,-0.92728 0.98592,-0.92728 1.44958,0 1.69303,-0.37054 1.95902,-2.98167 0.055,-0.53992 -4.39126,-5.51195 -9.88057,-11.04895 -9.966415,-10.053 -9.986255,-10.06638 -13.999995,-9.44365 -6.09314,0.94536 -20.51943,5.42628 -20.51943,6.3735 0,1.06138 35.025275,37.10077 36.056795,37.10077 0.42207,0 1.08692,-1.9125 1.47743,-4.25 z"
+ id="path4824" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 103.13303,402.49548 c 0.42145,-2.18841 3.32712,-2.49801 3.32712,-0.35451 0,0.81747 -0.82837,1.64584 -1.84081,1.84082 -1.3364,0.25736 -1.74367,-0.14991 -1.48631,-1.48631 z"
+ id="path4822" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 95.210155,398.49239 c -1.59329,-0.64291 -1.62773,-5.55999 -0.05,-7.13772 2.70608,-2.70608 7.364905,0.41678 6.199155,4.15537 -1.00828,3.2336 -3.060185,4.22878 -6.149155,2.98235 z"
+ id="path4820" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 99.779705,394.39445 c 0.259875,-1.82151 -0.16031,-2.23978 -2.25,-2.23978 -1.82502,0 -2.56955,0.53121 -2.56955,1.83333 0,3.87602 4.27313,4.23639 4.81955,0.40645 z"
+ id="path4818" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 84.580275,388.0227 c -1.33001,-1.89885 -1.31991,-2.39658 0.0924,-4.55203 2.28762,-3.49134 6.6656,-2.87897 7.10974,0.99447 0.60857,5.30752 -4.28376,7.72413 -7.20214,3.55756 z"
+ id="path4816" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 90.460155,385.66837 c 0,-2.20616 -3.1089,-3.3048 -4.739,-1.6747 -1.68076,1.68076 -0.0229,4.3372 2.48453,3.98114 1.47517,-0.20948 2.25447,-1.00674 2.25447,-2.30644 z"
+ id="path4814" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 503.19287,415.28695 c -0.68821,-4.68906 2.11664,-8.50264 18.57798,-25.25937 8.61661,-8.77124 17.0824,-18.06837 18.81287,-20.66031 5.4076,-8.09962 7.61465,-17.35943 5.41348,-22.7126 -0.88643,-2.15578 -0.94514,-2.07202 -2.77999,3.96652 -0.54185,1.78321 -2.6676,4.19543 -5.32923,6.04739 -4.52976,3.15181 -7.54465,7.84789 -8.17408,12.7322 -0.19463,1.51036 -1.74347,4.21036 -3.44186,6 -1.69839,1.78964 -3.77061,4.60389 -4.60492,6.25389 -2.04688,4.04804 -5.83246,7.44177 -9.32627,8.36089 -1.99065,0.52368 -3.65312,2.14374 -5.3807,5.24345 -1.375,2.46709 -3.8275,6.20085 -5.45,8.29724 -3.45168,4.45983 -3.88819,9.46225 -1.09501,12.54868 2.52911,2.79464 3.27569,2.57479 2.77773,-0.81798 z"
+ id="path4812" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -163.55242,410.17963 c 4.13912,-8.21919 4.24811,-9.02496 1.22078,-9.02496 -2.98158,0 -11.25707,8.25972 -10.17611,10.15672 0.87329,1.53257 4.65754,5.84328 5.12964,5.84328 0.17222,0 1.89377,-3.13877 3.82569,-6.97504 z"
+ id="path4810" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -205.4524,414.07252 c 2.17458,-2.04292 2.18646,-2.18896 0.63043,-7.75 -1.7736,-6.33861 -2.49723,-7.13059 -6.53526,-7.15254 -3.15901,-0.0172 -3.19147,-0.59429 0.60365,10.73469 1.15154,3.4375 2.31671,6.25 2.58927,6.25 0.27256,0 1.49291,-0.93697 2.71191,-2.08215 z"
+ id="path4808" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -184.28985,413.52438 c 2.25733,-0.60494 2.88811,-2.8174 1.44891,-5.08211 -0.43368,-0.68243 -1.73836,-0.95929 -2.98469,-0.63337 -1.6398,0.42882 -2.21422,1.32705 -2.21422,3.4624 0,3.06244 0.22514,3.19771 3.75,2.25308 z"
+ id="path4806" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 58.460155,409.21812 c 1.65,-0.4861 4.29875,-1.17319 5.88611,-1.52685 l 2.88611,-0.64303 -2.73332,-2.85296 c -2.72345,-2.84267 -2.7494,-2.84749 -7.1903,-1.33432 -2.45135,0.83526 -4.64443,1.33121 -4.87352,1.10212 -0.22909,-0.22909 0.32698,-2.74151 1.2357,-5.58317 1.57339,-4.92012 1.56358,-5.26459 -0.20565,-7.21957 -1.02183,-1.12911 -2.2277,-1.6831 -2.67972,-1.23108 -0.79021,0.79021 -7.82541,20.8682 -7.82541,22.33321 0,0.66758 8.70174,-1.04152 15.5,-3.04435 z"
+ id="path4804" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 615.70688,410.90467 c 1.15244,-1.2375 3.89674,-7.4885 6.09844,-13.89111 4.3706,-12.70987 7.07867,-18.61883 10.81994,-23.60889 1.34017,-1.7875 2.07627,-3.24976 1.63578,-3.24946 -1.45638,9.8e-4 -30.41874,5.78392 -30.77719,6.14531 -0.1932,0.19478 1.12061,2.85251 2.91959,5.90607 5.28786,8.97555 7.24433,18.24567 5.63464,26.69808 -0.93608,4.91528 0.31749,5.59865 3.6688,2 z"
+ id="path4802" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 45.024535,402.40467 c 1.77612,-5.3625 3.44584,-10.33717 3.71049,-11.05482 0.7234,-1.96166 -14.66535,7.20056 -16.16239,9.62283 -0.51415,0.83191 7.40115,11.17549 8.55506,11.17961 0.36714,0.001 2.12072,-4.38512 3.89684,-9.74762 z"
+ id="path4800" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -194.97163,402.79562 c -0.6263,-1.70457 -1.75138,-2.20384 -5.51975,-2.44951 l -4.73311,-0.30856 0.71972,3.30856 c 0.39585,1.81971 1.11004,4.34416 1.58709,5.60989 l 0.86736,2.30133 3.93267,-3.16038 c 3.21279,-2.58187 3.78867,-3.55229 3.14602,-5.30133 z"
+ id="path4798" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -155.92491,392.79878 c 10.51314,-5.07662 19.34532,-7.5171 38.38506,-10.60646 17.03653,-2.76432 19.173375,-3.50802 21.178645,-7.37094 5.50127,-10.59758 0.18254,-35.87812 -9.533585,-45.31431 -4.56594,-4.43438 -6.52486,-4.82498 -14.23621,-2.83866 -15.95673,4.1102 -32.23752,13.50925 -43.93103,25.36178 -12.07896,12.24323 -16.91698,23.31547 -16.96046,38.81546 -0.0175,6.23916 1.29386,9.05453 2.47868,5.3215 1.20402,-3.79354 13.15569,-14.80788 19.59546,-18.05867 3.44542,-1.73924 13.27182,-5.15307 21.83645,-7.58629 16.16931,-4.59372 26.01217,-8.61293 32.04645,-13.08577 l 3.5256,-2.61332 -3,3.23584 c -5.5957,6.03557 -11.15201,8.50568 -31.91902,14.18989 -6.00545,1.64378 -14.23574,4.36944 -18.28951,6.05703 -13.1502,5.47444 -22.00954,16.02454 -23.62451,28.13313 l -0.63811,4.78432 6.85052,-6.94632 c 5.4273,-5.50321 8.80028,-7.88783 16.23557,-11.47821 z"
+ id="path4796" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -130.53985,342.15467 c 0.33992,-0.55 1.04148,-1 1.55902,-1 0.51754,0 0.94098,0.45 0.94098,1 0,0.55 -0.70156,1 -1.55902,1 -0.85746,0 -1.2809,-0.45 -0.94098,-1 z"
+ id="path4794" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 324.21357,401.90467 c 7.344,-9.31751 14.74658,-19.77902 14.74658,-20.84024 0,-1.41296 -10.07104,-6.90976 -12.6598,-6.90976 -4.30303,0 -17.01445,3.74755 -23.98317,7.07066 -3.37863,1.61114 -6.31834,2.92934 -6.53269,2.92934 -0.21434,0 -0.21164,-3.15152 0.006,-7.00338 0.21765,-3.85185 0.0974,-8.99248 -0.26713,-11.42361 l -0.66286,-4.42023 -4.02824,4.37013 c -2.21553,2.40357 -7.57612,6.7974 -11.9124,9.76406 l -7.88416,5.39393 3.21222,3.04049 c 3.54154,3.3522 14.1801,10.97307 22.71222,16.26976 4.72146,2.93106 19.04697,10.90471 19.73131,10.98254 0.12723,0.0145 3.51218,-4.13619 7.52211,-9.22369 z"
+ id="path4792" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 207.71015,407.40467 c 1.08333,-1.08333 3.27381,-1.75 5.75,-1.75 3.91667,0 4.01042,-0.0833 4.5,-4 0.39943,-3.19542 0.9508,-4.06404 2.7412,-4.3184 2.64922,-0.37636 5.2588,-3.74533 5.2588,-6.7891 0,-1.20316 1.10905,-2.88916 2.5,-3.80054 2.6293,-1.72278 3.52633,-6.83962 1.42656,-8.13735 -0.67145,-0.41498 -0.29695,-1.2073 1,-2.11572 2.5091,-1.75745 2.6482,-4.0463 0.39707,-6.53378 -1.28514,-1.42006 -1.40183,-2.12691 -0.5,-3.02874 1.63915,-1.63915 1.46701,-4.34288 -0.39506,-6.20494 -2.16036,-2.16036 -2.74309,-2.00186 -4.67709,1.27213 -1.13328,1.9185 -1.66333,4.97998 -1.62933,9.41074 0.0811,10.57319 -4.46784,18.58686 -14.09031,24.82201 -3.53898,2.29318 -5.27089,4.2611 -6.43677,7.31394 -0.87729,2.29714 -1.59507,4.49907 -1.59507,4.89318 0,1.40888 4.03242,0.68415 5.75,-1.03343 z"
+ id="path4790" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 432.12682,408.34646 c 0.53054,-1.28637 9.49712,-7.15088 13.59438,-8.89128 2.05642,-0.8735 5.67945,-2.09381 8.05118,-2.7118 l 4.31223,-1.1236 -6.40426,-5.65758 -6.40426,-5.65757 -5.90797,2.99943 c -8.73282,4.43358 -14.81029,2.7091 -19.02866,-5.39939 -1.14715,-2.20501 -2.12545,-2.75 -4.93654,-2.75 -4.48176,0 -14.4547,-3.35117 -19.5555,-6.57116 -2.17542,-1.37329 -5.78125,-4.32282 -8.01294,-6.55451 l -4.05764,-4.05764 -1.65834,2.33152 c -0.91209,1.28233 -2.81388,4.13607 -4.2262,6.34165 l -2.56786,4.01014 10.06786,0.0672 c 9.02773,0.0603 10.86041,0.40229 17.73944,3.31067 9.933,4.19957 19.09404,12.40641 23.59862,21.14062 1.77639,3.44434 3.22979,7.09922 3.22979,8.12196 0,1.85009 1.53087,2.59291 2.16667,1.05133 z"
+ id="path4788" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -185.10433,404.73236 c 0.66053,-0.79588 1.04477,-3.54853 0.87244,-6.25 -0.29487,-4.62248 -0.44371,-4.84083 -3.50169,-5.13685 -2.68657,-0.26007 -3.44085,0.16873 -4.75,2.70034 -1.95114,3.77309 -1.95107,5.10015 4.3e-4,7.88631 1.76113,2.51437 5.6098,2.93174 7.37882,0.8002 z"
+ id="path4786" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -119.80925,394.2186 c -0.14818,-4.08984 -0.45807,-7.62473 -0.68865,-7.85531 -0.68121,-0.68122 -12.04499,0.8645 -13.60709,1.85086 -1.21095,0.76463 -1.09233,1.5099 0.7601,4.77575 1.25718,2.21642 1.96292,4.75704 1.65185,5.94657 -0.45646,1.74552 -0.009,2.14585 2.80504,2.5094 1.84148,0.2379 4.69815,0.38221 6.34815,0.32067 l 3,-0.11187 -0.2694,-7.43607 z"
+ id="path4784" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -134.03985,399.72206 c 0,-0.78794 -0.9,-1.71826 -2,-2.06739 -2.29008,-0.72684 -2.66667,-3.0302 -0.62361,-3.81419 0.85871,-0.32952 1.19701,-1.46661 0.89944,-3.02323 l -0.47696,-2.49505 -5.14943,1.50702 c -2.83219,0.82887 -5.43501,1.80367 -5.78403,2.16624 -0.34902,0.36257 0.19502,2.57171 1.209,4.90921 1.81934,4.19413 1.90985,4.25 6.88458,4.25 3.70884,0 5.04101,-0.37859 5.04101,-1.43261 z"
+ id="path4782" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -147.48903,396.9377 c -1.75886,-4.18308 -2.69583,-4.39153 -7.52921,-1.67502 -6.02473,3.38609 -5.27667,4.89199 2.43012,4.89199 l 6.45172,0 -1.35263,-3.21697 z"
+ id="path4780" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -196.44744,390.96 c -1.15083,-1.48207 -2.42233,-2.71957 -2.82556,-2.75 -0.40324,-0.0304 -1.86034,2.16906 -3.23801,4.88776 l -2.50485,4.94309 4.238,0.30691 c 3.70595,0.26838 4.37516,-0.007 5.33042,-2.19309 0.90467,-2.07036 0.73282,-2.9631 -1,-5.19467 z"
+ id="path4778" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -203.28529,391.95881 2.45298,-5.69587 -2.85377,-4.03278 c -1.56957,-2.21803 -3.14928,-4.0424 -3.51045,-4.05414 -0.62201,-0.0202 -5.87006,11.99367 -7.27474,16.6534 -0.52107,1.72855 -0.18502,2.26906 1.63793,2.63441 5.73903,1.15022 6.99334,0.42704 9.54805,-5.50502 z"
+ id="path4776" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -212.8013,387.15467 c 2.12474,-5.225 4.11343,-10.0625 4.4193,-10.75 0.30587,-0.6875 0.17048,-1.25307 -0.30086,-1.25683 -0.47135,-0.004 -1.9275,-1.57876 -3.23588,-3.5 -1.3084,-1.92124 -2.73857,-3.49317 -3.17815,-3.49317 -0.43959,0 -1.76224,2.5875 -2.93922,5.75 -2.96445,7.96538 -7.22083,17.36623 -7.66274,16.92432 -0.33794,-0.33794 1.46383,-5.34907 3.6582,-10.17432 0.50024,-1.1 2.01099,-4.6909 3.35721,-7.97978 l 2.44768,-5.97978 -3.15204,-3.88096 c -1.73362,-2.13453 -3.91058,-4.83932 -4.83769,-6.01065 -1.64584,-2.07937 -1.84459,-1.79317 -8.41291,12.11451 -3.69998,7.83431 -6.89766,14.07377 -7.10595,13.86549 -0.20828,-0.20829 2.55735,-6.76785 6.14585,-14.57681 l 6.52456,-14.1981 -4.17981,-5.92696 c -2.29889,-3.25983 -4.52016,-5.92696 -4.93615,-5.92696 -0.41599,0 -1.6149,1.9125 -2.66425,4.25 -3.89684,8.68054 -11.53138,23.73765 -11.86616,23.40286 -0.25406,-0.25405 10.7747,-23.86935 13.41838,-28.73207 0.1732,-0.31857 -1.56247,-2.71202 -3.85702,-5.31877 -4.97261,-5.64918 -4.74979,-5.78381 -11.41631,6.89798 -20.63372,39.25173 -25.43322,48.93136 -24.65017,49.71441 0.48612,0.48611 3.98874,0.74924 7.78362,0.58472 l 6.89977,-0.29913 5.0011,-10.20309 c 5.09754,-10.39984 8.00201,-14.91074 5.11284,-7.94068 -0.87916,2.12093 -1.30692,4.32796 -0.95059,4.90451 0.35633,0.57655 0.18971,0.76512 -0.37025,0.41904 -0.93042,-0.57502 -7.97936,13.0039 -7.1472,13.76819 0.19597,0.17998 3.57425,0.50251 7.50731,0.71673 l 7.151,0.38949 2.64655,-5.39621 c 1.4556,-2.96791 2.83472,-5.20803 3.06472,-4.97804 0.22999,0.22999 -0.71232,2.6461 -2.09403,5.36912 l -2.5122,4.95094 4.79648,0.66239 c 9.35608,1.29208 11.89494,1.0199 13.17459,-1.41239 0.83102,-1.57957 1.01545,-1.67788 0.61894,-0.32995 -0.75591,2.56973 1.1766,3.65653 5.94062,3.34086 l 3.93767,-0.26091 3.86319,-9.5 z"
+ id="path4774" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 482.77698,394.09224 5.76041,-3.16681 4.37441,-11.13538 c 2.40592,-6.12446 6.08296,-15.36631 8.17119,-20.53744 l 3.79679,-9.40207 -1.91314,-2.68675 c -1.05222,-1.47771 -2.60418,-3.26027 -3.4488,-3.96124 -0.84462,-0.70097 -1.24348,-1.78601 -0.88635,-2.41119 0.35712,-0.62518 0.27618,-0.79821 -0.17986,-0.38451 -1.14466,1.03838 -4.59462,-2.25596 -3.80757,-3.63583 0.35021,-0.61399 0.26048,-0.77473 -0.1994,-0.3572 -0.45987,0.41753 -1.81817,-0.16343 -3.01844,-1.29102 l -2.1823,-2.05017 -1.71786,2.6218 c -0.94483,1.44198 -1.96152,4.12323 -2.25931,5.95832 -0.47452,2.92412 0.0207,3.93755 4.00667,8.19884 l 4.54812,4.8623 -3.93787,6.19352 c -4.80788,7.5619 -19.89932,23.24726 -22.36701,23.24726 -0.98586,0 -3.32264,-1.3435 -5.19283,-2.98555 -4.54444,-3.99007 -7.39609,-4.56744 -11.93076,-2.4156 l -3.73658,1.77313 7.40183,6.77261 c 8.84937,8.0971 10.99415,9.26254 17.77296,9.65759 4.28506,0.24973 6.18537,-0.24761 10.9457,-2.86461 z"
+ id="path4772" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 208.46873,394.28969 c 4.54588,-2.06515 10.07723,-7.89947 12.11652,-12.78017 1.78141,-4.26354 1.76486,-13.70468 -0.0301,-17.15451 -4.48149,-8.61329 -16.52654,-12.63386 -25.99594,-8.67729 -8.90175,3.71939 -15.64764,15.31106 -14.13181,24.28315 2.20467,13.04935 15.68968,19.94005 28.04132,14.32882 z"
+ id="path4770" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 195.40505,388.09658 c -6.67398,-1.9619 -10.2805,-9.47042 -7.88951,-16.42536 2.67322,-7.77586 9.70725,-12.14884 16.92371,-10.52126 4.25743,0.9602 6.15727,2.40084 8.08684,6.13222 5.55042,10.73334 -5.54172,24.2183 -17.12104,20.8144 z"
+ id="path4768" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 206.53654,382.90407 c 6.41421,-5.87818 5.53927,-14.47131 -1.8414,-18.08516 -3.68737,-1.80547 -3.82237,-1.80035 -8.18244,0.31032 -3.54592,1.71655 -4.7663,3.01827 -6.09746,6.50386 -1.37992,3.61327 -1.4617,4.97154 -0.47865,7.9502 2.32765,7.05285 10.69997,8.72771 16.59995,3.32078 z"
+ id="path4766" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 176.56418,391.40467 c 1.26703,-2.59366 1.86699,-6.21686 1.94567,-11.75 0.0928,-6.52356 0.59882,-8.94822 2.74204,-13.13785 3.11778,-6.09471 9.18416,-11.58894 14.58116,-13.20592 4.7769,-1.4312 7.0937,-5.6356 4.97493,-9.02828 -2.0523,-3.28626 -4.11332,-3.52061 -6.50535,-0.73971 -1.7737,2.06204 -2.77862,2.41524 -5.5789,1.96082 -4.02414,-0.65303 -6.76358,1.46218 -6.76358,5.22237 0,1.86054 -0.5327,2.42857 -2.27749,2.42857 -1.25263,0 -3.32866,0.73626 -4.61341,1.63614 -1.9604,1.37312 -2.25261,2.25728 -1.81767,5.5 0.41178,3.07001 0.19444,3.86386 -1.05785,3.86386 -2.25147,0 -5.23358,2.97478 -5.23358,5.22073 0,1.05091 0.48587,2.8186 1.0797,3.9282 0.83458,1.55941 0.72106,2.41375 -0.5,3.763 -2.39593,2.64747 -1.90777,4.91796 1.50338,6.9924 1.82958,1.11263 2.64273,2.14709 2,2.54432 -1.45715,0.90057 -1.37833,5.8561 0.11692,7.35135 2.0391,2.0391 3.49865,1.35039 5.40403,-2.55 z"
+ id="path4764" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 693.95953,377.58617 c 8e-4,-6.59406 -2.4117,-14.57965 -5.52078,-18.27461 l -2.4722,-2.93795 -7.5639,2.52247 -7.56386,2.52248 2.44652,2.61805 c 5.02034,5.3723 7.64074,13.26605 7.79394,23.47796 l 0.099,6.56972 6.3906,-5.71481 c 6.26158,-5.59945 6.39058,-5.81713 6.39108,-10.78331 z"
+ id="path4762" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 120.36595,388.57357 3.82932,-4.5811 -3.36756,-3.60574 c -6.54499,-7.00791 -6.85656,-7.16312 -14.45089,-7.19879 -7.840075,-0.0368 -8.807405,0.36811 -7.356345,3.07943 1.029175,1.92305 16.032385,16.82678 16.977915,16.86535 0.29603,0.0121 2.26143,-2.03954 4.36756,-4.55915 z"
+ id="path4760" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -189.9327,389.29768 c 0.6844,-10.49386 0.89556,-10.20536 -5.19537,-7.098 l -4.00855,2.045 3.09377,3.9062 c 3.12148,3.94119 5.89397,4.46155 6.11015,1.1468 z"
+ id="path4758" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 49.786965,386.83779 c 5.32026,-2.92428 12.26836,-6.35466 15.44023,-7.62306 3.17187,-1.26839 6.03616,-2.74163 6.36509,-3.27385 0.32893,-0.53222 1.65929,-7.11434 2.95636,-14.62694 1.29708,-7.5126 3.88262,-22.20548 5.74566,-32.65085 3.08696,-17.30737 3.24451,-19.10036 1.7766,-20.2182 -2.41755,-1.841 -2.92805,-1.5896 -3.97956,1.95978 -0.52956,1.7875 -2.85154,7.975 -5.15996,13.75 -2.4619,6.15896 -5.39978,16.28805 -7.10607,24.5 -5.06436,24.37354 -6.07669,28.5 -6.99176,28.5 -2.04426,0 -61.5220402,-8.11021 -63.1651902,-8.61301 -1.09173,-0.33407 -1.60546,-1.20052 -1.31488,-2.21764 0.26229,-0.91814 2.11718,-7.96935 4.12197,-15.66935 2.00478998,-7.7 4.55655,-17.375 5.67059,-21.5 1.11404,-4.125 3.72013,-13.87545 5.79131,-21.66766 l 3.7657902,-14.16766 -5.8384602,-0.33234 -5.83846,-0.33234 -5.40967,15.5 c -2.97532,8.525 -7.7592898,22.31472 -10.6310298,30.64381 l -5.22136,15.14382 4.59673,5.64355 c 5.2968598,6.50311 8.1191698,11.61312 11.0842098,20.06882 l 2.10394,6 13.9555502,2.14264 c 7.67556,1.17846 16.20556,2.59063 18.95556,3.13816 7.87151,1.56724 8.12253,1.51112 18.32681,-4.09768 z"
+ id="path4756" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -183.66485,388.02967 c 1.01897,-5.09484 0.72393,-7.62306 -0.96524,-8.27126 -0.87464,-0.33562 -1.99964,-0.35721 -2.5,-0.048 -1.04301,0.64462 -1.24888,9.77178 -0.24309,10.77756 1.52683,1.52684 3.12291,0.46876 3.70833,-2.45833 z"
+ id="path4754" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 811.70053,386.52689 c 1.7942,-0.48086 2.1382,-1.12548 1.727,-3.23634 -0.4817,-2.47294 -0.4522,-2.49679 0.4774,-0.38588 1.1372,2.5826 1.0876,2.56838 4.471,1.28201 1.8216,-0.69258 2.3823,-1.47498 1.9708,-2.75 -0.4182,-1.29539 -0.3188,-1.42483 0.3639,-0.47402 1.1498,1.60128 6.167,0.57058 6.9325,-1.42416 0.2867,-0.74734 0.049,-2.71444 -0.5288,-4.37132 -1.4482,-4.15437 -0.5088,-3.79697 1.2814,0.48749 1.6639,3.98248 2.4488,4.22397 5.5544,1.70916 2.1427,-1.73501 2.1613,-1.91127 0.5977,-5.65354 -2.1594,-5.16814 -1.3853,-5.65069 0.9077,-0.56582 0.9946,2.20561 1.9438,4.0102 2.1094,4.0102 1.565,0 5.3735,-2.5958 5.0298,-3.42812 -0.2435,-0.58953 -0.7528,-1.97188 -1.1318,-3.07188 -0.5999,-1.74136 -0.4435,-1.70032 1.2092,0.31736 1.6924,2.06611 2.1904,2.18423 4.5931,1.08948 1.4822,-0.67533 2.6949,-1.66336 2.6949,-2.19563 0,-1.41535 -6.0229,-11.71121 -6.8509,-11.71121 -0.3872,0 -1.703,0.69967 -2.9239,1.55483 -2.0855,1.46071 -2.1292,1.73011 -0.7225,4.45034 2.1697,4.19578 1.8307,5.05394 -0.4917,1.24483 -2.2138,-3.63081 -2.821,-3.84065 -5.4824,-1.89461 -1.2285,0.89836 -1.6293,1.99425 -1.1886,3.25 0.6382,1.81845 0.608,1.82141 -0.7498,0.0735 -1.3227,-1.70273 -1.6164,-1.71675 -4.5192,-0.21563 -2.6978,1.39508 -2.9607,1.87422 -2.0068,3.65672 0.6038,1.12821 0.8775,2.27165 0.6081,2.541 -0.2693,0.26934 -0.7861,-0.4442 -1.1484,-1.58565 -0.7608,-2.39724 -1.4559,-2.51912 -5.0436,-0.88445 -2.5721,1.17195 -2.6363,1.5649 -1.0301,6.30909 0.3724,1.1 -0.086,0.65 -1.0185,-1 -0.9326,-1.65 -1.8227,-3.14896 -1.978,-3.33102 -0.2393,-0.28047 -4.2804,1.53705 -5.2774,2.37354 -0.1781,0.14939 0.4176,1.70526 1.3237,3.45748 0.9061,1.75222 1.4157,3.41768 1.1323,3.70102 -0.2833,0.28333 -1.2074,-1.1417 -2.0535,-3.16673 -1.3127,-3.14159 -1.8716,-3.57945 -3.8086,-2.98386 -3.1736,0.9758 -3.241,1.12076 -1.8952,4.07457 0.6599,1.4484 0.9601,2.87327 0.6669,3.16638 -0.2931,0.29312 -1.0385,-0.9176 -1.6566,-2.69048 -0.7673,-2.20104 -1.5911,-3.04405 -2.5974,-2.65789 -0.8105,0.31104 -2.5569,0.83738 -3.8808,1.16966 -3.4001,0.85338 -3.0054,1.81376 1.5987,3.88992 2.2031,0.99349 4.5082,2.41184 5.1224,3.15188 1.4042,1.69192 2.8963,1.74808 2.5379,0.0955 -0.1491,-0.6875 0.1769,-0.2375 0.7244,1 1.0939,2.47225 1.1292,2.48542 4.3499,1.62222 z"
+ id="path4752" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 440.63355,382.48537 c 2.65463,-2.01812 6.48864,-4.99797 8.52003,-6.6219 3.03053,-2.42267 4.2923,-2.84026 7.03014,-2.32664 3.05062,0.5723 3.76868,0.17549 8.3747,-4.62809 11.70368,-12.20566 19.18215,-22.15371 17.45607,-23.22049 -2.14351,-1.32476 -0.90299,-4.57264 5.17822,-13.55751 l 6.23256,-9.20847 -3.98256,-3.44431 c -2.19041,-1.89437 -8.70756,-6.61143 -14.48256,-10.48237 -13.35111,-8.94913 -17.54129,-12.99622 -19.42067,-18.7575 -1.41092,-4.32517 -1.4021,-4.44256 0.15641,-2.08342 4.53593,6.86608 18.50707,17.91065 24.25332,19.1729 4.3633,0.95847 -2.33106,-14.90472 -9.67686,-22.93063 l -4.8122,-5.25774 -6.5,0.96562 c -3.575,0.53109 -17.71747,2.14888 -31.42771,3.59509 -24.85264,2.62157 -29.45017,3.73175 -29.54087,7.13333 -0.0531,1.99208 -3.04728,4.32143 -5.55481,4.32143 -1.69046,0 -3.26409,1.28421 -5.42857,4.43018 -1.67642,2.43659 -3.04804,5.03649 -3.04804,5.77754 0,0.74105 2.75592,3.77322 6.12426,6.73816 6.83697,6.01815 9.82087,11.41927 9.85378,17.83624 0.0271,5.29097 -1.18409,8.20861 -8.35722,20.13117 l -5.66345,9.4133 4.85961,4.68404 c 6.20671,5.98247 14.80517,10.21056 21.97363,10.80503 l 5.54265,0.45964 -2.33405,-3.88765 c -4.30147,-7.16463 -8.90245,-12.13077 -13.21779,-14.26681 -2.60063,-1.28729 -3.52207,-2.11957 -2.34714,-2.12005 2.74035,-0.001 9.84811,3.60535 12.33359,6.25805 1.15493,1.23264 4.15434,6.40337 6.66535,11.49051 5.64534,11.43707 7.35484,13.25065 12.49018,13.25065 2.97477,0 5.09042,-0.88719 8.75,-3.6693 z"
+ id="path4750" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 417.82872,354.64482 c -1.44728,-0.78637 -2.89151,-2.10755 -3.20939,-2.93594 -1.38194,-3.60125 5.11338,-17.29175 9.25567,-19.50864 1.59296,-0.85253 2.31835,-0.56456 4.0167,1.59454 2.34059,2.97558 5.06845,11.31905 5.06845,15.50244 0,5.95067 -8.49564,8.95312 -15.13143,5.3476 z"
+ id="path4748" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 429.38593,348.56833 c -0.11979,-6.59596 -2.39565,-13.41366 -4.47769,-13.41366 -1.90073,0 -7.94809,10.73572 -7.94809,14.11003 0,2.60761 2.87463,3.9137 8,3.63482 l 4.5,-0.24485 -0.0742,-4.08634 z"
+ id="path4746" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 451.16432,350.866 c -2.48321,-2.65045 -7.18068,-12.47109 -7.1944,-15.04079 -0.008,-1.53923 0.5058,-1.72047 3.24023,-1.14249 4.33667,0.91666 14.47869,6.32254 15.15158,8.07607 0.56184,1.46412 -4.43565,7.80856 -7.40073,9.39543 -1.27881,0.68439 -2.26066,0.35125 -3.79668,-1.28822 z"
+ id="path4744" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 456.78354,346.84266 c 1.79505,-1.91074 1.95547,-2.58987 0.92432,-3.91296 -1.73336,-2.2241 -7.88289,-5.76678 -10.01803,-5.77129 -1.63609,-0.003 -1.6083,0.31851 0.36651,4.24626 2.23537,4.44599 4.74407,7.75 5.88448,7.75 0.36889,0 1.64811,-1.0404 2.84272,-2.31201 z"
+ id="path4742" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 454.13153,324.55278 c -10.43804,-5.20149 -14.11476,-12.02943 -8.17138,-15.17484 3.0566,-1.61764 13.42912,-1.08287 17.59816,0.90729 2.48586,1.18667 2.94083,2.02919 3.17385,5.87734 0.3139,5.18398 -2.62446,10.9921 -5.56097,10.9921 -1.00009,0 -4.16794,-1.17085 -7.03966,-2.60189 z"
+ id="path4740" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 462.83177,322.80936 c 0.61408,-0.73992 1.39207,-2.72316 1.72888,-4.4072 0.75983,-3.79912 -1.98013,-5.92659 -8.84455,-6.86746 -6.00037,-0.82244 -9.75595,0.13379 -9.75595,2.48403 0,2.21476 2.0591,4.15681 8,7.54524 5.075,2.89456 7.24958,3.19983 8.87162,1.24539 z"
+ id="path4738" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 418.96015,322.04741 c 0,-0.73664 2.84389,-1.65989 10,-3.24644 2.41866,-0.53623 2.4892,-0.78352 2.16794,-7.60028 -0.38732,-8.21868 1.25082,-9.56576 2.18408,-1.79602 1.29507,10.78203 1.57757,10.2887 -6.85202,11.96603 -4.125,0.8208 -7.5,1.12532 -7.5,0.67671 z"
+ id="path4736" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -191.8823,379.4535 c 1.81285,-0.52906 2.8076,-3.22123 2.8288,-7.65582 0.0111,-2.32191 -0.3141,-2.72658 -1.73635,-2.16068 -0.9625,0.38297 -4.78185,1.83116 -8.48745,3.2182 -7.06931,2.64611 -7.05,2.60166 -3.26255,7.50957 1.94077,2.51492 2.10365,2.54696 5.5,1.08207 1.925,-0.83028 4.2459,-1.72728 5.15755,-1.99334 z"
+ id="path4734" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 133.2456,376.39469 c 1.7376,-1.92289 1.70075,-1.99278 -1.375,-2.60793 -3.65458,-0.73092 -13.91045,-0.85493 -13.91045,-0.16821 0,0.25513 1.90206,2.2381 4.2268,4.4066 4.20776,3.92495 4.23817,3.93461 6.75,2.14404 1.38776,-0.98926 3.32665,-2.68779 4.30865,-3.7745 z"
+ id="path4732" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 475.27672,375.40467 c 7.78115,-7.89362 16.20748,-19.59305 15.23957,-21.15916 -1.28808,-2.08416 -3.5446,-1.06952 -5.91389,2.65916 -1.31056,2.0625 -3.43839,4.65 -4.72851,5.75 l -2.34568,2 1.46597,-2.13199 c 0.80628,-1.17259 2.99711,-4.27844 4.86851,-6.90188 3.17636,-4.45283 3.28498,-4.85584 1.63414,-6.06297 -1.57008,-1.14807 -2.27255,-0.62241 -6.26397,4.68736 -2.47256,3.28923 -7.75133,9.45197 -11.73059,13.69496 -6.7961,7.24651 -8.24241,10.21452 -4.97753,10.21452 0.76886,0 4.66886,-3.01757 8.66667,-6.70571 3.9978,-3.68814 5.35624,-4.68361 3.01874,-2.21215 -2.3375,2.47146 -4.25,5.03903 -4.25,5.70571 0,0.66668 -0.6199,1.21215 -1.37756,1.21215 -1.97542,0 -3.94769,2.71002 -3.2657,4.48727 1.05117,2.7393 3.22233,1.59762 9.95983,-5.23727 z"
+ id="path4730" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 314.76523,374.60405 9.30509,-3.2775 -4.30509,-2.94516 c -19.71649,-13.48829 -20.504,-13.93918 -21.50333,-12.31184 -0.55903,0.91035 -0.7775,6.5706 -0.51321,13.29658 l 0.46018,11.71146 3.62564,-1.59802 c 1.9941,-0.87891 7.81293,-3.07289 12.93072,-4.87552 z"
+ id="path4728" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 700.49923,378.99912 3.6534,-2.15555 -0.3565,-8.09445 c -0.2583,-5.86785 -0.9873,-9.38087 -2.6498,-12.77101 l -2.2935,-4.67655 -3.1964,1.27892 c -1.7579,0.7034 -4.0205,1.57032 -5.0279,1.92648 -1.75268,0.61969 -1.74358,0.78998 0.2126,3.95508 2.487,4.0242 5.119,13.74304 5.119,18.90273 0,2.08444 0.1993,3.7899 0.4428,3.7899 0.2436,0 2.0869,-0.97 4.0963,-2.15555 z"
+ id="path4726" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -181.57843,374.50863 c 0.72133,-3.84504 -0.29625,-5.30876 -3.71142,-5.33865 -1.67365,-0.0146 -1.97222,0.89137 -1.97222,5.98469 0,2.9688 0.0272,3 2.61093,3 1.95644,0 2.51249,-0.65979 3.07271,-3.64604 z"
+ id="path4724" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 343.91702,372.0842 c 1.77954,-3.33875 3.07974,-6.19773 2.88933,-6.35328 -0.19041,-0.15555 -5.22691,-3.32671 -11.19223,-7.04703 -5.96531,-3.72032 -14.7364,-9.41134 -19.4913,-12.64672 -4.7549,-3.23537 -8.90766,-5.8825 -9.22837,-5.8825 -1.20386,0 -6.16466,12.16964 -5.30943,13.02487 1.8962,1.8962 36.94118,24.90393 37.9858,24.93844 0.61088,0.0202 2.56667,-2.69502 4.3462,-6.03378 z"
+ id="path4722" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 815.96013,367.5794 c 12.4231,-5.20861 28.3453,-14.00032 37.6904,-20.81137 l 6.7046,-4.88664 -2.9475,-2.45353 c -2.8516,-2.37371 -18.7371,-10.43083 -23.0836,-11.70801 -1.4446,-0.42448 -3.0633,0.13397 -5,1.72504 -12.7449,10.47016 -52.6814,27.30741 -72.9817,30.76908 -7.6584,1.30594 -7.0063,0.71346 -11.2155,10.19022 -0.1834,0.41276 3.6416,0.75313 8.5,0.75638 9.8152,0.007 25.6934,2.148 31.8204,4.29155 3.6562,1.2791 4.6523,1.19295 12,-1.03776 4.4071,-1.33796 12.7379,-4.4137 18.5129,-6.83496 z"
+ id="path4720" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 58.935925,369.40467 c 0.61465,-3.1625 2.26312,-11.42947 3.66326,-18.37105 2.39717,-11.88469 2.45129,-12.8036 0.92765,-15.75 -1.76383,-3.41087 -2.54131,-3.75432 -4.36668,-1.92895 -1.44364,1.44364 -1.46491,1.2105 -0.26981,-2.9566 0.5736,-2 0.5736,-3.2434 0,-3.2434 -0.5116,0 -0.93019,0.27325 -0.93019,0.60721 0,0.90967 -7.15472,36.8599 -7.38353,37.09996 -0.27544,0.28896 -39.84259,-6.59996 -40.25054,-7.0079 -0.18245,-0.18246 0.1179,-1.87693 0.66744,-3.7655 4.55187,-15.64303 6.79655,-29.2531 7.36961,-44.68377 0.5101,-13.7353 0.38129,-16.25 -0.83236,-16.25 -1.52266,0 -1.69245,0.38759 -3.94263,9 -0.79035,3.025 -4.6883302,17.65 -8.6621902,32.5 -3.97386002,14.85 -7.42517,27.91244 -7.66957,29.02765 -0.42178,1.92455 1.07227,2.26294 29.3797002,6.65445 16.40324,2.54473 30.12967,4.66979 30.50317,4.72234 0.37351,0.0526 1.18201,-2.49194 1.79667,-5.65444 z"
+ id="path4718" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 710.36333,374.01683 c 3.1378,-1.42967 4.5968,-5.53316 4.5968,-12.92848 0,-5.02863 -2.9062,-14.93368 -4.3816,-14.93368 -0.2489,0 -2.5615,0.90399 -5.1391,2.00887 -3.7616,1.61243 -4.5391,2.35245 -3.9396,3.75 0.4108,0.95762 1.4388,3.76613 2.2844,6.24113 0.8456,2.475 1.9061,4.65 2.3567,4.83333 1.0294,0.41887 1.0852,3.16667 0.064,3.16667 -0.4152,0 -0.7803,2.025 -0.8114,4.5 -0.061,4.84584 0.6531,5.32888 4.9696,3.36216 z"
+ id="path4716" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -199.83239,371.64787 c 10.95632,-3.95216 10.79254,-3.79998 10.79254,-10.02838 0,-3.00565 -0.191,-5.46482 -0.42444,-5.46482 -0.85366,0 -16.18431,6.29689 -19.84465,8.15097 -3.41887,1.73176 -3.66246,2.11543 -2.62149,4.12909 1.27004,2.45684 3.9368,5.71994 4.67458,5.71994 0.26072,0 3.60127,-1.12806 7.42346,-2.5068 z"
+ id="path4714" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 94.816225,371.17519 c 16.142425,-2.30154 23.839365,-2.49986 34.645345,-0.89267 l 7.58311,1.12784 4.70773,-3.9716 c 2.58926,-2.18438 5.69761,-5.42488 6.90745,-7.20111 2.12289,-3.11672 4.11739,-11.59921 2.99196,-12.72464 -0.3021,-0.3021 -1.86441,0.92264 -3.47182,2.72163 -2.59537,2.90473 -3.63888,3.32351 -9.3212,3.7408 -6.76383,0.49672 -30.3244,-1.14413 -47.898645,-3.33584 -5.775,-0.7202 -10.57146,-1.23644 -10.65879,-1.1472 -0.19759,0.20192 -4.34121,23.32311 -4.34121,24.22374 0,0.36044 1.05405,0.3908 2.34233,0.0675 1.28828,-0.32334 8.71946,-1.49712 16.51374,-2.60841 z"
+ id="path4712" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 718.79743,371.06154 c 2.4976,-0.87067 3.3642,-1.93911 4.2584,-5.25 1.3603,-5.03665 0.6898,-19.12423 -1.088,-22.86048 -1.2147,-2.55278 -1.4321,-2.62455 -3.8971,-1.28659 -5.4977,2.98411 -5.4199,2.81283 -3.6487,8.0296 1.636,4.8189 2.2392,16.67615 1.0405,20.4531 -0.7433,2.34173 -0.7524,2.33922 3.3349,0.91437 z"
+ id="path4710" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 733.66773,365.26052 c 2.7744,-4.1168 4.2794,-9.26884 4.2868,-14.67435 0.01,-4.64164 -2.2796,-13.07171 -4.2903,-15.82152 -1.2957,-1.77199 -1.5808,-1.70692 -6.3507,1.4494 l -4.994,3.30468 1.417,4.06797 c 1.5927,4.57232 2.1007,15.97308 0.9873,22.15832 l -0.7363,4.09036 3.7044,-0.60214 c 2.7294,-0.44365 4.3022,-1.48925 5.9758,-3.97272 z"
+ id="path4708" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 745.51903,361.89016 c 3.8174,-8.4439 4.0472,-20.5569 0.5397,-28.454 -3.2691,-7.36028 -4.1309,-7.83275 -8.2738,-4.53556 l -3.4604,2.75407 2.0523,4.5 c 1.6048,3.51876 2.0557,6.57152 2.0678,14 0.015,9.08557 -0.4444,11.05376 -4.2425,18.18211 -0.5266,0.98841 6.0504,1.49694 7.3779,0.57046 0.616,-0.42987 2.3886,-3.58756 3.939,-7.01708 z"
+ id="path4706" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -177.27514,363.49958 c 1.24559,-2.55685 2.14559,-4.76409 2,-4.90497 -0.14559,-0.14088 -2.85221,-0.92979 -6.01471,-1.75311 l -5.75,-1.49697 0,5.73841 c 0,3.15612 0.3,6.0384 0.66667,6.40506 0.36666,0.36667 2.05416,0.66526 3.75,0.66354 2.67634,-0.003 3.38226,-0.61676 5.34804,-4.65196 z"
+ id="path4704" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 854.98243,365.33767 c 1.9554,-1.58338 2.0896,-2.12984 1.0437,-4.25 l -1.2002,-2.433 1.8627,2.30472 1.8627,2.30472 2.7031,-2.12633 2.7032,-2.12634 -2.9143,-4.2359 c -4.2651,-6.19912 -5.3292,-6.89485 -8.2303,-5.38148 -3.204,1.67139 -7.8529,5.37035 -7.8529,6.24826 0,1.14848 6.4123,11.51235 7.1228,11.51235 0.3606,0 1.6654,-0.81765 2.8995,-1.817 z"
+ id="path4702" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 850.96013,353.15467 c -0.5887,-1.1 -0.8454,-2 -0.5704,-2 0.275,0 0.9817,0.9 1.5704,2 0.5887,1.1 0.8454,2 0.5704,2 -0.275,0 -0.9817,-0.9 -1.5704,-2 z"
+ id="path4700" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -206.70746,362.08827 c 3.94218,-1.68651 9.52243,-4.04901 12.40054,-5.25 l 5.23294,-2.1836 0.0171,-14.85699 c 0.0132,-11.47053 -0.26785,-14.75183 -1.23293,-14.39566 -6.15228,2.2706 -11.97427,3.84456 -12.98034,3.5092 -0.67178,-0.22392 2.14272,-1.51145 6.25446,-2.86117 l 7.47588,-2.45402 0.30226,-5.22068 c 0.1662,-2.87137 -0.0459,-5.22068 -0.4714,-5.22068 -0.42549,0 -5.06151,1.32188 -10.30226,2.93751 -5.24075,1.61563 -16.72863,5.03876 -25.52863,7.60697 -8.8,2.56821 -16.34565,4.87792 -16.7681,5.1327 -0.42246,0.25478 0.12674,1.71993 1.22045,3.2559 1.09371,1.53597 1.88936,2.96688 1.76811,3.1798 -0.12125,0.21292 -0.0358,0.27748 0.18985,0.14348 0.22566,-0.134 1.05142,0.67168 1.835,1.79041 0.99473,1.42017 2.0781,1.85118 3.5897,1.42813 1.57166,-0.43986 1.78358,-0.34224 0.77327,0.3562 -1.15189,0.79631 -1.00649,1.50311 0.84378,4.10157 1.22952,1.72671 2.34869,3.91074 2.48705,4.8534 0.13835,0.94266 0.49891,1.48893 0.80123,1.21393 0.30233,-0.275 1.40992,0.2785 2.46133,1.23001 1.82452,1.65117 2.50147,1.52017 14.85498,-2.87468 13.71611,-4.87961 19.11079,-6.33921 16.44334,-4.44895 -0.825,0.58463 -4.425,1.99776 -8,3.1403 -3.575,1.14254 -9.74391,3.21331 -13.7087,4.60173 l -7.20872,2.52438 4.70872,5.90542 c 2.58979,3.24798 4.85828,5.9091 5.0411,5.9136 0.18281,0.005 3.5578,-1.37169 7.49999,-3.05821 z"
+ id="path4698" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -193.03985,341.76166 c 0,-0.21616 0.69837,-0.661 1.55194,-0.98855 0.88992,-0.34149 1.29132,-0.17385 0.94098,0.39301 -0.58726,0.95021 -2.49292,1.40545 -2.49292,0.59554 z"
+ id="path4696" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -230.03984,337.15467 c 0.825,-0.53316 2.175,-0.94464 3,-0.9144 0.98906,0.0362 0.81874,0.34772 -0.5,0.9144 -2.74908,1.18132 -4.32797,1.18132 -2.5,0 z"
+ id="path4694" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -211.12001,331.08477 c 2.9809,-1.05807 5.59279,-1.7508 5.80419,-1.5394 0.46649,0.46649 -8.64197,3.63918 -10.15216,3.53623 -0.58952,-0.0402 1.36707,-0.93876 4.34797,-1.99683 z"
+ id="path4692" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 230.93695,346.57997 c 4.41276,-9.11609 8.0232,-16.96076 8.0232,-17.43261 0,-0.84951 -3.92951,-2.49124 -4.3897,-1.834 -0.45479,0.64955 -7.94716,16.37158 -11.33589,23.78732 -2.94823,6.45177 -3.23792,7.75365 -2.16951,9.75 0.67818,1.26719 1.37158,2.30399 1.54088,2.30399 0.1693,0 3.91826,-7.45862 8.33102,-16.5747 z"
+ id="path4690" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 349.98027,358.84208 c 4.1207,-9.31552 6.5851,-24.68741 3.95784,-24.68741 -0.92582,0 -15.97796,21.96427 -15.97796,23.31524 0,0.6866 8.15828,5.66183 9.30623,5.6753 0.44343,0.005 1.66468,-1.93121 2.71389,-4.30313 z"
+ id="path4688" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 566.96015,357.67973 c 5.225,-1.3118 21.56025,-4.24458 36.30054,-6.51727 14.7403,-2.2727 28.6594,-4.78802 30.93133,-5.5896 8.34013,-2.94257 17.20529,-11.53722 22.07089,-21.39743 2.83269,-5.74047 3.18681,-7.39378 3.10578,-14.5 -0.15046,-13.19538 -5.76564,-22.67315 -17.59731,-29.70222 -6.22354,-3.69733 -7.85488,-4.2079 -14.6571,-4.58732 -6.11602,-0.34114 -8.78892,10e-4 -13.30122,1.70427 -12.26413,4.62846 -20.14703,15.55441 -20.14703,27.92444 0,17.81574 10.42431,29.4579 24.8575,27.76157 11.10376,-1.30503 23.38506,-10.00441 25.56831,-18.11115 1.44068,-5.34949 0.38312,-12.13403 -2.59229,-16.63018 -4.52821,-6.84259 -17.99792,-8.93916 -27.12957,-4.22274 -5.13373,2.65153 -8.37176,8.31969 -8.39338,14.69257 -0.0142,4.19329 0.44392,5.31037 3.38355,8.25 2.51643,2.51643 4.27058,3.39903 6.75,3.39626 4.60644,-0.005 9.16623,-3.03555 11.28459,-7.49967 1.71895,-3.62242 1.71335,-3.82185 -0.17893,-6.36806 -2.40545,-3.23672 -7.1085,-4.05027 -8.9394,-1.54636 -1.43254,1.95912 -0.14905,4.41783 2.30618,4.41783 0.75766,0 1.37756,0.45 1.37756,1 0,1.40089 -4.34908,1.25092 -5.8,-0.2 -1.9093,-1.9093 -1.3954,-5.54973 1.02251,-7.2433 5.55085,-3.88797 13.77749,-0.0381 13.77749,6.44751 0,7.24157 -6.10083,12.98536 -13.79966,12.99205 -8.57111,0.007 -13.22134,-5.16115 -13.17838,-14.64739 0.0496,-10.94148 7.02105,-17.99836 18.83924,-19.07 10.15481,-0.92081 18.93263,3.51428 23.19821,11.72113 1.77862,3.42203 1.59345,13.70121 -0.32767,18.18961 -2.37992,5.56032 -9.14202,12.29647 -15.00469,14.94712 -5.03067,2.27448 -5.94089,2.3478 -24.22705,1.95163 -40.35014,-0.8742 -42.47415,-0.79498 -48.25,1.79958 -2.8875,1.29709 -5.25,2.77949 -5.25,3.29422 0,0.51473 -0.3842,0.69843 -0.85377,0.40821 -1.75747,-1.08617 -2.91438,3.98681 -2.09348,9.17976 0.47157,2.98319 0.42212,6.57409 -0.1164,8.45181 -1.36981,4.77625 -1.31954,4.82464 3.31365,3.18878 2.3375,-0.82531 8.525,-2.57386 13.75,-3.88566 z"
+ id="path4686" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 50.825835,352.90467 c 3.88546,-17.70591 5.38109,-26.90329 4.50722,-27.71703 -0.48009,-0.44706 -5.71456,-2.0341 -11.63214,-3.52676 l -10.75924,-2.71392 -6.4947,3.85386 c -7.21186,4.2794 -6.49897,2.8763 -11.02429,21.69814 -1.434,5.96436 -2.36816,11.08341 -2.07591,11.37567 0.45941,0.45941 31.07782,6.00212 34.28129,6.20579 0.6777,0.0431 2.01991,-3.80828 3.19777,-9.17575 z"
+ id="path4684" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 31.460155,351.93756 c -3.85,-0.52882 -7.04884,-1.03381 -7.10854,-1.12219 -0.0597,-0.0884 0.64366,-5.5607 1.563,-12.1607 1.90274,-13.65984 0.35322,-12.38116 13.36897,-11.03225 4.94455,0.51244 6.68767,1.06093 6.33042,1.99191 -0.27115,0.70661 -1.29142,6.29226 -2.26726,12.41255 -1.39947,8.77723 -2.10296,11.10079 -3.33042,10.99998 -0.85589,-0.0703 -4.70617,-0.56049 -8.55617,-1.0893 z"
+ id="path4682" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 40.329455,346.8194 c 0.32236,-1.2844 0.88577,-5.5594 1.25201,-9.5 0.5357,-5.76396 0.39343,-7.17638 -0.72771,-7.22434 -0.76648,-0.0328 -3.48207,-0.40401 -6.03464,-0.82493 l -4.64105,-0.76532 -1.18792,7.57493 c -0.65336,4.16621 -1.41873,8.5578 -1.70084,9.75909 -0.44874,1.91086 -0.0322,2.23392 3.32897,2.58189 8.72735,0.90352 9.09784,0.84243 9.71118,-1.60132 z"
+ id="path4680" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 231.22297,325.79217 c -1.36612,-0.48333 -2.80196,-0.48333 -3.26613,0 -0.45557,0.47437 -3.72536,7.14368 -7.2662,14.82067 l -6.43789,13.95818 2.1037,1.74297 c 2.08784,1.72983 2.161,1.62459 9.70402,-13.95817 l 7.60032,-15.70115 -2.43782,-0.8625 z"
+ id="path4678" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 868.60433,355.7843 c 2.6745,-2.30055 2.7062,-2.44584 1.0763,-4.93341 -0.9236,-1.40968 -3.2424,-3.75527 -5.1529,-5.21243 l -3.4735,-2.64938 -2.1577,2.01024 -2.1578,2.01024 3.8607,5.56071 c 2.1234,3.05839 4.1731,5.56604 4.5549,5.57255 0.3819,0.007 1.9343,-1.05481 3.45,-2.35852 z"
+ id="path4676" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -169.44722,352.47923 c 2.14905,-2.5715 3.7052,-4.934 3.45811,-5.25 -0.2471,-0.31601 -4.37589,-1.69956 -9.17509,-3.07456 -12.72413,-3.64554 -11.89905,-4.29798 1.14722,-0.90717 l 11.16531,2.90194 4.08591,-3.49738 c 2.24725,-1.92357 4.45491,-3.49739 4.90591,-3.49739 0.451,0 0.82,-0.38285 0.82,-0.85078 0,-0.94205 -31.76914,-12.71341 -32.45651,-12.02604 -0.23699,0.23699 -0.7378,6.55501 -1.11292,14.04006 l -0.68202,13.60916 6.37572,1.49688 c 3.50665,0.82328 6.64241,1.54949 6.96836,1.6138 0.32595,0.0643 2.35095,-1.98703 4.5,-4.55852 z"
+ id="path4674" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 345.79947,343.07972 8.15858,-12.57495 -1.59256,-4.67388 c -0.8759,-2.57064 -1.96199,-4.90222 -2.41353,-5.18128 -0.45155,-0.27907 -1.86424,1.1829 -3.13932,3.24883 -1.27508,2.06593 -5.81352,8.85693 -10.08541,15.09111 -4.27189,6.23419 -7.76708,11.74013 -7.76708,12.23544 0,1.25053 7.36426,5.87097 8.09037,5.07602 0.3247,-0.35549 4.26173,-6.30507 8.74895,-13.22129 z"
+ id="path4672" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 763.83153,354.61662 c 0.2933,-0.29336 -1.7991,-2.86588 -4.65,-5.71671 -5.9894,-5.98945 -6.9641,-5.71325 -7.9061,2.24032 l -0.6315,5.33241 6.3271,-0.66132 c 3.4799,-0.36372 6.5671,-0.90134 6.8605,-1.1947 z"
+ id="path4670" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 220.45277,338.7067 c 3.76476,-8.00125 6.62875,-14.764 6.36442,-15.02832 -0.26432,-0.26432 -1.53925,-0.60279 -2.83317,-0.75215 -2.12351,-0.24512 -2.96634,1.09161 -8.65598,13.72844 -3.46687,7.7 -6.31792,14.5295 -6.33565,15.17668 -0.0304,1.10863 2.79251,2.29411 4.04156,1.69726 0.31559,-0.1508 3.65406,-6.82066 7.41882,-14.82191 z"
+ id="path4668" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 775.21013,352.08117 c 2.6125,-0.64016 4.75,-1.46492 4.75,-1.83281 0,-1.30358 -9.6289,-10.13141 -10.309,-9.45133 -0.3801,0.38004 -0.691,0.19021 -0.691,-0.42183 0,-1.12193 -10.6284,2.00791 -12.2186,3.59812 -0.4252,0.42518 1.2675,2.77575 3.7615,5.22348 3.727,3.65776 4.7031,4.18391 5.4806,2.95414 0.797,-1.26072 0.9483,-1.21017 0.9612,0.32112 0.011,1.26019 0.5518,1.65729 1.7653,1.29522 0.9625,-0.2872 3.8875,-1.04594 6.5,-1.68611 z"
+ id="path4666" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 767.03903,348.738 c -0.043,-1.05416 0.193,-1.64479 0.5253,-1.3125 0.3323,0.33229 0.3678,1.19479 0.079,1.91667 -0.3192,0.79773 -0.5562,0.56078 -0.6042,-0.60417 z"
+ id="path4664" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 768.03903,344.738 c -0.043,-1.05416 0.193,-1.64479 0.5253,-1.3125 0.3323,0.33229 0.3678,1.19479 0.079,1.91667 -0.3192,0.79773 -0.5562,0.56078 -0.6042,-0.60417 z"
+ id="path4662" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 207.96015,351.08217 c 0,-0.58988 2.92685,-7.41303 6.50411,-15.16256 3.57725,-7.74953 6.38975,-14.18095 6.25,-14.29205 -2.11287,-1.67947 -4.62259,-2.27499 -5.07659,-1.20458 -0.28732,0.67743 -3.4823,7.73145 -7.09996,15.67561 -3.61766,7.94415 -6.57756,14.80665 -6.57756,15.25 0,0.44334 1.35,0.80608 3,0.80608 1.65,0 3,-0.48263 3,-1.0725 z"
+ id="path4660" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -24.944245,348.3333 c -2.59813,-4.85464 -23.05048,-20.17863 -26.93166,-20.17863 -0.54291,0 0.20436,3.33606 1.6606,7.41347 l 2.64771,7.41346 5.51388,1.18169 c 3.03263,0.64993 8.21387,2.42167 11.51387,3.93719 3.3,1.51552 6.14896,2.63624 6.33102,2.49049 0.18206,-0.14575 -0.14888,-1.16171 -0.73542,-2.25767 z"
+ id="path4658" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 145.26338,348.3393 c 4.01374,-3.77072 4.91918,-11.05076 2.50759,-20.16194 -1.22528,-4.62916 -2.16955,-12.13883 -2.45484,-19.52292 -0.59012,-15.27429 -0.7693,-16.03179 -4.09326,-17.30531 -1.5195,-0.58217 -9.87332,-1.24159 -18.56406,-1.46538 l -15.80133,-0.4069 0.30133,3.08879 0.30134,3.0888 13.5,0.55839 c 7.68875,0.31803 14.46854,1.08648 15.75,1.78519 2.20269,1.20099 2.25,1.59983 2.25,18.9691 0,20.00617 -0.42781,21.46042 -6.78661,23.06978 -5.47357,1.38531 -34.216255,0.8888 -36.895665,-0.63735 -3.0895,-1.75973 -3.72103,-4.47967 -3.45839,-14.89495 0.22754,-9.02355 0.19149,-9.17778 -2.6117,-11.17383 l -2.84243,-2.02399 -2.81091,16.98218 c -1.54601,9.3402 -2.57731,17.21579 -2.2918,17.50131 0.50335,0.50334 18.835915,2.64283 37.197505,4.3411 4.95,0.45783 12.45314,0.76104 16.67364,0.6738 6.51024,-0.13457 8.04598,-0.50842 10.12959,-2.46587 z"
+ id="path4656" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -17.672295,340.46578 c 2.41034,-7.70668 2.47698,-8.47186 1.13223,-13 -2.55767,-8.61217 -15.61701,-27.31111 -19.07425,-27.31111 -1.79659,0 -3.39687,6.1829 -3.49412,13.5 l -0.0797,6 -1.82152,-4 c -1.00184,-2.2 -3.08684,-8.5 -4.63332,-14 -1.54648,-5.5 -3.27604,-10.31807 -3.84347,-10.70683 -0.56742,-0.38875 -5.31156,-2.06425 -10.54252,-3.72332 -8.01368,-2.54166 -15.13051,-4.03283 -30.76084,-6.44524 -2.68814,-0.41489 -2.69086,-0.34445 -0.39006,10.11184 2.12096,9.63903 2.57808,9.71501 -8.944135,-1.48665 l -7.58419,-7.3732 -18.91581,-1.41782 c -10.40369,-0.7798 -19.98869,-1.72031 -21.29999,-2.09002 -2.37154,-0.66864 -2.38042,-0.64092 -1.67588,5.22952 0.38957,3.24595 0.96733,7.02672 1.28392,8.40172 0.57052,2.47787 0.55684,2.48337 -1.54526,0.62113 -1.16648,-1.03338 -4.49636,-5.65499 -7.39974,-10.27026 -3.813,-6.06123 -5.97307,-8.53681 -7.77886,-8.91504 -7.42987,-1.55622 -21.95875,-6.89303 -30.99615,-11.38562 -5.65293,-2.81014 -10.47161,-4.91578 -10.70818,-4.67921 -0.23658,0.23657 0.68598,2.63267 2.05011,5.32466 10.06319,19.85876 42.34695,36.50216 88.60449,45.6787 11.82891,2.34661 12.60247,2.38642 15.5,0.79776 2.328455,-1.27665 5.651305,-1.67212 14.049735,-1.67212 13.21485,0 15.82128,1.02929 25.45532,10.0524 3.59957,3.37131 9.24468,7.5953 12.54468,9.38663 7.40411,4.01916 18.46304,12.9589 23.23523,18.78274 1.96754,2.40111 3.91347,4.00849 4.32429,3.57195 0.41082,-0.43655 1.89944,-4.47862 3.30803,-8.98238 z"
+ id="path4654" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 335.59888,338.53312 c 4.3237,-6.39173 8.84783,-13.02923 10.05362,-14.75 1.2058,-1.72078 2.2183,-3.87618 2.25,-4.78979 0.067,-1.93163 -5.66104,-7.08298 -7.31824,-6.5814 -0.9495,0.28737 -18.82047,25.77352 -21.69078,30.93364 -0.76038,1.36699 -0.12538,2.17977 3.31299,4.24054 2.33953,1.40217 4.54111,2.55367 4.89241,2.55887 0.3513,0.005 4.1763,-5.22014 8.5,-11.61186 z"
+ id="path4652" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 783.05863,344.95519 0.8668,-3.30075 -0.4198,3.75 c -0.2309,2.0625 -0.1106,3.75455 0.2674,3.76012 1.5915,0.0235 13.1871,-4.439 13.1871,-5.07491 0,-0.3822 -2.5875,-2.63139 -5.75,-4.99819 -3.1625,-2.36679 -6.0244,-4.70779 -6.3597,-5.20221 -0.3354,-0.49443 -3.5785,0.37548 -7.207,1.93312 l -6.5972,2.83207 5.1483,5.22526 c 2.8316,2.87389 5.3394,5.03423 5.5729,4.80075 0.2335,-0.23349 0.8146,-1.90985 1.2912,-3.72526 z"
+ id="path4650" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 784.11803,338.15467 c 0,-1.375 0.227,-1.9375 0.5044,-1.25 0.2774,0.6875 0.2774,1.8125 0,2.5 -0.2774,0.6875 -0.5044,0.125 -0.5044,-1.25 z"
+ id="path4648" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 323.31221,334.40467 c 3.07119,-4.8125 7.84838,-11.88763 10.61597,-15.72251 2.76758,-3.83488 5.03197,-7.32238 5.03197,-7.75 0,-0.42762 -2.5875,-0.75323 -5.75,-0.72358 l -5.75,0.0539 -4.45072,6.19608 c -2.4479,3.40785 -6.82691,9.62834 -9.73113,13.82331 l -5.28042,7.62722 3.73114,2.56267 c 2.05212,1.40947 4.24145,2.58972 4.86517,2.62278 0.62371,0.0331 3.64683,-3.87739 6.71802,-8.68989 z"
+ id="path4646" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 655.69899,341.0829 c 24.47636,-6.53374 47.00294,-16.58722 61.39414,-27.39979 9.8426,-7.39509 11.8731,-10.87097 11.8576,-20.29868 -0.017,-10.30993 -7.9147,-20.17203 -18.5099,-23.11347 -8.2752,-2.29739 -20.7161,-0.88086 -24.37198,2.77503 -0.9688,0.96881 -2.4954,2.04309 -3.3924,2.3873 -0.897,0.34421 -2.8755,2.55984 -4.3967,4.92361 -2.35444,3.65841 -2.76989,5.36487 -2.79275,11.47084 -0.0215,5.75731 0.38853,7.73103 2.07765,10 4.5792,6.15098 13.58038,8.35118 20.18748,4.93451 5.7655,-2.9815 9.3502,-12.58483 5.798,-15.53293 -1.1478,-0.95258 -1.5341,-0.60563 -2.0768,1.86537 -1.9243,8.76102 -14.12048,9.4403 -16.67068,0.92848 -3.3956,-11.33336 11.17268,-20.11562 22.56348,-13.60205 5.7577,3.2924 7.8951,6.74774 8.3878,13.55978 0.6955,9.61512 -4.763,17.49685 -14.7423,21.28715 -4.7829,1.81661 -7.5232,2.09024 -19.79308,1.97641 -7.83285,-0.0727 -15.32808,0.14058 -16.65606,0.47388 -1.77453,0.44538 -3.11223,2.21484 -5.04694,6.67589 -2.81388,6.48828 -7.23601,12.85916 -11.45672,16.50547 -3.21316,2.77589 -2.16646,2.80099 7.64016,0.1832 z"
+ id="path4644" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 810.10573,338.58088 c 5.9465,-3.01332 6.2645,-2.09604 -3.0702,-8.85724 -6.2304,-4.51274 -3.9943,-4.2675 2.7309,0.2995 l 5.9605,4.04767 0.6166,-3.08307 c 0.3391,-1.69569 0.6166,-5.69766 0.6166,-8.89327 l 0,-5.8102 -6.6986,3.91446 c -7.5133,4.39052 -8.4336,5.55777 -9.4266,11.95594 l -0.6984,4.5 0.111,-4.71747 c 0.061,-2.59461 -0.1579,-4.98637 -0.4866,-5.31503 -0.3286,-0.32866 -3.6459,0.93922 -7.3716,2.81751 l -6.7741,3.41506 5.9225,4.64934 c 3.2573,2.55713 6.2286,4.64962 6.6028,4.64996 0.3743,3.5e-4 0.8755,-1.01187 1.1139,-2.24937 0.3749,-1.94638 0.4517,-1.88225 0.5695,0.47525 0.1559,3.11968 0.7963,3.00762 10.2818,-1.79904 z"
+ id="path4642" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 766.46013,337.9247 c 18.2989,-6.12969 42.23,-18.17259 53.75,-27.04872 2.0625,-1.58915 3.75,-3.34111 3.75,-3.89324 0,-2.08098 -13.5489,1.18728 -28.5,6.87477 -12.1752,4.63152 -43.514,20.17009 -44.18,21.90554 -0.2946,0.76785 -0.2521,2.52613 0.095,3.90728 0.7409,2.95225 1.2297,2.89569 15.0854,-1.74563 z"
+ id="path4640" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 560.27387,333.21615 c 6.45325,-2.12977 16.16563,-2.60981 28.68628,-1.41785 6.875,0.6545 13.1042,1.22743 13.84267,1.27318 0.73847,0.0458 -0.65283,-2.13629 -3.09177,-4.84898 -2.80106,-3.11544 -5.0654,-6.93811 -6.14738,-10.37803 -1.59763,-5.07929 -1.96169,-5.487 -5.40823,-6.05683 -17.64943,-2.91806 -34.82627,4.12603 -44.65867,18.31418 l -2.85879,4.12524 3.28843,3.39279 3.28842,3.3928 4.87164,-3.3511 c 2.67941,-1.84311 6.36373,-3.84354 8.1874,-4.4454 z"
+ id="path4638" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 132.30948,337.21195 c 1.36374,-0.51849 2.75641,-1.81508 3.09482,-2.88131 1.0593,-3.33756 1.53599,-16.33937 0.89793,-24.49125 -0.78852,-10.07405 -1.22022,-10.35764 -16.59208,-10.89935 l -11.75,-0.41407 0,3.27194 0,3.27194 8.07307,-0.20759 c 10.43419,-0.2683 10.92693,0.31236 10.92693,12.87655 0,10.70986 0.29189,10.41586 -10.34124,10.41586 -5.86081,0 -7.38642,-0.33426 -8.31548,-1.82192 -0.62579,-1.00206 -3.83567,-3.42904 -7.13306,-5.39328 l -5.995245,-3.57135 -0.68872,7.34965 c -0.83127,8.87093 -0.26572,10.99679 3.26953,12.28988 3.486815,1.27538 31.303815,1.43985 34.553545,0.2043 z"
+ id="path4636" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -146.12466,330.56439 c -1.6828,-1.79125 -1.87647,-2.61356 -1.00087,-4.24963 1.63529,-3.05557 1.49623,-3.16009 -4.20422,-3.16009 -6.30686,0 -13.66586,-1.81728 -25.77022,-6.36386 l -8.93988,-3.35795 0,5.26633 0,5.26633 8.75,3.24019 c 4.8125,1.7821 12.575,4.67796 17.25,6.43525 l 8.5,3.19505 3.75087,-2.0253 3.75086,-2.02529 -2.08654,-2.22103 z"
+ id="path4634" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 519.96094,334.90467 c 4.3e-4,-0.6875 1.36154,-4.12639 3.02468,-7.64198 1.66315,-3.51559 2.89038,-6.5255 2.7272,-6.68868 -0.16318,-0.16319 -4.96426,-0.38341 -10.66906,-0.4894 -15.98793,-0.29701 -14.37961,2.54417 -13.54091,-23.92077 l 0.71973,-22.71127 -9.04788,1.48437 -9.04789,1.48437 -0.65559,9.61668 c -0.36058,5.28918 -0.77155,10.06211 -0.91328,10.60653 -0.14173,0.54441 0.34079,2.97843 1.07226,5.40893 0.73147,2.43049 1.32995,5.69756 1.32995,7.26015 0,1.56259 0.46928,2.84107 1.04284,2.84107 0.57356,0 3.25849,2.07248 5.9665,4.60551 l 4.92366,4.6055 -2.08584,4.08858 c -1.66633,3.26627 -1.8539,4.45997 -0.93262,5.93517 0.63427,1.01563 0.91235,2.23632 0.61796,2.71266 -0.29439,0.47633 0.25286,0.67767 1.21612,0.4474 0.96326,-0.23026 5.35138,-0.0231 9.75138,0.46025 12.02041,1.32059 14.4999,1.30263 14.50079,-0.10507 z"
+ id="path4632" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 316.49422,323.65467 c 4.23894,-6.05 7.93164,-11.57712 8.206,-12.28249 0.52805,-1.35759 -8.85307,1.9053 -11.73757,4.08249 -0.82638,0.62373 -1.63188,1.20328 -1.79002,1.28788 -0.15813,0.0846 -0.53172,2.34944 -0.83019,5.03297 -0.29848,2.68353 -0.95409,6.45415 -1.45691,8.37915 -0.98433,3.76839 -1.17329,5.58316 -0.51192,4.91667 0.2274,-0.22917 3.88168,-5.36667 8.12061,-11.41667 z"
+ id="path4630" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 72.246035,319.15467 c 2.46121,-7.425 4.35685,-13.6344 4.21253,-13.79867 -0.14433,-0.16427 -1.3681,-0.0212 -2.71949,0.31802 -1.93644,0.48602 -2.93769,1.97807 -4.72521,7.04143 -1.24747,3.53361 -2.57047,6.23788 -2.94,6.0095 -0.36953,-0.22838 -1.97903,-3.15013 -3.57666,-6.49276 -2.68484,-5.61733 -3.15401,-6.07752 -6.19617,-6.07752 -3.90539,0 -4.15754,-0.99796 4.13759,16.37571 3.11855,6.53165 6.04413,11.48165 6.50129,11 0.45715,-0.48164 2.8449,-6.95071 5.30612,-14.37571 z"
+ id="path4628" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 823.56253,330.63046 c 2.9202,-1.93832 5.5665,-3.94011 5.8807,-4.44842 0.5348,-0.86534 -10.2636,-9.60155 -10.9592,-8.86632 -0.4857,0.51327 -1.1028,16.83895 -0.6366,16.83895 0.2231,0 2.7949,-1.5859 5.7151,-3.52421 z"
+ id="path4626" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 540.93325,329.6982 c 3.33401,-5.39455 15.58948,-15.70258 19.0269,-16.00346 0.91224,-0.0799 15.00059,-11.75351 14.9682,-12.40271 -0.0175,-0.35055 -0.60546,-1.39184 -1.30659,-2.31398 -1.14577,-1.50694 -2.0519,-1.00956 -8.95385,4.91482 -5.71419,4.90484 -7.41445,6.91029 -6.64486,7.83759 0.71326,0.85942 0.70906,1.44711 -0.0135,1.8937 -0.57626,0.35615 -1.98079,-0.93383 -3.12117,-2.86663 -1.14038,-1.9328 -2.91314,-3.7807 -3.93948,-4.10644 -4.48259,-1.42272 -18.8795,9.09407 -24.90748,18.19466 -4.42039,6.67358 -4.18439,7.16037 3.66877,7.56737 3.7125,0.19241 7.2758,0.43797 7.91844,0.54569 0.64264,0.10772 2.12974,-1.35955 3.30466,-3.26061 z"
+ id="path4624" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 754.96013,329.19116 c 0,-0.35337 -1.3863,-2.52755 -3.0806,-4.83151 -2.6116,-3.5511 -3.373,-4.0326 -5,-3.16182 -2.4193,1.29473 -2.4249,1.23809 0.6457,6.47768 2.3731,4.04941 2.7473,4.29395 5,3.26755 1.3392,-0.61018 2.4349,-1.39854 2.4349,-1.7519 z"
+ id="path4622" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -127.53985,325.20634 c 2.75,-0.96409 6.72539,-2.07262 8.83421,-2.46339 2.6134,-0.48428 4.84218,-1.85852 7,-4.31614 1.74118,-1.9831 2.99757,-3.8681 2.79197,-4.18889 -0.53162,-0.82944 -6.99256,-2.74052 -19.12618,-5.65731 -36.39018,-8.7478 -52.33051,-16.35138 -70.46242,-33.6108 -2.72933,-2.598 -5.08508,-4.60097 -5.235,-4.45106 -0.14991,0.14992 0.9033,3.31523 2.34047,7.03403 2.65321,6.86536 3.50495,7.65892 9.85695,9.18354 l 3,0.72007 -4.21494,0.90106 -4.21495,0.90105 2.04791,5.19559 c 3.14924,7.98968 2.90242,7.86232 14.55709,7.5115 5.68101,-0.17101 10.32816,-0.081 10.327,0.20006 -10e-4,0.28103 -1.40519,1.63103 -3.12008,3 -7.99626,6.38329 -8.95055,7.31577 -8.19237,8.00519 1.62191,1.47481 12.98628,5.19399 19.9873,6.54118 4.41758,0.85006 9.70416,1.14505 13.75,0.76724 3.61517,-0.33759 6.57304,-0.24023 6.57304,0.21635 0,0.45659 -0.92746,1.8174 -2.06103,3.02402 l -2.06103,2.19387 2.66025,2.09255 c 2.5212,1.98318 2.85106,2.01051 6.31103,0.52287 2.00793,-0.86332 5.90078,-2.35848 8.65078,-3.32258 z"
+ id="path4620" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 247.40294,325.00604 c 0.91298,-2.28174 1.29934,-4.46905 0.85858,-4.86068 -0.84763,-0.75317 -26.21979,-11.24874 -30.05059,-12.43089 -1.77654,-0.54822 -2.43148,-0.20712 -3.11647,1.62306 -2.50785,6.70057 -2.7476,6.27978 5.59506,9.82003 15.36977,6.52223 23.78193,9.96084 24.41205,9.97881 0.35278,0.0101 1.3884,-1.84858 2.30137,-4.13033 z"
+ id="path4618" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 388.94811,324.82473 c -3.99755,-3.61526 -8.30982,-7.11625 -18.98796,-15.4157 -11.15967,-8.67372 -13.88179,-10.44545 -14.99318,-9.75858 -0.55375,0.34224 -1.00682,-0.004 -1.00682,-0.76894 0,-0.76516 -4.14804,-4.27922 -9.21787,-7.80902 -27.76045,-19.32785 -31.68119,-17.80851 -5.78213,2.24065 5.225,4.04481 10.46842,8.02635 11.65205,8.84787 1.18363,0.82151 6.46777,4.55081 11.74254,8.28733 19.872,14.07684 28.31317,19.21244 29.60202,18.00983 0.27314,-0.25487 -1.08076,-1.88991 -3.00865,-3.63344 z"
+ id="path4616" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 395.57645,324.76203 c -0.34314,-1.36718 -3.99719,-5.54097 -8.1201,-9.27507 -7.98883,-7.23546 -8.84902,-9.26394 -5.70245,-13.44742 0.98656,-1.31167 2.55698,-3.59954 3.48982,-5.08414 l 1.69608,-2.69929 -9.23983,-6.20683 c -5.0819,-3.41376 -11.18806,-7.79507 -13.56924,-9.73626 l -4.32942,-3.52942 -2.67058,3.42554 c -4.14778,5.32032 -6.01823,6.94553 -7.99362,6.94553 -1.00267,0 -5.09232,-2.09166 -9.08811,-4.64813 -7.96758,-5.09759 -13.68295,-7.44486 -15.98062,-6.56316 -1.24571,0.47802 -1.1979,0.74352 0.29549,1.6408 17.6858,10.62628 45.12188,30.5062 61.4896,44.55479 5.16633,4.43431 9.60788,7.84784 9.8701,7.58561 0.26223,-0.26222 0.19602,-1.59537 -0.14712,-2.96256 z"
+ id="path4614" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 758.88953,327.21946 c 1.1715,-0.74134 0.8106,-1.8167 -2,-5.9589 -3.7719,-5.55913 -4.1269,-5.77772 -5.9047,-3.63564 -0.9883,1.19085 -0.679,2.32411 1.6276,5.96349 2.9445,4.64604 3.8477,5.16848 6.2771,3.63105 z"
+ id="path4612" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 123.02589,325.11949 c 1.60921,-0.86123 1.93426,-2.13263 1.93426,-7.56575 0,-9.64205 -0.65774,-10.39907 -9.03518,-10.39907 l -6.96482,0 0,3.27643 c 0,3.21853 0.0706,3.26969 3.9936,2.89557 3.41483,-0.32566 4.11494,-0.0528 4.83091,1.88265 1.05938,2.86376 0.28664,7.14995 -1.19908,6.65107 -1.07251,-0.36013 -1.24433,-0.92401 -1.51008,-4.95572 -0.0771,-1.16924 -0.94501,-1.75 -2.61535,-1.75 -2.15665,0 -2.49812,0.44636 -2.48635,3.25 0.0288,6.8553 0.74095,7.75 6.16872,7.75 2.72201,0 5.81953,-0.46583 6.88337,-1.03518 z"
+ id="path4610" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 765.95743,321.28966 c 0,-0.34924 -1.7676,-2.65999 -3.9246,-5.13499 l -3.9219,-4.5 -2.0196,2 -2.0197,2 3.5202,4.72326 c 3.4433,4.61993 3.5733,4.68851 5.9443,3.13499 1.3332,-0.87355 2.4228,-1.87402 2.4213,-2.22326 z"
+ id="path4608" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -11.604555,314.69167 c -8.57412,-14.92859 -25.92179,-36.5733 -45.8025,-57.14783 -13.22625,-13.68784 -16.82495,-16.81656 -23.92824,-20.80328 -9.47885,-5.32 -17.12929,-11.65187 -22.901785,-18.95463 l -3.95062,-4.9979 2.72384,-1.42717 c 1.49812,-0.78494 3.28599,-1.50967 3.97305,-1.61051 0.68706,-0.10084 1.890775,-0.7158 2.674915,-1.36658 0.78414,-0.65077 4.95207,-2.79024 9.26207,-4.75437 l 7.83636,-3.57115 -3.91119,-2.66958 c -12.94904,-8.83836 -39.411195,-20.4353 -39.411195,-17.2718 0,1.53992 12.16895,14.08512 19.94909,20.56589 3.83078,3.191 6.723485,6.19269 6.428225,6.67043 -0.67153,1.08655 -5.075765,-2.66584 -18.127315,-15.44444 l -10.25,-10.03564 0.073,7.89078 c 0.0401,4.33993 0.42047,10.33896 0.84515,13.33119 0.74485,5.24806 1.10465,5.75453 10.177,14.32545 8.95055,8.45586 9.23931,8.85674 5.97777,8.29917 -4.3368,-0.74138 -4.67212,-1.11136 -2.98265,-3.29086 1.29451,-1.66999 1.2515,-1.66896 -0.73234,0.0175 -1.15919,0.98545 -2.72643,1.66045 -3.48277,1.5 -0.76598,-0.16249 -1.31993,0.44576 -1.25047,1.37306 0.0686,0.91563 -1.83599,3.58903 -4.23236,5.94089 l -4.35704,4.27611 -2.26764,-2.06593 c -3.85536,-3.5124 -6.1507,-4.32511 -8.4761,-3.00113 -3.38428,1.92685 -20.67395,15.19302 -22.15322,16.9979 -2.77335,3.38384 0.61728,9.25725 12.96259,22.45442 l 6.27739,6.71055 7.56085,0.69005 c 4.15846,0.37954 11.16084,0.7059 15.56084,0.72525 6.96635,0.0306 8.37489,-0.27134 10.90147,-2.3372 l 2.90148,-2.37238 -2.84355,-6.84165 c -1.56396,-3.76292 -2.90583,-6.95287 -2.98194,-7.08879 -0.0761,-0.13592 -3.28709,2.90158 -7.13551,6.75 -4.87158,4.87159 -7.74465,6.99713 -9.45792,6.99713 -1.64652,0 -5.52775,-2.67336 -11.72928,-8.07902 -7.64463,-6.66355 -9.05854,-8.33198 -8.07017,-9.52289 0.97599,-1.176 0.89378,-1.32702 -0.44314,-0.81399 -3.20515,1.22993 -1.78739,-3.67869 2.10856,-7.30029 5.76216,-5.3564 8.17206,-6.76175 9.43294,-5.50087 0.77367,0.77367 0.12053,1.4888 -2.30134,2.51978 -4.9749,2.11778 -8.26097,6.04962 -7.52078,8.99875 0.86628,3.45156 15.08503,16.69853 17.9235,16.69853 2.37157,0 12.44996,-9.4665 14.63551,-13.74693 1.56289,-3.06096 0.10931,-5.60621 -7.86904,-13.77891 l -6.41959,-6.57595 4.05487,-4.05487 4.05488,-4.05487 2.22022,7.35576 c 1.22112,4.04567 3.08163,8.76249 4.13448,10.48182 2.11433,3.45277 10.08397,7.72171 23.404355,12.53656 l 8,2.89171 -6.5,-0.6001 c -3.575,-0.33005 -9.41098,-1.20797 -12.968845,-1.95092 -3.55787,-0.74296 -6.80317,-1.1442 -7.21179,-0.89166 -1.13271,0.70005 0.74687,4.86109 5.0502,11.18022 5.892595,8.65284 6.915845,9.2991 16.324975,10.3105 12.61075,1.35554 23.45125,3.73616 31.96641,7.01995 l 7.69237,2.96649 1.02364,4.7056 c 0.563,2.58808 1.6328,6.44498 2.37734,8.57089 l 1.35369,3.8653 1.78899,-6.3653 1.78898,-6.36529 6.02576,6.5 c 3.31416,3.575 9.00467,10.48183 12.64556,15.3485 l 6.61981,8.84851 1.35124,-3.31151 c 1.18697,-2.90894 1.13919,-3.68071 -0.39304,-6.3485 z"
+ id="path4606" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -132.53839,259.15616 c -5.04404,-5.16556 -3.64645,-7.39396 1.81426,-2.89278 3.80792,3.13881 6.68428,3.28342 6.68428,0.33605 0,-0.8899 -2.47067,-4.03015 -5.49037,-6.97832 -3.0197,-2.94817 -5.04178,-5.63755 -4.49351,-5.9764 1.6125,-0.99658 12.98388,9.48932 12.98388,11.97284 0,2.1548 -4.71438,7.53712 -6.60177,7.53712 -0.54578,0 -2.74933,-1.79933 -4.89677,-3.99851 z"
+ id="path4604" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 34.951965,314.91185 c 7.62073,-5.08355 13.63527,-9.46343 13.36564,-9.73306 -0.26964,-0.26964 -2.37287,-1.19442 -4.67385,-2.05507 l -4.1836,-1.56482 -4.8398,3.79788 c -2.66189,2.08884 -5.1516,3.79789 -5.53269,3.79789 -0.38109,0 -0.54728,-3.0375 -0.36931,-6.75 0.30251,-6.31049 0.15368,-6.87035 -2.2857,-8.59827 -1.43511,-1.01655 -2.83742,-1.62015 -3.11624,-1.34132 -0.46169,0.46169 -3.28656,25.81796 -3.33549,29.93959 -0.0114,0.9625 0.23481,1.75 0.54719,1.75 0.31238,0 6.80311,-4.15927 14.42385,-9.24282 z"
+ id="path4602" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 827.74783,315.36247 -2.2877,-6.06622 -3.3566,3.01038 -3.3566,3.01038 2.3566,1.66883 c 6.7172,4.75674 8.3815,5.74299 8.6443,5.12236 0.1582,-0.37373 -0.7418,-3.4093 -2,-6.74573 z"
+ id="path4600" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 53.744805,315.40467 c -1.71064,-3.7125 -3.16555,-6.84105 -3.23311,-6.95232 -0.0676,-0.11128 -3.46429,1.77889 -7.54827,4.20038 -8.23632,4.88351 -8.35331,4.6049 3.12998,7.45419 11.55778,2.86778 11.23183,3.0681 7.6514,-4.70225 z"
+ id="path4598" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -213.53984,318.16359 2.99999,-1.20628 -4.49999,-2.29831 c -5.34198,-2.72834 -13.09662,-9.37325 -16.12969,-13.82144 -1.53029,-2.24428 -0.57787,-1.61895 3.2297,2.12052 10.33225,10.14745 17.89641,13.8647 24.50176,12.04088 l 3.60177,-0.9945 -4.35177,-2.13076 c -10.55463,-5.16788 -19.87554,-18.57811 -23.22641,-33.41644 -4.53635,-20.08784 0.27572,-34.80147 19.33791,-59.12863 6.05507,-7.72748 7.51817,-10.14064 5.81398,-9.58932 -1.25249,0.4052 -6.20036,1.22748 -10.99526,1.8273 -8.69047,1.08713 -8.73566,1.10774 -14.30878,6.52447 -11.00362,10.69483 -20.89586,28.85036 -23.47797,43.08987 -1.96118,10.81525 0.6095,23.8718 7.05993,35.85755 1.59359,2.96111 2.61096,5.88611 2.26081,6.5 -0.35015,0.61389 -0.25232,0.76651 0.21739,0.33914 0.46971,-0.42736 3.35435,1.66104 6.41032,4.64088 3.05597,2.97985 7.91822,6.7426 10.805,8.36167 2.88678,1.61907 4.91178,3.30225 4.5,3.7404 -0.41178,0.43815 0.15131,0.33598 1.25131,-0.22704 1.1,-0.56302 3.35,-1.5665 5,-2.22996 z"
+ id="path4596" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 107.51599,318.90467 c -0.26525,-1.2375 -0.95431,-7.2 -1.53125,-13.25 -0.57693,-6.05 -1.31529,-12.73041 -1.64079,-14.84536 l -0.59182,-3.84536 -3.44304,3.33713 c -3.074455,2.97989 -3.387175,3.76621 -2.921215,7.34536 0.51031,3.9199 0.4997,3.93661 -0.48154,0.75823 -1.18083,-3.82484 -1.57117,-3.89451 -5.19518,-0.92727 l -2.749,2.25081 4.22421,3.2466 c 3.79933,2.92006 4.29507,3.06723 4.92871,1.46323 0.53785,-1.3615 0.72114,-1.11981 0.77479,1.02167 l 0.0703,2.80503 -5.52717,-3.95792 c -5.05086,-3.61684 -5.78413,-3.86092 -8.50911,-2.83236 -1.64006,0.61906 -2.86534,1.47457 -2.72283,1.90114 0.3446,1.03149 23.835325,17.77907 24.937515,17.77907 0.47283,0 0.64267,-1.0125 0.37743,-2.25 z"
+ id="path4594" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 771.53133,317.03939 c 0.3777,-0.61103 -1.3814,-3.16856 -3.9369,-5.72415 -4.608,-4.608 -4.6247,-4.61464 -6.6047,-2.63463 -1.98,1.98 -1.9748,1.99694 2.0667,6.7251 3.3826,3.9573 4.3606,4.5748 5.922,3.73915 1.0287,-0.55052 2.1775,-1.49798 2.5529,-2.10547 z"
+ id="path4592" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 532.5072,314.06134 c 2.17412,-2.25133 6.20295,-5.39711 8.95295,-6.99062 2.75,-1.5935 4.55,-2.90298 4,-2.90995 -2.08647,-0.0264 -31.95432,-3.12708 -32.16652,-3.33929 -0.12241,-0.12241 0.13308,-6.73502 0.56775,-14.69469 0.43468,-7.95966 0.68071,-14.61364 0.54673,-14.7866 -0.35733,-0.46133 -6.89586,0.85414 -8.15681,1.64104 -1.0146,0.63317 -3.29115,28.35291 -3.29115,40.07383 l 0,5.09961 12.79705,0 12.79705,0 3.95295,-4.09333 z"
+ id="path4590" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 68.828185,310.24251 c 0.62754,-1.87668 0.93494,-3.6182 0.68311,-3.87004 -0.25184,-0.25183 -2.05272,-0.15868 -4.00196,0.207 l -3.54408,0.66487 2.07847,4.07414 c 2.23977,4.39032 3.01488,4.21601 4.78446,-1.07597 z"
+ id="path4588" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 702.14683,313.09822 c 7.6742,-3.96275 12.7406,-10.78865 12.7913,-17.23339 0.033,-4.12751 -3.6101,-10.51509 -7.2683,-12.74565 -6.1981,-3.77918 -16.2536,-2.30758 -20.42788,2.9896 -1.7524,2.22383 -1.5556,7.0859 0.3732,9.21715 3.98998,4.40886 11.34498,0.73215 11.34498,-5.67126 0,-4.57159 2.0966,-4.60336 6.6,-0.1 3.9881,3.98808 4.2282,6.5607 1.1294,12.1 -6.1469,10.98805 -24.22128,11.26939 -31.35597,0.48807 -3.57315,-5.39938 -4.38373,-14.05406 -1.9204,-20.50421 2.91318,-7.62804 14.10419,-15.35192 22.47847,-15.51427 1.3365,-0.0259 1.316,-0.1776 -0.1386,-1.02569 -0.9389,-0.54741 -5.2139,-1.00876 -9.49998,-1.02522 -14.14086,-0.0543 -26.85032,6.40863 -33.62231,17.09743 -1.53135,2.41704 -1.45924,2.68655 1.83124,6.84472 4.2761,5.4037 7.33131,13.41691 7.75325,20.33528 l 0.32348,5.30389 9.96072,0.62172 c 13.28962,0.8295 26.7991,0.29264 29.6474,-1.17817 z"
+ id="path4586" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 782.86593,304.19226 c -0.052,-0.84567 -2.0984,-3.3035 -4.548,-5.46184 l -4.4537,-3.92426 -2.1693,2.16931 -2.1694,2.16931 4.9673,5.2024 c 5.2422,5.49029 4.1553,5.07875 -2.0547,-0.77799 l -3.6894,-3.47958 -2.3392,2.72231 -2.3392,2.72231 3.6254,4.06022 c 1.9941,2.23312 4.1068,4.3818 4.695,4.77483 1.3468,0.89999 10.6029,-8.09258 10.4752,-10.17702 z"
+ id="path4584" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -5.6763452,303.86423 c 1.45008,-5.10974 2.6365,-9.83474 2.6365,-10.5 0,-0.85121 -2.51822,-1.20956 -8.4999998,-1.20956 -4.675,0 -8.48503,-0.3375 -8.46674,-0.75 0.0183,-0.4125 2.93925,-4.125 6.49101,-8.25 3.5517498,-4.125 6.4617898,-8.28212 6.4667298,-9.23804 0.0136,-2.62245 -5.7394598,-20.0357 -7.3447598,-22.23108 -1.3012,-1.7795 -1.45489,-1.59376 -2.08857,2.52414 -0.3762,2.44474 -1.41469,8.49498 -2.30776,13.44498 l -1.62375,9 -2.14796,-9.09319 c -1.18137,-5.00125 -3.18546,-12.03204 -4.45352,-15.62397 l -2.30556,-6.53079 -16.10956,-0.5289 c -8.86026,-0.2909 -17.6398,-1.01063 -19.5101,-1.5994 -3.27146,-1.02985 -3.13859,-0.7926 3.5,6.24977 4.12459,4.37546 7.90624,7.48242 9.40054,7.72337 1.78867,0.28841 2.5,1.03032 2.5,2.60746 0,1.25065 1.9759,4.27917 4.56701,7 9.38157,9.85125 24.0203,28.46958 31.44229,39.99003 2.19488,3.40691 4.2667798,6.21941 4.6041998,6.25 0.33743,0.0306 1.79993,-4.12508 3.25,-9.23482 z"
+ id="path4582" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -181.28985,307.83923 c 2.37286,-1.52355 1.23761,-2.68456 -2.625,-2.68456 -8.35437,0 -9.74941,-0.76783 -12.4587,-6.85732 -3.52671,-7.92672 -9.07539,-24.81082 -12.10157,-36.8239 -3.10846,-12.3397 -3.10205,-12.14257 -0.31473,-9.67771 2.96196,2.61928 7.41723,5.35893 8.71482,5.35893 0.66405,0 1.03518,-4.99589 1.03518,-13.9349 0,-7.6642 0.42991,-15.06566 0.95537,-16.4477 1.71452,-4.50955 5.73801,-6.14881 22.14095,-9.02071 l 3.59632,-0.62965 0.61278,-12.81084 c 0.73741,-15.41645 1.47609,-17.78422 5.90507,-18.92821 l 3.28951,-0.84967 0.28908,-8.10471 c 0.60576,-16.9833 -8.26724,-31.96711 -23.28908,-39.32821 -8.82381,-4.32389 -16.11239,-5.5197 -25.11367,-4.12031 -30.34268,4.71728 -49.81027,37.25202 -36.70168,61.33682 5.4158,9.95062 15.19939,15.31328 27.81536,15.24639 6.87809,-0.0365 8.92929,-0.48769 14.62656,-3.21753 7.10215,-3.40299 12.37739,-8.45527 16.07514,-15.39571 1.96813,-3.69406 2.28903,-5.77475 2.29331,-14.86963 0.005,-10.03891 -0.14906,-10.82407 -3.03599,-15.5 -4.00176,-6.48161 -9.53982,-9.55683 -18.33108,-10.17903 -8.55205,-0.60526 -14.29084,1.00253 -19.10609,5.35282 -8.99948,8.1305 -9.358,25.30921 -0.69469,33.28665 3.68151,3.39005 11.34716,5.19934 16.82003,3.96996 7.61455,-1.71046 11.8528,-7.38983 11.8528,-15.88309 0,-4.33289 -0.45255,-5.57913 -2.92308,-8.04966 -1.99499,-1.995 -3.92442,-2.92308 -6.07692,-2.92308 -2.1525,0 -4.08192,0.92808 -6.07691,2.92308 -3.3024,3.30239 -3.64467,5.6017 -1.32652,8.91131 2.09802,2.99536 5.49815,2.47463 7.20798,-1.1039 0.72781,-1.52324 1.74452,-2.50918 2.25937,-2.19099 1.59148,0.98359 1.03522,4.36136 -1.06392,6.4605 -4.68683,4.68684 -11.99999,0.40165 -11.99999,-7.03147 0,-11.72955 17.00633,-13.9077 21.47077,-2.74994 1.94303,4.85609 1.93755,8.86838 -0.0185,13.54988 -3.26514,7.81458 -8.83977,11.43153 -17.61889,11.43153 -8.39882,0 -14.81715,-4.47955 -19.62944,-13.7 -6.479,-12.41391 -0.9825,-27.15333 12.48682,-33.48466 9.54568,-4.487 18.8668,-3.5678 28.28345,2.78915 10.86655,7.33576 14.03876,21.09835 8.58121,37.22948 -2.78676,8.23695 -6.67825,14.44476 -17.53107,27.96603 -11.4149,14.22157 -14.62047,18.94346 -18.74475,27.61156 -3.46787,7.28851 -3.78127,8.69217 -4.12085,18.45662 -0.57871,16.64021 3.0085,27.86356 11.78606,36.87515 4.88727,5.01759 10.71122,8.53589 17.47921,10.55936 3.21375,0.96084 4.84279,0.88461 9,-0.42117 2.79179,-0.8769 5.63848,-1.95553 6.32598,-2.39696 z"
+ id="path4580" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 569.96015,295.33585 c 0,-1.65459 -5.90445,-8.63149 -13.49129,-15.94178 -7.1585,-6.89757 -9.08387,-8.2394 -11.82253,-8.2394 -3.53789,0 -6.47565,-2.89036 -42.18062,-41.5 -16.68743,-18.04499 -17.17351,-18.5 -19.76311,-18.5 -5.38951,0 1.97726,9.21003 42.47494,53.1027 9.35492,10.13917 9.78261,10.79932 9.78261,15.09997 0,5.05908 1.57914,7.62101 13.27923,21.54364 l 6.92991,8.24631 7.39543,-6.61888 c 4.06749,-3.64038 7.39543,-6.87703 7.39543,-7.19256 z"
+ id="path4578" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 582.44124,308.15467 8.31752,0 0.3507,-4.39181 0.35069,-4.39182 -5.32378,-0.62559 c -2.92808,-0.34408 -6.86558,-1.2698 -8.75,-2.05716 -3.89482,-1.62736 -4.20499,-1.10124 -1.454,2.46638 l 1.92774,2.5 -3.69998,3.89738 c -2.27202,2.39324 -2.99303,3.64753 -1.86819,3.25 1.00748,-0.35606 5.57467,-0.64738 10.1493,-0.64738 z"
+ id="path4576" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 34.330235,304.25792 3.64508,-2.89675 -3.56474,-2.10325 c -1.96061,-1.15679 -3.76402,-2.10325 -4.00758,-2.10325 -0.24356,0 -0.44284,2.25 -0.44284,5 0,2.75 0.16312,5 0.3625,5 0.19937,0 2.00278,-1.30354 4.00758,-2.89675 z"
+ id="path4574" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 70.960155,303.12312 c 8.97548,-1.40354 18.19988,-6.27932 26.29368,-13.89817 8.452535,-7.95654 14.049535,-17.18237 16.692005,-27.51432 2.42744,-9.49119 2.51852,-14.4443 0.43416,-23.60855 l -1.58016,-6.94741 -9.41984,0 c -5.180915,0 -9.419845,0.17004 -9.419845,0.37788 0,0.20783 0.72357,2.10961 1.60792,4.22617 2.37909,5.69396 3.38693,14.76761 2.35735,21.22331 -1.68703,10.57802 -4.90541,17.10481 -11.96527,24.26525 -8.25156,8.36913 -13.42178,10.346 -25.41248,9.71665 -14.47078,-0.75952 -27.2087,-8.65622 -33.0982,-20.51878 -4.04482,-8.14702 -4.70412,-21.76433 -1.51498,-31.29048 2.69814,-8.05949 6.81337,-15.29536 8.36126,-14.70171 0.67232,0.25785 1.22799,-0.59847 1.31487,-2.02633 0.10745,-1.766 -0.15731,-2.16512 -0.92621,-1.39622 -0.7689,0.7689 -1.46163,0.75718 -2.42336,-0.041 -1.03097,-0.85563 -1.22681,-0.79144 -0.83535,0.2738 0.35554,0.96748 -1.9985,2.49648 -7.72596,5.01817 l -8.2373,3.62673 -2.16827,6.87327 c -4.4797002,14.20036 -3.7605602,28.6778 1.98803,40.0221 5.2476,10.35563 19.25783,20.95132 32.67795,24.71375 9.53534,2.6733 14.12477,2.99374 23,1.60587 z"
+ id="path4572" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 784.46013,293.6523 c -2.75,-2.43143 -5.4865,-4.43808 -6.081,-4.45921 -0.5946,-0.0211 -1.6725,1.06676 -2.3954,2.41753 -1.2381,2.31334 -1.0301,2.71577 3.581,6.93055 l 4.8954,4.4746 2.5,-2.47134 2.5,-2.47133 -5,-4.4208 z"
+ id="path4570" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 279.16793,300.04093 c 2.03928,-0.51733 3.9688,-1.36295 4.28782,-1.87914 0.31902,-0.51619 -0.36517,-2.79129 -1.52042,-5.05577 -1.596,-3.12841 -2.50572,-3.95223 -3.78782,-3.43015 -4.94278,2.01272 -8.5336,2.56266 -16.83648,2.57852 -7.23236,0.0138 -10.77131,-0.52707 -16.89224,-2.5818 l -7.74313,-2.59928 -2.35626,2.21359 c -2.18463,2.05236 -2.23864,2.34356 -0.74144,3.99794 2.24224,2.47766 13.68081,6.75514 20.88219,7.80896 6.54972,0.95846 18.84463,0.43454 24.70778,-1.05287 z"
+ id="path4568" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 544.72083,300.238 c -0.66416,-0.87083 -2.84946,-3.60833 -4.85622,-6.08333 -5.92713,-7.31013 -7.8967,-11.18979 -7.90072,-15.56291 -0.003,-3.17885 -0.63737,-4.66996 -2.91573,-6.85277 -2.54876,-2.44187 -3.41146,-2.70547 -6.91637,-2.11332 l -4.00439,0.67654 -0.69989,8.40206 c -0.38494,4.62113 -0.43669,9.08794 -0.11501,9.92623 0.32168,0.83829 0.149,1.52417 -0.38373,1.52417 -0.53274,0 -0.96862,1.9574 -0.96862,4.34978 l 0,4.34979 13.22449,1.20804 c 7.27347,0.66442 13.34847,1.33202 13.5,1.48355 0.15153,0.15153 0.94337,0.27551 1.75963,0.27551 1.19572,0 1.24947,-0.30769 0.27656,-1.58334 z"
+ id="path4566" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 218.68281,297.43578 c 10.5167,-4.9493 30.33478,-26.80187 46.96027,-51.78111 3.29459,-4.95 6.2934,-9.52711 6.66403,-10.17136 0.42493,-0.73863 -1.3014,-2.13776 -4.67311,-3.78738 -4.35512,-2.13077 -5.83964,-2.42872 -8.00287,-1.60627 -1.46075,0.55538 -4.77344,0.85125 -7.36154,0.65749 -3.76899,-0.28216 -5.26335,-0.97647 -7.50754,-3.48816 -1.54104,-1.72473 -2.8019,-4.16777 -2.8019,-5.42897 0,-2.72793 -1.52865,-4.82614 -5.20212,-7.14035 l -2.70212,-1.70228 -2.88374,6.35995 c -1.58606,3.49797 -4.42623,8.38072 -6.3115,10.85056 -1.88526,2.46983 -6.18343,10.55799 -9.55149,17.97369 -11.52645,25.37864 -15.3337,40.24447 -11.97187,46.74553 3.08362,5.96306 6.74841,6.56456 15.3455,2.51866 z"
+ id="path4564" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 743.35493,288.15467 c 2.8387,-3.575 5.9559,-7.75178 6.9271,-9.28174 l 1.7658,-2.78174 -3.666,1.53174 c -9.0728,3.79085 -22.4622,0.37641 -27.1605,-6.9262 -2.5355,-3.94107 -4.5996,-11.90044 -3.7667,-14.52483 0.6351,-2.0009 -5.0698,-4.80641 -14.4945,-7.12807 -6.929,-1.70686 -23.77458,-1.69957 -30.99998,0.0134 -9.99293,2.36913 -19.87909,7.96003 -27.75,15.69342 -3.9875,3.91782 -7.25,7.56891 -7.25,8.11352 0,0.54461 2.8125,2.66042 6.25,4.70182 l 6.25,3.71162 1.46479,-2.31149 c 2.74457,-4.33103 9.44525,-9.88802 15.54255,-12.88971 12.99066,-6.39528 28.06204,-6.16913 42.43284,0.63672 14.8854,7.04953 23.0598,17.09042 23.0598,28.32495 l 0,5.49074 3.1168,-2.93709 c 1.7143,-1.6154 5.4394,-5.86209 8.278,-9.43709 z"
+ id="path4562" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 792.01653,293.90467 c 2.6466,-3.17243 2.4297,-3.86858 -2.2585,-7.25 -6.5962,-4.75753 -6.4931,-4.73683 -8.6323,-1.73256 l -1.9824,2.78401 5.011,4.22428 c 2.7561,2.32335 5.2302,4.22427 5.4981,4.22427 0.2679,0 1.3318,-1.0125 2.3641,-2.25 z"
+ id="path4560" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 394.96015,290.30658 c 0,-2.15559 -3.78993,-5.73595 -10.50551,-9.92459 -2.75303,-1.71712 -8.14112,-5.62072 -11.97353,-8.67468 -7.04044,-5.61036 -10.80354,-6.86458 -11.91397,-3.97085 -1.11266,2.89953 -0.6299,4.49241 2.14301,7.07089 3.76667,3.50256 23.5241,17.13922 26.40938,18.22785 2.88309,1.08781 5.84062,-0.29389 5.84062,-2.72862 z"
+ id="path4558" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 838.59313,292.67103 c 2.7478,-0.81601 6.7574,-3.00633 8.9104,-4.86739 l 3.9144,-3.38375 -1.9789,-3.71541 c -1.0884,-2.04348 -2.3246,-3.93478 -2.7471,-4.2029 -0.4226,-0.26812 -2.3774,0.50699 -4.3441,1.72247 -4.9602,3.06559 -12.7249,3.1214 -17.5711,0.12629 -6.2324,-3.85181 -8.7938,-11.58055 -6.6736,-20.13628 0.1963,-0.79234 -0.4305,-1.61283 -1.393,-1.82332 -0.9625,-0.2105 -1.75,0.17689 -1.75,0.86085 0,0.68396 -1.4049,4.29146 -3.1219,8.01666 -3.6581,7.93633 -3.4627,11.1512 1.0961,18.0337 3.7569,5.67198 12.0888,10.49644 18.5943,10.76677 1.1377,0.0473 4.3167,-0.58169 7.0645,-1.39769 z"
+ id="path4556" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 151.66873,276.66693 c -7.08757,-2.43199 -14.13189,-7.72686 -19.3056,-14.51107 -4.04524,-5.30447 -5.10911,-5.53934 -10.15363,-2.24162 l -2.25064,1.4713 5.80954,6.63456 c 3.19524,3.64901 7.94895,9.33457 10.56379,12.63457 2.61485,3.3 6.17605,6.94234 7.91378,8.0941 l 3.15952,2.0941 2.23591,-7.05218 c 1.22976,-3.8787 2.14206,-7.08439 2.02733,-7.12376 z"
+ id="path4554" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 275.69141,289.12278 3.23126,-1.15069 -2.55863,-3.35454 c -2.24862,-2.94809 -2.86609,-3.23765 -5.0961,-2.3898 -4.09818,1.55812 -18.28893,1.23666 -23.22701,-0.52617 -4.26803,-1.52363 -4.49895,-1.50269 -6.75,0.61206 -2.86682,2.69324 -2.90579,3.46293 -0.24738,4.88566 6.87461,3.67919 26.63689,4.77629 34.64786,1.92348 z"
+ id="path4552" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 19.770365,288.67779 c 0.21183,-0.21183 -0.87923,-1.96974 -2.42459,-3.90648 l -2.80974,-3.52133 -8.0053202,0.61733 -8.00532,0.61732 5.29827,-6.65843 c 4.70093,-5.90774 5.21918,-7.01855 4.59673,-9.85257 l -0.70155,-3.19414 -4.62935,5.40215 c -2.54614002,2.97119 -7.66684,8.79178 -11.37934,12.93465 -3.7124998,4.14287 -6.7499998,7.9401 -6.7499998,8.43829 0,0.85066 33.93757,-0.004 34.81021,-0.87679 z"
+ id="path4550" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 71.398495,287.72326 c 9.97727,-3.00271 19.00419,-12.53605 22.27719,-23.52696 2.35783,-7.91771 2.04731,-18.3976 -0.7369,-24.86966 -2.26919,-5.27488 -6.89581,-10.17197 -9.61017,-10.17197 -0.81295,0 -4.65054,-1.35 -8.52798,-3 -8.1265,-3.45813 -8.7377,-3.51666 -15.56182,-1.49011 -11.5633,3.43393 -19.27866,14.6635 -19.27866,28.05974 0,14.07148 8.58475,23.43037 21.49228,23.43037 6.94163,0 11.02692,-1.66863 16.22636,-6.62763 9.87282,-9.41627 7.67053,-25.04733 -4.4029,-31.25018 -4.05273,-2.08214 -11.53689,-1.36762 -16.0022,1.52774 -9.90569,6.42297 -7.8461,23.35007 2.8411,23.35007 4.97173,0 7.66811,-1.4036 8.89486,-4.6302 2.06093,-5.42064 -2.60015,-10.64747 -6.56249,-7.35902 -1.8672,1.54964 -1.93407,4.88044 -0.11201,5.57963 1.53384,0.58859 1.91578,5.40959 0.42857,5.40959 -2.00743,0 -3.32456,-2.69347 -3.60673,-7.3756 -0.24059,-3.99228 -0.0225,-4.77148 1.20374,-4.30092 1.00224,0.38459 1.31896,0.10923 0.95757,-0.83254 -0.7384,-1.92423 3.4919,-2.87865 6.94317,-1.56648 9.00057,3.42201 3.40908,18.05938 -6.90344,18.0718 -3.69948,0.004 -9.37619,-3.58289 -11.11857,-7.02628 -3.62863,-7.17112 0.75361,-19.33105 8.28641,-22.99332 11.73851,-5.70698 24.39206,0.97433 27.50536,14.52334 2.10137,9.14515 -2.59334,18.7838 -11.77892,24.18314 -4.18518,2.46007 -5.80544,2.81509 -12.79216,2.80289 -8.68835,-0.0152 -11.93518,-1.19394 -16.86364,-6.12239 -5.17494,-5.17495 -6.13636,-8.05537 -6.13636,-18.38467 0,-8.74156 0.26893,-10.06729 3.2849,-16.19361 4.21684,-8.56561 8.77241,-12.3224 19.58816,-16.15356 1.5976,-0.5659 1.17511,-1.1964 -2.87283,-4.28723 l -4.74588,-3.62375 -4.39461,2.13506 c -13.77166,6.69079 -22.6657,22.0292 -22.69788,39.14412 -0.0187,9.94063 1.55889,14.97529 6.63063,21.16088 9.04142,11.02707 25.23331,16.29382 38.14585,12.40771 z"
+ id="path4548" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 797.40783,286.25576 1.4991,-2.89891 -5.4988,-4.24232 c -3.0244,-2.33328 -5.6236,-4.06627 -5.7761,-3.85109 -3.9148,5.52474 -3.9329,5.41543 1.6215,9.77272 2.8636,2.24641 5.5325,4.09206 5.9309,4.10145 0.3984,0.009 1.3989,-1.28745 2.2234,-2.88185 z"
+ id="path4546" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 136.95603,287.40467 c -0.005,-0.94604 -18.83607,-23.64566 -19.94733,-24.04544 -0.45167,-0.1625 -1.31096,1.10942 -1.90953,2.82649 -1.00016,2.86906 -0.76637,3.54834 2.88634,8.38631 2.18605,2.89541 3.97464,5.56413 3.97464,5.93049 0,0.36636 -3.0375,0.41254 -6.75,0.10263 -6.44298,-0.53786 -6.83407,-0.4441 -8.59827,2.06141 -1.01655,1.44369 -1.54348,2.93162 -1.17096,3.3065 1.36756,1.37622 31.52233,2.74603 31.51511,1.43161 z"
+ id="path4544" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 887.53603,281.61312 c 23.1463,-11.33028 38.6688,-29.92705 45.0385,-53.95845 2.6391,-9.95712 2.6385,-34.00702 0,-44.5 -5.9361,-23.59658 -23.888,-43.94057 -49.0204,-55.55247 -10.3112,-4.76406 -23.7607,-8.50486 -32.9996,-9.17839 l -7.9068,-0.57642 0.6431,2.40364 c 0.3538,1.322 0.6493,3.10843 0.6568,3.96985 0.011,1.2372 2.1144,1.81268 10.0142,2.73953 32.2699,3.78612 57.401,23.35089 67.6863,52.69426 2.6485,7.55594 2.8041,8.94364 2.8041,25 0,16.05636 -0.1556,17.44406 -2.8041,25 -5.0384,14.37428 -13.521,26.4081 -24.6531,34.97406 -5.9532,4.58092 -18.0112,11.31303 -23.8957,13.3412 -2.4507,0.84469 -3.1961,1.59103 -2.75,2.75354 0.3366,0.87713 0.612,2.95675 0.612,4.6214 0,2.79712 0.2085,2.97594 2.75,2.35828 1.5125,-0.36758 7.7341,-3.1081 13.8259,-6.09003 z"
+ id="path4542" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 867.64583,278.49186 c -0.3362,-4.76455 -1.0178,-9.06933 -1.5147,-9.56618 -0.8571,-0.85708 -12.7042,8.57025 -12.6441,10.06161 0.029,0.71623 12.3745,7.89386 13.8716,8.06479 0.5117,0.0584 0.6353,-3.62747 0.2872,-8.56022 z"
+ id="path4540" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 398.70922,283.42249 c 0.80723,-2.45159 -15.45884,-15.96951 -25.43333,-21.13636 -3.35386,-1.73732 -6.31574,-1.41774 -6.31574,0.68145 0,2.42017 3.39358,5.43309 16.43854,14.59461 10.47566,7.35708 14.33169,8.83303 15.31053,5.8603 z"
+ id="path4538" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 422.46015,281.65207 c 33.27237,-3.52018 97.04754,-14.0404 99.77363,-16.45845 0.42549,-0.37741 -0.1316,-1.50543 -1.23799,-2.50669 -1.95178,-1.76634 -2.53986,-1.71376 -19.77362,1.76822 -26.26279,5.30625 -66.30716,10.63859 -80.26202,10.68777 -8.55381,0.0301 -12.98761,1.44626 -15.82606,5.0547 l -2.32606,2.95705 2.82606,-0.0107 c 1.55433,-0.006 9.12606,-0.67724 16.82606,-1.49189 z"
+ id="path4536" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 801.88223,279.42638 c 1.3297,-2.9185 0.9291,-3.44545 -7.1024,-9.34114 l -2.6804,-1.96756 -1.5696,2.241 c -2.1847,3.11904 -1.9834,4.1204 1.2072,6.00514 1.5273,0.90221 3.6221,2.57423 4.655,3.71561 2.5237,2.78863 4.0022,2.61276 5.4902,-0.65305 z"
+ id="path4534" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 12.811375,279.60336 c 0.19317,-0.17479 -0.47185,-2.18334 -1.47783,-4.46345 l -1.8290502,-4.14564 -3.77217,4.29396 c -2.07469,2.36168 -3.77217,4.65035 -3.77217,5.08593 0,0.71113 9.9983702,9.1e-4 10.8512202,-0.7708 z"
+ id="path4532" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 269.91472,279.60036 c 0.73835,-0.73867 -0.81791,-2.41768 -5.20046,-5.6107 -10.67097,-7.77459 -10.02232,-7.72757 -15.23722,-1.10446 l -4.5426,5.76927 3.76286,1.22097 c 4.44003,1.44069 19.70015,1.24285 21.21742,-0.27508 z"
+ id="path4530" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 355.3978,277.21955 c 2.17928,-2.27468 2.66585,-3.51658 2.16289,-5.52052 -0.78264,-3.1183 0.68273,-6.1823 3.36366,-7.0332 2.86479,-0.90925 3.40361,-5.89899 1.51208,-14.00264 -1.89791,-8.13083 -2.80425,-9.50852 -6.25551,-9.50852 -4.14942,0 -25.6182,4.18244 -26.97077,5.2543 -1.34897,1.06902 -1.54883,9.81307 -0.41239,18.04223 0.65353,4.73238 0.77607,4.86859 9.16239,10.18462 10.08016,6.38974 13.33007,6.87132 17.43765,2.58393 z"
+ id="path4528" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 339.07857,269.96593 c -0.51056,-1.34288 -1.24282,-4.95896 -1.62724,-8.03575 -0.60654,-4.85458 -0.45385,-5.72146 1.15494,-6.55711 2.69388,-1.39928 10.65185,-2.34557 12.06107,-1.4342 1.49771,0.9686 3.79339,15.12191 2.63635,16.25351 -0.46395,0.45375 -3.64553,1.13778 -7.07019,1.52007 -5.97064,0.66649 -6.26481,0.59468 -7.15493,-1.74652 z"
+ id="path4526" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 351.30596,268.40882 c 0.80264,-0.46576 0.092,-7.94973 -1.03324,-10.8822 -0.71787,-1.87073 -8.69611,-1.81986 -10.26076,0.0654 -1.10103,1.32666 -0.63716,9.6089 0.66427,11.86041 0.44806,0.77514 8.93067,-0.0577 10.62973,-1.04363 z"
+ id="path4524" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 408.88444,272.90447 c 9.37741,-8.97424 9.73708,-9.52097 7.63465,-11.60554 -1.5414,-1.5283 -2.26093,-1.02101 -10.18647,7.1818 -5.26034,5.44437 -8.31858,9.37179 -7.98158,10.25 0.98232,2.5599 2.8499,1.5269 10.5334,-5.82626 z"
+ id="path4522" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 118.96015,278.3669 c 0,-0.43328 -1.2982,-2.34281 -2.88488,-4.2434 l -2.88488,-3.45563 -1.61512,3.86553 c -0.88832,2.12603 -1.61512,4.03556 -1.61512,4.24339 0,0.20784 2.025,0.37788 4.5,0.37788 2.475,0 4.5,-0.3545 4.5,-0.78777 z"
+ id="path4520" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 841.61993,276.0559 c 3.5046,-2.16593 6.3402,-7.3341 6.3402,-11.55547 0,-7.67797 -7.0784,-14.34576 -15.2293,-14.34576 -4.059,0 -5.3505,0.52898 -8.7171,3.57057 -3.0583,2.76297 -4.1008,4.56118 -4.609,7.95031 -1.8088,12.06187 11.7575,20.84359 22.2152,14.38035 z"
+ id="path4518" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 830.20273,271.04872 c -5.0931,-1.88405 -3.4244,-11.07627 2.1274,-11.71901 5.4163,-0.62705 8.4001,4.85279 5.1606,9.47782 -1.776,2.53558 -4.3513,3.32753 -7.288,2.24119 z"
+ id="path4516" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 835.44193,268.53002 c 1.9868,-1.98678 1.6299,-5.28766 -0.7318,-6.76811 -3.9175,-2.45574 -7.9036,4.34484 -4.1538,7.08673 2.3062,1.68639 2.9206,1.64632 4.8856,-0.31862 z"
+ id="path4514" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 745.87533,275.40312 c 6.2324,-3.19073 8.8635,-11.9081 5.5363,-18.34233 -3.4956,-6.75971 -13.4894,-9.21592 -17.3789,-4.27126 -1.1399,1.44917 -2.0726,3.82404 -2.0726,5.27749 0,5.19484 5.4904,9.90434 9.25,7.9343 2.3902,-1.25251 2.1961,-3.28099 -0.5,-5.22519 l -2.25,-1.62248 3,0.25051 c 2.6637,0.22243 3.0337,0.65242 3.3006,3.8361 0.3734,4.4554 -1.6393,6.34371 -6.6115,6.20276 -2.7282,-0.0773 -4.3267,-0.87797 -6.4117,-3.21146 -9.7536,-10.91621 8.1164,-25.00576 18.9111,-14.9104 3.628,3.39298 4.5874,5.63223 5.2339,12.21565 l 0.5776,5.88213 3.1297,-6.38213 c 5.3646,-10.93953 6.0477,-13.58125 4.316,-16.69098 -2.1245,-3.81511 -10.8287,-9.47316 -13.4024,-8.71203 -2.7099,0.80143 -16.0178,4.06725 -21.0097,5.15588 -4.5024,0.9819 -7.8228,5.01162 -9.6157,11.66989 -1.2889,4.78651 0.093,11.4972 3.2927,15.99086 4.3092,6.05176 15.7031,8.53717 22.7046,4.95269 z"
+ id="path4512" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 405.45273,267.16212 c 8.59026,-8.63024 8.87828,-9.06336 7.14869,-10.75 -1.72544,-1.68259 -2.01417,-1.52316 -6.77796,3.74255 -9.15509,10.11968 -12.03894,13.90681 -11.38973,14.95725 0.35445,0.57351 0.96478,1.04275 1.35629,1.04275 0.3915,0 4.73973,-4.04665 9.66271,-8.99255 z"
+ id="path4510" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 859.59793,270.49614 c 3.5448,-3.11219 6.089,-6.0135 5.6537,-6.44735 -0.4353,-0.43385 -3.9325,-0.025 -7.7714,0.90853 -5.9977,1.45848 -7.114,2.0801 -7.9324,4.41707 -0.7537,2.15218 -0.5691,3.14338 0.8849,4.75 1.0106,1.11665 2.036,2.03028 2.2787,2.03028 0.2427,0 3.3417,-2.54634 6.8865,-5.65853 z"
+ id="path4508" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 875.28203,274.56067 c 2.5729,-0.8767 4.6781,-2.0017 4.6781,-2.5 0,-0.4983 -0.3457,-0.906 -0.7683,-0.906 -0.4226,0 -2.9608,-1.81177 -5.6406,-4.02614 -2.6797,-2.21438 -5.0348,-3.86353 -5.2335,-3.66478 -0.6303,0.63027 0.8967,12.69092 1.6067,12.69092 0.3737,0 2.7846,-0.7173 5.3576,-1.594 z"
+ id="path4506" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 304.71015,273.5186 c 9.32921,-1.85185 9.14828,-1.55752 7.13135,-11.60056 l -1.11866,-5.57019 -6.86869,1.90341 c -10.12606,2.80608 -13.51653,2.57244 -15.74056,-1.08467 -0.99943,-1.64344 -2.9019,-8.84344 -4.2277,-16 -1.3258,-7.15656 -2.67121,-13.01192 -2.9898,-13.01192 -0.3186,0 -2.42602,3.2625 -4.68317,7.25 -4.07828,7.20474 -4.0975,7.28746 -3.0786,13.25 0.9945,5.81981 1.32958,6.30782 11.1577,16.25 5.57282,5.6375 10.59044,10.25035 11.15026,10.25078 0.55983,4.2e-4 4.73037,-0.73616 9.26787,-1.63685 z"
+ id="path4504" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 805.79963,272.60762 c 0.6383,-1.40088 1.1605,-2.92108 1.1605,-3.37823 0,-0.83713 -9.9827,-8.07472 -11.1373,-8.07472 -0.3411,0 -1.1895,1.37472 -1.8855,3.05494 -1.149,2.77399 -1.0631,3.19656 0.9334,4.59501 1.2094,0.84705 3.4117,2.60811 4.8941,3.91347 3.4586,3.04555 4.6064,3.02454 6.0348,-0.11047 z"
+ id="path4502" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 442.46015,271.5873 c 9.35,-0.85661 22.85,-2.41554 30,-3.46429 14.59686,-2.14105 43.48509,-7.6201 44.2594,-8.3944 0.54948,-0.54949 -17.45298,-21.07698 -23.04934,-26.28222 -2.97613,-2.76815 -3.95071,-3.12693 -7.10398,-2.61522 -4.91596,0.79775 -5.34547,1.94231 -2.02823,5.40476 3.44976,3.60077 3.97997,3.61606 5.85018,0.16874 0.82054,-1.5125 1.50991,-2.23735 1.53193,-1.61078 0.022,0.62656 -0.85404,2.20156 -1.9468,3.5 l -1.98683,2.36078 -4.03506,-4.23475 -4.03506,-4.23475 -4.9781,1.06762 c -2.73796,0.58718 -4.97811,1.28069 -4.97811,1.54111 0,0.26043 1.43415,1.78341 3.187,3.38439 2.57668,2.35343 3.48632,2.68826 4.75,1.7484 1.07603,-0.8003 1.02063,-0.57042 -0.1778,0.73783 -1.69909,1.85479 -1.82294,1.8207 -5.16943,-1.42285 l -3.42864,-3.32316 -2.10089,4.11808 c -1.15549,2.26494 -2.41027,4.11808 -2.7884,4.11808 -0.37813,0 -2.34995,-1.62332 -4.38181,-3.60738 l -3.69429,-3.60738 -1.68998,3.56139 c -2.86941,6.04682 -3.99674,6.36239 -8.09349,2.26564 -1.98675,-1.98675 -3.74951,-3.61227 -3.91725,-3.61227 -0.16774,0 -1.49171,2.025 -2.94215,4.5 -1.45045,2.475 -3.02821,4.5 -3.50613,4.5 -0.47792,0 -2.0049,-1.35 -3.39329,-3 -2.73889,-3.25498 -3.6507,-3.69115 -3.65842,-1.75 -0.003,0.6875 -1.07679,2.58962 -2.38681,4.22693 l -2.38184,2.97692 -3.03834,-3.25255 c -3.24287,-3.47151 -3.20961,-3.48408 -6.19997,2.34242 -1.54072,3.00199 -1.50355,3.1183 2.71111,8.48251 l 4.27325,5.43879 -5.23621,5.33585 -5.23622,5.33584 7,-0.5733 c 3.85,-0.31532 14.65,-1.27416 24,-2.13078 z"
+ id="path4500" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 554.76397,270.40634 c -0.56923,-2.06158 -0.82341,-7.04472 -0.56485,-11.07366 0.25856,-4.02893 0.19807,-6.92203 -0.13443,-6.42912 -1.2691,1.88139 -12.06037,10.10232 -14.11825,10.75546 l -2.15731,0.68471 2.09571,2.23078 c 1.52351,1.6217 2.90729,2.11167 5.06812,1.79452 2.24052,-0.32884 3.90004,0.32149 6.7398,2.64116 2.07206,1.69258 3.84362,3.09251 3.93678,3.11095 0.0932,0.0184 -0.29634,-1.65322 -0.86557,-3.7148 z"
+ id="path4498" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 156.04458,267.49057 2.95694,-5.12161 -4.45316,-2.60973 c -2.44924,-1.43535 -6.17105,-4.59449 -8.27069,-7.02031 l -3.81752,-4.41059 -5.71936,3.03616 c -5.2127,2.7672 -5.62013,3.22158 -4.59921,5.12918 2.99055,5.58789 17.22658,17.14438 20.13231,16.34294 0.44756,-0.12344 2.14437,-2.52916 3.77069,-5.34604 z"
+ id="path4496" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 406.19229,257.58325 3.73215,-4.1135 -2.61932,-2.40754 c -1.53186,-1.408 -2.78433,-1.94927 -3.01675,-1.30372 -0.21859,0.6071 -3.77993,5.54627 -7.9141,10.97593 -6.71876,8.82416 -7.33918,10.00188 -5.84468,11.09468 1.43338,1.04812 2.40396,0.41238 6.80127,-4.45488 2.82111,-3.1226 6.80876,-7.52854 8.86143,-9.79097 z"
+ id="path4494" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 323.82917,269.37899 3.36903,-0.47092 -0.63472,-4.6267 c -0.3491,-2.54469 -0.91266,-7.61451 -1.25236,-11.26628 -0.58017,-6.23672 -0.47303,-6.73009 1.76569,-8.13121 1.31084,-0.82039 9.02686,-2.76406 17.14672,-4.31926 14.64926,-2.80578 14.77786,-2.8125 16.63812,-0.8688 1.03112,1.07737 2.63079,5.44635 3.55484,9.70885 2.26258,10.43698 3.79136,10.44004 8.50369,0.0171 2.16532,-4.78937 2.26587,-5.67941 1.18626,-10.5 l -1.1796,-5.26706 -9.08866,-2.87697 -9.08866,-2.87698 -16.96072,3.14115 c -28.15526,5.21439 -27.76698,4.73593 -23.22033,28.6128 2.17371,11.41527 2.30743,11.76033 4.23202,10.91994 0.91281,-0.39859 3.17572,-0.93662 5.02868,-1.19562 z"
+ id="path4492" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 891.68443,265.8646 c 3.4233,-2.31546 6.0891,-4.65993 5.924,-5.20993 -0.2888,-0.96195 -15.773,-6.50218 -16.5075,-5.90635 -0.1975,0.16025 -0.036,3.94641 0.3599,8.4137 0.8306,9.3835 0.4822,9.2914 10.2236,2.70258 z"
+ id="path4490" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -153.86008,268.3749 c 0.46985,-0.46985 -1.35222,-3.59938 -4.06,-6.97334 -4.97266,-6.19605 -6.11977,-6.70265 -6.11977,-2.70267 0,3.58529 -2.22912,4.57738 -9.55718,4.25352 -5.96722,-0.26371 -6.96487,-0.60345 -8.72917,-2.97261 -1.73208,-2.32589 -2.00221,-4.32904 -2.07053,-15.35421 -0.0893,-14.41301 0.13669,-14.86548 8.01526,-16.04694 l 4.38833,-0.65807 -0.65601,-3.63296 c -0.36081,-1.99812 -0.7866,-3.78573 -0.9462,-3.97246 -0.58791,-0.68784 -18.76851,2.86353 -20.0334,3.91329 -2.58005,2.14125 -3.63918,7.94719 -3.05923,16.77015 0.31294,4.76084 0.58679,10.94634 0.60855,13.74555 0.045,5.78877 -0.48224,5.37583 13.53958,10.6039 11.28087,4.2061 25.95212,5.7545 28.67977,3.02685 z"
+ id="path4488" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 880.41663,263.40467 c -0.3865,-3.7125 -0.841,-6.90611 -1.0099,-7.0969 -0.1689,-0.1908 -2.5616,0.92044 -5.3172,2.46942 -4.1339,2.32378 -4.8019,3.06943 -3.8197,4.26362 1.6378,1.99143 8.7808,7.11386 9.9199,7.11386 0.5504,0 0.6429,-2.7537 0.2269,-6.75 z"
+ id="path4486" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 395.4648,259.08332 c 4.12244,-5.53924 7.49535,-10.4195 7.49535,-10.84501 0,-1.25865 -3.79844,-4.31912 -4.88541,-3.93626 -0.55063,0.19394 -4.36944,4.85262 -8.48625,10.35262 l -7.48512,10 2.48416,2.25 c 1.36628,1.2375 2.68615,2.25 2.93303,2.25 0.24689,0 3.8218,-4.53211 7.94424,-10.07135 z"
+ id="path4484" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 386.15363,256.90467 c 10.36886,-13.74121 10.41691,-13.8305 8.28352,-15.39048 -2.74243,-2.00531 -3.74739,-1.69366 -6.11808,1.89731 -12.38268,18.75651 -11.83217,17.67279 -9.77017,19.23322 1.05119,0.79549 1.96137,1.46065 2.02263,1.47815 0.0613,0.0175 2.5732,-3.2307 5.5821,-7.2182 z"
+ id="path4482" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 861.96013,262.16238 c 1.7063,-0.45786 2.4219,-1.27991 2.2539,-2.58927 -2.4128,-18.81198 -17.7129,-107.73402 -18.8547,-109.58154 -1.1173,-1.8078 -3.4285,0.74071 -4.9883,5.50037 -4.6413,14.16346 -14.2591,28.51859 -27.8018,41.49584 -3.635,3.48322 -6.6091,6.55104 -6.6091,6.81739 0,0.26635 0.7875,0.26255 1.75,-0.008 0.9625,-0.271 3.1139,-0.76543 4.781,-1.09873 l 3.031,-0.60601 1.2322,9.28135 c 1.7688,13.3232 2.092,12.41614 -4.9698,13.94466 l -6.1755,1.33669 -1.1876,5.27828 c -1.1867,5.27417 -1.1847,5.2824 2.6,10.56762 2.0831,2.90913 5.7909,6.93089 8.2394,8.93724 l 4.4517,3.6479 1.8738,-2.10675 c 2.4847,-2.79365 9.1366,-5.78037 12.8738,-5.78037 7.4573,0 14.5792,6.1021 16.1214,13.81286 0.6076,3.03816 0.7432,3.10876 4.752,2.47458 2.2696,-0.35904 5.2516,-0.95468 6.6266,-1.32365 z"
+ id="path4480" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 844.66763,238.20269 c -3.4815,-3.05681 -5.7075,-8.48339 -5.7075,-13.91404 0,-2.98964 0.1842,-3.13398 4,-3.13398 2.4925,0 4.0288,0.47109 4.0765,1.25 0.042,0.6875 0.2104,1.925 0.3741,2.75 0.7957,4.01044 1.6842,16 1.1857,16 -0.3117,0 -2.0797,-1.32839 -3.9288,-2.95198 z"
+ id="path4478" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 847.60393,235.40467 c -0.2833,-1.5125 -0.7868,-4.82171 -1.1188,-7.35381 -0.5555,-4.23599 -0.8003,-4.56622 -3.0643,-4.13342 -3.9094,0.74733 -3.2171,7.28258 1.3228,12.48723 2.2351,2.56235 3.4481,2.13825 2.8603,-1 z"
+ id="path4476" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 825.52303,218.09351 c -0.9354,-3.33363 -1.9604,-10.06979 -2.2778,-14.96923 l -0.5772,-8.90807 2.7112,-1.03077 c 4.4074,-1.67569 5.2882,-1.26248 5.9353,2.78432 l 0.6101,3.8151 5.9108,-0.42755 5.9107,-0.42755 1.107,5.16168 c 1.6979,7.91709 1.7309,7.85596 -4.9858,9.24326 l -6.0927,1.25844 0.5985,3.74253 c 0.488,3.05198 0.2405,3.9341 -1.3416,4.78076 -4.3077,2.30543 -5.7168,1.3628 -7.5085,-5.02292 z"
+ id="path4474" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 831.77503,222.29025 c 0.8497,-0.53882 1.2034,-2.39076 1,-5.23469 l -0.3149,-4.40089 5.5,-1.01768 c 5.0238,-0.92956 5.4789,-1.23261 5.256,-3.5 -0.6633,-6.74748 -0.8538,-6.93572 -6.3608,-6.28351 -5.5102,0.65261 -6.8511,-0.21442 -6.8799,-4.44881 -0.012,-1.72925 -0.5939,-2.25 -2.5153,-2.25 -2.1547,0 -2.4994,0.44893 -2.496,3.25 0,3.2998 2.6589,21.21233 3.483,23.5 0.5215,1.44776 1.4781,1.55859 3.3279,0.38558 z"
+ id="path4472" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 835.34723,191.721 c -0.3362,-0.87612 -0.4344,-4.72257 -0.2183,-8.54767 0.2844,-5.03418 0.9665,-7.72297 2.47,-9.73669 1.1424,-1.53008 2.4785,-2.78197 2.9691,-2.78197 0.4907,0 1.1658,2.925 1.5002,6.5 0.3345,3.575 0.9374,8.13597 1.3398,10.13548 0.8032,3.99084 0.5538,4.30724 -4.1987,5.32656 -2.4947,0.53505 -3.393,0.3267 -3.8621,-0.89571 z"
+ id="path4470" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 842.10483,190.16832 c 0.3546,-0.008 0.2528,-1.70115 -0.2262,-3.76365 -0.4789,-2.0625 -0.8815,-5.2125 -0.8946,-7 -0.025,-3.39639 -1.0538,-4.12378 -2.8211,-1.99441 -1.7126,2.06361 -2.4665,6.52544 -1.7488,10.35086 0.5792,3.08744 0.9818,3.51078 2.8601,3.00709 1.2022,-0.32243 2.476,-0.59238 2.8306,-0.59989 z"
+ id="path4468" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 545.23319,256.8362 c 5.7884,-3.71033 9.8565,-7.75753 6.22696,-6.19496 -1.1,0.47356 -5.80246,2.14778 -10.44991,3.72047 -4.64745,1.5727 -8.65719,3.06673 -8.91054,3.32007 -0.25334,0.25335 0.33101,1.33537 1.29856,2.4045 2.09344,2.31322 3.95201,1.80283 11.83493,-3.25008 z"
+ id="path4466" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 652.63257,253.40766 c 3.39484,-2.17377 9.46984,-5.03246 13.5,-6.35265 6.38791,-2.09253 9.18702,-2.39759 21.82758,-2.37886 13.27768,0.0197 15.12538,0.25133 21.91868,2.74802 4.0802,1.49959 7.5105,2.61492 7.6228,2.47852 0.1123,-0.13641 0.9479,-1.71052 1.857,-3.49802 l 1.6529,-3.25 -4.7757,-0.007 c -8.0358,-0.0119 -22.4041,-2.62166 -29.67778,-5.39045 -8.1629,-3.10729 -12.45662,-5.56388 -18.72518,-10.71337 -4.72,-3.87737 -5.87272,-4.00943 -5.87272,-0.67278 0,3.21035 -3.0647,8.02415 -9.12966,14.34018 -7.72543,8.04524 -16.17437,25.86259 -9.12034,19.23323 1.5125,-1.42144 5.52759,-4.36298 8.92242,-6.53675 z"
+ id="path4464" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -166.55457,260.17849 c 1.1397,-1.84407 1.76997,-10.83604 1.08138,-15.42789 -0.63417,-4.2289 -0.91753,-4.59593 -3.54834,-4.59593 -2.78032,0 -2.87828,0.17883 -3.55392,6.48782 -0.86557,8.08262 -2.4644,7.53322 -2.4644,-0.84684 0,-7.04729 1.01439,-8.64098 5.5,-8.64098 4.05411,0 5.5,1.5861 5.5,6.03333 0,1.99834 0.25452,3.88786 0.5656,4.19894 0.31108,0.31108 2.56108,-1.37378 5,-3.74414 3.31416,-3.22099 4.4344,-5.0721 4.4344,-7.32751 0,-5.53261 -2.04973,-6.42263 -13.79042,-5.98803 -13.89525,0.51437 -14.20958,0.86839 -14.20958,16.00394 0,14.25446 0.32537,14.82347 8.47617,14.82347 3.52319,0 6.67729,-0.43928 7.00911,-0.97618 z"
+ id="path4462" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 163.1236,257.49807 2.77289,-2.65659 -5.83992,-6.24289 c -6.91809,-7.39546 -9.02335,-12.58469 -9.81544,-24.19392 -0.30959,-4.5375 -0.75683,-8.25 -0.99387,-8.25 -0.23703,0 -2.36246,1.13193 -4.72317,2.5154 -4.00322,2.34604 -4.33135,2.86782 -4.87379,7.75 -0.96123,8.6515 1.1362,15.68112 7.02529,23.54556 2.50619,3.34682 10.98719,10.11855 12.72984,10.16425 0.51991,0.0136 2.19308,-1.17068 3.71817,-2.63181 z"
+ id="path4460" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 382.60831,248.92708 c 6.85422,-10.52881 6.99544,-11.75438 1.35184,-11.73177 -2.18604,0.009 -3.09683,1.2808 -7.2525,10.12922 -3.63069,7.73063 -4.48911,10.43655 -3.63669,11.46366 0.61369,0.73945 1.53999,1.0823 2.05844,0.76188 0.51845,-0.32042 3.88396,-5.10077 7.47891,-10.62299 z"
+ id="path4458" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 873.70913,257.01221 c 6.8416,-3.91435 15.24,-12.22581 20.3631,-20.15226 12.0931,-18.71033 12.5759,-44.77506 1.1602,-62.63242 -9.2111,-14.40861 -22.9157,-22.69891 -40.6637,-24.59854 l -6.8915,-0.73761 0.5936,2.38165 c 1.3269,5.32331 6.11,32.39248 11.7297,66.38164 3.2737,19.8 6.1992,37.4625 6.5012,39.25 0.302,1.7875 0.8114,3.25 1.132,3.25 0.3206,0 3.0545,-1.41411 6.0754,-3.14246 z"
+ id="path4456" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 872.16013,241.95467 c -2.5118,-2.51177 -0.6421,-6.8 2.9648,-6.8 0.9707,0 2.2307,0.87042 2.8,1.93426 1.3388,2.50156 1.3229,2.63522 -0.5362,4.49431 -1.879,1.87902 -3.5988,2.00119 -5.2286,0.37143 z"
+ id="path4454" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 876.96013,239.74768 c 0,-1.82845 -2.081,-3.49918 -3.6219,-2.90788 -1.7204,0.6602 -1.8137,3.99627 -0.1281,4.58423 1.7691,0.61709 3.75,-0.26843 3.75,-1.67635 z"
+ id="path4452" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 883.66893,231.53019 c -1.2585,-1.25851 -0.7533,-5.09367 0.8457,-6.42077 1.2999,-1.07884 1.9119,-0.93284 3.7361,0.89145 1.726,1.72597 1.9544,2.54418 1.0934,3.9177 -1.1569,1.84568 -4.4936,2.79321 -5.6752,1.61162 z"
+ id="path4450" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 887.29373,229.72778 c 0.7026,-1.83091 -1.8559,-4.15512 -2.8332,-2.57378 -0.824,1.33333 0.084,4.00067 1.3612,4.00067 0.5084,0 1.1708,-0.6421 1.472,-1.42689 z"
+ id="path4448" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 867.51913,214.90467 c -0.9838,-6.1875 -3.0114,-17.55 -4.5059,-25.25 -2.6643,-13.72682 -2.6789,-14.00659 -0.7471,-14.33765 1.0837,-0.18571 4.4956,0.94822 7.5821,2.51986 4.3679,2.22407 6.4969,4.18316 9.6041,8.83765 3.558,5.32968 4.0316,6.75713 4.3539,13.12354 0.3095,6.1109 -0.035,8.02773 -2.384,13.2618 -2.4481,5.45498 -9.0356,13.0948 -11.2912,13.0948 -0.4528,0 -1.6281,-5.0625 -2.6119,-11.25 z"
+ id="path4446" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 875.85653,218.61987 c 1.707,-1.94413 3.1036,-3.90871 3.1036,-4.36572 0,-0.85522 -7.6413,0.20847 -8.6348,1.20199 -0.7913,0.79131 0.6291,6.69853 1.6107,6.69853 0.4493,0 2.2135,-1.59066 3.9205,-3.5348 z"
+ id="path4444" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 879.21013,211.98038 c 2.6252,-1.3442 2.2639,-4.82698 -0.5,-4.82013 -4.6409,0.0115 -9.75,2.04193 -9.75,3.87476 0,0.98248 0.2652,2.05151 0.5893,2.37563 0.7403,0.74033 7.3257,-0.23462 9.6607,-1.43026 z"
+ id="path4442" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 881.78893,202.7311 c 0.3013,-2.59616 0.1133,-2.77872 -2.2507,-2.18539 -1.4187,0.35608 -4.6042,0.92492 -7.0788,1.26411 -3.7803,0.51814 -4.4993,0.96786 -4.4993,2.81411 0,1.20857 0.2235,2.42093 0.4967,2.69412 0.2732,0.27319 3.3107,-0.01 6.75,-0.62872 5.8043,-1.04461 6.2769,-1.32884 6.5821,-3.95823 z"
+ id="path4440" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 875.70743,200.03823 c 6.2425,-1.08709 6.3937,-1.18564 5.7506,-3.74795 -0.3633,-1.44733 -0.7364,-2.69497 -0.8292,-2.77252 -0.093,-0.0776 -3.0937,0.39194 -6.6687,1.04333 -5.9704,1.08785 -6.5258,1.40471 -6.8164,3.88896 -0.3635,3.10669 -0.2632,3.1253 8.5637,1.58818 z"
+ id="path4438" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 874.88153,193.36314 c 4.8572,-0.80963 5.6889,-1.81402 3.688,-4.45374 -1.175,-1.55005 -1.9542,-1.6185 -6.9662,-0.61195 -5.2895,1.06229 -5.6432,1.31389 -5.6432,4.01432 0,2.48291 0.3109,2.80551 2.25,2.33468 1.2375,-0.30048 4.2396,-0.87797 6.6714,-1.28331 z"
+ id="path4436" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 874.28313,186.51079 c 1.7029,-0.50185 1.7138,-0.65803 0.1645,-2.36994 -1.0941,-1.209 -2.7355,-1.7315 -4.823,-1.53537 -1.7405,0.16352 -2.377,0.0977 -1.4145,-0.1463 3.4926,-0.88536 1.0716,-3.30451 -3.307,-3.30451 -1.5504,0 -1.7385,0.40767 -1.038,2.25 0.98,2.57783 1.095,3.14067 1.095,5.36129 0,1.31342 0.6932,1.48843 3.75,0.94668 2.0625,-0.36553 4.5704,-0.90637 5.573,-1.20185 z"
+ id="path4434" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 890.21013,216.49239 c -1.7445,-0.70392 -1.563,-4.83304 0.2796,-6.3623 1.1696,-0.97068 2.1111,-1.00455 4,-0.14388 2.7076,1.23367 3.0019,2.30686 1.4352,5.2342 -0.9974,1.86369 -3.0926,2.33004 -5.7148,1.27198 z"
+ id="path4432" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 894.96013,213.04768 c 0,-1.20716 -0.7032,-1.89301 -1.941,-1.89301 -2.5212,0 -3.5408,1.71458 -2.072,3.48436 1.5111,1.82078 4.013,0.82866 4.013,-1.59135 z"
+ id="path4430" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 891.16013,197.95467 c -0.66,-0.66 -1.2,-2.1799 -1.2,-3.37756 0,-5.10784 7.246,-6.13789 7.8223,-1.11197 0.5393,4.70407 -3.6009,7.51093 -6.6223,4.48953 z"
+ id="path4428" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 895.62433,195.58745 c 0.3307,-0.86197 0.088,-2.08018 -0.5386,-2.70714 -1.4074,-1.40744 -4.7417,1.4685 -3.6849,3.1784 0.9981,1.61495 3.5314,1.33229 4.2235,-0.47126 z"
+ id="path4426" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 882.72463,181.5372 c -1.0515,-2.30784 -0.9197,-2.83845 1.1143,-4.48549 2.8439,-2.30282 6.1212,-0.99743 6.1212,2.43814 0,4.90079 -5.2575,6.38846 -7.2355,2.04735 z"
+ id="path4424" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 887.51403,180.06754 c 1.0305,-1.66742 -1.2873,-3.57951 -2.6668,-2.2 -1.1539,1.15392 -0.4317,3.28713 1.1129,3.28713 0.4851,0 1.1843,-0.48921 1.5539,-1.08713 z"
+ id="path4422" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 874.54443,171.51379 c -1.0648,-2.77482 0.3568,-5.35912 2.9479,-5.35912 3.0316,0 5.1576,3.46397 3.4147,5.56392 -1.6152,1.94628 -5.5862,1.81846 -6.3626,-0.2048 z"
+ id="path4420" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 879.77253,169.89016 c 0.398,-2.06658 -2.4888,-3.4591 -4.0124,-1.93549 -1.5236,1.52361 -0.1311,4.41041 1.9355,4.01242 0.9578,-0.18446 1.8925,-1.11908 2.0769,-2.07693 z"
+ id="path4418" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 859.19843,165.99299 c -2.9084,-2.90838 -0.7431,-7.83832 3.4426,-7.83832 2.6409,0 4.2603,4.27731 2.6142,6.90478 -1.2788,2.04123 -4.4589,2.53139 -6.0568,0.93354 z"
+ id="path4416" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 863.77973,162.32634 c 0.2401,-1.63227 -0.1945,-2.17167 -1.75,-2.17167 -1.3402,0 -2.0696,0.64613 -2.0696,1.83333 0,3.80163 3.2674,4.09105 3.8196,0.33834 z"
+ id="path4414" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 813.40773,256.50735 c 0.5663,-2.25637 -0.082,-3.39005 -4.3916,-7.6769 -2.7808,-2.76628 -5.056,-5.39999 -5.056,-5.85269 0,-2.3566 -2.0437,-0.32709 -2.9474,2.92691 -1.437,5.17449 -1.6377,4.73682 4.1974,9.15762 6.2556,4.73943 7.3235,4.92768 8.1976,1.44506 z"
+ id="path4412" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 7.7554048,255.25876 c 0.18927,-2.484 -0.64481,-3.53904 -5.86413,-7.41758 l -6.08479,-4.52168 6.87323,-2.21367 c 6.23992,-2.0097 6.97282,-2.53186 7.9540802,-5.66695 0.94576,-3.02165 0.87747,-3.38689 -0.54639,-2.92218 -10.68726022,3.48805 -29.11508,10.26663 -29.1204,10.7118 -0.007,0.57814 25.0079098,14.92617 26.0227598,14.92617 0.29974,0 0.64427,-1.30316 0.76564,-2.89591 z"
+ id="path4410" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 127.12127,253.40467 c 16.00796,-8.33643 14.79352,-7.1608 12.05505,-11.66982 -1.44452,-2.37848 -3.60869,-3.53516 -11.6727,-6.2387 -5.44468,-1.82538 -10.0912,-3.12708 -10.32561,-2.89267 -0.23441,0.2344 -0.016,1.65679 0.48537,3.16087 0.7112,2.13361 2.2177,3.22205 6.85416,4.95212 3.26844,1.2196 5.76417,2.60462 5.54608,3.07783 -0.59111,1.28259 -6.24865,4.54853 -6.84548,3.9517 -0.28404,-0.28405 0.66671,-1.05553 2.11278,-1.7144 1.44608,-0.65888 2.62923,-1.53343 2.62923,-1.94344 0,-0.56271 -8.22221,-3.93349 -9.59481,-3.93349 -0.13119,0 -0.23852,2.06768 -0.23852,4.59484 0,4.21673 0.17829,4.54918 2.16666,4.03994 l 2.16667,-0.5549 -2.13887,1.71006 c -1.73154,1.3844 -3.94963,8.21006 -2.66795,8.21006 0.19073,0 4.4513,-2.1375 9.46794,-4.75 z"
+ id="path4408" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 303.71015,256.12116 6.25,-1.23978 0,-3.80434 c 0,-2.09238 -0.47136,-4.09565 -1.04747,-4.45171 -0.5761,-0.35605 -3.24998,-0.11899 -5.94194,0.5268 -8.5495,2.05099 -10.02524,0.3678 -11.61469,-13.24746 -0.69845,-5.98291 -0.93844,-6.32493 -3.36236,-4.79189 -0.92964,0.58796 -1.93633,0.53753 -2.75,-0.13776 -0.70595,-0.58588 -1.28284,-0.67264 -1.28199,-0.19279 0.004,2.27865 4.16546,23.1437 5.01636,25.15166 1.02692,2.42335 4.49774,4.28809 6.98209,3.75121 0.825,-0.17829 4.3125,-0.88206 7.75,-1.56394 z"
+ id="path4406" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 898.96013,257.63535 c 0,-1.19051 -5.4759,-14.48056 -5.9659,-14.47921 -0.8009,0.002 -10.4208,9.96441 -9.945,10.29898 0.7743,0.54454 13.4097,4.51555 14.6609,4.60759 0.6875,0.0506 1.25,-0.14173 1.25,-0.42736 z"
+ id="path4404" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 906.46463,252.48998 c 2.538,-3.11559 5.249,-6.89169 6.0245,-8.39135 1.7512,-3.38641 1.2493,-3.5713 -10.4584,-3.85349 -7.6827,-0.18517 -8.2676,-0.0611 -7.5604,1.60442 0.4216,0.99281 1.9324,5.06761 3.3574,9.05511 1.425,3.9875 2.913,7.25 3.3067,7.25 0.3937,0 2.7923,-2.54911 5.3302,-5.66469 z"
+ id="path4402" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 541.46951,252.72674 c 19.51492,-6.9749 25.20794,-13.31888 37.33607,-41.60521 7.45404,-17.38498 18.15457,-49.61132 18.15457,-54.67536 0,-1.75944 -2.9284,-1.64166 -3.61414,0.14536 -0.30326,0.79027 -1.19261,1.19079 -1.97634,0.89005 -1.79463,-0.68867 -6.92401,2.57512 -5.76642,3.66912 0.47129,0.44541 1.7569,1.0598 2.8569,1.36531 1.1,0.30551 0.5375,0.42712 -1.25,0.27026 -3.21311,-0.28198 -3.25198,-0.23327 -3.42471,4.29159 l -0.1747,4.57681 -0.3828,-4.25 c -0.21053,-2.3375 -0.71864,-4.25 -1.12912,-4.25 -0.41049,0 -2.22386,1.52442 -4.02972,3.38759 -2.33329,2.40735 -2.89644,3.54196 -1.94617,3.92106 0.79662,0.31779 0.50692,0.56537 -0.71661,0.6124 -2.4022,0.0923 -7.92231,5.57256 -8.90785,8.84347 -0.37527,1.24549 -1.0378,2.04482 -1.47228,1.7763 -0.43448,-0.26853 -2.64418,1.49007 -4.91044,3.908 -2.63282,2.80901 -3.67552,4.57621 -2.88804,4.89475 0.78119,0.316 0.65125,0.52744 -0.35488,0.57748 -0.87302,0.0434 -3.4196,2.03386 -5.65907,4.4232 -2.23946,2.38933 -5.96756,5.96698 -8.28466,7.95033 l -4.2129,3.60609 2.65877,0.66731 c 1.46232,0.36702 4.01458,0.39614 5.67168,0.0647 1.86511,-0.37302 2.78102,-0.22736 2.40419,0.38236 -0.3348,0.54172 -2.56967,0.98494 -4.96637,0.98494 -2.55045,0 -4.56683,0.5184 -4.86204,1.25 -0.30132,0.74674 -0.53617,0.54544 -0.58333,-0.5 -0.10674,-2.36603 -0.9304,-2.18533 -5.37482,1.1792 l -3.79587,2.87355 2.79587,1.08686 2.79587,1.08685 -3.23021,-0.56334 c -2.28616,-0.3987 -4.39313,0.0903 -7.20933,1.67306 -4.15362,2.33446 -4.30582,3.4106 -0.70813,5.0069 1.86748,0.8286 1.7889,0.8822 -0.60233,0.41087 -2.32792,-0.45886 -2.7702,-0.19379 -2.88164,1.727 -0.10021,1.72722 -0.2793,1.53596 -0.75,-0.80094 l -0.61836,-3.06999 -7.7135,3.56999 -7.71349,3.56999 12.42157,13.5 c 6.83186,7.425 12.44043,13.8375 12.46349,14.25 0.0769,1.37619 2.8841,0.77725 12.55129,-2.67793 z"
+ id="path4400" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 510.0391,230.738 c -0.0434,-1.05416 0.19293,-1.64479 0.52522,-1.3125 0.33229,0.33229 0.36781,1.19479 0.0789,1.91667 -0.31922,0.79773 -0.55618,0.56078 -0.60416,-0.60417 z"
+ id="path4398" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 515.21015,228.37438 c -2.3375,-0.89816 -4.25,-2.00158 -4.25,-2.45204 0,-0.45047 1.32765,-0.13247 2.95034,0.70665 1.62269,0.83912 3.64769,1.52568 4.5,1.52568 0.85231,0 1.54966,0.45 1.54966,1 0,0.55 -0.1125,0.96686 -0.25,0.92636 -0.1375,-0.0405 -2.1625,-0.80849 -4.5,-1.70665 z"
+ id="path4396" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 527.23098,223.5505 c 0.33229,-0.33229 1.1948,-0.36781 1.91667,-0.0789 0.79773,0.31922 0.56078,0.55618 -0.60417,0.60416 -1.05416,0.0434 -1.64479,-0.19293 -1.3125,-0.52522 z"
+ id="path4394" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 530.0391,220.738 c -0.0434,-1.05416 0.19293,-1.64479 0.52522,-1.3125 0.33229,0.33229 0.36781,1.19479 0.0789,1.91667 -0.31922,0.79773 -0.55618,0.56078 -0.60416,-0.60417 z"
+ id="path4392" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 536.96015,216.76166 c 0,-0.21616 0.675,-0.65203 1.5,-0.96862 0.825,-0.31658 1.5,-0.13972 1.5,0.39301 0,0.53274 -0.675,0.96862 -1.5,0.96862 -0.825,0 -1.5,-0.17686 -1.5,-0.39301 z"
+ id="path4390" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 548.11804,203.15467 c 0,-1.375 0.22698,-1.9375 0.50439,-1.25 0.27741,0.6875 0.27741,1.8125 0,2.5 -0.27741,0.6875 -0.50439,0.125 -0.50439,-1.25 z"
+ id="path4388" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 553.6514,199.45664 c 1.59212,-0.30929 2.30028,-1.29739 2.58997,-3.61382 0.38308,-3.06318 0.40498,-3.04116 0.55874,0.56185 0.14907,3.49287 -0.0285,3.74066 -2.58996,3.61382 -2.26815,-0.11232 -2.36605,-0.21077 -0.55875,-0.56185 z"
+ id="path4386" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 566.11804,185.15467 c 0,-1.375 0.22698,-1.9375 0.50439,-1.25 0.27741,0.6875 0.27741,1.8125 0,2.5 -0.27741,0.6875 -0.50439,0.125 -0.50439,-1.25 z"
+ id="path4384" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 575.19215,177.15467 c 0,-1.925 0.2058,-2.7125 0.45733,-1.75 0.25152,0.9625 0.25152,2.5375 0,3.5 -0.25153,0.9625 -0.45733,0.175 -0.45733,-1.75 z"
+ id="path4382" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 172.24822,248.64009 c 2.2583,-1.93303 5.81734,-4.26963 7.90897,-5.19245 2.09163,-0.92283 3.80296,-1.98667 3.80296,-2.3641 0,-0.37743 -1.35348,-1.24686 -3.00773,-1.93207 -4.6071,-1.90833 -10.92476,-8.60766 -13.57373,-14.39377 -1.3113,-2.86426 -2.72942,-8.22399 -3.15136,-11.91052 l -0.76718,-6.70278 -5.86234,4.1639 -5.86233,4.16391 0.40762,9.09123 c 0.35833,7.9918 0.81693,9.85626 3.79218,15.41724 2.73912,5.11965 9.95092,13.17399 11.7959,13.17399 0.22607,0 2.25874,-1.58156 4.51704,-3.51458 z"
+ id="path4380" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 175.96015,240.21369 c 0,-0.58246 0.45,-1.05902 1,-1.05902 0.55,0 1,0.19844 1,0.44098 0,0.24254 -0.45,0.7191 -1,1.05902 -0.55,0.33992 -1,0.14148 -1,-0.44098 z"
+ id="path4378" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 414.93983,247.19451 c 1.11117,-2.17809 2.02032,-4.24532 2.02032,-4.59384 0,-0.77803 -9.9802,0.49459 -11.84932,1.51095 -0.98847,0.5375 -0.32584,1.57734 2.47785,3.88838 2.10494,1.73507 4.16548,3.15467 4.57899,3.15467 0.41351,0 1.66098,-1.78207 2.77216,-3.96016 z"
+ id="path4376" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 8.6576448,241.51883 c -0.53342,-0.53342 -8.69749002,1.90502 -8.69749002,2.59777 0,0.39525 1.68750002,1.92078 3.75000002,3.39006 l 3.75,2.67141 0.72976,-4.1986 c 0.40137,-2.30924 0.61185,-4.31652 0.46773,-4.46064 z"
+ id="path4374" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 426.97111,244.90467 c 1.08986,-1.7875 1.98325,-3.51616 1.9853,-3.84146 0.005,-0.75309 -8.79272,0.55459 -9.67646,1.43832 -0.72567,0.72567 3.5185,5.65314 4.86921,5.65314 0.46221,0 1.73209,-1.4625 2.82195,-3.25 z"
+ id="path4372" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 439.10962,242.38758 c 2.02189,-3.19336 2.0228,-3.23291 0.0737,-3.23291 -3.16983,0 -8.2232,1.18999 -8.2232,1.93644 0,1.2509 4.16059,5.1767 5.14023,4.85015 0.52927,-0.17642 1.88342,-1.77558 3.00924,-3.55368 z"
+ id="path4370" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 304.37181,244.34444 c 3.33581,-0.59267 4.084,-1.20983 5.08238,-4.19237 1.65312,-4.93849 6.31013,-7.20387 20.58333,-10.01263 l 12.09056,-2.37924 -0.6612,-4.40925 c -0.56582,-3.77311 -1.60511,-5.29557 -7.20375,-10.55276 -3.59839,-3.37894 -7.05113,-6.40557 -7.67275,-6.72586 -1.92971,-0.99426 -32.50861,4.53215 -34.14788,6.17142 -1.33591,1.3359 -1.29303,3.07242 0.38784,15.70934 1.03937,7.81408 2.44887,14.8811 3.13223,15.7045 1.35755,1.63574 2.52959,1.73147 8.40924,0.68685 z"
+ id="path4368" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 304.76717,227.90467 c -2.11799,-1.68069 -2.86286,-6.45877 -1.2195,-7.82263 0.71926,-0.59694 2.56881,-1.25337 4.11011,-1.45875 1.54131,-0.20537 6.03857,-0.84483 9.99392,-1.42101 3.95536,-0.57619 7.41071,-1.04761 7.67857,-1.04761 1.36323,0 3.62988,3.4306 3.62988,5.49388 0,2.67319 -1.93504,3.5113 -13.81538,5.98372 -8.8088,1.8332 -8.42344,1.82308 -10.3776,0.2724 z"
+ id="path4366" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 317.53055,225.4984 c 7.7039,-1.51369 8.4296,-1.85804 8.4296,-4 0,-2.78725 -2.20498,-2.98941 -13.05737,-1.19718 -6.12409,1.01137 -6.94263,1.40437 -6.94263,3.33333 0,4.07131 0.18438,4.10101 11.5704,1.86385 z"
+ id="path4364" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 454.14494,238.76205 c 0.96698,-1.76273 0.71835,-1.85657 -3.62267,-1.36727 -2.56351,0.28894 -4.97619,0.8414 -5.36152,1.22769 -0.38533,0.38629 0.61936,1.8384 2.23264,3.22692 2.82281,2.42954 2.98556,2.45457 4.32327,0.66493 0.76452,-1.02281 1.85725,-2.71133 2.42828,-3.75227 z"
+ id="path4362" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -27.695135,241.65499 c 19.2310398,-3.97228 53.10903,-17.87376 77.65529,-31.86504 21.24201,-12.10787 29.72275,-18.77416 37.90058,-29.7918 5.47583,-7.37734 13.786975,-27.84348 11.30703,-27.84348 -0.45677,0 -1.7075,-0.7875 -2.7794,-1.75 -1.07191,-0.9625 -4.05955,-3.44942 -6.6392,-5.5265 -5.36125,-4.31675 -4.83713,-4.68593 -8.82001,6.21265 -1.83119,5.0108 -2.06052,6.53334 -1.03554,6.875 2.00956,0.66986 5.06654,4.02095 5.06654,5.55399 0,2.42523 -4.07178,6.63486 -6.41759,6.63486 -3.25514,0 -5.90896,-3.3217 -5.40378,-6.76373 0.39359,-2.6817 -0.0234,-3.04725 -7.36595,-6.45716 l -7.78315,-3.61453 -2.04313,6.66771 c -1.12372,3.66724 -2.26911,7.40298 -2.54531,8.30164 -0.34602,1.12582 0.28,1.83024 2.01313,2.26522 5.29837,1.32981 3.96848,10.75043 -1.61004,11.40514 -3.63783,0.42695 -6.04061,-2.30299 -5.68276,-6.45651 0.27392,-3.17935 -0.0896,-3.61374 -6.13435,-7.33113 -3.53404,-2.17334 -6.6666,-3.71046 -6.96124,-3.41581 -0.29465,0.29465 -1.26722,3.0925 -2.16126,6.21744 -0.89404,3.12495 -1.96146,6.46922 -2.37204,7.43172 -0.57177,1.34037 -0.26659,1.75 1.30378,1.75 2.40934,0 5.16369,3.52674 5.16369,6.61172 0,3.34484 -3.21613,6.63828 -6.48244,6.63828 -3.75433,0 -5.70363,-2.77382 -5.32176,-7.57276 0.29718,-3.73459 0.16238,-3.90259 -5.84488,-7.28451 l -6.14908,-3.46175 -2.95358,8.80658 -2.9535702,8.80659 2.36544,1.78426 c 1.8602502,1.40318 2.3052402,2.56885 2.0835402,5.45792 -0.47579,6.20014 -7.0353202,7.75057 -10.4892102,2.47927 -1.30335002,-1.98917 -1.40213002,-3.03603 -0.50957002,-5.40068 1.05694002,-2.80018 0.91774002,-3.05007 -3.06885998,-5.50931 -2.29682,-1.41685 -5.22757,-3.23744 -6.51279,-4.04575 -1.2852198,-0.80832 -2.4444898,-1.32121 -2.5761498,-1.13976 -0.50039,0.68958 -5.5965,15.36636 -5.59191,16.10465 0.003,0.42611 1.11725,1.1977 2.47689,1.71463 5.0406198,1.91644 3.59384,11.03202 -1.74512,10.99531 -4.26192,-0.0293 -7.57132,-4.53845 -5.78315,-7.87968 1.18907,-2.22179 0.979,-2.42553 -7.30138,-7.08135 -4.80187,-2.69995 -6.03543,-3.04394 -6.84434,-1.9086 -0.76777,1.07761 -0.86182,0.9966 -0.4238,-0.36506 0.74728,-2.323 -0.0682,-2.22159 -6.99985,0.87044 -3.23094,1.44124 -7.89105,3.49488 -10.3558,4.56364 l -4.48137,1.9432 6.92452,4.45531 c 3.80849,2.45042 7.34613,4.31477 7.86142,4.14301 0.51529,-0.17176 2.20483,-3.44279 3.75452,-7.26895 3.18215,-7.85662 3.98339,-7.27072 0.9553,0.69856 l -1.96697,5.17666 2.46697,2.28632 c 2.85885,2.64949 3.17177,5.94555 0.81199,8.55307 -3.74577,4.13904 -9.78878,0.67638 -9.17865,-5.25938 0.3116,-3.03138 -0.11194,-3.53137 -6.41115,-7.56837 l -6.74479,-4.32257 -2.99444,6.60408 -2.99443,6.60409 2.36834,1.86294 c 2.37817,1.87067 3.82716,5.9857 2.70908,7.6936 -0.32943,0.50322 -1.64165,1.46429 -2.91603,2.13572 -3.35219,1.76615 -7.44228,-0.9479 -7.41654,-4.92137 0.002,-0.275 0.31344,-1.52212 0.69259,-2.77137 0.61031,-2.01094 0.0429,-2.56733 -4.94886,-4.85262 -3.10102,-1.4197 -5.83122,-2.38826 -6.06711,-2.15236 -0.60583,0.60583 -2.44302,10.59933 -2.44302,13.28897 0,1.75257 1.46797,3.00097 6.75,5.74038 6.58779,3.41661 14.21961,6.21408 19.25,7.05615 6.17256,1.03326 23.68668,0.56643 30.34471,-0.80883 z"
+ id="path4360" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 432.08195,238.25638 c 24.62411,-3.5629 56.8782,-9.28328 56.8782,-10.08755 0,-0.33454 -1.73819,-2.30556 -3.86265,-4.38004 l -3.86265,-3.77178 -7.38735,1.51441 c -4.06304,0.83292 -13.01235,2.2247 -19.88735,3.09285 -8.35451,1.05497 -16.48697,2.88058 -24.52203,5.5048 -6.61212,2.1595 -14.59253,4.32945 -17.73425,4.82212 -4.98101,0.7811 -5.92609,0.65944 -7.38296,-0.95038 -0.9189,-1.01538 -1.37139,-1.84614 -1.00553,-1.84614 0.36586,0 -0.96122,-2.44957 -2.94907,-5.44349 -4.17388,-6.28632 -5.16488,-6.17866 -9.61768,1.04479 l -2.71153,4.3987 6.80654,0 c 5.48048,0 7.15065,0.38025 8.57286,1.95177 1.7337,1.91571 1.63956,1.95728 -5.09501,2.25 l -6.86134,0.29823 4.5,2.735 c 5.32923,3.23899 6.06302,3.21597 36.1218,-1.13329 z"
+ id="path4358" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 466.24454,239.25038 c 0.94359,-1.59736 1.71561,-3.23089 1.71561,-3.63005 0,-0.8327 -8.78759,-0.0114 -9.70613,0.90714 -0.6377,0.6377 4.2763,5.6272 5.54204,5.6272 0.40308,0 1.5049,-1.30693 2.44848,-2.90429 z"
+ id="path4356" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 912.95353,238.40467 c -0.015,-1.75305 -9.7037,-13.91849 -10.4365,-13.10501 -0.1759,0.19525 -1.7179,3.14418 -3.4266,6.55316 l -3.1067,6.19815 5.2382,0.36687 c 10.3801,0.72699 11.7381,0.72547 11.7316,-0.0132 z"
+ id="path4354" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 212.04772,234.90026 c 20.52352,-10.04123 26.44625,-36.80811 11.55533,-52.22259 l -4.1429,-4.28856 -7.57938,0.50334 c -9.22958,0.61292 -17.70305,-1.5241 -23.14303,-5.8367 -3.59754,-2.85199 -3.84036,-2.90169 -7.23895,-1.48167 -5.28545,2.2084 -11.02417,6.47724 -21.53864,16.02184 -14.11254,12.8108 -25.98875,19.09746 -41.83797,22.1469 -14.65061,2.81883 -28.185495,1.23374 -41.332365,-4.84049 -7.16927,-3.31241 -7.41115,-3.35249 -10.16798,-1.68497 l -2.82402,1.70816 2.31785,2.1594 c 3.00669,2.80116 7.03497,4.87787 13.84449,7.13728 3.025,1.0037 4.67675,1.84912 3.67056,1.87869 -2.74879,0.0808 -14.725,-4.86959 -18.38998,-7.60154 -2.76314,-2.0597 -3.50722,-2.22009 -5.25,-1.1317 -2.64819,1.65382 -2.60495,1.84836 1.21942,5.48601 14.20134,13.50796 35.89513,18.38709 57.241485,12.87412 15.75505,-4.06894 30.5738,-11.76162 48.70239,-25.28229 16.41749,-12.2445 23.93401,-14.899 34.80417,-12.29129 9.52671,2.28543 15.32496,9.47431 15.32496,19.00047 0,12.18439 -9.5457,20.49926 -21.36411,18.60942 -8.52594,-1.36335 -13.94126,-7.04439 -13.95231,-14.63691 -0.007,-5.14011 1.80791,-8.3081 6.00445,-10.47822 6.27765,-3.2463 13.98896,-0.0568 13.98896,5.78594 0,4.68771 -7.46751,8.82275 -8.78545,4.86483 -0.31866,-0.95698 0.12953,-1.17063 1.52595,-0.72742 1.21177,0.3846 2.47581,0.0267 3.26534,-0.92468 1.98702,-2.39421 -0.24389,-6.49296 -3.53406,-6.49296 -8.81701,0 -12.4002,8.59512 -6.4218,15.40415 3.59722,4.097 8.48353,5.96159 13.26979,5.06368 4.34274,-0.8147 9.97482,-4.18216 9.17071,-5.48323 -0.33468,-0.54153 -0.16917,-0.9846 0.3678,-0.9846 1.83413,0 4.42114,-8.697 3.71178,-12.47824 -0.81313,-4.33436 -5.87722,-10.33433 -10.27232,-12.17072 -4.93615,-2.06245 -15.52371,-1.72512 -20.58934,0.65601 -17.03444,8.00713 -20.91822,24.80578 -8.59601,37.18063 6.07516,6.10112 11.53281,7.88325 22.96845,7.50007 6.87176,-0.23026 9.66154,-0.81626 14.00673,-2.94216 z"
+ id="path4352" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 86.230985,216.5505 c 0.33229,-0.33229 1.19479,-0.36781 1.91667,-0.0789 0.79773,0.31922 0.56078,0.55618 -0.60417,0.60416 -1.05416,0.0434 -1.64479,-0.19293 -1.3125,-0.52522 z"
+ id="path4350" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 919.42923,229.06312 c 2.8096,-8.89386 3.1912,-12.36741 1.2809,-11.65866 -0.6875,0.25507 -4.7384,1.54071 -9.002,2.85699 -4.5558,1.40648 -7.5784,2.85535 -7.3309,3.51406 0.9112,2.42585 10.9655,14.26076 11.7193,13.79487 0.441,-0.27255 1.9407,-4.10082 3.3327,-8.50726 z"
+ id="path4348" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 136.96015,229.15472 c 0,-3.3 -0.19534,-6 -0.43409,-6 -0.23874,0 -3.18374,1.19249 -6.54444,2.64999 -7.23434,3.13744 -7.4675,4.81853 -1.02147,7.36496 7.63801,3.01731 8,2.83564 8,-4.01495 z"
+ id="path4346" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 277.418,227.81686 c 1.39818,-2.38582 2.54215,-4.82367 2.54215,-5.41745 0,-0.59378 -2.3015,-2.40836 -5.11444,-4.0324 -6.40508,-3.69795 -4.74481,-5.18813 1.98232,-1.77924 l 4.94286,2.50474 1.48926,-2.2729 c 0.81909,-1.25009 4.51219,-8.32359 8.20689,-15.71889 3.6947,-7.3953 7.20337,-14.04604 7.79705,-14.77943 0.59369,-0.73338 1.18454,-2.08338 1.31301,-3 0.12846,-0.91661 1.81537,-6.16657 3.74868,-11.66657 4.95116,-14.08539 5.30228,-24.04973 0.98835,-28.04775 -3.44114,-3.18914 -10.38203,-3.4242 -13.35398,-0.45225 -2.00369,2.00369 -2.84181,5.6383 -1.04393,4.52715 0.52584,-0.32498 1.70407,0.55071 2.61829,1.94599 1.35386,2.06625 1.42816,2.81889 0.40055,4.05709 -1.12417,1.35455 -1.46468,1.3365 -3.12442,-0.16554 -2.14077,-1.93737 -2.06017,-1.99202 -3.88735,2.63531 -5.22365,13.22881 -19.94545,29.38211 -33.83032,37.11986 l -8.29003,4.61986 3.32861,2.0284 c 2.55229,1.55532 4.49472,1.92253 8.3286,1.57447 3.88184,-0.35241 5.74026,0.0107 8.31018,1.62364 3.61917,2.2715 6.72704,8.31202 5.60834,10.9005 -0.67249,1.55603 -0.85742,2.49091 -1.24747,6.30654 -0.0941,0.92031 -1.33855,3.06078 -2.7655,4.75661 l -2.59445,3.08333 4.34445,1.97143 c 2.38945,1.08429 4.88798,1.98132 5.5523,1.9934 0.66431,0.0121 2.35181,-1.93008 3.75,-4.3159 z"
+ id="path4344" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 387.84673,229.09426 c 1.24449,-1.68326 3.61099,-5.05826 5.25891,-7.5 1.64791,-2.44175 3.38665,-4.43954 3.86386,-4.43954 0.47721,0 2.35782,2.50329 4.17915,5.56286 6.15137,10.33344 5.25645,9.81475 13.643,7.90727 l 7.30627,-1.66177 -12.31888,-12.37932 c -6.77539,-6.80863 -12.68333,-12.39051 -13.12875,-12.40418 -0.44542,-0.0137 -3.23316,2.267 -6.19498,5.06816 -3.32417,3.14386 -5.84802,4.80693 -6.59465,4.34549 -0.7565,-0.46754 -0.94981,-0.3273 -0.51611,0.37444 0.64537,1.04424 -0.51373,2.26596 -10.38371,10.94477 -1.92462,1.69235 -3.17763,3.39867 -2.78447,3.79183 0.70522,0.70522 10.81116,3.1489 13.84572,3.34798 0.85907,0.0564 2.58016,-1.27474 3.82464,-2.95799 z"
+ id="path4342" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -84.452845,222.56543 c 1.24038,-7.351 1.2613,-7.34268 -7.44303,-2.96042 l -4.35603,2.19308 4.76058,4.19043 c 2.61832,2.30473 5.02854,3.92684 5.35603,3.60468 0.3275,-0.32217 1.0846,-3.48466 1.68245,-7.02777 z"
+ id="path4340" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 263.33193,225.21607 c 4.07781,-3.637 5.47633,-7.42338 4.57084,-12.37511 -2.08114,-11.38089 -16.70471,-11.78214 -22.47854,-0.61678 -3.24303,6.27132 -0.0882,14.2118 6.53592,16.45051 4.06482,1.37376 6.93115,0.50199 11.37178,-3.45862 z"
+ id="path4338" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -143.7444,228.16573 c 5.87345,-0.01 7.12849,-0.34404 9.25,-2.46556 2.28972,-2.28971 2.45455,-3.14927 2.45455,-12.8 0,-6.71313 -0.42132,-10.76677 -1.2,-11.54545 -0.7468,-0.7468 -4.43944,-1.2 -9.77749,-1.2 -11.61032,0 -13.0277,1.01414 -13.0072,9.3067 0.0202,8.15813 0.58262,8.8849 6.58144,8.50435 4.8778,-0.30944 4.90325,-0.32922 4.90325,-3.81105 0,-3.32079 -0.16641,-3.49033 -3.25,-3.31117 -2.24831,0.13063 -3.25,-0.25464 -3.25,-1.25 0,-1.01325 1.18948,-1.43883 4.02144,-1.43883 4.91597,0 6.64453,2.65062 5.24662,8.04534 -0.78074,3.01296 -1.39371,3.51513 -5.21251,4.27034 -6.10479,1.20727 -10.69237,0.16777 -11.43171,-2.59032 -0.77963,-2.90843 -0.78753,-11.65692 -0.014,-15.52453 0.91317,-4.56582 4.44577,-5.61757 16.01563,-4.76829 5.25862,0.386 10.26342,0.97132 11.12177,1.30071 1.31463,0.50446 1.47001,-0.077 0.98563,-3.68827 -0.31627,-2.35793 -0.97288,-4.685 -1.45915,-5.17127 -0.48627,-0.48627 -7.95544,-1.42313 -16.59816,-2.0819 -20.83926,-1.58844 -19.78999,-2.52622 -21.08969,18.84858 -1.16282,19.12373 -0.71311,20.51539 6.94596,21.49513 2.7325,0.34954 6.54318,0.46699 8.46818,0.26101 1.925,-0.20599 6.55795,-0.37947 10.29545,-0.38552 z"
+ id="path4336" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -63.349315,227.5188 c 0.7629,-1.98807 -0.82813,-4.75046 -2.98024,-5.17441 -2.25819,-0.44484 -4.21019,3.50307 -2.65724,5.37425 1.60608,1.93521 4.86248,1.81977 5.63748,-0.19984 z"
+ id="path4334" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 428.74493,210.44423 c 2.27016,-9.19078 3.98457,-16.85349 3.80981,-17.02826 -0.72189,-0.72188 -10.42716,4.86006 -10.98707,6.31916 -0.33414,0.87074 -0.65238,3.00886 -0.7072,4.75138 -0.0548,1.74251 -0.40106,4.24427 -0.76941,5.55946 -0.63267,2.25891 -0.91041,2.07931 -5.018,-3.2449 l -4.34827,-5.63616 -5.63232,0.6338 c -3.09778,0.34859 -5.81816,0.79464 -6.04529,0.99121 -0.57428,0.49701 23.61773,24.3648 24.69577,24.3648 0.48093,0 2.73182,-7.51972 5.00198,-16.71049 z"
+ id="path4332" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 433.60553,224.63284 c 7.35389,-3.25224 8.89733,-4.48578 7.15195,-5.71598 -1.02436,-0.722 -1.03432,-1.02112 -0.0473,-1.4216 0.83002,-0.33679 1.25,-2.82271 1.25,-7.39887 l 0,-6.89167 3.25,0.59783 c 1.7875,0.3288 5.79486,1.16769 8.90524,1.8642 l 5.65524,1.26638 3.59476,-3.68137 c 1.97709,-2.02475 3.59473,-3.92782 3.59473,-4.22905 0,-0.30123 -3.2625,-1.11724 -7.25,-1.81337 -3.9875,-0.69613 -10.83707,-2.10862 -15.22127,-3.13888 -4.3842,-1.03026 -8.26422,-1.54527 -8.62225,-1.14447 -0.70767,0.79219 -8.79442,34.22873 -8.27835,34.22873 0.17316,0 2.88093,-1.13484 6.01725,-2.52188 z"
+ id="path4330" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 289.84184,221.19632 c -0.0651,-0.84791 -0.40996,-2.89165 -0.7664,-4.54165 l -0.64809,-3 -2.7336,4.87595 c -3.75171,6.69197 -3.60824,7.7766 0.7664,5.79376 1.94625,-0.88215 3.44748,-2.27078 3.38169,-3.12806 z"
+ id="path4328" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 363.76015,224.95467 c 0.81789,-0.81789 1.2,-5.61311 1.2,-15.05902 0,-10.79693 0.27618,-13.70309 1.25,-13.15329 1,0.56457 1,0.43638 0,-0.64099 -0.6875,-0.74068 -1.25,-2.36758 -1.25,-3.61532 0,-1.61419 -0.43638,-2.10116 -1.51273,-1.68812 -0.83201,0.31927 -2.24174,-0.0245 -3.13273,-0.76398 -1.46733,-1.21778 -1.41764,-1.39324 0.52727,-1.86188 2.01002,-0.48433 1.88944,-0.78274 -1.88658,-4.66873 -2.91293,-2.99776 -4.5976,-4.00391 -6.06257,-3.62081 -1.28421,0.33583 -3.01769,-0.34261 -4.72354,-1.84867 -2.18415,-1.92834 -2.35637,-1.97623 -0.90879,-0.25275 1.62274,1.93206 1.63747,2.18345 0.16105,2.75 -0.89372,0.34296 -2.50235,0.62356 -3.57471,0.62356 -1.68619,0 -1.4214,-0.71521 1.95881,-5.29084 l 3.90858,-5.29084 -2.16435,-4.24247 -2.16434,-4.24247 -2.41811,3.28331 c -1.32996,1.80582 -2.7905,3.73331 -3.24565,4.28331 -4.28605,5.17925 -14.84879,20.74615 -14.38903,21.20591 0.32428,0.32428 7.68561,-0.0897 16.35851,-0.91999 12.44129,-1.19103 16.04861,-1.25151 17.09436,-0.28659 1.60084,1.4771 -2.45627,2.10917 -19.99623,3.11527 -6.41892,0.36819 -12.21308,1.0046 -12.8759,1.41425 -0.86444,0.53425 -0.31778,2.03452 1.93371,5.30696 1.72637,2.50918 3.53684,4.80812 4.02328,5.10876 0.48644,0.30063 4.64311,-0.11812 9.23706,-0.93056 12.60969,-2.23002 11.96163,-2.4725 11.32101,4.23599 -0.30199,3.1625 -0.76396,7.45448 -1.02658,9.53773 -0.47044,3.73174 -0.39963,3.82399 4.79035,6.24024 6.13134,2.8545 6.00639,2.83349 7.56785,1.27203 z"
+ id="path4326" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 385.21015,210.79973 c 4.8125,-4.40443 8.75,-8.33683 8.75,-8.73866 0,-0.40183 -1.8452,-1.04235 -4.10044,-1.42337 -3.80241,-0.64241 -4.38064,-0.41916 -7.95544,3.07153 -3.3739,3.29453 -4.06101,3.59332 -5.50586,2.3942 -1.22601,-1.0175 -1.52784,-2.46163 -1.17282,-5.61142 0.45239,-4.01354 0.27272,-4.3772 -3.34558,-6.77168 -2.103,-1.3917 -3.99064,-2.2008 -4.19474,-1.79801 -0.20411,0.40279 -0.49533,7.65324 -0.64717,16.11211 -0.211,11.75511 0.0294,15.56853 1.0199,16.18071 1.39011,0.85914 2.52476,-0.0283 17.15215,-13.41541 z"
+ id="path4324" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 374.96015,208.15467 c 0,-1.86667 0.26667,-2.13333 1.2,-1.2 0.93333,0.93333 0.93333,1.46667 0,2.4 -0.93333,0.93333 -1.2,0.66667 -1.2,-1.2 z"
+ id="path4322" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 512.60347,221.16924 c 13.14123,-6.01014 21.1365,-12.53295 45.35668,-37.0035 25.44967,-25.71274 28.36048,-28.23309 35.36258,-30.61895 3.74106,-1.2747 4.63742,-2.03137 4.63742,-3.91469 0,-3.60595 -2.68731,-5.69456 -6.37371,-4.95373 -5.3822,1.08162 -12.36139,6.73136 -30.53092,24.71514 -16.33784,16.17081 -22.44995,21.41213 -34.09537,29.23786 -7.03238,4.72576 -18.1036,11.13053 -22.5,13.01639 -2.2,0.9437 -5.52474,2.37586 -7.38832,3.18258 l -3.38832,1.46676 4.34751,4.42978 c 4.85789,4.94983 4.72559,4.94582 14.57245,0.44236 z"
+ id="path4320" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 809.61923,216.65054 c -1.1538,-13.6499 -3.3732,-13.61715 -3.5654,0.0526 -0.1123,7.98943 -0.043,8.25114 2.0289,7.7092 2.0181,-0.52773 2.1091,-0.98785 1.5365,-7.76181 z"
+ id="path4318" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 456.96015,221.14388 c 6.875,-1.10571 14.78232,-2.47088 17.57183,-3.03371 4.9487,-0.99848 5.06068,-1.09928 4.61259,-4.15235 -0.33034,-2.25071 0.054,-3.50434 1.3693,-4.46609 2.70619,-1.97882 4.93024,-1.64216 8.3914,1.27022 l 3.09857,2.60727 5.72816,-2.29595 c 11.15677,-4.47186 32.81411,-17.70075 41.95009,-25.62425 l 3.22195,-2.79435 -3.50952,-5.5 c -3.60075,-5.64297 -8.43437,-19.53607 -8.43437,-24.24259 0,-3.62616 -1.6374,-4.33826 -2.45794,-1.06896 -1.84238,7.3406 -11.25352,23.51657 -19.13813,32.8948 -7.63007,9.07548 -24.86536,21.71083 -32.60112,23.90019 -1.26655,0.35845 0.47493,-0.93012 3.86994,-2.8635 19.07623,-10.86343 34.32054,-28.55101 43.69698,-50.70047 3.81634,-9.01515 4.49336,-11.69986 5.02318,-19.91947 0.94913,-14.72444 8.0956,-40.510482 13.00842,-46.937232 0.88014,-1.15137 0.75059,-1.30678 -0.65133,-0.78139 -1.45637,0.54581 -1.75,0.0739 -1.75,-2.81276 0,-4.10734 -0.56254,-4.29448 -3.12328,-1.03903 -1.05111,1.33627 -3.6375,3.79691 -5.74752,5.46809 l -3.83642,3.03849 0.10361,-8.21808 c 0.11914,-9.44993 -1.18814,-10.64372 -5.16664,-4.71809 -3.0154,4.49119 -3.93042,4.75107 -5.39677,1.53277 -1.63427,-3.58682 -4.67911,-2.94428 -6.95292,1.46723 -2.82647,5.48376 -4.77901,14.50429 -5.84428,27.000002 -2.53953,29.78875 -3.13065,34.06034 -6.10095,44.08646 -4.79257,16.17718 -12.96263,30.48081 -28.01028,49.03866 -1.79939,2.21914 -1.94313,2.97164 -0.92946,4.8657 0.97322,1.81849 0.94535,2.1595 -0.14798,1.81019 -0.74091,-0.23672 -1.76551,-1.35385 -2.27689,-2.48251 -0.86776,-1.91523 -1.30135,-1.68827 -6.5,3.4023 -3.06362,2.99993 -8.27022,7.03605 -11.57022,8.96916 -3.3,1.9331 -6.1875,3.69368 -6.41667,3.91239 -0.7793,0.74374 2.40041,0.39987 14.91667,-1.61314 z"
+ id="path4316" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 510.62682,100.488 c -1.5863,-1.586292 -0.51896,-4.153592 1.98847,-4.782912 3.38757,-0.85023 4.86876,1.21319 2.63928,3.67674 -1.65874,1.832892 -3.46846,2.265472 -4.62775,1.106172 z"
+ id="path4314" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 816.29213,221.65467 c -0.093,-0.55 -0.477,-4.49003 -0.8546,-8.75562 -0.7146,-8.07223 -1.2335,-9.15894 -3.8872,-8.14064 -1.8799,0.72139 -1.9875,3.45087 -0.478,12.11919 0.9884,5.67606 1.3501,6.35284 3.25,6.08192 1.1758,-0.16767 2.0622,-0.75485 1.9698,-1.30485 z"
+ id="path4312" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -39.039845,220.65467 c 0.99319,-1.19672 0.99319,-1.80328 0,-3 -2.49896,-3.01106 -6.06097,-0.70723 -4.63837,3 0.31658,0.825 1.20962,1.5 1.98454,1.5 0.77492,0 1.96914,-0.675 2.65383,-1.5 z"
+ id="path4310" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 913.14203,218.04512 c 4.3,-1.16025 7.8181,-2.48924 7.8181,-2.95332 0,-0.46407 -1.1404,-1.65227 -2.5343,-2.64045 -1.3939,-0.98817 -4.1558,-3.03418 -6.1375,-4.54668 -1.9818,-1.5125 -3.9244,-2.75 -4.3169,-2.75 -0.3925,0 -1.3671,3.375 -2.1658,7.5 -0.7986,4.125 -1.2338,7.5 -0.9669,7.5 0.2669,0 4.0033,-0.9493 8.3033,-2.10955 z"
+ id="path4308" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -72.904215,208.80513 c 27.09184,-11.50811 45.96474,-19.80936 56.74987,-24.96142 4.59286,-2.19402 7.3963098,-3.04208 7.8152798,-2.36418 0.35933,0.58141 0.12365,1.23366 -0.52373,1.44946 -2.1755998,0.7252 -1.2053198,2.01939 3.57295,4.76574 2.6125,1.50156 6.23926998,3.83764 8.05948,5.19128 2.95755,2.19946 3.13355,2.58983 1.65503,3.67095 -2.15034,1.57237 -1.56271,5.96322 0.85989,6.42515 1.00343,0.19133 2.70194,-0.44629 3.77448,-1.41693 1.9226302,-1.73995 1.9088902,-1.80804 -0.97604,-4.83765 l -2.92612,-3.07286 3.2737,-10 c 1.8005302,-5.5 3.1531902,-10.14058 3.0059102,-10.3124 -0.14729,-0.17182 -4.3423202,1.73395 -9.3222902,4.23504 -5.33034,2.67706 -9.30809,4.13712 -9.67105,3.54984 -0.59322,-0.95985 18.8309702,-10.71294 71.0170102,-35.65838 13.2,-6.30973 27.2625,-13.09147 31.25,-15.07054 l 7.249995,-3.59832 0,-4.32262 c 0,-2.37744 -0.44718,-4.32262 -0.99373,-4.32262 -2.350655,0 -45.289265,20.10432 -98.9763352,46.34179 -13.1148398,6.40937 -17.7948598,8.26827 -18.7728898,7.45657 -0.98884,-0.82067 -1.16499,-0.72206 -0.73091,0.40915 0.43991,1.14638 -5.84464,4.32766 -27.2271,13.78253 -26.31299,11.63505 -54.35421,25.01147 -57.011995,27.19627 -0.93894,0.77184 -0.85647,1.54119 0.36501,3.4054 0.86788,1.32456 2.149755,2.40829 2.848595,2.40829 0.69884,0 12.23458,-4.65729 25.63499,-10.34954 z"
+ id="path4306" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 24.599635,160.46082 c -1.12618,-1.12619 -0.68589,-2.30615 0.86052,-2.30615 0.825,0 1.5,0.42344 1.5,0.94098 0,1.26098 -1.56159,2.1641 -2.36052,1.36517 z"
+ id="path4304" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -64.928935,213.39842 c 1.436,-3.15906 2.50585,-5.87391 2.37743,-6.03299 -0.45611,-0.56502 -14.29708,5.30483 -14.63975,6.20861 -0.3045,0.8031 7.47623,5.59106 9.05869,5.57438 0.326,-0.003 1.76763,-2.59093 3.20363,-5.75 z"
+ id="path4302" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 349.94513,211.7487 c 0.60172,-3.7666 0.89798,-7.04441 0.65836,-7.28402 -0.43726,-0.43727 -11.45595,1.29302 -15.07716,2.3676 -1.73374,0.51448 -1.57854,0.87714 1.5,3.50514 5.04824,4.30942 11.21101,8.87339 11.53898,8.54543 0.15718,-0.15719 0.7781,-3.36755 1.37982,-7.13415 z"
+ id="path4300" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 450.86107,214.56991 c 3.35449,-2.52162 6.09908,-4.94124 6.09908,-5.37694 0,-0.68302 -12.11694,-4.26281 -12.6343,-3.73264 -0.61502,0.63026 -0.89664,13.69434 -0.2952,13.69434 0.40223,0 3.47592,-2.06314 6.83042,-4.58476 z"
+ id="path4298" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 604.96015,215.10438 c 3.025,-1.31743 10.31334,-5.15482 16.19631,-8.52753 5.88298,-3.37271 12.74611,-6.7061 15.25141,-7.40754 7.05319,-1.97477 11.07762,-7.05625 11.96245,-15.10449 0.99546,-9.05449 3.17975,-18.04399 6.24775,-25.71278 2.48915,-6.22191 2.57571,-6.99543 1.52713,-13.64657 -1.46005,-9.26106 -3.77619,-16.82432 -5.98913,-19.55718 -1.72927,-2.13556 -2.02514,-2.16653 -9.37302,-0.98119 -4.17305,0.67318 -8.1184,1.55216 -8.76743,1.95329 -0.84699,0.52346 -0.33316,2.39587 1.8205,6.63399 6.11295,12.0295 6.01868,25.33325 -0.27502,38.81395 -4.11337,8.81058 -9.77983,15.26298 -17.86464,20.34248 -8.1205,5.10193 -14.66844,7.24301 -22.16445,7.24747 l -6.07186,0.004 -3.32657,8.46799 c -1.82961,4.6574 -3.00827,8.983 -2.61924,9.61245 1.26728,2.05052 17.15511,0.60175 23.44581,-2.13796 z"
+ id="path4296" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -229.23984,214.95467 c 1.70036,-1.70036 1.49608,-2.48931 -0.8,-3.08975 -1.59081,-0.41601 -2,-0.0307 -2,1.88337 0,2.64266 0.95308,3.0533 2.8,1.20638 z"
+ id="path4294" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -103.03985,212.65467 c 1.29175,-1.375 2.12363,-2.5 1.84863,-2.5 -0.275,0 -1.55688,1.125 -2.84863,2.5 -1.29175,1.375 -2.12363,2.5 -1.84863,2.5 0.275,0 1.55688,-1.125 2.84863,-2.5 z"
+ id="path4292" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 241.96015,213.73127 c 0,-0.78288 1.53398,-3.43303 3.40884,-5.88924 l 3.40885,-4.46582 -3.88587,-1.75228 c -4.5402,-2.04735 -5.91082,-1.36089 -8.90396,4.45945 l -1.83655,3.57129 3.15435,2.70936 c 3.59293,3.08607 4.65434,3.39787 4.65434,1.36724 z"
+ id="path4290" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 655.28158,210.17642 c -2.70657,-5.21681 -4.32143,-5.69941 -4.32143,-1.29147 0,3.09697 2.58441,6.26972 5.10711,6.26972 1.62429,0 1.54873,-0.47878 -0.78568,-4.97825 z"
+ id="path4288" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 923.05103,202.62134 c 0,-5.37667 -0.3668,-10.14256 -0.8151,-10.59087 -0.8818,-0.88182 -15.0185,9.88246 -14.4033,10.96733 0.5358,0.94508 14.5545,10.06316 14.916,9.70172 0.1663,-0.16633 0.3024,-4.70152 0.3024,-10.07818 z"
+ id="path4286" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -13.689325,210.68361 c 0.31048,-0.80908 -0.1044,-2.13996 -0.92195,-2.95751 -0.81755,-0.81755 -2.14843,-1.23243 -2.95751,-0.92195 -1.50412,0.57719 -2.00347,3.48478 -0.80439,4.68385 1.19907,1.19908 4.10666,0.69973 4.68385,-0.80439 z"
+ id="path4284" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 309.96015,205.61628 c 7.975,-1.53632 14.63474,-2.89091 14.79943,-3.01021 0.24059,-0.1743 -4.2092,-7.19451 -5.16804,-8.15334 -0.32451,-0.32451 -22.69913,3.42387 -23.09487,3.86905 -0.16275,0.18309 -1.51288,2.75508 -3.00028,5.71554 l -2.70437,5.38264 2.33407,-0.50519 c 1.28373,-0.27786 8.85906,-1.76218 16.83406,-3.29849 z"
+ id="path4282" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 120.78109,206.69234 c 20.26087,-4.26201 40.51449,-20.01401 52.76545,-41.03767 2.62306,-4.50139 2.91643,-5.89749 2.94188,-14 0.0219,-6.98388 0.50072,-10.03548 2.13732,-13.6224 4.51375,-9.89272 15.17663,-17.8776 23.87347,-17.8776 15.20381,0 22.88521,19.16434 9.86237,24.60563 -4.47381,1.86928 -4.40143,1.90672 -4.40143,-2.27689 0,-8.67605 -9.5662,-10.18107 -11.86204,-1.86622 -3.12691,11.32473 7.19333,20.41366 19.542,17.21045 17.57223,-4.55817 22.12881,-25.44521 8.98203,-41.17297 -5.09507,-6.09534 -10.50375,-8.71014 -19.16199,-9.26377 -12.72716,-0.81382 -22.75371,3.88937 -35.4988,16.65155 -8.80668,8.81849 -13.29209,15.17271 -21.96197,31.11222 -10.30015,18.93677 -17.28545,26.91011 -27.86408,31.80534 -7.39538,3.42219 -18.30218,3.5591 -25.621055,0.32161 -2.64458,-1.16982 -5.17048,-2.12695 -5.61311,-2.12695 -0.44264,0 -1.76956,1.35489 -2.94872,3.01087 l -2.14393,3.01087 5.32584,2.47936 c 2.9292,1.36365 6.53677,2.48376 8.01681,2.48913 1.48004,0.005 2.925935,0.38994 3.213115,0.85459 0.86557,1.40054 -8.976105,-0.56191 -14.030475,-2.7977 l -4.72112,-2.08838 -3.07625,2.76288 c -1.69194,1.51959 -3.45516,3.05528 -3.91828,3.41266 -1.15399,0.89051 10.59899,6.50407 17.34203,8.28306 7.19502,1.89823 20.112705,1.95216 28.820935,0.12033 z"
+ id="path4280" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 103.23098,197.5505 c 0.33229,-0.33229 1.19479,-0.36781 1.91667,-0.0789 0.79773,0.31922 0.56078,0.55618 -0.60417,0.60416 -1.05416,0.0434 -1.64479,-0.19293 -1.3125,-0.52522 z"
+ id="path4278" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -15.831935,194.2257 c 1.52946,-4.62859 2.62944,-8.56701 2.44441,-8.75204 -0.18504,-0.18504 -5.2173,1.94849 -11.18282,4.74117 l -10.84639,5.07759 6.93845,3.86691 c 3.81614,2.1268 7.59703,3.7803 8.40198,3.67445 0.88698,-0.11664 2.55902,-3.50772 4.24437,-8.60808 z"
+ id="path4276" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 915.76623,193.32495 5.3062,-3.98457 -5.3062,-1.97132 c -2.9183,-1.08423 -6.6834,-2.26806 -8.3667,-2.63072 l -3.0607,-0.6594 1.4517,7.49758 c 1.6436,8.48885 1.1215,8.39735 9.9757,1.74843 z"
+ id="path4274" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 420.96015,194.79151 c 18.46502,-7.65171 31.81612,-22.21689 38.62453,-42.13684 2.46656,-7.21665 2.74085,-9.41983 2.80115,-22.5 0.0573,-12.4336 -0.26927,-15.64008 -2.2917,-22.5 -4.6776,-15.866062 -13.56694,-29.984912 -24.53984,-38.976372 l -4.61092,-3.7783 -3.74161,2.55296 c -2.05788,1.40414 -5.04681,3.63306 -6.64205,4.95317 l -2.90045,2.40019 5.9836,7.52974 c 11.29187,14.20962 16.89465,27.253252 17.96283,41.818612 1.02277,13.9462 -4.38286,30.73732 -12.51264,38.8671 -6.62155,6.62155 -13.1682,9.41265 -23.28597,9.92774 -7.73965,0.39403 -9.21748,0.17063 -14,-2.11635 -6.3834,-3.05251 -8.47626,-4.80365 -12.68531,-10.61408 -6.99426,-9.65529 -9.17832,-26.14101 -5.07639,-38.31742 2.86873,-8.51568 8.92817,-18.56734 15.41989,-25.579172 2.99557,-3.23558 5.23238,-6.17199 4.97069,-6.52535 -0.2617,-0.35336 -0.16896,-0.41062 0.20608,-0.12725 0.37504,0.28338 5.66254,-4.32959 11.75,-10.25103 6.08746,-5.92144 17.36811,-15.71398 25.06811,-21.76119 15.56761,-12.22607 24.8815,-19.82888 40.57937,-33.12443 6.24072,-5.28567 12.1158,-10.09526 20.42063,-16.7172004 3.85,-3.06984 10.54609,-8.41198998 14.88021,-11.87145 9.58779,-7.6528996 14.80308,-13.9911196 17.54716,-21.3253496 8.47761,-22.65845 -8.232,-46.078536 -31.5409,-44.207521 -7.98174,0.640698 -14.02026,3.583622 -21.43084,10.444512 -8.38412,7.762216 -11.45563,14.416869 -11.45563,24.819469 0,7.02394 0.40001,8.82642 3.21783,14.5 1.7698,3.56343 4.9198,8.39019 7,10.7261196 l 3.78217,4.24714 5.34682,-3.42978 c 9.80667,-6.2905996 9.75177,-6.1611396 4.69645,-11.0743496 -6.27365,-6.09729 -7.99298,-13.07859 -4.99259,-20.27228 5.7742,-13.844108 23.09756,-16.221605 29.19774,-4.00716 3.14551,6.29826 1.99478,11.33796 -4.23416,18.54371 -4.7455,5.4897 -15.21554,13.54822 -16.53945,12.73 -0.5634,-0.3482 -0.90071,-0.17273 -0.74959,0.38993 0.31464,1.17141 -4.73971,5.0916296 -22.08015,17.1256396 -38.60491,26.7912604 -60.01781,43.2611004 -79.93969,61.4860104 -4.17577,3.82008 -18.33942,19.89767 -21.59573,24.51399 -10.45927,14.827592 -16.0717,28.503152 -18.08693,44.071592 -0.48571,3.7523 -1.44725,5.41422 -5.3653,9.27336 l -4.77355,4.70177 -4.23152,-1.49297 c -4.84967,-1.71106 -14.88353,-1.63398 -15.57086,0.11962 -0.41715,1.06427 3.4379,3.07815 7.53219,3.93483 4.54137,0.95023 7.18031,2.49781 6.10051,3.57761 -0.81533,0.81533 -1.79133,0.66605 -3.66284,-0.56021 -1.40324,-0.91944 -2.55135,-1.45629 -2.55135,-1.19301 0,0.26328 -1.85658,-0.17635 -4.12573,-0.97695 -2.26915,-0.8006 -4.51915,-1.45564 -5,-1.45564 -1.39852,0 -1.04249,9.0037 0.37573,9.50171 0.6875,0.24142 2.6,0.97145 4.25,1.62228 1.65,0.65083 3.64853,1.31199 4.44118,1.46924 6.35548,1.26088 6.37186,1.27619 4.49227,4.19792 -0.95845,1.48987 -3.52818,4.86213 -5.71051,7.49391 l -3.96788,4.78505 1.70123,4.45461 c 0.93567,2.45003 2.03032,4.65799 2.43254,4.90657 0.40222,0.24859 3.49448,-3.46297 6.87168,-8.2479 3.37721,-4.78494 7.06268,-9.68986 8.18994,-10.89982 1.12725,-1.20997 2.04955,-2.48528 2.04955,-2.83403 0,-0.34874 0.9,-1.77825 2,-3.17667 1.1,-1.39842 2,-2.86511 2,-3.25931 0,-0.39419 -2.925,-1.50848 -6.5,-2.47619 -3.575,-0.9677 -6.5,-2.08449 -6.5,-2.48175 0,-1.80651 1.55411,-1.68985 7.25597,0.54469 3.36779,1.31983 6.46452,2.39969 6.88162,2.39969 0.41711,0 0.28274,-1.3644 -0.29859,-3.032 -0.78087,-2.24002 -1.37904,-2.7647 -2.28999,-2.00868 -0.67817,0.56283 -1.52912,0.72723 -1.89102,0.36534 -1.2986,-1.2986 -0.61807,-2.32606 1.59201,-2.40361 1.91857,-0.0673 1.8081,-0.23478 -0.75,-1.1369 -1.65,-0.58188 -3.19576,-1.22961 -3.43502,-1.43941 -0.23927,-0.2098 1.31126,-2.16982 3.44562,-4.35559 4.26753,-4.37035 5.44746,-3.96803 5.47409,1.86651 0.0242,5.30829 2.85422,14.87439 6.60207,22.31662 4.51634,8.96825 13.89771,18.53018 22.41324,22.84463 10.15955,5.1474 14.11394,5.95506 27.5,5.61675 10.33382,-0.26118 12.90251,-0.67728 18.5,-2.99682 z"
+ id="path4272" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 378.5475,98.404668 c 0.81746,-4.52157 0.91537,-4.6548 2.86952,-3.90492 2.09708,0.80472 1.9459,3.98044 -0.28561,5.999932 -2.75701,2.49506 -3.3298,2.03065 -2.58391,-2.095012 z"
+ id="path4270" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 370.16845,88.116598 c -1.41933,-2.2727 -0.84343,-3.96193 1.35072,-3.96193 0.79254,0 1.44098,0.9 1.44098,2 0,1.1 0,2.3375 0,2.75 0,1.60263 -1.57663,1.15756 -2.7917,-0.78807 z"
+ id="path4268" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 459.96015,17.154668 c 0,-0.55 0.19844,-1 0.44098,-1 0.24254,0 0.7191,0.45 1.05902,1 0.33992,0.55 0.14148,1 -0.44098,1 -0.58246,0 -1.05902,-0.45 -1.05902,-1 z"
+ id="path4266" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -74.579485,195.80731 c 1.09702,-0.80216 1.43076,-1.6019 0.82478,-1.97642 -0.55982,-0.34598 -1.82273,0.26033 -2.80648,1.34736 -2.03699,2.25085 -0.78133,2.64944 1.9817,0.62906 z"
+ id="path4264" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 816.60283,187.89401 c 11.1404,-11.72794 16.2077,-20.07975 20.471,-33.73934 2.0107,-6.44257 2.3365,-9.54437 2.3105,-22 -0.027,-13.0607 -0.3463,-15.69114 -3.2134,-26.5 -5.374,-20.259692 -14.9751,-37.622852 -29.2306,-52.861992 -4.7853,-5.1155 -6.0133,-7.00491 -5.1281,-7.89007 0.8851,-0.88517 2.455,0.11125 6.5557,4.16102 l 5.3919,5.32489 4.954,-2.69634 c 9.5219,-5.18245 20.2782,-15.58841 25.6608,-24.82503 1.3501,-2.31686 3.6718,-7.81248 5.1593,-12.21248 3.6386,-10.7627004 3.8272,-27.24651 0.4348,-38 -2.6766,-8.4847 -9.8799,-22.69758 -11.1162,-21.93353 -0.4908,0.30336 -0.8924,2.21097 -0.8924,4.23914 0,13.88841 -16.3283,41.94978962 -36.9116,63.4355 l -10.4117,10.86805 3.8682,3.19542 c 2.1275,1.75748 4.7878,3.95098 5.9117,4.87444 1.6228,1.3334 1.7898,1.93691 0.8115,2.9319 -0.9842,1.00093 -1.9897,0.64679 -5,-1.76102 -29.3874,-23.50548 -57.7907,-35.1922304 -93.2638,-38.3741304 -25.20378,-2.26076 -63.78861,5.3986 -90.55881,17.9765604 -29.42336,13.82455 -48.47379,32.87326 -64.7092,64.70337 -10.41816,20.425202 -14.73627,36.290252 -14.73627,54.142182 0,12.96424 2.17852,22.63506 7.46261,33.12787 l 3.60292,7.15445 4.46724,-3.66056 c 2.45697,-2.01331 4.46723,-3.76794 4.46723,-3.89918 0,-0.13124 -1.32388,-2.86323 -2.94196,-6.07108 -7.80279,-15.46914 -6.29694,-38.48591 4.06343,-62.10921 4.3742,-9.973852 12.18377,-23.100052 18.49501,-31.086072 4.84427,-6.12978 18.06826,-19.80873 21.68726,-22.43341 2.73768,-1.9855 2.85547,-1.98967 5,-0.17705 l 2.19626,1.85636 -1.91054,-2.25613 c -1.05079,-1.24087 -1.72579,-2.38408 -1.5,-2.54045 0.2258,-0.15638 1.98554,-1.43497 3.91054,-2.84131 13.85688,-10.12341 35.94915,-18.74001 56,-21.84156 9.6558,-1.49359 35.14418,-1.23467 45.49998,0.46221 23.363,3.82821 46.1741,12.94313 66.0422,26.38931 12.2335,8.2793 14.6513,10.26657 24.5746,20.19885 19.453,19.47061 27.8485,37.989632 27.8485,61.429082 0,17.99729 -4.9391,32.46155 -14.9015,43.63903 l -4.8441,5.43496 1.5369,6.463 c 0.8453,3.55466 1.6892,7.04492 1.8753,7.75613 0.5438,2.07787 3.3056,0.0577 11.0108,-8.05378 z"
+ id="path4262" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 819.96013,2.2136876 c 0,-0.51754 0.45,-1.21909998 1,-1.55901998 0.55,-0.33992 1,0.0835 1,0.94097998 0,0.85746 -0.45,1.55902 -1,1.55902 -0.55,0 -1,-0.42344 -1,-0.94098 z"
+ id="path4260" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -82.795635,194.69489 c 1.3864,0.53201 3.01326,-1.50604 3.22507,-4.04022 0.046,-0.55 0.49557,-1.675 0.99911,-2.5 0.79684,-1.30555 0.69088,-1.31767 -0.81741,-0.0935 -1.53802,1.24827 -2.12172,1.02962 -5.18973,-1.94401 -1.90124,-1.84275 -5.3703,-5.98226 -7.70902,-9.1989 l -4.25223,-5.84845 -0.63859,4.79246 c -0.35123,2.63585 -0.92895,5.91745 -1.28383,7.29245 -0.58607,2.27075 -0.002,2.85981 6.36688,6.42369 6.02624,3.37204 6.83943,4.14532 5.78383,5.5 -1.06249,1.36353 -1.00918,1.40525 0.39496,0.30906 0.89279,-0.69699 2.29722,-1.00863 3.12096,-0.69253 z"
+ id="path4258" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 245.96015,192.45951 c 10.74319,-4.2056 10.73874,-4.21513 -4.94724,-10.6074 -15.0497,-6.13297 -17.29886,-6.73361 -14.7817,-3.94744 2.17936,2.41228 7.72719,14.33499 7.72815,16.60841 9.4e-4,2.21304 1.95663,1.87839 12.00079,-2.05357 z"
+ id="path4256" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 468.96015,195.35783 c 0,-1.16615 -7.50593,-23.03995 -9.472,-27.60334 l -1.68034,-3.90018 -2.77976,4.85343 -2.77976,4.85343 3.84187,7.04675 c 3.80049,6.97087 5.03907,10.43219 2.61999,7.32178 -0.6875,-0.88397 -4.08953,-2.31759 -7.56007,-3.18582 l -6.31008,-1.57861 -3.43989,2.7447 c -1.89195,1.50959 -3.43991,3.05151 -3.43993,3.42649 -2e-5,0.37498 3.26247,1.40018 7.24997,2.27822 21.89396,4.821 23.75,5.11353 23.75,3.74315 z"
+ id="path4254" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 308.35152,193.66251 c 4.89025,-0.80149 9.04781,-1.61369 9.23902,-1.8049 0.19121,-0.19121 -0.63818,-2.68105 -1.84308,-5.53298 l -2.19074,-5.18533 -5.04828,0.62707 -5.04829,0.62708 5.5,-5.68034 5.5,-5.68034 0.92637,3.56095 c 0.5095,1.95852 1.28023,3.56095 1.71273,3.56095 0.43251,0 2.60725,-2.68135 4.83275,-5.95855 l 4.04638,-5.95856 -5.19062,-1.54144 c -7.46752,-2.21762 -7.79632,-2.12349 -7.12092,2.03852 0.54613,3.36542 0.18104,3.98297 -6.09188,10.30433 -3.67005,3.69839 -6.41828,6.9789 -6.10716,7.29001 0.31111,0.31112 -0.34427,2.87417 -1.4564,5.69568 -1.11214,2.8215 -1.69113,5.12215 -1.28666,5.11255 0.40448,-0.01 4.73653,-0.67322 9.62678,-1.4747 z"
+ id="path4252" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 604.02865,193.56641 c 29.65706,-8.67219 41.00407,-46.77936 20.20983,-67.87154 -10.59708,-10.74891 -28.06618,-13.21295 -42.38593,-5.97859 -9.19073,4.64317 -17.8924,17.75261 -17.8924,26.95567 0,3.56272 2.69384,11.48272 3.90563,11.48272 0.37866,0 2.41153,-1.76457 4.51748,-3.92126 3.46066,-3.54404 3.7633,-4.27153 3.14596,-7.56228 -1.27817,-6.81321 2.14582,-13.32303 9.34912,-17.77492 5.11099,-3.15876 14.96716,-3.03904 21.45858,0.26065 17.59053,8.94156 21.0811,33.05231 6.86855,47.44382 -5.34134,5.40859 -13.12206,9.52961 -18.02007,9.54422 -3.32874,0.01 -3.69132,0.44303 -5.65911,6.75977 -0.66103,2.12197 -0.42289,2.25 4.18497,2.25 2.68724,0 7.33006,-0.71472 10.31739,-1.58826 z"
+ id="path4250" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -56.473025,188.42288 c 4.6423,-2.06036 8.32639,-4.07109 8.18686,-4.4683 -0.13952,-0.39721 -3.40368,-2.91132 -7.25368,-5.58691 -3.85,-2.67559 -6.87635,-5.42653 -6.72522,-6.11319 0.15112,-0.68666 -0.20528,-0.95178 -0.79201,-0.58916 -1.85866,1.14871 -31.88361,-27.45282 -40.136685,-38.23389 -1.77812,-2.32278 -3.393,-4.06318 -3.58863,-3.86756 -0.5266,0.52661 2.47617,13.13047 4.90559,20.5908 4.474985,13.74185 12.585295,26.99896 21.049015,34.40673 5.8718,5.13922 12.58895,8.86803 14.60108,8.10533 0.72222,-0.27376 5.11138,-2.18349 9.75368,-4.24385 z"
+ id="path4248" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 477.67877,185.74591 c 0.78192,-1.43706 0.53178,-3.16695 -1.01218,-7 -1.12793,-2.80018 -2.6483,-5.80167 -3.37861,-6.66998 -0.7303,-0.86831 -1.32783,-2.10581 -1.32783,-2.75 0,-1.46986 1.66028,-1.52995 2.54883,-0.0923 0.70765,1.145 9.68628,0.35442 12.45117,-1.09635 1.45696,-0.76449 5.41433,-9.90166 4.62872,-10.68727 -0.21534,-0.21535 -6.3273,0.98009 -13.58211,2.65653 -7.25482,1.6765 -14.05819,3.04813 -15.1186,3.04813 -1.0604,0 -1.92801,0.39768 -1.92801,0.88372 0,0.48605 1.7407,5.09855 3.86822,10.25 2.12752,5.15146 4.43661,11.16628 5.13131,13.36628 0.69471,2.2 1.45662,4.33921 1.69315,4.7538 0.45266,0.79343 4.25879,-3.41482 6.02594,-6.66256 z"
+ id="path4246" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 33.907105,188.71859 c 1.57701,-1.90018 -0.30605,-5.56392 -2.85969,-5.56392 -2.88177,0 -4.44241,2.46788 -3.12147,4.93608 1.2797,2.39114 4.25827,2.7038 5.98116,0.62784 z"
+ id="path4244" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 920.96013,185.81122 c 0,-2.03152 -3.4721,-11.70137 -5.9348,-16.52883 -1.7979,-3.52411 -2.4351,-4.06564 -3.6234,-3.07945 -0.793,0.65814 -1.4418,1.55927 -1.4418,2.0025 0,0.44324 -1.636,3.55218 -3.6355,6.90876 -1.9995,3.35658 -3.462,6.26331 -3.25,6.45939 0.4008,0.37068 15.8176,5.30037 17.1355,5.47927 0.4125,0.056 0.75,-0.50274 0.75,-1.24164 z"
+ id="path4242" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -130.64684,184.57288 c 0.33385,-0.86998 0.60699,-3.39506 0.60699,-5.61129 l 0,-4.0295 3.5,0.6566 3.5,0.65661 0,-4.10724 c 0,-5.53038 -4.26348,-14.2302 -8.81258,-17.98248 -4.02172,-3.31726 -11.32465,-6.36896 -17.83223,-7.4516 -3.60741,-0.60016 -14.94092,0.70308 -16.08776,1.84993 -0.22383,0.22382 0.48956,2.16427 1.58531,4.3121 1.82935,3.58583 2.27708,3.8719 5.4754,3.49852 5.15658,-0.60201 14.16703,2.33289 16.57997,5.40045 2.49473,3.17154 3.53405,8.21926 2.656,12.89963 -0.57407,3.06006 -0.90033,3.38049 -2.54555,2.5 -4.57508,-2.44851 -11.01856,0.38946 -11.01856,4.85302 0,1.83031 2.6385,2.35216 20.14301,3.98388 0.90366,0.0842 1.91616,-0.55864 2.25,-1.42863 z"
+ id="path4240" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 252.99163,171.97497 c -1.69858,-6.77617 -3.28879,-12.889 -3.53381,-13.58409 -0.2801,-0.79462 -1.70181,0.1071 -3.82965,2.42898 l -3.38416,3.69276 2.26955,5.57103 c 1.24826,3.06406 2.1326,5.71031 1.96521,5.88055 -0.16739,0.17024 -2.57948,-0.95476 -5.3602,-2.5 -4.89556,-2.72045 -5.14469,-2.75604 -7.85714,-1.12255 -1.54071,0.92785 -2.61894,2.05285 -2.39608,2.5 0.68657,1.37759 24.57503,11.30672 24.9047,10.35153 0.17045,-0.49385 -1.07984,-6.44205 -2.77842,-13.21821 z"
+ id="path4238" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 106.32986,182.90467 c 0.33164,-1.2375 0.60855,-4.725 0.61536,-7.75 0.007,-3.025 0.45474,-9.1 0.99539,-13.5 2.75562,-22.42579 2.9722,-30.73677 1.32934,-51.01242 -1.77492,-21.905592 -1.47228,-25.952602 2.2737,-30.404442 1.99062,-2.36572 2.53109,-4.16546 2.63648,-8.77944 0.22717,-9.94568 -1.3069,-20.55789 -3.51327,-24.3037 -3.03193,-5.14737 -3.40957,-26.19449 -0.5881,-32.77671 2.32588,-5.4260504 3.30038,-21.2824504 1.80208,-29.32217 -0.55361,-2.97062 -1.27024,-9.14338 -1.5925,-13.71725 l -0.58593,-8.31612 -4.12113,0.68036 c -2.26662,0.3742 -4.26298,0.80831 -4.43635,0.96468 -0.8684,0.78326 -0.16186,20.41464 0.8278,23.00058 1.53258,4.0045196 1.53404,12.30032962 0.003,16.9394696 -0.80465,2.43811 -0.99686,5.7643404 -0.54372,9.4092204 0.38551,3.10087 0.6774,7.32544 0.64863,9.38794 -0.0288,2.0625 -0.07,4.7625 -0.0915,6 -0.0216,1.2375 0.0196,10.8 0.0914,21.25 0.13013,18.9274 -1.05041,37.95973 -2.500075,40.30534 -0.41932,0.67847 -0.44545,6.38036 -0.0581,12.670882 l 0.704315,11.4373 2.86672,-1.48244 2.86673,-1.48244 0,3.52568 c 0,2.11177 0.50129,3.55734 1.25,3.60463 1,0.0632 1,0.17982 0,0.58333 -0.83947,0.33873 -1.25,2.89719 -1.25,7.79006 0,8.92818 -2.19107,21.92415 -5.39999,32.02909 -2.008095,6.32353 -2.316675,8.89298 -1.862985,15.5122 0.50867,7.42145 0.71213,7.99508 3.153365,8.89089 3.73216,1.3695 3.81381,1.34882 4.47932,-1.13452 z"
+ id="path4236" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 117.20366,173.15467 c 0.40893,-6.325 0.93463,-16 1.16822,-21.5 0.23359,-5.5 1.11613,-12.6038 1.9612,-15.78623 1.59402,-6.00286 1.42141,-7.51006 -1.34153,-11.71377 -2.48548,-3.78156 -1.93114,-32.790062 0.80181,-41.958682 4.12878,-13.85139 5.16679,-17.77904 5.16679,-19.55019 0,-1.00819 -1.40423,-4.71553 -3.12052,-8.23852 -2.82316,-5.79505 -3.05574,-6.97803 -2.44072,-12.41408 0.50464,-4.46044 0.31072,-6.57193 -0.75262,-8.19478 -1.76304,-2.69074 -1.59482,-19.83498 0.26143,-26.6437504 0.67475,-2.475 1.88459,-6.85937998 2.68854,-9.74307 1.1117,-3.98756 1.21188,-6.14272 0.41838,-8.9999996 -0.57383,-2.06631 -1.04585,-8.31695 -1.04891,-13.8903 -0.006,-11.16881 -0.10313,-11.3183 -7.36488,-11.35298 l -2.8593,-0.0136 0.54616,7.25 c 0.30039,3.9875 0.99775,9.5 1.54969,12.25 1.62874,8.1150496 1.33315,24.3392396 -0.53746,29.5 -1.11637,3.07992 -1.70234,8.44467 -1.85685,17 -0.2024,11.20703 0.006,12.96547 2.01485,17 2.20979,4.43812 3.69916,14.4825 3.80213,25.64179 0.0383,4.14987 -0.58303,6.1243 -3.2207,10.23476 -3.24876,5.06274 -3.26449,5.14797 -2.65101,14.35821 1.47472,22.140332 1.47095,35.960692 -0.0141,51.765242 -0.85274,9.075 -1.76801,21.13951 -2.03394,26.81002 l -0.4835,10.31003 4.30168,-0.31003 4.30165,-0.31002 0.74351,-11.5 z"
+ id="path4234" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 263.06872,182.34897 3.14012,-2.8057 -1.62434,-7.1417 c -2.37716,-10.45157 -2.8758,-9.79504 7.14647,-9.40936 l 8.77141,0.33755 2.61458,-5.58755 2.61459,-5.58754 -2.6357,0.002 c -3.19689,0.002 -31.41063,2.93962 -31.77944,3.30842 -0.60223,0.60224 7.02058,29.6896 7.78064,29.6896 0.45735,0 2.2446,-1.26256 3.97167,-2.8057 z"
+ id="path4232" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -156.03488,181.40467 c 0.003,-1.5125 1.08596,-4.1 2.40719,-5.75 2.14785,-2.68233 2.94535,-2.98386 7.53143,-2.84762 5.47189,0.16256 5.25399,0.48221 3.6047,-5.2879 -0.85909,-3.0056 -7.38737,-7.18449 -11.54829,-7.39231 -6.87357,-0.3433 -6.95409,-0.29888 -5.93019,3.27123 0.5116,1.78387 0.93019,7.18387 0.93019,12 0,7.11698 0.28087,8.7566 1.5,8.7566 0.96849,0 1.50176,-0.97443 1.50497,-2.75 z"
+ id="path4230" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -101.49187,179.93622 c 1.773685,-8.0755 0.89304,-15.08941 -3.60739,-28.73129 -3.91892,-11.87917 -4.98668,-14.03367 -9.2868,-18.73869 -9.90504,-10.83769 -28.47283,-16.92675 -44.43123,-14.57062 -13.48138,1.99041 -17.66892,3.84403 -22.17893,9.81748 l -3.97079,5.25928 2.71358,1.72348 c 1.49247,0.94791 4.2881,2.90143 6.21251,4.34115 5.5491,4.15147 9.40586,5.06231 18.66765,4.40869 20.33945,-1.43537 34.85367,8.79865 37.64816,26.54585 l 1.09351,6.94461 7.04588,2.99754 c 3.87523,1.64866 7.57262,3.04782 8.21641,3.10926 0.6438,0.0614 1.48865,-1.33659 1.87744,-3.10674 z"
+ id="path4228" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 123.47427,181.14594 3.25019,-2.00872 0.50609,-29.24128 c 0.43511,-25.13935 0.86952,-31.45753 3.09678,-45.04031 2.13307,-13.008392 2.40678,-16.656532 1.54954,-20.653672 -0.57262,-2.67004 -0.86676,-6.81048 -0.65363,-9.20096 0.37229,-4.17577 0.39711,-4.1305 0.63249,1.15367 0.21751,4.88311 1.85426,11.49676 2.03413,8.21938 0.0387,-0.70433 1.22208,-7.45433 2.62983,-15 1.40775,-7.54566 2.59215,-16.10538 2.632,-19.02161 0.11237,-8.22242 1.8299,-9.68362 11.47111,-9.75923 4.31054,-0.0338 8.73735,-0.39994 9.83735,-0.81365 1.1,-0.41371 0.69382,0.002 -0.90261,0.92336 -2.23468,1.28998 -4.20837,1.52782 -8.57691,1.03358 -4.84702,-0.54838 -6.06402,-0.33542 -8.34739,1.46068 -1.4702,1.15646 -2.67309,2.96999 -2.67309,4.03007 0,1.76565 0.7839,1.92742 9.34004,1.92742 17.19461,0 32.12145,-5.50647 41.33354,-15.24784 6.54003,-6.91579 7.44048,-10.23168 7.26512,-26.7536304 -0.10772,-10.14946 0.24773,-14.07555 1.61977,-17.8910496 1.72389,-4.79398 1.71617,-4.96799 -0.40035,-9.02863 -1.18697,-2.27724 -2.15812,-5.92658 -2.15812,-8.10964 0,-3.10833 -0.37956,-3.97217 -1.75,-3.98286 -0.9625,-0.008 -2.73729,-0.27841 -3.94397,-0.60198 -1.82218,-0.48863 -2.47305,0.0644 -3.84085,3.26365 -1.308,3.05936 -1.50462,5.49814 -0.95553,11.85198 0.38023,4.4 0.83692,15.4294096 1.01486,24.5097996 0.31704,16.1785504 0.26987,16.6198104 -2.35049,21.9922104 -2.55066,5.22946 -2.97389,5.58533 -9.17402,7.71367 -3.575,1.22721 -8.075,2.19029 -10,2.14018 -3.31019,-0.0862 -3.25595,-0.13579 1,-0.91526 2.475,-0.45328 6.73388,-1.65344 9.46418,-2.66701 7.4545,-2.76734 8.9296,-5.94836 9.40123,-20.27359 0.41676,-12.6584404 0.41403,-12.8271504 -0.40397,-25.0000004 -0.69442,-10.3337296 -0.6807,-14.4969596 0.0618,-18.7499996 0.52952,-3.03311 0.379,-3.25 -2.25542,-3.25 -1.55254,0 -3.83616,0.70978 -5.07469,1.57728 -2.09634,1.46833 -2.24572,2.27997 -2.16253,11.75 0.0491,5.595 0.0678,11.7081996 0.0415,13.5848996 -0.0263,1.8767 0.37535,3.92207 0.89256,4.54528002 0.59851,0.72115 0.42827,2.57086998 -0.46826,5.08781998 -0.77475,2.1751 -1.4284,5.4775104 -1.45254,7.3387004 -0.17543,13.52501 -10.43167,22.53681 -26.54389,23.32318 l -6,0.29284 0.18975,-4 c 1.47967,-31.19110038 1.5124,-34.8007004 0.36896,-40.6915104 -1.40667,-7.2468896 -3.89736,-13.3016796 -6.8284,-16.5996096 -2.61966,-2.94758 -3.1381,-1.43599 -1.92415,5.61012 0.62887,3.65012 0.5801,6.61918 -0.14877,9.05581 -2.31144,7.7272896 -2.55836,14.9654396 -0.63252,18.5415096 1.51316,2.8097804 1.63708,4.0662604 0.76132,7.7198404 l -1.04601,4.36384 -0.12009,-5.16896 c -0.0663,-2.85374 -0.89183,-6.5136404 -1.84308,-8.1710904 -1.54508,-2.69215 -1.58454,-3.60399 -0.38215,-8.83104 1.78746,-7.7704696 2.38252,-17.8084696 1.38034,-23.2846096 -0.65111,-3.55784 -1.47576,-4.84135 -4.09242,-6.36956 -1.80234,-1.05262 -3.59329,-1.59808 -3.97988,-1.21213 -0.67682,0.67569 -0.85609,15.19302 -0.30342,24.5715596 0.15705,2.66518 -0.61706,7.15903 -1.87799,10.90204 -2.69562,8.0018304 -4.18574,26.4894504 -2.33147,28.9260304 0.72772,0.95624 1.26462,4.75873 1.29022,9.13776 0.0352,6.02691 0.51425,8.32264 2.43881,11.68835 3.39394,5.93539 3.84794,9.11222 2.11753,14.81715 -0.83321,2.74697 -1.5198,6.21534 -1.52576,7.70748 -0.006,1.49214 -0.97994,5.09214 -2.16442,8 -1.89372,4.64903 -2.16523,7.32593 -2.25,22.183482 -0.0824,14.44153 0.15786,17.31457 1.6536,19.77417 2.14966,3.53492 2.24111,9.18596 0.24042,14.85653 -1.10441,3.13021 -1.58728,9.60564 -1.79908,24.12572 -0.15919,10.91592 -0.0955,19.84712 0.14158,19.84712 0.23707,0 1.89363,-0.90393 3.68123,-2.00873 z"
+ id="path4226" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 132.47946,67.154668 c 1.71385,-12.01396 1.69651,-22.64115 -0.0515,-31.53116 -1.41592,-7.20124 -1.58122,-9.99698 -0.74563,-12.61066 1.02974,-3.221 1.07821,-3.11308 1.18651,2.64182 0.0621,3.3 0.76985,8.16519 1.57277,10.81154 1.17852,3.88423 1.27926,7.0642 0.52273,16.5 -0.51542,6.42865 -1.39773,13.03846 -1.96068,14.68846 l -1.02354,3 0.49929,-3.5 z"
+ id="path4224" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 603.78603,180.08382 c 10.39907,-5.19648 16.19204,-14.16326 16.1479,-24.99487 -0.0298,-7.29743 -1.80284,-11.87054 -6.74417,-17.3944 -8.14747,-9.10794 -23.65476,-10.17132 -30.03543,-2.05961 -2.184,2.77651 -3.93137,9.11587 -2.81923,10.22801 0.33827,0.33827 2.81568,-0.58271 5.50537,-2.04662 6.09702,-3.31842 12.00563,-3.55015 14.69683,-0.57641 1.44751,1.59948 1.85522,3.47327 1.75016,8.04346 -0.14913,6.48702 -0.24613,6.45972 5.39659,1.51895 2.02043,-1.76909 2.28226,-1.79518 2.8617,-0.28517 1.05315,2.74444 -0.53667,10.26914 -2.91546,13.79902 -1.2261,1.81942 -4.01598,4.30805 -6.19971,5.53029 -3.81855,2.13725 -6.33037,5.87378 -6.42533,9.5582 -0.0636,2.46722 1.74442,2.19525 8.78078,-1.32085 z"
+ id="path4222" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -48.085585,170.65279 c -1.67132,-9.26797 -1.76037,-11.12058 -0.59077,-12.29019 1.16961,-1.1696 1.4735,-0.99354 2.01601,1.16798 l 0.6388,2.54517 4.74085,-2.02412 c 2.60747,-1.11327 5.10601,-2.38318 5.55232,-2.82201 0.44631,-0.43884 -2.15187,-3.39955 -5.77372,-6.57937 -3.62185,-3.17981 -6.78634,-5.58033 -7.03218,-5.33448 -0.24585,0.24585 -0.0773,2.78577 0.37458,5.64427 0.61369,3.88218 0.49019,5.47231 -0.48808,6.28421 -1.38567,1.15 -1.60841,0.58623 -2.86165,-7.24303 -0.32165,-2.0094 -1.24758,-3.90777 -2.05762,-4.21861 -1.22749,-0.47104 -1.50361,1.05354 -1.65778,9.15344 -0.10174,5.34524 -0.32179,7.24362 -0.48899,4.21862 -0.74311,-13.44409 -1.25834,-15.5288 -4.27893,-17.3131 -1.57063,-0.9278 -3.01125,-1.68678 -3.20139,-1.68664 -0.19014,1.4e-4 -0.46855,6.63764 -0.61868,14.75 l -0.27298,14.74974 3.21841,2.22124 c 1.77012,1.22168 3.34761,2.09203 3.50553,1.93411 0.15791,-0.15792 0.50737,-2.00737 0.77656,-4.1099 0.77615,-6.06224 1.88937,-5.64703 1.21867,0.45455 l -0.60458,5.5 4.71568,3.12454 c 2.59362,1.7185 4.81068,3.04849 4.9268,2.95555 0.11611,-0.0929 -0.67447,-5.07983 -1.75686,-11.08197 z"
+ id="path4220" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -21.280395,172.29441 c 10.3073,-4.87314 21.44054978,-10.11452 24.7405498,-11.64751 3.3,-1.53299 13.8174102,-6.54106 23.3720302,-11.12903 19.44599,-9.33767 17.94546,-7.47017 12.61768,-15.70338 -2.19288,-3.38873 -3.41336,-3.27416 -15.71406,1.47516 -12.83538,4.95577 -48.75895,19.42613 -53.77565,21.66135 -2.475,1.10275 -7.04028,3.14815 -10.14507,4.54532 l -5.64507,2.54032 1.38856,7.30901 c 1.66339,8.75564 2.02633,9.80902 3.37965,9.80902 0.57246,0 9.47408,-3.98712 19.78138,-8.86026 z"
+ id="path4218" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -27.914845,171.27967 c 0.20625,-0.61875 0.7125,-1.125 1.125,-1.125 1.17109,0 0.87974,1.45675 -0.375,1.875 -0.61875,0.20625 -0.95625,-0.13125 -0.75,-0.75 z"
+ id="path4216" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 30.557305,172.61746 c 1.46397,-4.69546 2.4422,-8.75677 2.17384,-9.02513 -0.6057,-0.6057 -7.52847,2.39719 -14.63587,6.34861 l -5.36487,2.98265 6.86487,4.07558 c 3.77569,2.24157 7.18784,4.09356 7.58257,4.11554 0.39474,0.022 1.91549,-3.80178 3.37946,-8.49725 z"
+ id="path4214" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 97.889865,177.90467 c -0.0387,-1.7875 -0.3919,-4.06561 -0.78499,-5.06247 -0.59525,-1.50951 -1.01495,-1.18287 -2.51086,1.95408 -1.71836,3.60344 -1.71939,3.82268 -0.0239,5.06247 2.71513,1.98535 3.39625,1.58443 3.31972,-1.95408 z"
+ id="path4212" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 483.53949,176.6095 c 1.46501,-2.49985 2.40476,-4.80406 2.08835,-5.12047 -0.61883,-0.61883 -9.66769,0.51061 -9.66769,1.20668 0,1.44938 3.36967,8.45896 4.06643,8.45896 0.46709,0 2.0479,-2.04533 3.51291,-4.54517 z"
+ id="path4210" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 55.682015,178.03281 c 2.04539,-2.04539 -0.67767,-6.21606 -3.38118,-5.17863 -1.66527,0.63903 -1.74411,3.49706 -0.14068,5.10049 1.48813,1.48813 2.09833,1.50167 3.52186,0.0781 z"
+ id="path4208" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 907.00753,170.73456 c 1.6201,-3.25606 2.7512,-6.1146 2.5135,-6.35232 -0.7084,-0.70843 -14.5609,2.02532 -14.5609,2.87357 0,0.42945 0.4586,1.06423 1.019,1.41061 0.5605,0.34638 2.1784,2.91761 3.5953,5.71384 2.8958,5.7145 2.7368,5.79246 7.4331,-3.6457 z"
+ id="path4206" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 273.93328,171.90467 5.06393,-6.25 -6.61159,-0.82361 c -3.63637,-0.45299 -6.81581,-0.61939 -7.06542,-0.36978 -0.72122,0.72123 1.90042,13.69339 2.7674,13.69339 0.42996,0 3.06052,-2.8125 5.84568,-6.25 z"
+ id="path4204" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 224.17215,174.02465 c 10.42858,-3.80739 21.94734,-15.81046 26.93564,-28.06813 3.69718,-9.08505 3.99836,-21.88086 0.76167,-32.36005 -2.70039,-8.74283 -5.27355,-12.71195 -12.69629,-19.584102 -12.66077,-11.72164 -27.85161,-14.74169 -46.68577,-9.28148 -23.81535,6.90432 -45.70841,23.963462 -55.39872,43.166882 -3.38183,6.70182 -6.12853,15.90414 -6.12853,20.53253 0,2.4685 0.80114,1.66084 5.91205,-5.9601 3.25163,-4.84854 7.41249,-10.16553 9.24637,-11.81553 2.68125,-2.41241 2.93978,-2.51034 1.31997,-0.5 -6.58375,8.17107 -14.01706,22.74079 -15.02237,29.44475 -0.34976,2.33236 -0.24117,6.22394 0.24131,8.64795 l 0.87723,4.4073 4.96272,-8.22796 c 2.7295,-4.52538 6.9722,-11.72538 9.42823,-16 12.00548,-20.89505 28.99641,-37.98604 42.55799,-42.8086 6.93743,-2.46699 17.48154,-2.28931 24.4765,0.41246 22.28634,8.60797 26.94437,39.60828 7.73585,51.48399 -6.15172,3.80332 -16.40851,4.72719 -21.68135,1.95293 -7.72408,-4.06396 -10.90856,-18.76751 -5.46561,-25.23609 2.59481,-3.08376 6.77031,-4.02733 10.86631,-2.45555 2.09228,0.80288 4.5448,5.56738 4.5448,8.82916 0,3.26542 1.31425,3.23691 3.92742,-0.0852 6.1944,-7.87491 -2.48413,-19.65108 -13.21718,-17.9348 -9.12327,1.45887 -16.06575,7.61027 -19.82916,17.56966 -4.98551,13.19353 -0.5651,24.44553 12.53121,31.89782 9.39935,5.34858 18.84022,5.97338 29.79971,1.97216 z"
+ id="path4202" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 806.96013,171.46758 c 0,-0.1721 -1.35,-0.31291 -3,-0.31291 -2.7058,0 -3,0.31255 -3,3.18709 l 0,3.18709 3,-2.87418 c 1.65,-1.5808 3,-3.01499 3,-3.18709 z"
+ id="path4200" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 417.63794,167.95878 c 8.96672,-4.4782 16.71816,-15.13985 19.12414,-26.30411 2.92552,-13.57509 2.37662,-16.15506 -4.93772,-23.20859 -13.42433,-12.94566 -35.21296,-8.27779 -42.9837,9.20859 -3.23427,7.27802 -3.07572,18.61184 0.35252,25.20015 5.4671,10.50652 17.64916,13.81425 28.65918,7.78168 9.91859,-5.43457 13.11988,-14.7962 8.27463,-24.19779 -3.1651,-6.14148 -8.29643,-9.28494 -15.14897,-9.2803 -10.10009,0.007 -15.67492,5.80637 -14.75766,15.35247 0.92812,9.65923 10.45053,14.08689 16.7494,7.78803 2.84376,-2.84377 3.02366,-3.69893 1.64124,-7.80186 -1.50128,-4.45568 -7.65085,-3.49693 -7.65085,1.1928 0,1.35565 -0.45,2.46482 -1,2.46482 -1.41086,0 -1.24799,-6.35201 0.2,-7.8 2.20939,-2.20939 7.4714,-1.43321 9.72742,1.43486 7.12065,9.05244 -4.51279,18.90784 -16.43764,13.92532 -11.67032,-4.87618 -8.75217,-23.02533 4.40944,-27.42412 8.15225,-2.72458 15.56034,-0.69042 21.52348,5.91006 7.27013,8.04716 6.87949,18.70433 -0.97346,26.55728 -5.07331,5.0733 -10.47768,6.84095 -18.66702,6.10555 -7.91751,-0.71098 -12.67685,-3.30314 -16.46108,-8.96545 -9.26641,-13.86526 -3.38108,-35.8544 11.85531,-44.29454 4.65988,-2.58132 6.32879,-2.94896 13.38693,-2.94896 7.25726,0 8.79285,0.36209 15.36006,3.62191 l 7.29667,3.62191 -0.50915,-3.12191 c -0.28003,-1.71705 -1.62837,-5.64967 -2.99631,-8.73915 -2.26221,-5.109182 -2.92058,-5.764922 -7.27905,-7.250002 -9.24157,-3.14892 -23.0481,-1.46082 -31.33901,3.831752 -11.9525,7.62999 -19.05778,21.87073 -19.08472,38.25054 -0.0252,15.31138 6.89569,25.6974 20.32058,30.4947 6.44615,2.30348 15.05346,1.73667 21.34534,-1.40564 z"
+ id="path4198" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 416.96015,131.15467 c 0,-0.55 0.42344,-1 0.94098,-1 0.51754,0 1.2191,0.45 1.55902,1 0.33992,0.55 -0.0835,1 -0.94098,1 -0.85746,0 -1.55902,-0.45 -1.55902,-1 z"
+ id="path4196" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 51.763585,167.40467 c 0.57534,-1.5125 1.78985,-5.225 2.69892,-8.25 0.90907,-3.025 1.8233,-6.04814 2.03162,-6.7181 0.23038,-0.74086 -1.66101,-0.30565 -4.8276,1.11084 -8.7626,3.91971 -16.70684,7.99498 -16.69756,8.56558 0.0121,0.74119 13.21388,7.97678 14.61987,8.01278 0.62077,0.0159 1.59941,-1.2086 2.17475,-2.7211 z"
+ id="path4194" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 603.82301,164.65809 c 1.72543,-1.96516 3.13714,-3.97055 3.13714,-4.45643 0,-0.48588 0.27953,-1.61185 0.62117,-2.50217 0.45268,-1.17966 -0.60581,-0.86278 -3.90229,1.16822 -3.30444,2.03591 -4.81928,3.76143 -5.62117,6.40298 -0.60374,1.98881 -1.09771,3.91714 -1.09771,4.28518 0,1.31227 3.77713,-1.38334 6.86286,-4.89778 z"
+ id="path4192" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 810.36743,163.32943 c -3.3443,-0.41995 -3.8004,0.12732 -2.9405,3.52867 l 0.707,2.79657 2.4118,-3 2.4118,-3 -2.5901,-0.32524 z"
+ id="path4190" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -65.039845,153.17499 0,-13.97967 -3.94297,-2.01156 -3.94298,-2.01155 -0.32483,12.74123 -0.32483,12.74123 3.43441,3.25 c 1.88893,1.7875 3.80945,3.25 4.26781,3.25 0.45836,0 0.83339,-6.29085 0.83339,-13.97968 z"
+ id="path4188" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 81.330725,164.92897 c 0.71663,-1.13609 0.62847,-2.07053 -0.301,-3.19048 -1.77114,-2.13408 -3.77874,-1.99576 -5.0324,0.34673 -0.78358,1.46413 -0.64324,2.32052 0.58088,3.54465 1.83704,1.83703 3.28647,1.62327 4.75252,-0.7009 z"
+ id="path4186" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 901.77253,163.75778 c 4.0218,-0.76699 7.5861,-1.66823 7.9206,-2.00276 0.3345,-0.33453 -0.4707,-1.84396 -1.7895,-3.35429 -5.1323,-5.8781 -10.3899,-11.24606 -11.0149,-11.24606 -0.5458,0 -3.9318,14.86474 -3.9294,17.25 0,0.99585 0.3233,0.9722 8.8132,-0.64689 z"
+ id="path4184" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 893.52123,152.51214 0.6795,-5.43865 -5.5748,2.46545 c -9.2931,4.10984 -9.1346,3.62727 -2.845,8.66396 5.6494,4.52406 5.6828,4.53533 6.37,2.1479 0.3799,-1.32001 0.9965,-4.84741 1.3703,-7.83866 z"
+ id="path4182" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 470.96015,159.65203 c 9.99737,-1.92223 20,-4.5528 20,-5.25974 0,-1.06595 -23.57115,-23.15746 -24.75,-23.19637 -0.84818,-0.028 -1.25,1.66498 -1.25,5.26656 0,5.30138 0.007,5.3129 5.71064,9.5 4.45421,3.26984 5.22427,4.19219 3.5,4.19219 -1.21585,0 -2.21064,0.43588 -2.21064,0.96862 0,0.53273 -0.67839,0.70829 -1.50753,0.39012 -0.82914,-0.31817 -3.02168,-0.29444 -4.8723,0.0527 -2.8207,0.52917 -3.62796,1.32039 -4.99247,4.89331 -2.04948,5.3665 -2.03616,5.94705 0.1223,5.32844 0.9625,-0.27585 5.575,-1.23699 10.25,-2.13587 z"
+ id="path4180" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 798.22163,158.16225 c 5.5095,-6.43665 7.0455,-13.94362 4.2312,-20.6793 l -1.5073,-3.60749 -2.7427,4.06073 c -3.5515,5.25816 -7.2272,9.3217 -10.2169,11.29485 l -2.3884,1.57636 3.9313,5.66179 c 2.1622,3.11398 4.2337,5.66712 4.6034,5.67363 0.3696,0.007 2.2099,-1.78474 4.0894,-3.98057 z"
+ id="path4178" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -74.039845,146.54676 0,-11.48987 -4.25,-1.90495 -4.25,-1.90495 -0.2941,10.70384 -0.29411,10.70384 3.5738,3.29067 c 1.96558,1.80986 4.01043,3.02081 4.5441,2.69098 0.53599,-0.33126 0.97031,-5.74272 0.97031,-12.08956 z"
+ id="path4176" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 79.940095,148.54581 c 1.5718,-4.8877 2.69587,-9.04866 2.49794,-9.24659 -0.19792,-0.19793 -5.78797,2.23703 -12.42232,5.41101 -6.63436,3.17397 -11.85824,5.9751 -11.60862,6.22471 1.61128,1.61128 17.17294,7.99985 17.8463,7.32649 0.45589,-0.45589 2.11491,-4.82792 3.6867,-9.71562 z"
+ id="path4174" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -25.963335,151.80589 c 0.37142,-5.58855 1.38716,-6.50371 4.24188,-3.82183 2.6932,2.53012 3.63523,2.65623 6.14322,0.82234 1.70748,-1.24854 1.35435,-1.74055 -4.77417,-6.65164 -3.63992,-2.91685 -6.35435,-5.73002 -6.03206,-6.25149 0.32228,-0.52148 -0.36833,-0.43741 -1.5347,0.18682 -1.16638,0.62422 -2.17259,1.68161 -2.23603,2.34976 -0.0634,0.66815 -0.1912,1.66482 -0.2839,2.21482 -0.0927,0.55 -0.53806,4.27837 -0.98968,8.28527 -0.64145,5.69109 -1.09709,7.05626 -2.08219,6.2387 -1.01285,-0.84059 -0.99027,-2.1761 0.11471,-6.78528 1.95545,-8.15673 2.60938,-14.23869 1.53094,-14.23869 -0.50867,0 -4.34078,1.55669 -8.51581,3.45932 -4.17504,1.90262 -7.84962,3.04081 -8.16575,2.52931 -0.31612,-0.5115 0.56864,-1.21697 1.96613,-1.56772 1.3975,-0.35075 2.57643,-1.37644 2.61985,-2.27932 0.0488,-1.01393 0.2699,-1.16933 0.57838,-0.40644 0.84769,2.09641 6.41786,-1.33286 5.67373,-3.49304 -0.55379,-1.60761 -0.49232,-1.60434 0.79618,0.0423 1.2266,1.56758 1.63124,1.61265 3.32946,0.37088 1.89854,-1.38824 1.89997,-1.52316 0.0799,-7.53444 -1.01929,-3.36648 -2.34451,-6.11399 -2.94493,-6.10557 -2.58638,0.0363 -3.85064,1.82637 -3.26811,4.62736 l 0.59426,2.85733 -1.20891,-2.60502 c -1.04811,-2.25852 -1.51658,-2.46723 -3.52191,-1.56908 -1.76037,0.78844 -2.17848,1.59003 -1.75,3.35503 1.37256,5.65376 1.40865,7.44912 0.0688,3.42384 -1.80519,-5.42344 -1.88817,-5.5057 -4.26862,-4.23172 -1.68748,0.90311 -1.8335,1.64658 -1.14526,5.83102 1.24183,7.55011 1.18423,7.85584 -1.09195,5.79593 -1.1,-0.99549 -2,-2.62611 -2,-3.6236 0,-1.25929 -0.49404,-1.62405 -1.61633,-1.19338 -1.38492,0.53144 -1.44793,0.30557 -0.44009,-1.5776 0.64693,-1.20881 1.03678,-3.63954 0.86633,-5.40163 l -0.30988,-3.20376 -1.96561,3.25 c -1.08108,1.7875 -2.3348,3.25 -2.78605,3.25 -0.45124,0 0.32078,-1.67946 1.71561,-3.73213 2.41927,-3.56029 3.617,-11.26787 1.75098,-11.26787 -0.4318,0 -2.1193,2.47343 -3.75,5.4965 -1.63071,3.02308 -3.33307,5.49808 -3.78302,5.5 -0.44996,0.002 0.0566,1.241 1.12566,2.7535 1.06906,1.5125 2.27958,4.29956 2.69004,6.19347 0.69717,3.21682 0.83699,3.31943 2.12434,1.55887 1.59175,-2.17685 1.84227,-1.23826 0.39252,1.47062 -0.82232,1.53652 -0.49111,2.01384 2,2.88224 2.48596,0.86661 2.98553,0.77878 2.98553,-0.52493 0,-0.86436 4.53277,2.91982 10.11917,8.44798 l 10.11918,10.01367 3.38082,-1.99474 c 1.85946,-1.0971 3.41526,-2.51278 3.45734,-3.14596 z"
+ id="path4172" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -38.960895,128.738 c -0.0434,-1.05416 0.19293,-1.64479 0.52522,-1.3125 0.33229,0.33229 0.36781,1.19479 0.0789,1.91667 -0.31922,0.79773 -0.55618,0.56078 -0.60416,-0.60417 z"
+ id="path4170" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 271.44419,151.10741 c 6.04122,-0.59812 11.10604,-1.20949 11.25516,-1.35861 0.58655,-0.58655 -24.1809,-18.43918 -24.9348,-17.97324 -0.44242,0.27343 -0.8044,1.80863 -0.8044,3.41156 0,2.38549 0.91643,3.53158 5.04955,6.31498 5.61836,3.78363 5.13172,4.65257 -2.60566,4.65257 -3.85275,0 -4.58002,0.36256 -5.91821,2.95034 -2.1308,4.12052 -2.04263,4.23803 2.72432,3.63104 2.3375,-0.29764 9.19282,-1.03053 15.23404,-1.62864 z"
+ id="path4168" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 494.81112,148.90467 c 2.58718,-8.3576 2.49361,-9.35012 -1.05168,-11.15479 -4.53464,-2.3083 -10.12319,-5.61147 -11.15619,-6.59399 -0.4713,-0.44826 0.4287,-1.63112 2,-2.62858 1.57129,-0.99746 5.2194,-3.56842 8.1069,-5.71324 4.66192,-3.46287 5.24847,-4.30629 5.23635,-7.52955 -0.008,-1.99642 -0.28495,-4.64218 -0.61654,-5.87948 -0.68018,-2.53806 0.97718,-3.53092 -20.30178,12.16205 l -9.43197,6.95597 12.38985,11.8158 c 6.81442,6.4987 12.7114,11.81581 13.10442,11.81581 0.39301,0 1.1673,-1.4625 1.72064,-3.25 z"
+ id="path4166" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 883.68163,149.5663 c 3.1782,-1.4236 6.8587,-3.01318 8.1788,-3.53241 l 2.4004,-0.94404 -3.0079,-2.21759 c -3.5849,-2.64294 -15.0955,-8.25571 -15.6801,-7.6459 -0.4174,0.43536 1.6027,16.92831 2.0734,16.92831 0.1413,0 2.8572,-1.16477 6.0354,-2.58837 z"
+ id="path4164" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 875.53173,148.90467 c -0.2565,-1.2375 -0.7475,-4.8375 -1.091,-8 -0.3435,-3.1625 -0.9313,-5.75 -1.3063,-5.75 -0.8733,0 -12.4834,11.04206 -12.0211,11.43296 0.6568,0.55532 12.3488,4.40927 13.6159,4.48809 0.7994,0.0497 1.0964,-0.75359 0.8025,-2.17105 z"
+ id="path4162" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -84.039845,140.66809 0,-9.48658 -3.60623,-1.50678 c -1.98343,-0.82873 -3.98031,-1.27559 -4.4375,-0.99303 -0.4572,0.28256 -0.83452,3.54207 -0.83849,7.24336 -0.007,6.395 0.17414,6.91607 3.64045,10.47961 2.00621,2.0625 4.00634,3.75 4.44472,3.75 0.43838,0 0.79705,-4.26896 0.79705,-9.48658 z"
+ id="path4160" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 101.47233,141.86796 c 1.15509,-12.32651 1.3182,-12.15861 -7.762175,-7.98978 -4.2625,1.95693 -7.75,3.89841 -7.75,4.3144 0,0.81001 13.05206,10.8842 14.164675,10.93296 0.36557,0.016 0.97195,-3.24989 1.3475,-7.25758 z"
+ id="path4158" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 284.24472,136.67574 c -2.59656,-2.21159 -5.86032,-5.03737 -7.25279,-6.27951 l -2.53178,-2.25845 4,-3.52466 c 2.2,-1.93857 5.22339,-4.27345 6.71864,-5.18864 1.49525,-0.91519 2.92807,-2.20975 3.18405,-2.87681 0.52478,-1.36756 -1.42215,-8.39948 -2.32047,-8.38107 -1.07604,0.022 -25.44467,19.47532 -25.80194,20.59748 -0.19427,0.61017 2.25069,2.99088 5.43325,5.29046 3.18256,2.29958 9.16147,6.62169 13.28647,9.60469 l 7.5,5.42362 1.2528,-4.19302 1.25279,-4.19303 -4.72102,-4.02106 z"
+ id="path4156" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 783.91773,145.60955 c -3.5996,-3.83159 -2.548,-12.45488 1.5188,-12.45488 1.6279,0 5.9215,4.02813 6.9518,6.52202 0.6998,1.69382 1.1668,1.2269 3.2507,-3.25008 3.0087,-6.46398 3.3252,-13.71884 0.8389,-19.23246 -1.9063,-4.22732 -3.5109,-5.2688 -3.5276,-2.28948 -0.035,6.2857 -8.957,17.45255 -16.7842,21.00752 -2.0383,0.92574 -3.8374,1.75287 -3.9979,1.83805 -0.9889,0.52475 11.4387,11.09348 12.5453,10.66883 1.0352,-0.39725 0.8473,-1.06053 -0.7958,-2.80952 z"
+ id="path4154" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 818.47583,146.08316 c 0.8713,-3.96697 0.3083,-4.41628 -2.5916,-2.06811 -2.0235,1.63852 -2.1685,2.14017 -1.0192,3.525 1.9569,2.35795 2.8523,1.99668 3.6108,-1.45689 z"
+ id="path4152" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -6.6488352,145.55812 c 0.85503,-0.3281 1.84108,-2.12368 2.19124,-3.99016 l 0.63664,-3.39361 2.64056,1.85772 c 1.61426998,1.1357 3.3689,1.59571 4.51454,1.18358 1.58678,-0.57082 0.8801,-1.54673 -4.6109,-6.36756 -3.56669,-3.13138 -6.99749,-5.69342 -7.62399,-5.69342 -0.69071,0 -1.1434298,1.86975 -1.1501098,4.75 -0.006,2.6125 -0.28993,6.4375 -0.63084,8.5 -0.64422,3.89754 0.25713,4.60233 4.0328598,3.15345 z"
+ id="path4150" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 332.46015,140.50013 c 7.33245,-3.67125 8.30182,-4.87115 9.04552,-11.19678 1.31105,-11.15134 8.69199,-29.15986 16.13237,-39.360902 3.13307,-4.29555 3.34947,-5.02915 2.44731,-8.29651 -1.534,-5.5557 -5.4898,-11.62324 -10.84159,-16.62921 -13.37642,-12.51208 -33.37555,-11.54257 -44.19287,2.14236 -2.24991,2.84635 -4.09074,6.25977 -4.09074,7.58538 0,1.45541 -0.58315,2.4102 -1.47207,2.4102 -2.25652,0 -4.88268,10.27384 -4.23363,16.5625 1.07663,10.431562 5.45791,14.920062 14.43698,14.790272 6.07366,-0.0878 9.33181,-1.9254 13.01872,-7.3426 2.63136,-3.866272 2.87591,-7.671542 0.6933,-10.787662 -3.09428,-4.4177 -9.04566,-1.5614 -10.06801,4.83202 -0.347,2.17001 -1.03,3.94547 -1.51778,3.94547 -0.48779,0 -2.5132,-1.49041 -4.50093,-3.31203 -10.32882,-9.46565 -1.04315,-27.2636 14.10989,-27.04457 13.12798,0.18977 22.99145,11.72263 22.96907,26.8566 -0.0137,9.285132 -2.89965,15.757312 -10.0353,22.505912 -8.15006,7.70799 -14.82991,10.39745 -25.90024,10.42805 -8.43689,0.0233 -12.13103,-0.46985 -14.50376,-1.93628 -0.58778,-0.36327 -0.99624,0.79224 -0.99624,2.8183 0,1.88871 -0.27801,4.82406 -0.6178,6.523 l -0.61779,3.08898 3.36779,-0.99496 c 4.76611,-1.40807 11.36673,0.55457 13.91881,4.13864 1.09448,1.53705 2.99323,2.94447 4.21947,3.1276 3.43467,0.51296 13.67141,-2.07093 19.22952,-4.85378 z"
+ id="path4148" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 855.57053,138.96119 c -1.7992,-3.95642 -3.7395,-7.34956 -4.3118,-7.54031 -1.794,-0.59802 -5.3368,8.29291 -4.6576,11.68883 0.5949,2.97443 0.7437,3.04496 6.4248,3.04496 l 5.8159,0 -3.2713,-7.19348 z"
+ id="path4146" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -12.039845,141.80136 c 0,-1.84432 0.29607,-6.18594 0.65793,-9.64804 l 0.65793,-6.29474 -2.90793,0.75196 c -1.59936,0.41358 -3.35793,0.83036 -3.90793,0.92617 -0.55,0.0958 -1.6684,0.61155 -2.48534,1.14608 -0.81694,0.53453 -3.1514,1.65031 -5.18771,2.47949 l -3.70237,1.50762 7.55569,6.24238 c 4.15563,3.43332 7.9526,6.24239 8.43771,6.24239 0.48511,0 0.88202,-1.50899 0.88202,-3.35331 z"
+ id="path4144" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 668.26722,130.78141 c -2.41157,-8.17733 -4.09664,-11.62674 -5.67975,-11.62674 -0.81111,0 -3.68339,0.50982 -6.38285,1.13293 l -4.90811,1.13293 2.74661,5.11707 c 2.50158,4.66055 3.42208,7.4046 5.37477,16.02233 l 0.6583,2.90526 4.85147,-4.77852 4.85148,-4.77853 -1.51192,-5.12673 z"
+ id="path4142" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 865.84213,138.77415 c 3.1642,-3.20396 4.8798,-5.64863 4.2412,-6.04332 -1.3292,-0.82149 -16.3026,-3.7301 -16.7743,-3.25843 -0.4627,0.46275 6.0087,14.67039 6.6853,14.67703 0.2937,0.003 2.9253,-2.41599 5.8478,-5.37528 z"
+ id="path4140" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -94.039845,134.26596 0,-6.88871 -3.75,-0.64549 c -2.0625,-0.35502 -5.084425,-0.91214 -6.715375,-1.23805 l -2.96538,-0.59256 2.91248,3.87676 c 3.23435,4.30522 9.878865,12.29288 10.268275,12.34397 0.1375,0.018 0.25,-3.06713 0.25,-6.85592 z"
+ id="path4138" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 6.8860348,124.90467 c 0.0516,-3.99879 -0.30658,-5.73406 -1.17588,-5.69768 -1.51951,0.0636 -15.25,5.56437 -15.25,6.10951 0,0.21316 3.375,3.34065 7.5,6.94997 l 7.5,6.56241 0.67588,-4.0871 c 0.37173,-2.24791 0.70923,-6.67461 0.75,-9.83711 z"
+ id="path4136" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 12.677165,137.77099 c 0.12161,-0.1216 0.32838,-1.62889 0.45948,-3.34953 0.23859,-3.13111 0.83444,-3.23184 3.86039,-0.65257 1.52935,1.3036 5.96312,0.84725 5.96312,-0.61376 0,-1.0113 -12.89343,-12.00046 -14.0799802,-12.00046 -0.50601,0 -0.92002,2.64375 -0.92002,5.875 0,3.23125 -0.2945,7.34748 -0.65443,9.14717 -0.64082,3.20409 -0.59406,3.25701 2.24795,2.54371 1.5963102,-0.40064 3.0018802,-0.82795 3.1234902,-0.94956 z"
+ id="path4134" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 62.198525,131.65467 c 7.38185,-3.575 13.89297,-6.5 14.46914,-6.5 2.19783,0 3.51894,-2.97936 2.86553,-6.46234 -0.5226,-2.78569 -1.7189,-4.19133 -5.96685,-7.01096 l -5.3132,-3.5267 -12.8965,-0.022 c -13.812,-0.0235 -18.75405,-1.28729 -22.79434,-5.82892 -2.40633,-2.704922 -4.25746,-20.654592 -2.36522,-22.934612 1.77871,-2.1432 2.60983,0.9126 2.69278,9.90063 0.12955,14.035252 4.22954,16.198472 29.78146,15.713102 17.20337,-0.32679 17.27965,-0.33827 17.28423,-2.59968 0.003,-1.54617 -0.87347,-2.623652 -2.7454,-3.374512 -1.5125,-0.60669 -3.70625,-1.54298 -4.875,-2.08064 -1.44501,-0.66476 -2.80832,-0.61187 -4.26041,0.16527 -2.00144,1.07113 -12.02189,0.81507 -20.8621,-0.53311 -4.47123,-0.68189 -6.04735,-4.16945 -6.30639,-13.9545 -0.31293,-11.82082 0.0298,-24.80848 0.63865,-24.19965 0.48203,0.48203 1.47064,20.02396 1.45437,28.74858 -0.004,1.925 0.54864,4.18607 1.22718,5.02459 1.5317,1.89286 10.74068,4.2937 13.05824,3.40437 0.94126,-0.3612 3.01247,-0.11779 4.60269,0.5409 2.15537,0.89278 3.42348,0.91281 4.98204,0.0787 4.06401,-2.175 2.00184,-5.04856 -3.62302,-5.04856 -3.14625,0 -9.0013,-3.50099 -9.69934,-5.79965 -0.28399,-0.93519 -0.64473,-7.63881 -0.80163,-14.89693 -0.20221,-9.35411 0.0685,-13.55133 0.92965,-14.41493 0.95339,-0.95608 0.99802,-0.43274 0.20728,2.43107 -0.69469,2.51595 -0.66939,4.90561 0.0814,7.69399 0.62215,2.31049 0.80649,6.54241 0.42995,9.87055 -0.87379,7.72334 1.90981,12.9977 6.90529,13.0841 1.63135,0.0282 1.55626,-0.3041 -0.66528,-2.94425 -1.3773,-1.63682 -2.79317,-4.29183 -3.14639,-5.90001 -0.75355,-3.43089 1.11578,-13.927 5.51894,-30.98832 2.5611,-9.92369 3.09291,-13.73658 2.80382,-20.10244 -0.31775,-6.99703 -0.69078,-8.26861 -3.41199,-11.63075 -5.01405,-6.19502 -5.49467,-5.72538 -4.87757,4.76616 0.30187,5.13228 0.60321,10.68141 0.66965,12.33141 0.17353,4.31011 -2.23974,17.81849 -3.39436,19 -0.64004,0.65496 -0.80484,0.13739 -0.47761,-1.5 2.2508,-11.26232 2.82067,-18.04841 1.769,-21.06526 -0.61987,-1.77821 -1.12706,-6.93851 -1.12706,-11.46729 0,-7.69379 -0.14765,-8.27372 -2.25,-8.83712 -6.06638,-1.6257304 -6.01561,-1.7338904 -5.22002,11.11971 0.44713,7.22385 1.25554,12.50982 2.09865,13.72251 1.61837,2.32777 1.77347,7.07201 0.36381,11.12827 -0.55415,1.59457 -1.39928,5.59922 -1.87806,8.89922 -0.70266,4.84315 -0.89401,5.26683 -0.99244,2.19741 -0.0671,-2.09143 0.59146,-6.93918 1.4634,-10.77278 1.54372,-6.78724 1.52911,-7.06548 -0.5567,-10.60067 -1.51202,-2.56267 -2.06866,-4.98249 -1.89255,-8.22722 0.13722,-2.52821 0.16274,-7.63424 0.0567,-11.34674 -0.17191,-6.01907 -0.40936,-6.75 -2.19279,-6.75 -1.1,0 -2.84892,0.84892 -3.88648,1.88648 -1.78057,1.78057 -1.80312,4.94334 -0.0757,10.61352 0.16756,0.55 -0.0326,3.03153 -0.44482,5.51451 -0.58276,3.51031 -0.28719,5.68731 1.32876,9.78702 2.35776,5.98169 2.54057,11.10279 0.57823,16.19847 -1.63086,4.23492 -1.85155,2.12669 -0.51508,-4.92049 0.86851,-4.57963 0.692,-5.91435 -1.49337,-11.29259 -2.11423,-5.20314 -2.32154,-6.62707 -1.41122,-9.69302 0.88103,-2.96729 0.73348,-4.33485 -0.84624,-7.84361 l -1.91332,-4.24971 -1.20667,2.64833 c -4.01521,8.81244 -5.32454,29.93544 -3.02023,48.72433 0.94896,7.73766 0.88461,9.07685 -0.50282,10.46428 -1.45472,1.45473 -1.59104,1.43418 -1.59104,-0.23987 0,-2.1877 -0.0224,-2.18195 -13.69091,3.51611 l -10.1909202,4.24834 3.94779,4.95821 c 3.1363102,3.93903 3.7084202,5.24662 2.7832902,6.36133 -0.64047,0.77172 -1.47029,1.04655 -1.8440502,0.61074 -0.37376,-0.43581 -3.99513,-4.84238 -8.04749,-9.79238 -16.5632698,-20.23222 -31.4057598,-32.5 -39.3209298,-32.5 -15.02499,0 -20.83934,20.46709 -16.09526,56.656972 0.84784,6.46768 1.63534,11.83215 1.75,11.92105 0.11467,0.0889 5.15848,-2.08174 11.20848,-4.82365 13.12439,-5.94807 47.0556998,-19.699112 49.5463598,-20.079222 0.96722,-0.1476 2.4090402,-0.80821 3.2040402,-1.468 1.20019,-0.99607 3.71969,1.63952 14.84753,15.531632 7.37114,9.2022 14.75207,18.64605 16.40207,20.98634 1.65,2.34028 3.52128,4.25952 4.15841,4.26497 0.63712,0.005 7.1981,-2.91509 14.57996,-6.49009 z"
+ id="path4132" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 46.975465,88.463688 c 0.008,-0.44496 0.45153,-1.48402 0.98469,-2.30902 0.8354,-1.29269 0.97149,-1.26629 0.98469,0.19098 0.008,0.93004 -0.43469,1.9691 -0.98469,2.30902 -0.55,0.33992 -0.99311,0.25398 -0.98469,-0.19098 z"
+ id="path4130" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 47.232515,76.154668 c 0,-2.475 0.19502,-3.4875 0.43337,-2.25 0.23836,1.2375 0.23836,3.2625 0,4.5 -0.23835,1.2375 -0.43337,0.225 -0.43337,-2.25 z"
+ id="path4128" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 46.155105,68.654668 c -0.0204,-1.65 0.18706,-2.44606 0.46099,-1.76903 0.27392,0.67703 0.29059,2.02703 0.0371,3 -0.25354,0.97297 -0.47766,0.41903 -0.49804,-1.23097 z"
+ id="path4126" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 47.039105,63.737998 c -0.0434,-1.05416 0.19293,-1.64479 0.52522,-1.3125 0.33229,0.33229 0.36781,1.19479 0.0789,1.91667 -0.31922,0.79773 -0.55618,0.56078 -0.60416,-0.60417 z"
+ id="path4124" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 41.960155,12.713688 c 0,-0.24254 0.45,-0.7191 1,-1.05902 0.55,-0.33992 1,-0.14148 1,0.44098 0,0.58246 -0.45,1.05902 -1,1.05902 -0.55,0 -1,-0.19844 -1,-0.44098 z"
+ id="path4122" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 289.83493,127.37932 c -0.0813,-4.55145 -0.46813,-8.47332 -0.85962,-8.71528 -0.39149,-0.24196 -3.14256,1.78611 -6.11348,4.50682 l -5.40168,4.94674 5.49705,4.92781 c 3.70404,3.32047 5.74634,4.54968 6.2613,3.76854 0.42033,-0.63761 0.69772,-4.88319 0.61643,-9.43463 z"
+ id="path4120" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 497.35316,135.57288 c 0.33385,-0.86998 0.60699,-4.46616 0.60699,-7.9915 l 0,-6.40972 -6,4.56303 c -3.3,2.50967 -5.9987,4.86835 -5.99711,5.24151 0.003,0.61996 8.64063,5.78174 10.14012,6.0594 0.35366,0.0655 0.91616,-0.59273 1.25,-1.46272 z"
+ id="path4118" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 819.86043,134.40467 c -0.055,-1.5125 -0.4087,-3.85848 -0.7864,-5.2133 -0.6858,-2.46009 -0.6904,-2.45844 -3.5398,1.27722 -1.5691,2.05728 -2.6777,3.84077 -2.4635,3.9633 0.2141,0.12253 1.2894,0.75882 2.3894,1.41397 3.2545,1.93838 4.5079,1.52785 4.4003,-1.44119 z"
+ id="path4116" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -64.039845,130.15467 c -0.99916,-3.3 -1.57781,-6 -1.28588,-6 0.29192,0 0.005,-0.63378 -0.6381,-1.40841 -0.64288,-0.77462 -2.23253,-4.71212 -3.53256,-8.75 -2.22593,-6.91375 -9.12949,-26.349072 -11.31036,-31.841592 -0.95345,-2.40126 -1.04172,-2.32227 -2.23488,2 -0.68322,2.475 -1.76262,7.5472 -2.39867,11.27155 -0.96067,5.625202 -1.38522,6.556302 -2.50781,5.500002 -0.94187,-0.88623 -0.89312,-0.51398 0.16089,1.22845 0.83174,1.375 1.76217,5.65 2.0676,9.5 0.30544,3.85 1.30864,9.30659 2.22933,12.12575 l 1.674,5.12575 9.13822,3.49836 c 5.02602,1.9241 9.43447,3.55501 9.79655,3.62425 0.36208,0.0692 -0.15917,-2.57411 -1.15833,-5.87411 z"
+ id="path4114" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 848.01753,133.40467 c 0.7581,-1.5125 1.5429,-3.0875 1.7438,-3.5 0.201,-0.4125 -0.9317,-0.75 -2.5171,-0.75 -2.7055,0 -2.8574,0.21497 -2.4739,3.5 0.4921,4.21486 1.4048,4.42567 3.2472,0.75 z"
+ id="path4112" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -188.76938,130.02514 c -0.60291,-0.60291 -1.66805,-0.74279 -2.36696,-0.31084 -0.9387,0.58015 -0.76548,0.96881 0.66287,1.48735 2.36753,0.85949 3.1795,0.2989 1.70409,-1.17651 z"
+ id="path4110" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 30.981515,130.52945 c 2.234,-0.89387 3.93061,-1.91229 3.77023,-2.26314 -0.67636,-1.47969 -8.34319,-11.00257 -8.90007,-11.05469 -0.50298,-0.0471 -0.49125,3.92653 0.0404,13.69305 0.0863,1.58579 0.2114,1.57657 5.08941,-0.37522 z"
+ id="path4108" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -27.065065,130.19142 c 1.28423,-0.81212 1.22864,-1.65678 -0.43022,-6.53706 -2.10341,-6.18814 -2.7267,-6.89404 -5.3516,-6.06093 -1.7032,0.54057 -1.69139,0.87994 0.24582,7.06454 2.04017,6.51332 2.79439,7.2672 5.536,5.53345 z"
+ id="path4106" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -111.04379,126.13313 c -0.40446,-2.21184 -0.39053,-4.23467 0.031,-4.49517 0.96484,-0.5963 16.850365,2.13939 20.516275,3.53317 3.66075,1.39182 4.02053,0.75736 2.41567,-4.26001 -0.85845,-2.68382 -1.37948,-9.25222 -1.41022,-17.77793 l -0.0488,-13.521472 -3.35425,-5.22853 c -1.84483,-2.87568 -3.70223,-5.22852 -4.12755,-5.22852 -1.14903,0 -2.61629,2.12088 -3.804985,5.5 -0.58043,1.65 -1.09085,2.26908 -1.13427,1.37573 -0.0434,-0.89335 0.56212,-3.44125 1.34564,-5.662 1.165115,-3.30228 1.191095,-4.35706 0.14262,-5.79093 -1.20551,-1.64863 -1.55468,-1.60079 -5.85366,0.80195 l -4.57168,2.55516 -2.24525,-2.38995 c -1.98278,-2.11057 -2.03796,-2.38996 -0.47206,-2.38996 2.37226,0 8.65007,-3.0309 9.18951,-4.43666 0.56717,-1.47804 -10.63396,-21.55068 -12.77809,-22.89857 -2.67344,-1.68063 -9.20912,1.79747 -11.19229,5.95624 -0.90403,1.89576 -1.65866,4.21908 -1.67696,5.16292 -0.0289,1.48893 -0.26307,1.44128 -1.76948,-0.36004 -1.34725,-1.611 -2.57197,-1.97854 -5.46674,-1.64059 -3.31154,0.3866 -3.73051,0.74875 -3.73051,3.22456 0,5.94405 -8.90611,19.16257 -17.5268,26.01344 -3.98617,3.16781 -5.4732,3.1007 -5.4732,-0.24698 0,-1.15921 -0.33389,-1.77376 -0.74199,-1.36567 -0.40809,0.40809 -0.78634,4.64559 -0.84056,9.41667 -0.0947,8.332672 -2.11151,16.174682 -4.15983,16.174682 -0.70956,0 -3.46181,8.12914 -2.93173,8.65923 0.0972,0.0972 2.6512,-0.50734 5.67546,-1.34351 6.6122,-1.82818 22.96419,-2.13018 28.44242,-0.52529 2.16908,0.63545 4.09804,1.00109 4.2866,0.81254 0.18855,-0.18856 -0.90206,-3.88886 -2.42359,-8.2229 -2.49004,-7.0928 -2.76843,-9.228802 -2.7866,-21.380072 -0.0185,-12.3951 0.21859,-14.17387 2.89717,-21.73355 3.2756,-9.2446 4.10026,-9.40606 7.60256,-1.48854 2.2436,5.07202 3.73123,6.51807 9.4832,9.21814 5.13784,2.41178 9.12723,6.61174 12.56749,13.23085 1.50737,2.90021 3.23313,5.1606 3.83503,5.0231 0.60191,-0.1375 1.07608,0.9875 1.05373,2.5 l -0.0406,2.75 -2.93701,-3.43545 c -1.61535,-1.8895 -3.73457,-5.37531 -4.70936,-7.74625 -1.99597,-4.8546 -3.27239,-5.55154 -3.27239,-1.78675 0,6.49371 -6.96985,21.403922 -14.35932,30.718062 -1.63613,2.06229 -2.78711,3.90198 -2.55773,4.0882 0.22938,0.18622 2.52674,1.33808 5.10525,2.55968 2.57852,1.2216 6.62852,3.97596 9,6.12079 2.37149,2.14483 4.58888,3.91815 4.92753,3.94071 0.33865,0.0226 0.2848,-1.76868 -0.11967,-3.98053 z"
+ id="path4104" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -20.734105,124.51429 -0.19426,-2.85962 1.51123,2.81686 c 1.30213,2.42711 1.74411,2.63922 3.19426,1.53297 0.92567,-0.70614 1.77606,-1.31676 1.88977,-1.35693 0.1137,-0.0402 -0.62196,-2.75501 -1.6348,-6.03297 -1.87847,-6.07942 -3.70311,-7.62725 -6.20056,-5.25988 -0.75426,0.71497 -2.46858,1.42215 -3.80961,1.57151 -1.34102,0.14936 -2.62816,0.4615 -2.86031,0.69364 -0.23214,0.23215 0.61874,3.32422 1.89085,6.87126 2.05429,5.72803 2.54187,6.3616 4.36031,5.66598 1.48102,-0.56655 1.99364,-1.57426 1.85312,-3.64282 z"
+ id="path4102" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 22.635605,113.49679 c -0.55226,-0.55226 -13.1754502,4.19496 -13.1754502,4.9549 0,0.32736 2.9250002,2.86102 6.5000002,5.63038 l 6.5,5.03519 0.29427,-7.60369 c 0.16184,-4.18203 0.10838,-7.78959 -0.11882,-8.01678 z"
+ id="path4100" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 149.6523,106.33355 c 13.09343,-12.870322 30.04585,-22.740252 44.15759,-25.709142 3.49236,-0.73474 6.5684,-1.55455 6.83565,-1.82179 0.26725,-0.26725 -0.56514,-1.08487 -1.84974,-1.81693 -1.57135,-0.89547 -6.09883,-1.33102 -13.83565,-1.33102 -9.44128,0 -12.75313,0.42253 -18.5,2.36027 -18.5097,6.24113 -32.42695,18.57261 -34.01558,30.139732 l -0.61803,4.5 4.6567,-5 4.65671,-5 -4.22869,5.77469 c -4.15131,5.66902 -5.81823,10.64425 -5.90756,17.63214 -0.0427,3.33763 0.0603,3.25639 5.06984,-4 2.81236,-4.07376 8.92281,-11.15134 13.57876,-15.72795 z"
+ id="path4098" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -185.24637,115.40467 c 2.35892,-26.442432 10.38151,-46.138082 24.56028,-60.296042 l 6.85376,-6.84371 -1.77699,-4.65298 c -0.97735,-2.55915 -2.36482,-4.87856 -3.08327,-5.15426 -2.48787,-0.95468 -10.36757,3.89926 -15.28333,9.41462 -4.33151,4.85984 -14.62348,23.05615 -13.61253,24.0671 0.20629,0.20629 1.65162,-0.4187 3.21184,-1.38887 2.575,-1.60117 2.49862,-1.40093 -0.8278,2.1701 -5.45516,5.85631 -7.99614,11.53799 -8.59394,19.21621 l -0.52303,6.71783 2.14076,-1.90499 c 2.5297,-2.25108 2.60308,-1.69033 0.62995,4.813922 -1.9945,6.57468 -1.87916,9.9968 0.59478,17.6469 1.14618,3.54429 2.25706,7.00667 2.46862,7.69417 1.14394,3.71746 2.22583,-0.1215 3.2409,-11.5 z"
+ id="path4096" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -177.09672,118.75769 c 4.16342,-7.54226 4.78263,-10.56393 3.08162,-15.03792 -1.20292,-3.16393 -0.43417,-3.28541 1.99397,-0.3151 2.91079,3.56072 3.79111,1.25992 4.15121,-10.849592 0.2263,-7.60989 0.76851,-11.62684 1.72459,-12.7766 1.28842,-1.54942 1.47864,-1.50981 2.5,0.52062 1.91586,3.80863 3.66188,3.26576 9.61388,-2.98918 4.23644,-4.45207 6.48743,-7.91039 8.39063,-12.89101 1.43053,-3.74366 2.60097,-7.07482 2.60097,-7.40257 0,-0.75738 -7.67075,-5.86167 -8.80896,-5.86167 -0.46851,0 -3.64342,2.8283 -7.05536,6.28511 -7.07872,7.17181 -13.04177,16.57052 -16.72989,26.36894 -3.55264,9.43852 -8.22415,35.552052 -7.54119,42.154972 0.23944,2.31486 1.9277,0.31346 6.07853,-7.206 z"
+ id="path4094" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 281.96015,109.1418 2.5,-1.9603 -3.58333,-0.0134 c -1.97084,-0.007 -3.80273,-0.2328 -4.07087,-0.50095 -0.26815,-0.26814 -5.93873,-0.69984 -12.6013,-0.95933 l -12.11375,-0.4718 1.34367,3.20934 c 1.27261,3.03961 1.67861,3.23577 7.67735,3.70933 l 6.33369,0.5 -5.24273,3.35425 c -5.22874,3.34529 -6.23483,5.3968 -4.65971,9.50151 0.53356,1.39043 9.04777,-4.31731 24.41698,-16.36863 z"
+ id="path4092" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 295.46015,125.15467 c -2.20856,-2.44043 -1.41448,-2.53166 2.79966,-0.32165 1.98279,1.03983 5.6807,1.70561 9.71996,1.75 18.64763,0.20493 36.86357,-20.24609 33.58756,-37.708732 -0.35413,-1.88767 -2.0089,-5.49294 -3.67726,-8.01171 -3.74931,-5.66043 -9.55799,-8.70791 -16.59776,-8.70791 -11.39084,0 -19.27247,11.33738 -13.74561,19.77244 l 1.78656,2.72663 0.82573,-3.18662 c 1.01508,-3.9173 5.12842,-7.31245 8.85929,-7.31245 3.56541,0 8.54596,4.16896 9.24561,7.73904 0.91338,4.66062 -1.25497,12.135822 -4.63789,15.988752 -3.8327,4.36521 -8.14502,6.27221 -14.18339,6.27221 -11.25961,0 -18.52248,-9.75485 -17.12442,-23.000002 2.9827,-28.25775 28.1781,-47.41297 62.14196,-47.24447 12.20087,0.0605 20.15249,1.90927 30.21313,7.02448 l 5.78687,2.94226 5.8554,-4.59146 5.8554,-4.59146 -3.3554,-2.80941 c -9.20337,-7.7058 -24.25778,-11.71281 -44.04335,-11.72293 -14.2328,-0.007 -22.00255,1.2216 -32.45877,5.13377 -19.51159,7.30022 -38.35968,23.81822 -45.12335,39.54498 l -2.23025,5.18576 5.50934,8.23103 c 5.5596,8.30611 9.93114,19.533842 11.19461,28.751872 0.50132,3.65751 0.35832,4.31328 -0.79629,3.65166 -0.77404,-0.44354 0.14344,0.83615 2.03883,2.84374 3.56356,3.77452 5.76177,5.19491 2.55383,1.65018 z"
+ id="path4090" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 381.96015,39.654668 c 0,-0.825 0.675,-1.5 1.5,-1.5 0.825,0 1.5,0.675 1.5,1.5 0,0.825 -0.675,1.5 -1.5,1.5 -0.825,0 -1.5,-0.675 -1.5,-1.5 z"
+ id="path4088" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 696.87063,122.51783 c 0.6372,-0.54455 -1.9454,-11.26667 -2.848,-11.82456 -0.669,-0.41346 -12.79658,3.10991 -13.91838,4.04364 -0.1958,0.16294 0.4163,2.46109 1.3602,5.107 0.9439,2.64592 1.869,5.35136 2.0559,6.01209 0.2469,0.87316 2.0607,0.62922 6.63968,-0.89299 3.4651,-1.15189 6.4848,-2.25221 6.7106,-2.44518 z"
+ id="path4086" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 470.28647,123.40467 c 1.98073,-1.5125 8.35947,-6.07064 14.17498,-10.12919 5.81551,-4.05855 10.44429,-7.49428 10.28618,-7.63496 -0.76642,-0.68188 -32.94704,-6.659622 -33.40204,-6.204622 -0.28823,0.28823 0.0284,2.367872 0.70354,4.621412 1.1329,3.7813 1.50465,4.1037 4.81931,4.17959 3.89186,0.0891 9.35676,0.84948 9.88229,1.37502 0.17969,0.17968 -2.39969,1.98289 -5.73194,4.00713 -5.9451,3.61146 -6.05864,3.7634 -6.05864,8.10802 0,2.43518 0.38812,4.4276 0.8625,4.4276 0.47437,0 2.48309,-1.2375 4.46382,-2.75 z"
+ id="path4084" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -10.028285,123.14848 c 1.6082098,-0.86069 1.7265898,-1.4465 0.8186398,-4.05105 -0.58379,-1.67467 -0.78441,-3.32188 -0.44582,-3.66047 0.33859,-0.33859 0.61562,-0.11992 0.61562,0.48594 0,0.60587 0.43738,2.25197 0.97196,3.65801 0.86162,2.26625 1.24516,2.43195 3.37884,1.45979 1.76467,-0.80404 2.27245,-1.6689 1.90307,-3.24134 -0.4829,-2.05566 -0.44358,-2.06696 0.94735,-0.27214 0.99691998,1.28639 2.10988998,1.66348 3.55551,1.20466 l 2.10435,-0.66789 -1.95333,-5.67745 c -1.07433002,-3.1226 -2.30557002,-6.02969 -2.73610002,-6.46022 -1.31960998,-1.31961 -10.16981978,2.21835 -10.18695978,4.07235 -0.0121,1.3072 -0.19593,1.37097 -0.87283,0.30275 -0.66886,-1.05552 -1.3255,-1.10278 -2.98469,-0.21481 -2.535,1.35669 -2.4756,0.62869 -0.5418,6.63992 0.87196,2.71048 1.75784,5.49064 1.96862,6.17814 0.46379,1.51271 1.0141,1.55152 3.45757,0.24381 z"
+ id="path4082" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -4.9242252,112.05649 c -0.61359,-1.76015 -1.08391,-3.69562 -1.04516,-4.30104 0.0388,-0.60543 0.71555,0.65993 1.50398,2.81191 0.78843,2.15198 1.25875,4.08745 1.04516,4.30105 -0.2136,0.21359 -0.89039,-1.05177 -1.50398,-2.81192 z"
+ id="path4080" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -60.042395,115.65913 c 2.42388,-4.2365 3.05116,-6.40727 2.8113,-9.72887 l -0.30875,-4.27559 -4.3198,7.29398 c -3.47519,5.86787 -4.19248,7.87364 -3.66862,10.25873 0.82037,3.73512 1.61152,3.2234 5.48587,-3.54825 z"
+ id="path4078" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 87.073155,121.09419 c 1.82179,-0.97499 1.927,-1.73244 1.30513,-9.39659 -0.55624,-6.85531 -0.38699,-8.7493 0.95274,-10.66203 1.86606,-2.664182 2.08864,-6.542102 0.60019,-10.457012 -0.80917,-2.12828 -0.56863,-4.01104 1.1262,-8.8151 2.78057,-7.88164 3.03774,-20.8862 0.65241,-32.99169 -1.47459,-7.48349 -1.56641,-9.88109 -0.58286,-15.21902 0.91968,-4.99126 0.89319,-7.47951 -0.1248,-11.72294 -1.03834,-4.32829 -1.04755,-6.12832 -0.0469,-9.16034 1.86556,-5.6526804 2.12225,-26.93071 0.38431,-31.85656 -1.10594,-3.13456 -1.17139,-4.75855 -0.29839,-7.40377 1.32341,-4.00995 0.53549,-5.29957 -1.8068,-2.95728 -1.13769,1.13769 -1.60682,3.05086 -1.45669,5.94048 0.1218,2.34428 -0.23043,4.93733 -0.78273,5.76233 -0.74256,1.10919 -1.00817,0.26245 -1.0195,-3.25 -0.008,-2.6125 -0.45893,-4.75 -1.00112,-4.75 -1.85611,0 -6.28395,8.0043 -8.14948,14.73199 -2.52879,9.1195996 -2.47518,29.86178 0.13851,53.5854 1.10177,10.00044 2.34923,22.90761 2.77214,28.68261 l 0.76893,10.5 1.90793,-3.88936 c 1.04935,-2.13914 2.26309,-5.51414 2.69718,-7.5 0.65802,-3.01028 0.71039,-2.79159 0.31496,1.3152 -0.26087,2.70921 -1.37206,6.44743 -2.46933,8.30716 -1.09727,1.85973 -1.99503,4.2005 -1.99503,5.20172 0,2.67127 -2.19757,4.05614 -6.8649,4.32614 -2.27359,0.13153 -4.1341,0.43514 -4.13445,0.67469 -0.002,1.08644 4.49062,5.06445 5.71912,5.06445 0.75413,0 2.47568,1.10455 3.82568,2.45455 2.09517,2.09516 2.45455,3.392452 2.45455,8.860422 0,8.34686 1.03004,15.68503 2.20167,15.68503 0.5114,0 1.8215,-0.47721 2.91133,-1.06048 z"
+ id="path4076" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 85.676465,54.904668 c -0.31109,-4.5375 -1.55637,-11.1085 -2.76729,-14.60222 -1.93346,-5.57839 -2.0498,-6.81239 -0.955,-10.12965 1.05797,-3.20568 0.98509,-4.56494 -0.48148,-8.98037 -2.56221,-7.7141 -1.77814,-24.5452604 1.48855,-31.95391 1.31348,-2.97888 2.55198,-4.92465 2.75221,-4.32395 0.20024,0.60071 -0.6436,3.26297 -1.87518,5.9161496 -1.94848,4.19757 -2.2163,6.29454 -2.06255,16.14938 0.1284,8.2301704 0.58771,11.9122404 1.68056,13.4725104 1.92577,2.74941 1.89694,4.80993 -0.12666,9.05346 -1.54608,3.24217 -1.51591,3.7489 0.58249,9.78393 1.9855,5.7103 4.13659,23.86467 2.8277,23.86467 -0.27376,0 -0.75227,-3.7125 -1.06335,-8.25 z"
+ id="path4074" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 709.64603,120.38153 5.1859,-0.72686 -1.7409,-5.12794 c -0.9575,-2.82036 -2.4859,-6.26486 -3.3964,-7.65444 l -1.6554,-2.52651 -5.5626,2.26081 c -3.0594,1.24344 -5.7975,2.4957 -6.0846,2.7828 -0.4387,0.4387 0.7901,7.10627 2.119,11.49789 0.2306,0.7622 1.437,1.0396 3.161,0.72686 1.5335,-0.27817 5.1218,-0.83284 7.974,-1.23261 z"
+ id="path4072" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 817.71563,117.90467 c -1.4736,-6.06953 -2.1162,-6.31437 -5.0274,-1.91539 l -2.591,3.91538 3.1814,1.02292 c 5.4297,1.74576 5.5713,1.64927 4.437,-3.02291 z"
+ id="path4070" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 94.314925,117.52253 c 3.00045,-1.43081 3.50039,-2.21835 4.05306,-6.38458 0.34674,-2.61384 0.21357,-5.84889 -0.29594,-7.18899 -0.96136,-2.52857 0.13753,-20.102862 1.956785,-31.294292 0.55684,-3.42552 0.77733,-18.4433 0.51386,-35 -0.29149,-18.3177 -0.0686,-31.1123404 0.60505,-34.7345304 0.86448,-4.64813 0.73336,-7.44985 -0.69212,-14.7887896 -1.135755,-5.84736 -1.582235,-11.51983 -1.260575,-16.01547 0.27394,-3.82867 0.31081,-6.96121 0.0819,-6.96121 -0.22888,0 -1.71578,0.67207 -3.30423,1.49349 -2.33182,1.20583 -3.02105,2.38015 -3.57842,6.09691 -0.41049,2.73738 -0.21862,6.08424 0.47334,8.25651 0.79314,2.48991 0.96234,8.11081 0.5314,17.6530896 -0.34773,7.7 -0.55943,16.0250004 -0.47042,18.5000004 0.34921,9.71088 0.25522,13.75294 -0.46754,20.10533 -0.93997,8.26141 0.5807,13.94759 3.52418,13.17785 1.4266,-0.37307 2.21018,0.20553 2.9642,2.18876 1.115895,2.93503 0.62307,4.52806 -1.40082,4.52806 -0.9052,0 -1.48948,2.55018 -1.94649,8.49579 -0.35917,4.67268 -1.60828,11.40563 -2.77579,14.96211 -1.81833,5.53901 -1.96239,7.10315 -1.00456,10.90703 0.90434,3.59145 0.82339,5.27208 -0.42328,8.787892 -1.26943,3.58 -1.88564,18.84718 -0.76071,18.84718 0.13996,0 1.79465,-0.73446 3.67709,-1.63214 z"
+ id="path4068" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 578.43521,117.19503 c 0.3262,-0.5278 3.09021,-1.74679 6.14224,-2.70886 5.38548,-1.69762 5.5313,-1.83852 4.94361,-4.77696 -0.79704,-3.9852 -2.65476,-5.71036 -7.80971,-7.25244 -5.91669,-1.76996 -8.07705,-1.62023 -11.11634,0.77048 -1.86824,1.46956 -2.6304,2.99706 -2.61955,5.25 0.018,3.73683 0.49506,4.52726 4.48469,7.43077 3.27757,2.38529 5.05912,2.76903 5.97506,1.28701 z"
+ id="path4066" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 7.8968148,116.21498 c 1.21479,-0.76868 1.05785,-1.79668 -1.01622,-6.65676 -2.51752,-5.89917 -3.54354,-6.92797 -5.6041,-5.61928 -0.87964002,0.55868 -0.62290002,2.35247 0.99955,6.98375 2.19095,6.25407 2.95857,6.97683 5.62077,5.29229 z"
+ id="path4064" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 13.744025,114.30941 c 0.72653,-0.461 1.01933,-1.64815 0.67449,-2.73469 -0.55781,-1.75758 -0.51416,-1.77197 0.51582,-0.17005 1.2398,1.92824 2.78627,2.18755 4.93475,0.82745 1.12542,-0.71246 0.55412,-1.96698 -2.83924,-6.23469 -5.03753,-6.335542 -6.86547,-7.236302 -9.8237202,-4.84085 l -2.19239,1.77529 2.63693,6.1114 c 2.6013702,6.02898 3.5707602,6.86677 6.0933602,5.26614 z"
+ id="path4062" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 10.412095,104.06174 c -0.8796802,-1.70111 -1.4218802,-3.27046 -1.2049002,-3.48744 0.21698,-0.21698 1.1428802,1.17483 2.0575602,3.09293 2.05658,4.3127 1.34401,4.64239 -0.85266,0.39451 z"
+ id="path4060" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -61.613395,106.31081 c 3.49466,-6.20815 3.53263,-6.392712 1.77481,-8.627412 l -1.79624,-2.28355 -3.71195,6.787492 c -3.20555,5.86152 -3.56916,7.16303 -2.66535,9.54025 1.25333,3.29649 1.71291,2.90744 6.39873,-5.41678 z"
+ id="path4058" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 613.96015,111.65467 c 2.475,-0.35536 5.3608,-0.89182 6.41289,-1.19214 1.75147,-0.49996 1.77011,-0.62594 0.2209,-1.49293 -0.9306,-0.52079 -2.84044,-2.76614 -4.2441,-4.98967 -2.25065,-3.56526 -2.89325,-3.97455 -5.44038,-3.46512 -2.97756,0.59551 -16.94931,9.5082 -16.94931,10.8121 0,0.7072 10.94446,1.63998 14,1.19319 0.825,-0.12063 3.525,-0.51007 6,-0.86543 z"
+ id="path4056" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -132.00472,103.84565 c 0.036,-6.352642 1.34093,-13.543102 4.41382,-24.322042 l 1.74785,-6.13105 -3.5984,-5.23116 c -1.97912,-2.87713 -3.5984,-5.70566 -3.5984,-6.28561 0,-2.0041 -1.47078,0.42661 -2.78051,4.59525 -2.02279,6.43815 -2.68755,23.48313 -1.26079,32.32753 2.15772,13.375652 5.01306,16.214482 5.07643,5.047082 z"
+ id="path4054" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -121.36182,98.654668 c 2.99849,-5.8259 7.32197,-18.04873 7.32197,-20.69981 0,-0.3884 -1.6875,-1.18045 -3.75,-1.76012 -3.31924,-0.93287 -3.94992,-0.81204 -5.49036,1.05187 -3.78959,4.58536 -8.40206,28.441552 -6.1908,32.019452 0.97494,1.57748 3.61148,-1.8726 8.10919,-10.611392 z"
+ id="path4052" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 78.960155,109.15467 c 0,-0.55 -1.0125,-0.99311 -2.25,-0.98469 -1.81944,0.0124 -1.96296,0.20082 -0.75,0.98469 1.93876,1.25292 3,1.25292 3,0 z"
+ id="path4050" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 600.31578,102.73467 c 1.7933,-2.736932 7.43752,-5.580002 11.07772,-5.580002 4.40081,0 4.92292,-3.68472 1.17571,-8.29745 -3.04308,-3.74596 -3.22371,-3.81644 -8.51178,-3.32135 -6.82505,0.63898 -13.93868,4.26011 -16.84728,8.57597 -3.21983,4.77766 -2.97867,7.647102 0.70462,8.383752 1.62504,0.32501 3.691,1.71479 4.59103,3.08841 1.5365,2.34499 1.77926,2.40389 3.9759,0.96459 1.28672,-0.84309 3.01205,-2.55935 3.83408,-3.81392 z"
+ id="path4048" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -65.628475,100.3401 c 2.65118,-5.546912 2.74285,-6.127172 1.29456,-8.194882 -1.5389,-2.19709 -1.5958,-2.15095 -4.49139,3.64208 -2.38755,4.776652 -2.75716,6.379742 -1.98823,8.623602 0.51948,1.51593 1.25666,2.56331 1.63818,2.32752 0.38152,-0.23579 1.97762,-3.11503 3.54688,-6.39832 z"
+ id="path4046" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 641.7006,105.16508 c 10.4314,-2.50085 15.04616,-4.4332 18.50955,-7.750552 2.26595,-2.17041 2.75,-3.49473 2.75,-7.52387 0,-4.11702 -0.48176,-5.3716 -3.04827,-7.93811 -4.26531,-4.2653 -9.29655,-3.5783 -15.47027,2.11245 -4.59686,4.23724 -7.0816,4.98127 -9.48323,2.83967 -1.19253,-1.06341 -1.20411,-0.98877 -0.0776,0.5 1.22835,1.6233 0.85032,1.75 -5.2215,1.75 -5.58308,0 -6.99819,0.38073 -9.62244,2.58889 -4.04853,3.40661 -4.32911,9.249642 -0.62218,12.956562 2.04364,2.04365 3.42472,2.45338 8.25,2.44754 3.1875,-0.004 9.50365,-0.89601 14.0359,-1.98258 z"
+ id="path4044" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 283.64611,99.957218 -2.32111,-5.30255 -8.68243,-0.28893 c -8.52283,-0.28363 -8.68242,-0.33499 -8.68242,-2.79449 0,-1.37805 0.74058,-5.45383 1.64574,-9.05729 l 1.64575,-6.55174 -2.89575,-2.36781 c -1.59266,-1.3023 -3.21516,-2.384 -3.60556,-2.40378 -0.70849,-0.0359 -4.53013,11.22844 -5.4161,15.96404 -0.25725,1.375 -1.31123,5.34022 -2.34218,8.81159 -1.3608,4.582022 -1.55349,6.419912 -0.70318,6.706852 1.2818,0.43255 18.76927,1.88215 27.92481,2.31478 l 5.75354,0.27187 -2.32111,-5.302542 z"
+ id="path4042" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 850.24443,103.58101 c 20.2374,-5.244052 36.6159,-21.336472 44.2897,-43.516312 2.2841,-6.6016 2.5933,-9.21018 2.8342,-23.91003 0.1527,-9.32035 0.8252,-18.55952 1.5455,-21.2331 1.4395,-5.3429904 0.7581,-10.9312804 -1.5684,-12.8621004 -2.1689,-1.80000998 -6.798,-1.47361998 -14.1038,0.99445 -4.0521,1.36891 -8.7551,2.10269 -13.5,2.10633 -10.2389,0.008 -14.6215,1.37798 -15.3192,4.78927 -2.7849,13.6167904 -7.8512,22.8517304 -18.632,33.9629604 -4.5699,4.7099 -14.8701,12.42212 -17.9713,13.45584 -0.7252,0.24173 0.7633,3.28093 3.84,7.84055 6.5671,9.73228 11.3666,19.44705 14.7943,29.9458 1.5263,4.675 2.9663,8.837502 3.2,9.250002 0.6543,1.15528 3.9402,0.89974 10.591,-0.82366 z"
+ id="path4040" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 495.4122,99.904668 c -1.69558,-7.79597 -3.17514,-8.71019 -14.14303,-8.73899 -2.30504,-0.006 -4.43629,-0.40792 -4.7361,-0.89302 -0.29981,-0.48511 1.65401,-4.12617 4.34184,-8.09125 l 4.88695,-7.20923 -2.08638,-3.90875 c -1.14751,-2.14982 -2.46803,-3.90876 -2.9345,-3.90876 -0.78524,0 -17.34041,24.68872 -18.39099,27.42647 -0.3234,0.84278 4.26866,2.33545 14.82078,4.81756 19.58901,4.607802 19.1308,4.595092 18.24143,0.50597 z"
+ id="path4038" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 503.26718,91.154668 c 0.84387,-3.575 1.84511,-7.2926 2.22498,-8.26134 0.52679,-1.34341 0.30833,-1.61462 -0.92067,-1.14301 -1.32439,0.50821 -1.61134,-0.13067 -1.61134,-3.58753 0,-4.99418 2.07631,-9.75624 5.79614,-13.29352 3.83644,-3.64819 12.21943,-7.61793 17.66236,-8.36397 4.01826,-0.55076 5.02874,-1.19846 7.52097,-4.82079 3.66821,-5.33155 8.38942,-8.91569 16.71961,-12.69278 8.89607,-4.03367 11.01372,-2.97296 13.80126,6.91294 0.59559,2.11225 0.33618,2.25 -4.23717,2.25 -3.65624,0 -5.98074,0.71329 -9.31739,2.8591 -5.00363,3.21785 -9.34077,7.57262 -8.80294,8.83875 0.19644,0.46245 2.66988,2.98463 5.49654,5.60485 l 5.13938,4.76404 4.26967,-6.28337 c 2.34832,-3.45585 6.26351,-8.62918 8.70041,-11.49629 4.28194,-5.03784 4.39138,-5.33218 3.25869,-8.76427 -1.78181,-5.39892 -8.14032,-12.77823 -14.90025,-17.29234 -7.66232,-5.1167 -18.1741,-8.58533 -34.10728,-11.25459 -6.875,-1.15175 -15.29178,-2.792 -18.70395,-3.645 l -6.20396,-1.5508904 -7.58175,6.1469504 c -4.20525,3.40944 -8.08,5.83902 -8.70055,5.4555 -0.64621,-0.39938 -0.8412,-0.24228 -0.46162,0.3719 0.84366,1.36506 -5.16893,6.47447 -6.58735,5.59784 -0.59731,-0.36916 -0.78137,-0.19444 -0.41672,0.39557 0.35922,0.58122 -2.03866,3.3887 -5.32861,6.23883 l -5.98173,5.18206 4.76231,3.7644 c 5.02664,3.97333 16.20393,15.84623 16.20393,17.21237 0,0.44253 1.4625,0.52214 3.25,0.17692 3.1757,-0.61332 3.20999,-0.58238 1.5,1.35374 -2.24091,2.53724 -2.22931,2.64253 0.79484,7.21232 2.89009,4.36723 11.43205,24.73818 11.44598,27.29651 0.005,0.9267 0.52372,2.9517 1.15261,4.500002 l 1.14342,2.8151 0.74294,-3 c 0.40861,-1.650002 1.43337,-5.925002 2.27724,-9.500002 z"
+ id="path4036" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 251.91522,92.404668 c 1.29566,-4.2625 2.52448,-8.65 2.7307,-9.75 0.20623,-1.1 0.84087,-3.73292 1.41032,-5.85094 0.56945,-2.11802 0.84525,-4.04105 0.6129,-4.2734 -0.23235,-0.23235 -2.37381,0.68593 -4.7588,2.04063 -2.38499,1.3547 -4.69946,2.23867 -5.14327,1.96438 -0.4438,-0.27429 -0.80692,-0.0836 -0.80692,0.42375 0,0.50735 -2.68483,2.12733 -5.96629,3.59996 -3.28146,1.47264 -6.21175,3.07468 -6.51176,3.5601 -0.30001,0.48542 0.7208,1.78425 2.26846,2.88628 l 2.81393,2.00369 4.94783,-3.34187 c 2.72131,-1.83803 5.07939,-3.21122 5.24019,-3.05153 0.1608,0.15969 -0.84747,2.86771 -2.2406,6.01783 l -2.53297,5.72749 2.24061,2.84149 c 1.23233,1.56281 2.48795,2.866382 2.79027,2.896812 0.30231,0.0304 1.60975,-3.432172 2.9054,-7.694672 z"
+ id="path4034" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -69.384795,94.200158 c 2.11914,-4.82556 2.1232,-4.9362 0.24387,-6.63696 -2.21848,-2.00771 -2.3587,-1.92294 -4.24659,2.56701 -1.03853,2.46994 -1.15734,4.14596 -0.4398,6.20429 0.54072,1.55109 1.2766,2.80956 1.6353,2.7966 0.35869,-0.013 1.62194,-2.23188 2.80722,-4.93094 z"
+ id="path4032" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 414.24565,92.045258 c 4.00344,-0.0209 8.59123,0.29135 10.1951,0.6939 l 2.91613,0.7319 -1.9776,-3.12339 c -1.08767,-1.71787 -4.15084,-5.64067 -6.80704,-8.71733 l -4.82946,-5.59394 -7.08861,6.80913 c -3.89874,3.74503 -8.59178,8.45744 -10.42898,10.47203 l -3.34037,3.66289 7.04093,-2.44859 c 4.89426,-1.70206 9.26018,-2.46018 14.3199,-2.4866 z"
+ id="path4030" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 595.34168,85.361188 c 3.61701,-1.76359 8.1251,-3.20652 10.01797,-3.20652 3.07715,0 3.51334,-0.34415 4.11921,-3.25 0.37268,-1.7875 1.26925,-4.18685 1.99236,-5.3319 1.50026,-2.37565 0.96624,-3.60381 -2.31972,-5.33497 -4.07438,-2.14652 -7.87609,-0.42449 -12.30834,5.57524 -2.89999,3.92557 -5.37872,6.0538 -8.71759,7.4849 -2.56598,1.09983 -5.45292,2.71227 -6.41542,3.5832 -2.20189,1.9924 -2.26246,6.61821 -0.11478,8.7659 1.51363,1.51363 1.841,1.38558 4.40258,-1.72205 1.52204,-1.8465 5.72672,-4.80021 9.34373,-6.5638 z"
+ id="path4028" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -57.486945,88.653688 c 0.0291,-3.02446 -0.1669,-5.49902 -0.43555,-5.49902 -0.95114,0 -5.11735,4.36365 -5.11735,5.35986 0,1.08935 3.97447,5.64078 4.92431,5.63916 0.31663,-5.4e-4 0.59949,-2.47554 0.62859,-5.5 z"
+ id="path4026" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 469.36454,79.517368 c 9.16057,-13.79685 9.55716,-14.6058 6.9071,-14.08873 -1.54632,0.30171 -9.11149,1.32094 -16.81149,2.26495 -7.7,0.94401 -14.57394,2.02073 -15.27542,2.39271 -0.92028,0.488 -0.36337,1.72755 2,4.45154 l 3.27542,3.7752 7.25,-2.01547 c 3.9875,-1.10852 7.25,-1.67515 7.25,-1.25919 0,0.41596 -1.46959,2.52479 -3.26576,4.68629 -6.18783,7.4464 -5.96974,6.86831 -4.08343,10.82392 0.94579,1.98334 2.01557,3.60608 2.3773,3.60608 0.36173,0 5.03106,-6.58678 10.37628,-14.6373 z"
+ id="path4024" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 691.78173,90.654228 c 13.2432,-5.94319 16.4559,-16.37922 5.8217,-18.91108 -2.1457,-0.51086 -4.3131,0.0779 -8.70898,2.36569 -5.1571,2.68399 -6.8443,3.04583 -14.20221,3.04583 -5.31257,0 -9.0026,0.47731 -10.14437,1.3122 -1.68864,1.23477 -1.69992,1.59092 -0.19113,6.03495 0.88187,2.59751 1.60341,5.36915 1.60341,6.15921 0,4.27066 16.2997,4.26637 25.82158,-0.007 z"
+ id="path4022" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 806.58823,91.402308 c -0.7829,-1.5138 -2.2969,-3.54295 -3.3647,-4.50924 -1.8818,-1.70307 -1.9768,-1.6382 -3.1023,2.11838 -1.5915,5.31191 -1.7019,5.14322 3.3646,5.14322 l 4.5257,0 -1.4233,-2.75236 z"
+ id="path4020" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 276.96015,87.654668 c -2.31604,-3.36626 -3.74469,-4.5 -5.67049,-4.5 -2.14055,0 -2.37073,-0.2454 -1.36586,-1.4562 1.21798,-1.46758 0.66037,-3.5438 -0.95177,-3.5438 -0.47855,0 -1.40485,2.57595 -2.05845,5.72433 -0.6536,3.14838 -1.40865,6.29838 -1.67789,7 -0.37059,0.96576 1.37018,1.27567 7.16551,1.27567 l 7.65503,0 -3.09608,-4.5 z"
+ id="path4018" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -73.573925,88.220568 c 1.47726,-2.8567 1.43258,-3.00038 -1.69382,-5.44716 -1.76611,-1.38219 -3.37064,-2.35353 -3.56563,-2.15854 -0.34942,0.34942 3.03703,10.5398 3.50257,10.5398 0.13178,0 0.92238,-1.32034 1.75688,-2.9341 z"
+ id="path4016" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 491.96015,89.279098 c 0,-1.19559 -4.86896,-12.12443 -5.40162,-12.12443 -0.64467,0 -6.59838,9.89168 -6.59838,10.96276 0,0.513 2.3625,1.098 5.25,1.3 2.8875,0.202 5.5875,0.45052 6,0.55226 0.4125,0.10174 0.75,-0.20903 0.75,-0.69059 z"
+ id="path4014" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 715.31143,83.794658 c 4.715,-2.76313 7.9495,-6.34421 7.048,-7.80296 -0.9758,-1.57881 -6.0894,-0.83696 -7.8816,1.14341 -0.9858,1.08925 -3.2464,2.25323 -5.0236,2.58664 -2.3129,0.43391 -4.0926,1.82819 -6.262,4.90595 l -3.0307,4.29976 5.2967,-1.23127 c 2.9133,-0.6772 7.3472,-2.43289 9.8532,-3.90153 z"
+ id="path4012" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -87.039845,85.743648 c 0,-0.77605 0.9634,-3.92854 2.14089,-7.00551 1.77288,-4.63282 2.3864,-5.39075 3.56909,-4.4092 1.14992,0.95434 1.88332,0.6145 3.76408,-1.7442 1.38774,-1.74039 1.92733,-3.182 1.32936,-3.55156 -1.68724,-1.04277 -7.31748,0.69668 -13.26,4.09665 -5.3478,3.0597 -5.56804,3.33892 -4.24038,5.37608 0.77022,1.18182 2.15368,3.61126 3.07436,5.39876 1.72842,3.35573 3.6226,4.3173 3.6226,1.83898 z"
+ id="path4010" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 536.02412,79.522518 c 1.16295,-2.40232 2.52603,-4.36785 3.02907,-4.36785 0.50305,0 1.45781,2.03087 2.12169,4.51304 0.66388,2.48217 1.67465,4.36531 2.24616,4.18476 0.57151,-0.18054 2.29808,-2.64817 3.83683,-5.4836 l 2.79772,-5.15534 -4.19056,-4.54623 c -2.30482,-2.50043 -5.25129,-4.81245 -6.54773,-5.13784 -2.74994,-0.69019 -2.87968,-1.46366 -0.89068,-5.30995 2.5127,-4.85904 10.36099,-10.93933 16.58739,-12.85073 5.33357,-1.63731 5.6493,-1.89958 4.37868,-3.63725 -1.3021,-1.78073 -1.57964,-1.79228 -5.65095,-0.2352 -7.19136,2.75036 -14.11098,7.92127 -17.62027,13.16733 -3.13336,4.68407 -3.62535,5.00728 -8,5.2555 -8.92114,0.5062 -19.18422,7.34175 -21.11121,14.06079 -1.07011,3.73127 -0.39914,3.90322 4.33392,1.11065 l 3.49834,-2.06408 1.69089,3.26981 1.69088,3.26981 3.972,-4.70573 c 2.18459,-2.58816 4.33114,-4.70574 4.7701,-4.70574 1.42874,0 2.99376,6.17079 2.99376,11.80421 0,5.41897 0.0311,5.47759 1.97477,3.71862 1.08612,-0.98292 2.92626,-3.75267 4.0892,-6.15498 z"
+ id="path4008" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -64.539845,85.154668 c 0.33992,-0.55 0.16803,-1 -0.38197,-1 -0.55,0 -1.27811,0.45 -1.61803,1 -0.33992,0.55 -0.16803,1 0.38197,1 0.55,0 1.27811,-0.45 1.61803,-1 z"
+ id="path4006" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 68.960155,85.773358 c 0,-0.7504 -7.14054,-5.81148 -7.57968,-5.37234 -0.93056,0.93055 3.80755,5.75365 5.65226,5.75365 1.06008,0 1.92742,-0.17159 1.92742,-0.38131 z"
+ id="path4004" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 77.103335,80.583928 c -0.1547,-2.71109 -1.1502,-13.45973 -2.21223,-23.88585 -1.06202,-10.42613 -1.94713,-19.65113 -1.96691,-20.5 -0.0237,-1.01618 -0.87598,-0.51861 -2.49504,1.45659 -1.35248,1.65 -2.45174,3.675 -2.44278,4.5 0.009,0.825 -1.6552,8.31841 -3.69814,16.65202 l -3.71442,15.15202 3.38393,2.84798 c 7.4811,6.29625 11.55004,9.2252 12.46463,8.97243 0.52922,-0.14626 0.83565,-2.4841 0.68096,-5.19519 z"
+ id="path4002" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 163.62707,75.154668 c 1.83038,0 3.63367,-7.79033 2.95292,-12.75689 -0.32247,-2.35267 -1.29829,-5.6544 -2.16849,-7.33719 -1.48604,-2.87369 -1.83647,-3.02012 -5.76677,-2.40971 -7.8271,1.2156 -7.92899,1.31089 -4.60584,4.30721 3.95424,3.56534 4.72758,8.56078 2.00009,12.91974 -3.34158,5.34039 -10.13412,5.57063 -10.90559,0.36967 -0.41989,-2.8307 1.486,-5.11146 4.1992,-5.02515 2.07743,0.0661 2.07345,0.0937 -0.16923,1.17369 -2.94096,1.41621 -2.61752,5.12849 0.4853,5.57012 3.02192,0.43012 6.31149,-3.14375 6.31149,-6.85694 0,-3.73572 -3.9065,-7.95455 -7.36565,-7.95455 -2.76911,0 -7.27059,4.7025 -8.25464,8.62326 -1.19303,4.7534 0.14995,13.24719 2.48807,15.736 l 2.20196,2.34388 8.6706,-4.35157 c 4.76882,-2.39336 9.23579,-4.35157 9.92658,-4.35157 z"
+ id="path4000" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 381.63466,65.525428 8.29954,-8.12924 -7.56662,-3.68964 c -8.93468,-4.35674 -18.18654,-6.51056 -28.06946,-6.53452 -7.61452,-0.0185 -19.8701,1.99067 -24.83797,4.07183 l -3,1.25677 5.5,0.66911 c 7.76099,0.94418 14.14645,4.06445 20.37751,9.95753 5.2844,4.99777 11.62249,15.70419 11.62249,19.63294 0,1.29825 1.4159,0.20397 4.68749,-3.62272 2.57812,-3.01555 8.42228,-9.14098 12.98702,-13.61206 z"
+ id="path3998" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 242.23288,77.082168 c 16.84252,-8.36459 16.6854,-8.11195 7.65598,-12.31098 -11.08458,-5.15474 -11.73591,-5.25466 -12.5373,-1.92333 -1.03766,4.3135 -4.27967,10.37154 -8.01792,14.98234 -2.92264,3.60482 -3.14535,4.2382 -1.62942,4.634 0.96576,0.25216 1.87866,0.51067 2.02866,0.57447 0.15,0.0638 5.775,-2.61662 12.5,-5.9565 z"
+ id="path3996" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -66.060085,80.546088 c 2.21113,-0.88472 4.02024,-2.13943 4.02024,-2.78824 0,-0.64881 -2.10009,-2.93511 -4.66687,-5.08067 l -4.66687,-3.90102 -3.30375,3.82188 -3.30375,3.82188 3.60812,2.86737 c 1.98447,1.57706 3.76215,2.86738 3.95039,2.86738 0.18824,0 2.15136,-0.72386 4.36249,-1.60858 z"
+ id="path3994" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 17.681325,76.413878 10.22118,-4.44835 -0.61029,-11.15543 c -0.33565,-6.13549 -0.72135,-11.2916 -0.8571,-11.45803 -0.13576,-0.16643 -1.18752,1.21948 -2.33727,3.07981 -1.14974,1.86032 -3.78857,4.20654 -5.86406,5.21381 -2.0755,1.00728 -5.45959,2.68679 -7.52021,3.73226 -2.6082302,1.3233 -5.4946902,1.83795 -9.5000002,1.69383 -3.66231,-0.13178 -7.16376,0.41552 -9.63379,1.50582 l -3.8803598,1.71285 3.3693998,3.68211 c 10.99443,12.01481 11.15925,12.15204 13.82339,11.50925 1.41237,-0.34076 7.1674702,-2.62133 12.7891102,-5.06793 z"
+ id="path3992" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 225.89747,75.616528 c 2.6684,-2.49597 5.41343,-5.89444 6.10008,-7.55214 0.88408,-2.13437 1.71747,-2.83558 2.85552,-2.40262 1.23553,0.47004 1.33497,0.33715 0.43011,-0.57483 -0.85132,-0.858 -0.89022,-1.91199 -0.14061,-3.80924 0.57001,-1.44267 1.06557,-6.28318 1.10125,-10.75669 0.0551,-6.91305 -0.3456,-8.97263 -2.67035,-13.72425 -4.91573,-10.04739 -14.3193,-15.6836 -26.04482,-15.61048 -4.89049,0.0305 -5.16018,0.18283 -7.67886,4.33751 l -2.61036,4.3059 7.11036,-0.0283 c 10.59664,-0.0422 17.52968,4.1293 21.11195,12.70289 3.33827,7.9896 0.50698,21.70879 -5.64779,27.36671 -1.32598,1.21894 -4.86197,3.55664 -7.85773,5.19489 -5.67094,3.10117 -5.53794,3.68281 1.00393,4.39027 7.70615,0.83336 8.05099,0.73102 12.93732,-3.83957 z"
+ id="path3990" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 664.64441,76.304368 c 1.20134,-0.63233 5.16436,-1.1497 8.8067,-1.1497 l 6.62244,0 -1.5567,-2.22251 c -0.8562,-1.22237 -1.5567,-3.45654 -1.5567,-4.96481 0,-4.00843 -2.88236,-5.2181 -9.20342,-3.86247 -6.91638,1.48329 -11.3474,3.72725 -14.3082,7.24597 -3.29288,3.91337 -3.14079,4.80382 0.82049,4.80382 1.81988,0 4.17953,0.63664 5.24367,1.41476 1.06413,0.77811 2.16264,1.07048 2.44113,0.6497 0.27848,-0.42078 1.48925,-1.28242 2.69059,-1.91476 z"
+ id="path3988" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -54.605305,65.055238 c 0.60609,-2.22936 0.2918,-2.77128 -2.20755,-3.80655 -2.54222,-1.05302 -3.66822,-0.86967 -8.82061,1.43627 l -5.90638,2.64338 7,6.45577 7,6.45578 1.11393,-5.29261 c 0.61266,-2.91094 1.43193,-6.46235 1.82061,-7.89204 z"
+ id="path3986" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 712.03703,75.231588 c 3.4652,-3.46518 3.77,-7.17568 0.9671,-11.77259 -2.7252,-4.46942 -5.9501,-6.30056 -13.2417,-7.51872 -7.6621,-1.28004 -12.78428,-0.11593 -17.75718,4.03558 -2.7797,2.32057 -3.4451,3.58569 -3.4451,6.54968 0,2.40944 0.7295,4.40303 2.1198,5.79337 l 2.1198,2.1198 4.5083,-2.64202 c 8.25708,-4.83901 16.52208,-2.99261 18.29918,4.08808 0.7712,3.07256 2.9226,2.854 6.4298,-0.65318 z"
+ id="path3984" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 209.08803,74.745018 c 8.13285,-3.39977 15.1494,-11.3531 16.36535,-18.5503 0.83649,-4.95112 -1.09026,-12.82295 -4.10654,-16.7775 -8.39395,-11.00503 -25.89647,-9.78067 -32.98037,2.30709 -2.22795,3.80172 -2.57512,5.38131 -2.19367,9.98111 0.51522,6.2128 2.81272,9.37514 9.18475,12.64209 11.72568,6.01178 24.24342,-9.67239 14.74426,-18.4739 -5.09822,-4.72379 -10.67583,-4.17765 -14.05323,1.37605 -3.02246,4.97003 -1.15732,10.90501 3.42703,10.90501 3.286,0 3.96325,-2.86153 1.3385,-5.65546 -1.63143,-1.73657 -1.82028,-2.34454 -0.72827,-2.34454 2.24192,0 3.87431,2.10668 3.87431,5 0,3.31779 -1.69735,5 -5.04501,5 -6.08721,0 -8.52021,-8.58874 -4.16544,-14.70446 4.35466,-6.11554 13.02867,-6.67715 17.68371,-1.14495 8.76475,10.41631 0.39854,25.30236 -13.08404,23.28053 -9.35631,-1.40307 -14.50026,-7.22504 -15.32413,-17.34402 -0.52346,-6.42925 -0.69593,-6.84439 -2.341,-5.63466 -2.07153,1.52332 -2.47345,6.7314 -0.8383,10.86266 0.61282,1.5483 1.11589,4.4733 1.11795,6.5 0.002,2.02669 0.89544,5.1474 1.9853,6.9349 1.65906,2.72106 2.59427,3.25712 5.74626,3.29377 2.07059,0.0241 6.0147,0.86392 8.7647,1.86632 6.42055,2.34036 6.62528,2.35347 10.62788,0.68026 z"
+ id="path3982" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 178.3576,68.917438 c 1.2637,-6.31854 0.64068,-14.18797 -1.38649,-17.51277 -1.08986,-1.7875 -2.32568,-3.24322 -2.74626,-3.23494 -1.27967,0.0252 -8.77844,2.77502 -8.56813,3.14197 2.64183,4.60944 3.48876,9.04211 2.95081,15.44407 l -0.5967,7.1011 4.87211,-0.96333 c 4.31876,-0.85393 4.94054,-1.3055 5.47466,-3.9761 z"
+ id="path3980" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 732.10673,71.161908 c 3.2034,-3.20342 3.2134,-5.69053 0.037,-9.30449 -1.3033,-1.48293 -2.4944,-1.68294 -6.8108,-1.14363 -3.9895,0.49844 -5.7759,0.27226 -7.5248,-0.95276 -1.2614,-0.8835 -3.1239,-1.60636 -4.139,-1.60636 -1.7308,0 -1.7132,0.18593 0.2838,2.9905 1.1712,1.64477 2.3652,4.68227 2.6534,6.75 0.8695,6.23926 0.8918,6.2595 6.8989,6.2595 4.8951,0 5.9889,-0.38059 8.6011,-2.99276 z"
+ id="path3978" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -84.039845,68.083668 c 3.575,-1.17912 7.14063,-2.33636 7.92362,-2.57166 0.99306,-0.29843 0.10027,-1.77622 -2.95194,-4.8862 l -4.37557,-4.45837 -2.8913,2.74361 c -1.59022,1.50899 -4.01374,4.94391 -5.38561,7.63315 -2.22688,4.36531 -2.29729,4.82486 -0.65675,4.28641 1.01065,-0.33171 4.76255,-1.56783 8.33755,-2.74694 z"
+ id="path3976" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -95.296555,66.396968 c 1.23381,-2.05827 3.42898,-5.2048 4.87816,-6.9923 2.53486,-3.12664 2.55538,-3.25 0.54064,-3.25 -2.37553,0 -8.82164,2.72992 -11.344655,4.80444 -1.75228,1.4408 -1.52884,3.0361 0.97281,6.94556 1.916875,2.99558 2.328745,2.87021 4.953045,-1.5077 z"
+ id="path3974" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 637.98207,64.628258 c 0.73935,-0.89087 3.06189,-2.49602 5.16118,-3.567 3.94494,-2.01256 4.6888,-3.63469 2.6169,-5.70659 -4.45506,-4.45506 -14.8,4.12092 -14.8,12.26922 l 0,2.66697 2.83881,-2.02142 c 1.56135,-1.11177 3.44375,-2.75031 4.18311,-3.64118 z"
+ id="path3972" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 442.77302,59.376488 2.07502,-6.27818 -2.69395,1.97725 c -1.48167,1.08748 -4.02432,3.06686 -5.65033,4.39861 l -2.95639,2.42137 2.95639,2.56 c 1.62601,1.408 3.23491,2.25381 3.57532,1.87957 0.34041,-0.37424 1.55268,-3.50562 2.69394,-6.95862 z"
+ id="path3970" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 462.32108,65.191618 c 8.1735,-1.05901 15.08145,-2.146 15.35098,-2.41553 0.26954,-0.26953 -0.68219,-2.02697 -2.11495,-3.90541 l -2.60501,-3.41534 -7.24597,1.29706 c -3.98529,0.71338 -7.77981,1.32073 -8.43227,1.34966 -0.83661,0.0371 -0.60193,-2.05613 0.79614,-7.10125 2.65208,-9.57034 1.54909,-10.50637 -5.39236,-4.5761 -4.8328,4.12879 -5.58377,5.3307 -7.54234,12.07133 -1.19633,4.1173 -2.17515,7.74984 -2.17515,8.07231 0,0.92821 3.48235,0.68058 19.36093,-1.37673 z"
+ id="path3968" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -7.8270552,61.850278 c 2.89782,-1.46706 5.2304,-2.03764 6.41947,-1.57028 3.48383,1.36929 8.08828,0.88233 10.64061,-1.12533 1.3984202,-1.1 3.6745802,-2 5.0581302,-2 2.99138,0 8.20377,-4.11295 8.98152,-7.08706 0.46683,-1.78519 0.21537,-2.01449 -1.63027,-1.48661 -14.7582302,4.22107 -19.7101702,4.94218 -34.38225,5.00676 -8.36,0.0368 -14.885,0.38023 -14.5,0.76317 2.18892,2.17721 12.86904,9.75462 13.78052,9.77709 0.59429,0.0147 3.12881,-1.01032 5.6322698,-2.27774 z"
+ id="path3966" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -66.256605,60.775208 c 2.59422,-1.3087 7.41676,-3.14442 10.71676,-4.07937 3.3,-0.93495 8.025,-2.31722 10.5,-3.0717 2.475,-0.75449 5.625,-1.53739 7,-1.73978 2.24413,-0.33033 2.03944,-0.57562 -2,-2.3967 -13.21102,-5.95584 -32.35763,-5.0429 -39.74268,1.89499 l -2.29961,2.16038 4.73355,4.80582 c 2.60346,2.6432 5.10293,4.80582 5.55439,4.80582 0.45146,0 2.94338,-1.07076 5.53759,-2.37946 z"
+ id="path3964" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 670.30632,61.681658 c 6.48125,-0.0256 7.05903,-0.22311 10.83983,-3.7063 3.0623,-2.82127 3.8403,-4.16246 3.3361,-5.75106 -1.4698,-4.63091 -8.98557,-5.21002 -14.21644,-1.09542 -2.23829,1.76063 -3.8086,2.05092 -9.84149,1.81926 -4.94044,-0.18971 -7.69046,0.14944 -8.82122,1.08789 -2.27842,1.89092 -2.12313,5.11864 0.24627,5.11864 1.03906,0 2.95156,0.89697 4.25,1.99326 1.70033,1.43564 3.06017,1.79288 4.86078,1.27699 1.375,-0.39395 5.58078,-0.72842 9.34617,-0.74326 z"
+ id="path3962" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -51.678215,59.654668 c 0.61415,-1.60045 -0.22804,-1.87223 -2.7741,-0.89522 -0.86682,0.33264 -1.32707,1.00764 -1.02277,1.5 0.87167,1.4104 3.16366,1.04532 3.79687,-0.60478 z"
+ id="path3960" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -93.660075,54.844908 5.87977,-2.06428 -3.65946,-3.35365 c -2.0127,-1.8445 -4.12582,-3.06542 -4.69582,-2.71314 -0.57,0.35228 -2.35664,2.4631 -3.970315,4.69071 -3.36259,4.64192 -3.87838,7.35791 -1.18395,6.23437 0.9625,-0.40135 4.395905,-1.65866 7.629775,-2.79401 z"
+ id="path3958" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -104.03985,52.667078 c 0,-0.68348 0.96747,-2.47263 2.14992,-3.97588 2.263015,-2.87694 2.233265,-2.9482 -2.32229,-5.56366 -1.3294,-0.76324 -2.09846,-0.27072 -3.75,2.40153 -2.49481,4.03668 -2.57733,5.46716 -0.48753,8.45077 1.26139,1.80089 1.88154,2.02829 3,1.10006 0.77544,-0.64357 1.4099,-1.72933 1.4099,-2.41282 z"
+ id="path3956" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 469.22474,54.238628 c 1.49591,-0.54162 1.09139,-1.2996 -2.65672,-4.9781 -2.43173,-2.38655 -4.86228,-4.06666 -5.40123,-3.73357 -0.53895,0.33309 -1.28231,2.21755 -1.65191,4.18768 -0.3696,1.97013 -0.93293,4.26202 -1.25183,5.09308 -0.49027,1.27762 0.17527,1.39972 4.30863,0.79042 2.68866,-0.39633 5.68254,-1.00811 6.65306,-1.35951 z"
+ id="path3954" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -129.73816,46.870628 c 1.54093,-2.04494 4.24093,-4.45538 6,-5.35654 4.1329,-2.11727 4.59295,-2.93257 4.09952,-7.26517 -1.06022,-9.30936 -6.60494,-15.09545 -14.46309,-15.0927 -6.19311,0.002 -10.88748,2.67452 -14.68812,8.36146 -3.77984,5.65583 -4.15657,9.94041 -1.35641,15.42683 2.37372,4.65088 4.43777,6.47448 10.06083,8.88878 5.01979,2.15528 4.96319,2.18243 10.34727,-4.96266 z"
+ id="path3952" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 614.50913,48.608938 c 0.38109,-3.05015 0.51276,-5.72586 0.2926,-5.94603 -0.50963,-0.50962 -12.82015,7.77283 -12.83243,8.63358 -0.008,0.55187 7.12892,2.38473 10.66889,2.73996 0.70423,0.0707 1.45674,-2.11233 1.87094,-5.42751 z"
+ id="path3950" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 754.17793,50.043558 4.1381,-2.11111 -5.9279,-3.37638 c -5.4391,-3.09792 -7.428,-3.92339 -7.428,-3.0829 0,1.97691 3.3237,10.6815 4.0786,10.6815 0.5506,0 2.8632,-0.95 5.1392,-2.11111 z"
+ id="path3948" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -77.039845,46.964038 c 5.29372,-3.00572 9.3765,-4.26751 22,-6.79916 8.525,-1.70969 19.325,-3.33986 24,-3.6226 10.15225,-0.61399 13,-1.12354 13,-2.32607 0,-0.4952 -2.29515,-3.41163 -5.10034,-6.48095 -3.5931,-3.93142 -4.59645,-5.58059 -3.39523,-5.58059 2.49933,0 11.25285,4.59521 16.9996598,8.92407 4.89378,3.6863 5.24648,3.78337 16,4.40336 6.0477502,0.34868 13.1334102,0.92618 15.7459102,1.28332 3.91645,0.5354 4.75,0.37526 4.75,-0.9126 0,-4.54643 -23.4132702,-16.08126 -41,-20.19915 -14.31852,-3.35265 -40.46466,-1.55489 -53.42411,3.67335 -5.91737,2.38724 -5.92438,2.39506 -6.15116,6.85881 -0.12487,2.45786 -0.97183,6.20247 -1.88214,8.32136 -1.70266,3.96323 -8.1172,10.63421 -10.23357,10.6427 -2.16152,0.009 -2.53429,2.09837 -0.72997,4.09212 0.97623,1.07873 2.03281,1.83787 2.34796,1.68699 0.31514,-0.15088 3.49799,-1.93511 7.07299,-3.96496 z"
+ id="path3946" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 5.5776048,48.606228 c 4.8836902,-0.85165 9.1776902,-1.86415 9.5422102,-2.25 0.36453,-0.38586 0.001,-2.33446 -0.807,-4.33022 -1.64809,-4.06888 -3.97402,-4.84008 -14.65877022,-4.86033 -5.46994998,-0.0104 -6.16387998,-0.30049 -11.98552978,-5.01101 -3.39868,-2.75 -6.52907,-5 -6.95643,-5 -0.42736,0 0.2827,1.6875 1.5779,3.75 5.29294,8.42851 5.97488,7.71769 -7.68397,8.00937 -13.76186,0.29388 -26.30467,1.98182 -24.93137,3.35512 0.49618,0.49618 3.46378,1.80248 6.59467,2.9029 13.76271,4.8372 33.41419,6.20587 49.3082898,3.43417 z"
+ id="path3944" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -110.57895,42.594008 c 1.43191,-3.42705 1.37255,-3.76475 -1.58204,-9 -5.35621,-9.49068 -6.48667,-5.87192 -2.75234,8.81066 1.19419,4.69531 2.42912,4.74926 4.33438,0.18934 z"
+ id="path3942" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 301.39946,41.999178 c 4.9028,-4.31562 15.73383,-16.93281 21.45348,-24.99141 l 3.29817,-4.64691 -4.34548,-5.4433204 c -2.39001,-2.99382 -4.88152,-6.30271998 -5.53667,-7.35308998 -1.03798,-1.66414002 -1.19876,-1.36634002 -1.25,2.31521998 -0.0585,4.20655 -0.073,4.22255 -3.30881,3.66347 -1.7875,-0.30885 -3.76851,-0.71659 -4.40223,-0.9061 -2.08981,-0.62494 -2.13917,0.56093 -0.23226,5.5795104 2.65682,6.99219 2.60276,7.10229 -3.11551,6.34373 -5.38525,-0.71438 -5.42477,-0.68789 -4.14643,2.77929 0.46947,1.27331 1.15907,3.5766 1.53244,5.11843 l 0.67886,2.80332 -5.98333,-0.67693 -5.98333,-0.67694 1.94682,5.12361 1.94682,5.12361 -7.63078,0 -7.63079,0 2.69655,2.12111 c 3.40298,2.67678 12.71261,7.83677 14.18238,7.86077 0.61007,0.01 3.23361,-1.85185 5.8301,-4.13737 z"
+ id="path3940" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 737.17473,42.545918 c 5.8172,-2.94778 5.6986,-3.15263 -3.6955,-6.38469 l -5.4423,-1.8724 0.6103,3.18292 c 0.7816,4.07598 2.1061,7.68292 2.8214,7.68292 0.3069,0 2.8746,-1.17394 5.7061,-2.60875 z"
+ id="path3938" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -251.6556,42.531918 c 7.71276,-0.58521 9.29507,-1.03269 12,-3.39362 4.21291,-3.67714 13.47376,-8.25212 15.29195,-7.55441 1.16434,0.4468 0.82818,1.34869 -1.60123,4.29598 -1.69123,2.05178 -3.07496,4.10143 -3.07496,4.55481 0,1.40216 17.21375,-0.44291 22.57157,-2.41935 2.78937,-1.02897 8.01612,-3.64678 11.61499,-5.81736 6.45883,-3.8955 15.2792,-6.91086 16.53676,-5.6533 0.35569,0.35569 -0.95834,2.32595 -2.92007,4.37836 -3.68302,3.85324 -5.80326,7.2379 -5.80326,9.26409 0,2.20062 12.06053,-0.0477 20.84591,-3.88607 7.64337,-3.33943 8.54745,-4.04178 10.74006,-8.34351 1.31678,-2.58342 1.98831,-4.94795 1.4923,-5.2545 -0.49602,-0.30655 -5.32904,-1.5078 -10.74006,-2.66944 -14.50005,-3.11286 -37.72807,-3.1139 -53.3382,-0.002 -19.43148,3.87323 -43.09264,13.80997 -51.73604,21.72706 l -2.76396,2.53134 6,-0.54198 c 3.3,-0.29809 9.99791,-0.84532 14.88424,-1.21608 z"
+ id="path3936" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 633.70744,38.904668 c 1.10832,-2.8875 1.88734,-5.39374 1.73116,-5.56942 -0.15618,-0.17569 -3.76895,1.13138 -8.02839,2.90459 l -7.74442,3.22401 4.39718,2.30022 c 6.46421,3.38152 7.34977,3.11896 9.64447,-2.8594 z"
+ id="path3934" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -82.663875,38.831368 c 2.37783,-2.37783 4.58108,-5.64033 4.89609,-7.25 1.06084,-5.42061 -1.18603,-12.37802 -5.51365,-17.07293 -3.82977,-4.15481 -4.27003,-4.35273 -9.63577,-4.33177 -6.64635,0.026 -13.244665,2.70844 -15.634735,6.35615 -4.43668,6.77123 -2.31582,17.04545 4.77075,23.1113 3.75543,3.2145 4.636595,3.51059 10.447655,3.51059 6.14981,0 6.48019,-0.13387 10.66966,-4.32334 z"
+ id="path3932" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 22.381745,42.008478 c 3.28755,-1.49794 2.34653,-2.85381 -1.98061,-2.85381 -3.7018,0 -3.74711,0.0387 -2.83399,2.41821 0.72306,1.88427 1.48396,1.9531 4.8146,0.43556 z"
+ id="path3930" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 577.78074,39.274458 c 2.57368,-2.13414 5.7072,-4.40816 6.9634,-5.05338 l 2.28398,-1.17312 -2.28398,-4.1493 c -8.41146,-15.28106 -29.99573,-29.25980038 -52.28198,-33.8596704 -13.96025,-2.88138 -14.22133,-2.82883 -25.03773,5.04009002 -5.23493,3.80839998 -9.11855,7.17126998 -8.63028,7.47302998 0.48827,0.30177 7.47509,1.66473 15.52627,3.0288104 25.64361,4.34468 33.74323,7.09984 44.90228,15.27394 4.78754,3.50692 12.73745,13.46978 12.73745,15.96264 0,2.0047 0.71067,1.6942 5.82059,-2.54304 z"
+ id="path3928" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 720.88803,35.530938 c 3.0356,-2.03904 3.2073,-2.37464 1.5,-2.93309 -1.0604,-0.34684 -3.0529,-1.01029 -4.4279,-1.47435 -4.105,-1.38542 -9,-2.17523 -9,-1.45215 0,0.37155 0.7145,3.1332 1.5877,6.13701 l 1.5877,5.46146 2.6623,-1.7182 c 1.4643,-0.945 4.2048,-2.75431 6.0902,-4.02068 z"
+ id="path3926" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -264.65234,35.273468 c 33.02932,-18.51537 74.87422,-24.91785 108.21219,-16.55701 6.06308,1.52056 6.39428,1.50396 9.09624,-0.45597 7.48901,-5.43235 16.91549,-4.87652 23.48731,1.3849 4.10191,3.90817 4.81675,4.20303 4.81675,1.98681 0,-2.47703 -9.75996,-11.05059 -18.3626,-16.1304704 -8.48272,-5.00907998 -22.76551,-10.34706 -27.68552,-10.34706 -1.62353,0 -2.95188,0.22396 -2.95188,0.49769 0,0.27372 1.59924,2.7237 3.55386,5.44439 3.48804,4.8551 6.04068,11.0579204 4.55065,11.0579204 -0.41574,0 -1.79993,-1.11134 -3.07599,-2.4696404 -1.27606,-1.3583 -5.742,-4.71481 -9.92431,-7.45891 -10.16929,-6.67226 -17.45168,-8.53189 -30.04308,-7.67179 -5.19139,0.35461 -9.68763,0.89351 -9.99166,1.19755 -0.30404,0.30404 0.31829,1.04028 1.38295,1.6361 3.36045,1.88060002 10.54758,8.96312 10.54758,10.39405 0,1.76511 -0.2671,1.74074 -8,-0.72989 -3.57499,-1.1422 -9.87499,-2.68657 -13.99999,-3.43195 l -7.5,-1.35522 -6.5011,3.84164 c -3.57561,2.1129 -10.37965,7.0215504 -15.12009,10.9081004 -4.74044,3.88655 -8.93994,6.74549 -9.33223,6.35321 -0.39229,-0.39229 -0.56325,-0.0382 -0.37991,0.78675 0.20202,0.90909 -0.25758,1.36869 -1.16667,1.16667 -0.825,-0.18334 -1.17318,-0.007 -0.77373,0.39293 0.39944,0.39944 -2.0094,3.81194 -5.35299,7.58333 -3.34359,3.77139 -5.65491,6.85707 -5.13627,6.85707 0.51864,0 4.86136,-2.19654 9.65049,-4.8812 z"
+ id="path3924" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 652.40542,33.959838 c 1.92412,-2.85716 3.34987,-5.34336 3.16833,-5.52491 -0.65856,-0.65855 -15.66547,3.0624 -15.39334,3.81677 0.22268,0.61729 7.62172,6.56432 8.50317,6.83449 0.12289,0.0377 1.79772,-2.26919 3.72184,-5.12635 z"
+ id="path3922" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 328.37477,24.401858 c 2.52196,-3.43904 4.58538,-6.59732 4.58538,-7.01838 0,-0.42107 -1.19936,-1.4933 -2.66524,-2.38275 l -2.66523,-1.61716 -4.47736,6.13555 c -2.46254,3.37455 -6.90881,8.9282 -9.8806,12.34144 l -5.40324,6.20589 7.96045,-3.70589 c 6.97078,-3.24516 8.53052,-4.48326 12.54584,-9.9587 z"
+ id="path3920" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 674.93957,31.675638 c 2.41768,-2.46347 4.13408,-4.74082 3.81408,-5.06076 -0.8278,-0.82787 -17.7935,0.66046 -17.7935,1.56095 0,0.95251 7.74477,7.97884 8.79467,7.97884 0.4339,0 2.76704,-2.01557 5.18475,-4.47903 z"
+ id="path3918" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 698.31453,32.506488 c 2.5754,-2.0065 4.5117,-3.81908 4.3028,-4.02797 -0.5899,-0.58993 -16.98138,-2.33294 -17.45798,-1.85641 -0.5336,0.53362 6.78928,9.53256 7.75718,9.53256 0.3934,0 2.8225,-1.64168 5.398,-3.64818 z"
+ id="path3916" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 290.96015,33.780398 c 0,-0.20585 -0.675,-2.28743 -1.5,-4.62573 -0.825,-2.3383 -1.50061,-4.53238 -1.50136,-4.87573 -7.5e-4,-0.34335 2.46887,-0.47043 5.48805,-0.28241 l 5.48941,0.34185 -1.48805,-4.21758 c -0.81843,-2.31967 -1.48833,-4.49851 -1.48867,-4.84186 -3.4e-4,-0.34335 2.24966,-0.46834 5,-0.27776 2.80472,0.19435 5.00062,-0.0798 5.00062,-0.62427 0,-0.53393 -0.675,-2.88394 -1.5,-5.2222404 -0.825,-2.3383 -1.5,-4.64488 -1.5,-5.12573 0,-0.48085 2.25,-0.87427 5,-0.87427 l 5,0 0,-5.16211 c 0,-4.90439 -2.72423,-15.8613396 -3.93262,-15.8171296 -0.31206,0.0114 -2.34717,2.81109 -4.52247,6.22151 -5.56099,8.7184496 -18.10786,24.00853 -26.39303,32.16351 l -7.01603,6.90577 2.55076,3.34423 c 2.48643,3.25987 2.73694,3.34422 9.93208,3.34422 4.05972,0 7.38131,-0.16842 7.38131,-0.37427 z"
+ id="path3914" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 389.76015,29.954668 c 1.60977,-1.60977 1.5259,-7.97204 -0.13503,-10.2435 -1.27954,-1.74988 -1.61427,-1.71404 -8.05444,0.86244 -3.69567,1.4785 -8.94491,2.95176 -11.66497,3.27391 -6.87716,0.8145 -6.4294,2.87862 0.80444,3.70835 3.1625,0.36275 8,1.28064 10.75,2.03975 6.42832,1.77449 6.86564,1.79341 8.3,0.35905 z"
+ id="path3912" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 800.20773,18.901368 c 14.6908,-16.3066304 27.2368,-35.15401 31.7753,-47.73479 1.0936,-3.03155 2.3309,-6.18691 2.7496,-7.01191 0.4187,-0.825 0.5195,-4.13435 0.224,-7.35411 -0.4467,-4.86807 -1.027,-6.27536 -3.4449,-8.355156 -2.5629,-2.204524 -3.6275,-2.453697 -8.9796,-2.101617 -19.3786,1.274796 -49.0446,27.058963 -64.5752,56.1254226 l -5.1871,9.7080004 3.7032,1.54731 c 2.0368,0.85102 3.8056,1.40845 3.9306,1.23873 0.1251,-0.16972 2.2907,-4.13358 4.8127,-8.8085804 14.9054,-27.6308296 40.4498,-50.9999996 55.7471,-50.9999996 4.8633,0 6.4273,1.89098 5.5282,6.68381 -1.8775,10.00788 -21.2189,38.51790962 -38.2806,56.42731 -3.988,4.18612 -7.2509,7.85443 -7.2509,8.1518 0,0.29737 1.4393,1.45195 3.1984,2.56573 3.1667,2.00507 3.2251,2.00601 5.909,0.0949 1.4908,-1.06159 6.0539,-5.64117 10.1402,-10.17685 z"
+ id="path3910" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 71.090915,28.904668 c 0.0719,-0.6875 0.20358,-8 0.29258,-16.25 0.089,-8.2500004 0.53234,-17.7598704 0.98518,-21.1330404 l 0.82335,-6.1330396 -4.86594,-5.02732 c -8.54628,-8.82972 -18.77809,-10.08534 -31.13949,-3.82135 -6.36354,3.22466 -14.76407,12.32039 -17.87461,19.3538796 -1.3975,3.15999002 -3.17621,9.06585 -3.95269,13.12414 l -1.41178,7.3787104 5.75632,5.28385 c 3.16598,2.90612 5.83285,5.21264 5.92639,5.12561 0.0935,-0.087 -0.16513,-3.00107 -0.57481,-6.47563 -1.38836,-11.7747404 1.76332,-24.2522204 7.70835,-30.51739 6.5151,-6.86593 18.06966,-9.33164 23.8704,-5.09389 5.75533,4.20458 8.55977,13.9572096 6.31696,21.9677196 -1.16491,4.1606404 -1.102,4.7256804 0.75191,6.7541204 3.28888,3.59849 5.25712,8.33982 5.25712,12.66397 0,2.22731 0.45,4.04966 1,4.04966 0.55,0 1.05884,-0.5625 1.13076,-1.25 z"
+ id="path3908" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 339.75458,27.519838 c 4.46433,-0.47001 6.56337,-1.16521 7.21943,-2.39108 0.78477,-1.46635 0.0423,-2.05024 -4.89709,-3.85124 -3.20216,-1.16757 -6.0712,-2.12285 -6.37564,-2.12285 -0.30443,0 -2.21355,2.31065 -4.24248,5.13477 l -3.68897,5.13477 2.84516,-0.62085 c 1.56484,-0.34146 5.67765,-0.91905 9.13959,-1.28352 z"
+ id="path3906" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 359.96015,25.154668 c 0,-0.55 -1.8,-1 -4,-1 -2.2,0 -4,0.45 -4,1 0,0.55 1.8,1 4,1 2.2,0 4,-0.45 4,-1 z"
+ id="path3904" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 170.11923,23.404668 c 2.34479,-2.79323 4.11728,-11.8905 4.5275,-23.23742038 0.55032,-15.22206962 0.52188,-16.93019962 -0.38323,-23.01257962 l -0.81844,-5.5 -2.64442,4.5 c -3.54278,6.02876 -4.18455,9.67711 -3.78201,21.4999996 0.18726,5.5 0.36321,13.9376304 0.391,18.7502904 0.0278,4.81267 0.31828,8.75017 0.64553,8.75 0.32726,-1.6e-4 1.25609,-0.78779 2.06407,-1.75029 z"
+ id="path3902" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 278.4478,17.904668 c 10.80438,-10.9454304 23.60972,-27.4379604 28.5195,-36.73146 0.72182,-1.36629 1.43389,-6.53441 1.58449,-11.5 0.15043,-4.9602 0.73054,-10.50928 1.28913,-12.3313 0.92642,-3.0218 0.84,-3.2853 -0.98383,-3 -1.46508,0.22917 -3.04423,2.75524 -5.90867,9.45172 -7.17496,16.77359 -15.2442,28.6372096 -28.70213,42.1986696 l -9.26634,9.3376304 2.11324,4.91237 c 1.16229,2.7018 2.58232,4.91237 3.15564,4.91237 0.57332,0 4.26285,-3.2625 8.19897,-7.25 z"
+ id="path3900" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 784.29443,10.904668 c 0.3126,-4.8125004 0.4012,-8.7500004 0.197,-8.7500004 -0.5729,0 -13.7472,18.1311304 -13.3667,18.3960704 0.1845,0.12848 1.9104,1.20266 3.8354,2.38706 l 3.5,2.15345 2.633,-2.71829 c 2.3126,-2.38754 2.7021,-3.78295 3.2013,-11.46829 z"
+ id="path3898" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 15.914075,21.605618 c -5.69859,-6.06587 -25.0125402,-16.5375604 -38.77434,-21.02279038 -8.74055,-2.84870002 -20.04308,-4.07980002 -25.13025,-2.73725002 -2.69262,0.7106 -4.05841,1.99792002 -6.21707,5.85988 -1.52152,2.72206 -2.78109,5.39921 -2.79904,5.94921 -0.0206,0.6314504 7.0619,1.0189304 19.21707,1.0513704 21.48362,0.0573 24.5545,0.7083 44.2497098,9.38 10.7604102,4.73776 12.7826002,5.0628 9.4539202,1.51958 z"
+ id="path3896" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 29.960155,19.804708 c 0,-2.28282 5.79221,-9.49123 8.93062,-11.1141604 3.38901,-1.75253 12.62779,-2.03447 16.64297,-0.5079 3.36728,1.28023 3.54598,1.09084 4.16669,-4.41611 0.74062,-6.57074 -0.41869,-11.05609 -3.79056,-14.6656996 -2.76601,-2.96101 -3.35957,-3.16125 -8.03845,-2.71167 -11.39322,1.09475 -18.69914,10.8177696 -19.65627,26.1594 -0.38014,6.09327 -0.20378,8.6061 0.60404,8.6061 0.62753,0 1.14096,-0.60748 1.14096,-1.34996 z"
+ id="path3894" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 203.79534,13.404668 c 4.00697,-10.4188704 5.45832,-18.4820904 5.0219,-27.89998 -0.27267,-5.88399 -0.86383,-8.51762 -2.36043,-10.51562 -1.81662,-2.42524 -6.43331,-5.8344 -7.90095,-5.8344 -1.29308,0 -0.48938,4.72801 1.40429,8.26118 2.39807,4.47429 2.53668,8.96626 0.45842,14.8566596 -1.14437,3.2435 -1.46645,7.52501002 -1.25,16.61676 0.16037,6.7360904 0.59637,12.2514904 0.96889,12.2564204 0.37253,0.005 2.01857,-3.47852 3.65788,-7.74102 z"
+ id="path3892" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 374.02865,19.559288 c 7.96747,-2.34026 16.21936,-7.02115 21.78528,-12.3577004 4.72576,-4.53101 10.72116,-12.80532 9.88462,-13.64185 -0.22328,-0.22329 -3.74327,1.22099 -7.82218,3.2095 -15.44358,7.52888 -31.7646,12.75013 -47.91622,15.3288604 -4.125,0.65859 -9.075,1.45156 -11,1.76217 l -3.5,0.56473 4.5,2.04928 c 10.63584,4.84352 23.97063,6.05103 34.0685,3.08501 z"
+ id="path3890" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 225.52748,10.423718 c 2.16297,-5.3520204 3.95153,-9.96452038 3.97459,-10.25000038 0.0231,-0.28548 0.80112,-1.94097002 1.72904,-3.67887002 0.92792,-1.7379 2.62446,-5.5629 3.77009,-8.4999996 1.14562,-2.9371 3.35334,-8.04018 4.90603,-11.34018 1.55269,-3.3 4.16354,-8.925 5.8019,-12.5 9.65109,-21.059258 11.65474,-25.000001 12.71112,-25.000001 0.64352,0 2.21324,2.955012 3.48828,6.566693 1.27503,3.611678 2.67274,6.199178 3.10603,5.749998 1.02793,-1.06562 2.42915,-36.725262 1.50204,-38.225353 -0.80668,-1.305237 -4.8915,1.996437 -19.55327,15.80451 -5.22324,4.91912 -9.1899,9.250769 -8.81478,9.625887 0.56013,0.560125 6.04749,-0.870243 12.5616,-3.27438 2.2647,-0.835823 1.33529,1.906923 -6.66692,19.674466 -4.3543,9.668 -11.15773,25.45318 -15.11872,35.0781796 -3.961,9.62500002 -7.99065,19.075 -8.95478,21.0000004 -3.64555,7.27879 -3.56702,7.93838 1.05775,8.884 0.31204,0.0638 2.33704,-4.26293 4.5,-9.61495 z"
+ id="path3888" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 774.91953,13.079458 c 0.022,-0.31636 2.0656,-3.1830104 4.5406,-6.3703204 2.475,-3.18731 4.5,-5.98179998 4.5,-6.20996998 0,-1.07319 -14.6887,8.30628998 -18.75,11.97284038 -3.0523,2.75556 -2.8337,4.04006 1,5.87739 3.1991,1.53318 3.2924,1.50861 5.9594,-1.56857 1.4901,-1.71939 2.7276,-3.385 2.75,-3.70137 z"
+ id="path3886" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 791.04543,11.400938 c 6.6833,-8.3755004 6.6335,-8.0092404 1.3958,-10.2543704 -2.5558,-1.09553998 -4.8022,-1.99189998 -4.992,-1.99189998 -0.1899,0 -0.6155,2.58749998 -0.9459,5.74999998 -0.3303,3.1625 -0.7844,7.2125004 -1.009,9.0000004 -0.2247,1.7875 -0.099,3.24832 0.2787,3.24627 0.3779,-0.002 2.7505,-2.58956 5.2724,-5.75 z"
+ id="path3884" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -116.09816,1.5525376 c 0.24832,-24.8120496 4.5092,-46.0545196 16.477455,-82.1478706 1.32222,-3.9875 2.03835,-7.25 1.59139,-7.25 -1.09143,0 -10.074915,10.506574 -13.253035,15.5 -3.87458,6.087686 -5.1376,13.262406 -4.3861,24.915601 l 0.65033,10.0844 -3.96823,-4.5 c -2.18252,-2.475 -3.98741,-4.8375 -4.01086,-5.25 -0.0234,-0.4125 -0.61293,-0.75 -1.30995,-0.75 -1.35804,0 -4.66106,7.84246 -7.30154,17.33626 -2.12991,7.65805 -1.74209,31.02355962 0.56885,34.2727296 2.04422,2.87415 13.3418,12.2870804 14.15277,11.7918104 0.35903,-0.21926 0.71404,-6.5205804 0.78892,-14.0029304 z"
+ id="path3882" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -103.28985,9.2490776 c 4.199825,-2.10985 4.250005,-2.19786 4.250005,-7.45477 0,-2.92584 0.9,-8.83868 2,-13.1396396 2.14688,-8.39422 2.60597,-16.00745 1.02423,-16.98502 -0.53667,-0.33169 -3.5516,1.89183 -6.699845,4.94114 -9.14718,8.85974 -9.5815,4.26554 -0.84668,-8.95612 1.81677,-2.75 4.197765,-5.8077 5.291105,-6.79489 1.84842,-1.66897 1.99698,-3.19484 2.11762,-21.75 0.0714,-10.975311 -0.0563,-19.955111 -0.28377,-19.955111 -1.811,0 -12.315395,36.539451 -15.068815,52.416751 -1.67743,9.67278 -2.41404,38.53945 -1.08543,42.53665 l 0.81547,2.45341 2.11806,-2.58867 c 1.16493,-1.42376 4.03055,-3.54944 6.36805,-4.7237304 z"
+ id="path3880" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -69.811355,14.818808 c 4.41866,-1.16584 5.11901,-1.83457 10.68842,-10.2058604 6.2561,-9.40344 15.82461,-20.8939196 20.38864,-24.4839796 3.78755,-2.97929 3.4445,-4.79019 -0.97825,-5.16393 -8.19346,-0.6924 -3.6316,-4.23863 9.66186,-7.51081 3.58096,-0.88145 9.66084,-3.29658 13.51084,-5.36696 3.85,-2.07037 9.9249998,-4.96892 13.4999998,-6.44121 10.05981,-4.14292 9.8322,-4.78441 -1.5,-4.22749 -15.5806898,0.76572 -34.7200798,7.76665 -46.9740498,17.18248 -13.27688,10.20181 -31.52595,32.11052962 -31.52595,37.8481196 0,2.05143 5.93628,9.6841704 7.5,9.6433404 0.55,-0.0144 3.12782,-0.58752 5.72849,-1.2737 z"
+ id="path3878" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 281.67947,-6.1904024 c 9.84778,-12.6677896 19.51789,-29.5601896 20.90555,-36.5192496 0.59424,-2.98007 0.4541,-3.30095 -1.22701,-2.80952 -1.04382,0.30514 -3.76796,1.03751 -6.05363,1.62749 -5.93999,1.53324 -15.84502,8.47962 -20.58851,14.4387 -8.8546,11.12372 -13.89335,29.02216962 -11.10352,39.4414496 0.59049,2.2053304 0.97989,1.9851404 7.07406,-4 3.54705,-3.48359 8.49392,-8.96408 10.99306,-12.17887 z"
+ id="path3876" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 357.78595,8.6282276 c 15.1743,-2.87851 35.40025,-10.99709 46.10573,-18.50655 4.72513,-3.3144896 6.00303,-4.8046696 6.53025,-7.6149796 0.36052,-1.92173 0.92234,-4.18945 1.24849,-5.03938 0.50205,-1.30832 0.25463,-1.36423 -1.61325,-0.36457 -1.21343,0.6494 -3.24551,1.04455 -4.51573,0.87809 -1.6105,-0.21104 -3.15464,0.70177 -5.10191,3.01596 -2.5256,3.00151 -3.23132,3.28793 -7.3859,2.99759 -3.95684,-0.27652 -4.98625,0.0768 -7.42738,2.54899 -2.57517,2.60798 -3.28272,2.81684 -7.75,2.28776 -3.79494,-0.44946 -4.9161,-0.26745 -4.9161,0.79806 0,0.7591696 -1.23243,2.3497396 -2.73873,3.5345996 -2.08785,1.6423 -3.78522,2.07105 -7.14206,1.80407 -3.69965,-0.29424 -4.87695,0.0922 -7.36703,2.4183 -3.26967,3.05433002 -6.834,3.48719002 -10.75218,1.30577 -2.25086,-1.25314 -2.72695,-1.17985 -4.77734,0.73544002 -2.85042,2.66260998 -8.37339,2.80583998 -11.15416,0.28928 -1.45111,-1.31323002 -2.39323,-1.54382002 -3.29974,-0.80761002 -0.69782,0.56672002 -2.16876,1.21734002 -3.26876,1.44581002 -1.7327,0.35989 -1.29774,1.12903998 3.25443,5.75489998 l 5.25443,5.3394904 9.48911,-0.66702 c 5.21901,-0.36686 13.01653,-1.3361604 17.32783,-2.1540004 z"
+ id="path3874" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 778.71013,1.8934776 c 2.8875,-1.76333998 5.25,-3.53287 5.25,-3.9323 0,-0.81261 -7.8245,-3.36008 -8.3444,-2.71673 -1.1832,1.46424 -6.5811,9.83093 -7.6403,11.84245 l -1.2807,2.43222 3.3827,-2.20978 c 1.8605,-1.21538 5.7452,-3.65252 8.6327,-5.41586 z"
+ id="path3872" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -84.200055,0.67815762 c 1.7368,-3.56208002 6.19586,-9.99157002 9.90902,-14.28775962 11.81095,-13.66548 19.98157,-20.00134 35.87099,-27.81596 12.39637,-6.0967 25.0199,-9.38328 36.1301998,-9.40663 3.4375,-0.007 6.25,-0.44409 6.25,-0.970796 0,-2.370909 -21.1068898,-7.080773 -32.9800498,-7.359282 -9.38496,-0.220144 -10.75701,0.691957 -15.39829,10.236408 -4.43738,9.12514 -5.94976,9.18117 -5.06355,0.18756 0.41717,-4.233617 0.32292,-7.107031 -0.23312,-7.107031 -2.04627,0 -10.09262,5.974121 -14.64001,10.869671 -2.64826,2.85102 -6.17818,8.09667 -7.84426,11.657 -1.66608,3.56033 -3.43034,6.47333 -3.92058,6.47333 -0.49024,0 -1.40124,-2.025 -2.02446,-4.5 -0.62321,-2.475 -1.41719,-4.49913 -1.76439,-4.49807 -1.24221,0.004 -7.12862,9.60901 -9.54586,15.57655 -2.90357,7.16814 -5.58543,18.1685496 -5.58543,22.9102496 0,3.43393 0.89121,4.13454 5.59098,4.39527 1.62444,0.0901 2.79557,-1.32907 5.24881,-6.36050998 z"
+ id="path3870" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 729.78893,-8.4819224 c 4.0042,-6.4001296 7.0814,-12.1549996 6.8383,-12.7885996 -0.2452,-0.63888 -4.9802,-1.71838 -10.6304,-2.42352 -13.8375,-1.72692 -34.5066,-7.06183 -46.64678,-12.04002 -5.51429,-2.2612 -10.60897,-4.11127 -11.32149,-4.11127 -0.95076,0 -1.1372,1.13095 -0.70064,4.25 0.32717,2.3375 1.29045,11.225 2.14062,19.75 0.85017,8.5249996 1.71342,15.98161962 1.91833,16.57027962 0.25819,0.74166998 2.78284,0.79380998 8.22288,0.16981 7.9788,-0.91519 28.16958,-0.24298 36.35038,1.21021998 2.475,0.43965 4.9609,0.85568 5.5242,0.92452 0.5633,0.0688 4.3004,-5.1113 8.3046,-11.51142 z"
+ id="path3868" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 804.53923,-5.5953324 c 3.1659,-4.2625 6.2394,-8.3770596 6.83,-9.1434596 0.5907,-0.76641 -2.7473,0.72081 -7.4176,3.30492 -4.6703,2.5841096 -9.954,5.4320096 -11.7415,6.3286696 -1.7875,0.89666 -3.25,1.90829 -3.25,2.24807 0,0.59771 7.8228,4.82421 9.1614,4.94977 0.3638,0.0341 3.2518,-3.42547 6.4177,-7.68797 z"
+ id="path3866" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -138.36255,-1.0953324 c -0.30571,-1.2375 -1.73985,-6.525 -3.18697,-11.7499996 -4.41619,-15.94522 -6.46068,-27.88439 -7.14332,-41.714691 -0.35874,-7.268079 -1.01992,-12.987464 -1.46928,-12.709744 -1.50392,0.929477 -4.96,14.358173 -5.96788,23.188425 -1.10543,9.68481 -0.20904,17.89641 3.24223,29.70151 2.48103,8.4863496 3.74077,10.4204096 8.58354,13.1781396 5.08558,2.89601 6.63772,2.92379 5.94168,0.10636 z"
+ id="path3864" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 339.13141,-2.5003224 c 1.00581,-0.91024 1.82874,-2.26024 1.82874,-3 0,-2.02711 1.38674,-1.6267 4,1.15499 3.34264,3.55808002 7.50377,3.36029002 9.47432,-0.45034 0.83912,-1.62269 1.52568,-3.68035 1.52568,-4.57258 0,-1.3823796 0.38959,-1.3157896 2.63486,0.45034 1.44917,1.13992 3.85846,2.07258 5.35398,2.07258 3.27722,0 8.01116,-4.1082096 8.01116,-6.9522496 0,-2.43186 -0.10316,-2.41505 4.06502,-0.66246 4.16746,1.75229 8.20872,0.5041 9.82039,-3.03313 0.85681,-1.8805 1.61358,-2.35451 2.88783,-1.8088 4.25938,1.82411 6.98424,1.63333 9.09947,-0.6371 1.17001,-1.25586 2.12729,-3.28444 2.12729,-4.50796 0,-2.05073 0.23164,-2.13714 2.96407,-1.10576 2.01427,0.7603 3.85679,0.80613 5.75,0.14302 2.6016,-0.91123 2.8058,-1.39461 3.08625,-7.30578 0.16517,-3.4815 -0.0675,-6.17244 -0.51699,-5.97989 -0.44952,0.19256 -5.6026,2.72526 -11.45129,5.62823 -22.3354,11.08605 -51.81581,18.50112 -74.08204,18.6335 -7.58651,0.0451 -11.75,0.44649 -11.75,1.13278 0,0.5846 1.16525,3.4012696 2.58945,6.2592596 2.90743,5.83446 6.08648,6.92480002 8.81836,3.02449 l 1.52122,-2.17184 2.67185,2.67184 c 3.04421,3.04422002 6.87985,3.45176002 9.57038,1.01686 z"
+ id="path3862" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -15.250005,-3.7767824 c 9.3395298,-4.86199 16.3866698,-18.0150996 17.8513298,-33.3185496 0.79114,-8.26616 0.30876,-8.40078 -10.64117,-2.96985 -6.0195298,2.98557 -7.5601398,4.21334 -7.8046698,6.21985 -0.6478,5.31549 -3.36615,11.78647 -5.97206,14.21633 -4.19728,3.91373 -7.10977,5.04765 -13.39237,5.21406 -5.46067,0.14464 -5.97878,0.38237 -9.30674,4.27035 -1.93829,2.2644596 -3.52408,4.2706496 -3.52399,4.4582196 1e-4,0.18757 2.8126,0.4185 6.25,0.51318 3.43741,0.0947 8.94983,0.84468 12.24983,1.66669 8.10507,2.0189 9.95989,1.98382 14.28984,-0.27028 z"
+ id="path3860" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 788.31293,-12.007702 c 1.009,-4.4893 2.052,-8.8768 2.3178,-9.75 0.5038,-1.65543 -2.1836,1.10453 -9.4882,9.74452 l -4.3176,5.1069296 3.3176,1.44889 c 5.8607,2.5595 6.1804,2.30314 8.1704,-6.5503396 z"
+ id="path3858" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 790.27293,-7.0953324 c 0.2897,-0.6875 6.5921,-8.8999996 14.0053,-18.2499996 7.4132,-9.35 13.0851,-17.14643 12.6041,-17.32539 -1.783,-0.6634 -11.5347,5.5051 -17.5107,11.07653 -6.2198,5.79867 -6.689,6.69923 -9.5091,18.24886 -0.5372,2.2 -1.2153,4.7874996 -1.5069,5.7499996 -0.6,1.9801 1.1061,2.42501 1.9173,0.5 z"
+ id="path3856" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 803.32423,-12.416632 c 11.5578,-6.52113 11.6772,-6.62612 15.6287,-13.75 4.1558,-7.49206 5.6657,-12.52042 4.5962,-15.30729 -0.5717,-1.4898 -0.8289,-1.46711 -2.748,0.24247 -1.1645,1.03736 -7.9377,8.63612 -15.0515,16.88612 -11.7642,13.64322 -15.562,18.4999996 -14.466,18.4999996 0.2166,0 5.6349,-2.95709 12.0406,-6.5712996 z"
+ id="path3854" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -136.5788,-16.595332 c 0.33272,-3.1625 0.97612,-7.89137 1.42977,-10.5086 0.76348,-4.40481 0.56313,-5.17696 -2.69487,-10.38555 -1.93582,-3.09483 -4.8286,-9.27845 -6.42839,-13.7414 l -2.90871,-8.114451 0.48036,10.000001 c 0.33347,6.94203 1.57824,14.26051 4.07057,23.93247 1.97462,7.66286 3.59022,14.07536 3.59022,14.25 0,0.17464 0.41762,0.31753 0.92804,0.31753 0.51043,0 1.20028,-2.5875 1.53301,-5.75 z"
+ id="path3852" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 321.79124,-21.595332 c -1.75231,-3.1625 -3.91559,-6.875 -4.80731,-8.25 -0.89171,-1.375 -2.23161,-3.85 -2.97757,-5.5 l -1.35627,-3 -0.83474,3.5 c -0.85218,3.57312 -0.17981,14.85673 0.99894,16.76399 0.6443,1.0425 4.03424,1.79449 9.40441,2.08618 l 2.75855,0.14983 -3.18601,-5.75 z"
+ id="path3850" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 340.77804,-17.354922 c 10.74797,-1.02936 10.85192,-1.15855 6.04562,-7.51353 -2.2782,-3.01229 -5.50551,-7.67522 -7.17181,-10.36208 l -3.02963,-4.8852 -3.66917,10.3852 c -2.01805,5.71186 -4.02732,11.20441 -4.46506,12.20566 -0.70226,1.6063 -0.3978,1.75896 2.58813,1.29774 1.86122,-0.28749 6.22708,-0.795 9.70192,-1.12779 z"
+ id="path3848" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -26.446935,-20.314252 c 2.54529,-1.66774 6.40709,-8.36639 6.40709,-11.11369 0,-1.39135 -0.25381,-1.45164 -1.55723,-0.36989 -0.85648,0.71081 -3.92231,1.42005 -6.81296,1.57608 -2.89064,0.15603 -6.57739,0.80991 -8.19276,1.45306 l -2.93705,1.16938 3.5,1.47393 c 4.54911,1.91574 4.58247,1.96347 2.81264,4.02392 -3.44661,4.01257 -3.35113,4.6052 0.63766,3.95791 2.06868,-0.3357 4.83286,-1.31252 6.14261,-2.1707 z"
+ id="path3846" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 328.52445,-21.595332 c 2.72415,-6.42028 6.69567,-19.32336 6.1237,-19.89533 -0.29974,-0.29975 -1.93916,-0.23878 -3.64315,0.13548 -2.62695,0.57697 -3.27775,1.35192 -4.27891,5.09516 -0.64941,2.42808 -1.44775,4.41469 -1.77408,4.41469 -0.32633,0 -1.54667,-1.96225 -2.71186,-4.36057 -1.8478,-3.80335 -2.5119,-4.34643 -5.19698,-4.25 -1.69315,0.0608 -3.07949,0.43215 -3.08074,0.82518 -0.002,0.56095 4.74096,9.10278 11.67964,21.03539 0.77302,1.32939 1.26082,0.82168 2.88238,-3 z"
+ id="path3844" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 499.07388,-24.357152 c 9.09495,-8.82279 10.4087,-14.43242 4.71374,-20.12738 -4.41501,-4.41501 -9.99959,-4.86243 -15.33867,-1.2289 -8.76428,5.96456 -8.91525,18.47631 -0.30425,25.21543 3.73213,2.92083 4.05906,2.80539 10.92918,-3.85915 z"
+ id="path3842" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 364.29354,-21.918252 c 4.49163,-1.1401 8.5257,-2.42169 8.96458,-2.84797 0.43888,-0.42628 -0.71416,-2.58495 -2.56231,-4.79704 -1.84815,-2.2121 -4.85263,-6.34763 -6.67661,-9.19006 -1.82399,-2.84243 -3.42358,-5.03845 -3.55465,-4.88003 -0.33802,0.40854 -6.5044,22.33849 -6.5044,23.1321 0,1.02314 1.56615,0.80838 10.33339,-1.417 z"
+ id="path3840" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 354.30006,-26.618192 c 2.44497,-8.23313 4.96172,-19.25884 4.50118,-19.71938 -0.24289,-0.2429 -1.76261,-0.0883 -3.37714,0.34345 -2.42805,0.64936 -3.16897,1.61163 -4.28594,5.56636 -1.21927,4.31693 -1.47465,4.60167 -2.62952,2.93186 -0.7035,-1.01719 -1.58986,-2.84565 -1.96969,-4.06325 -0.58331,-1.86986 -1.18687,-2.11944 -3.8847,-1.60636 -1.75676,0.3341 -3.3667,0.75292 -3.57765,0.9307 -1.33625,1.12615 10.8083,20.38948 12.85453,20.38948 0.52334,0 1.58936,-2.14779 2.36893,-4.77286 z"
+ id="path3838" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -88.901995,-38.345332 c 2.32688,-6.52061 8.16787,-15.738619 12.12448,-19.134367 1.3678,-1.173901 4.61358,-3.380684 7.21286,-4.903963 3.96594,-2.324197 4.4553,-2.921065 3.04295,-3.711459 -2.93846,-1.644444 -8.23658,0.08778 -11.2262,3.670413 -1.73148,2.074927 -4.12134,3.620995 -6.29194,4.070429 -1.925,0.398581 -5.00798,1.640962 -6.85107,2.760846 l -3.35108,2.036152 0.6687,6.244159 c 0.63127,5.89477 0.50746,6.43228 -2.21268,9.60598 -3.37295,3.93536 -7.253875,9.42004 -7.253875,10.25148 0,0.31951 1.4625,-0.31077 3.250005,-1.40063 4.2302,-2.57921 4.34176,-2.55485 5.77544,1.26096 l 1.22109,3.25 0.87511,-4 c 0.48131,-2.2 1.8386,-6.7 3.01621,-10 z"
+ id="path3836" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 737.35833,-25.680542 c 2.4791,-4.01138 -57.50788,-20.8866 -66.28281,-18.64631 -2.4857,0.63462 -2.34268,0.81019 2.88463,3.54118 7.3621,3.84631 23.91068,9.19188 37.99998,12.27487 6.325,1.38402 12.4,2.72274 13.5,2.97493 3.5408,0.81179 11.3658,0.71664 11.8982,-0.14467 z"
+ id="path3834" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 385.61422,-28.906532 c 12.84685,-5.10332 12.46705,-3.90763 4.209,-13.25078 -3.9804,-4.50341 -7.98666,-9.00925 -8.90281,-10.012974 -1.54292,-1.690415 -1.9346,-1.712607 -5.31299,-0.301027 -3.34535,1.397771 -3.64727,1.859271 -3.64727,5.574951 0,4.8224 -0.93869,5.1177 -3.34093,1.05103 -1.77506,-3.00494 -3.9768,-3.71853 -6.51359,-2.11108 -1.05822,0.67055 -0.34627,2.36249 3.25467,7.73469 5.61705,8.38 9.34521,12.96437 10.00582,12.30375 0.27196,-0.27196 1.14284,-4.07937 1.93528,-8.46092 0.79245,-4.38154 1.47331,-6.84144 1.51302,-5.46644 0.0397,1.375 -0.51571,5.5375 -1.2343,9.25 -0.71858,3.7125 -0.93876,6.75 -0.48927,6.75 0.44948,0 4.285,-1.37754 8.52337,-3.0612 z"
+ id="path3832" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 379.23251,-48.845332 c 0,-2.475001 0.19502,-3.487501 0.43337,-2.25 0.23836,1.2375 0.23836,3.2625 0,4.5 -0.23835,1.2375 -0.43337,0.225 -0.43337,-2.25 z"
+ id="path3830" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 747.22443,-36.095332 c 5.5254,-8.27693 9.7357,-15.880033 9.7357,-17.580953 0,-0.500845 -3.2625,-1.227687 -7.25,-1.615205 -11.0027,-1.069279 -41.9832,-7.133272 -54.302,-10.628847 -6.0214,-1.708628 -15.17078,-5.090736 -20.33187,-7.515796 -5.16114,-2.42506 -9.6163,-4.4092 -9.90034,-4.4092 -0.5787,0 0.47895,19.493616 1.43681,26.481922 l 0.61927,4.518079 4.61407,10e-4 c 12.84608,0.004 45.22716,8.49888 62.11406,16.29545 3.025,1.39662 6.0078,2.57618 6.6284,2.62125 0.6207,0.0451 3.6068,-3.63057 6.6359,-8.16807 z"
+ id="path3828" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -78.289845,-39.598242 c 0.87991,-0.29126 1.25,0.96071 1.25,4.22859 0,5.15385 1.45785,5.3045 2.5435,0.26285 1.79233,-8.32339 7.14895,-14.37595 17.91843,-20.24639 4.53251,-2.470678 8.49704,-4.492141 8.81005,-4.492141 0.31301,0 0.88155,1.422511 1.26341,3.161135 l 0.6943,3.161134 3.29242,-3.911134 c 3.82086,-4.538882 3.42454,-5.047343 -4.67626,-5.999433 -10.764,-1.265097 -23.58552,3.999547 -30.6659,12.591729 -3.35337,4.06936 -8.32848,14.10845 -9.58166,19.33446 -0.58924,2.45726 -0.10496,2.13274 3.6106,-2.41957 2.36011,-2.89161 4.85361,-5.44366 5.54111,-5.67123 z"
+ id="path3826" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 399.12632,-42.673062 0.67739,-5.67227 -0.23559,6.25 c -0.13418,3.55956 0.18466,6.25 0.74067,6.25 0.53695,0 3.1947,-1.42357 5.90612,-3.16348 4.42394,-2.83884 4.87131,-3.45618 4.3594,-6.01573 -0.72553,-3.62762 -5.01261,-12.562182 -7.59131,-15.820791 l -1.97838,-2.5 -0.0222,7.416667 c -0.0256,8.532724 -0.72204,9.207184 -1.11867,1.083333 -0.43361,-8.881534 -0.55718,-9.103117 -3.98808,-7.151357 -2.68926,1.529856 -2.90565,2.092816 -2.94097,7.651357 -0.0417,6.561071 0.27776,6.585731 -4.87516,-0.376311 -1.52454,-2.059791 -2.05544,-2.217559 -3.9858,-1.184466 l -2.22698,1.191844 1.98612,3.13686 c 3.0355,4.794244 13.26828,15.924424 13.9832,15.209504 0.34809,-0.34809 0.93771,-3.18541 1.31027,-6.30516 z"
+ id="path3824" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 335.87807,-43.541442 c 21.57888,-3.43303 51.28495,-13.978844 60.90988,-21.623329 1.52705,-1.212838 -0.71702,-3.364133 -6.96569,-6.677705 l -3.63789,-1.929118 -9.86211,4.862076 c -15.61848,7.699998 -31.31989,12.102016 -52.85679,14.818821 -5.58694,0.704772 -6.10529,0.993905 -7.62075,4.250785 -3.86879,8.31441 -3.94902,8.16329 4.19375,7.89919 3.99164,-0.12946 11.11946,-0.84979 15.8396,-1.60072 z"
+ id="path3822" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -118.03985,-46.345332 c 0,-1.375 -0.45,-2.5 -1,-2.5 -1.11717,0 -1.3707,3.29596 -0.33333,4.33333 1.10234,1.10234 1.33333,0.78473 1.33333,-1.83333 z"
+ id="path3820" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -84.220085,-60.547983 c 2.86852,-0.38475 4.31049,-1.132383 4.72935,-2.452075 1.1172,-3.519988 4.91097,-5.097577 10.6753,-4.439176 6.26531,0.715624 7.31967,0.745979 18.02559,0.518958 6.73962,-0.142915 9.44,0.290145 14.75,2.365459 4.033,1.576221 9.36384,2.727122 14.04558,3.032368 4.15006,0.270581 10.78756,1.579292 14.7499998,2.908246 8.30265,2.784614 8.43799,2.615209 4.68693,-5.8666 -7.8812898,-17.820986 -25.1168098,-28.36453 -46.3674698,-28.36453 -4.82994,0 -9.06645,0.28474 -9.41446,0.632755 -0.34802,0.348015 0.53151,1.54857 1.95451,2.6679 5.87507,4.621331 6.39681,12.359322 1.17091,17.366051 -2.39506,2.294614 -3.8563,2.833294 -7.68564,2.833294 -5.86891,0 -9.79005,-2.417331 -11.8263,-7.290771 -1.15613,-2.767003 -1.27795,-4.420252 -0.51007,-6.922219 0.61428,-2.001507 0.64133,-3.28701 0.0692,-3.28701 -1.31036,0 -10.50622,4.728792 -15.07334,7.751172 l -3.79982,2.514601 0,10.397051 0,10.397051 2.84649,-2.104505 c 1.56558,-1.157477 4.70355,-2.353586 6.97327,-2.65802 z"
+ id="path3818" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 340.96015,-60.262926 c 5.775,-1.319711 12.75,-3.156718 15.5,-4.082237 7.57887,-2.550688 23.5,-10.242882 23.5,-11.353881 0,-0.539308 -2.27215,-1.46785 -5.04922,-2.063425 -16.22763,-3.480204 -36.031,1.767297 -48.2169,12.776526 -2.11133,1.907461 -4.28101,4.294423 -4.82152,5.30436 -0.89013,1.663222 -0.53182,1.835396 3.80246,1.827191 2.63185,-0.005 9.51018,-1.088823 15.28518,-2.408534 z"
+ id="path3816" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 755.96013,-59.332788 c 0,-3.739502 -19.1488,-12.344547 -38.5,-17.301014 -27.6503,-7.082142 -46.01735,-9.702919 -48.34499,-6.898288 -3.40049,4.09734 19.25831,14.051287 42.66479,18.742552 36.9871,7.413155 44.1802,8.301587 44.1802,5.45675 z"
+ id="path3814" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -60.158685,-71.95375 c 6.28226,-2.190007 7.98744,-10.176832 3.19576,-14.968506 -8.20502,-8.205027 -21.08291,2.443124 -13.9388,11.525381 1.83441,2.332081 4.83018,4.263164 6.96266,4.488156 0.33042,0.03486 2.0316,-0.435402 3.78038,-1.045031 z"
+ id="path3812" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -65.289165,-76.593372 c -1.81301,-0.412851 -3.37505,-4.432694 -2.36041,-6.074419 1.20755,-1.953846 4.76611,-2.021164 6.66126,-0.126011 2.99434,2.994335 0.0787,7.197722 -4.30085,6.20043 z"
+ id="path3810" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 560.07022,1128.7592 c -6.81033,-3.7747 -6.7471,-16.2432 0.10672,-21.0438 3.15259,-2.2082 8.99221,-1.9707 12.12425,0.4929 1.43591,1.1295 3.06247,3.7311 3.61457,5.7815 2.81748,10.4634 -7.03903,19.6505 -15.84554,14.7694 z"
+ id="path3808" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 571.22725,1123.4047 c 4.53191,-5.0288 2.40883,-12.25 -3.60159,-12.25 -6.14654,0 -9.66299,6.3992 -6.63033,12.0657 1.36644,2.5533 7.98956,2.6725 10.23192,0.1843 z"
+ id="path3806" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 634.09224,1128.8139 c -0.92872,-1.1191 -0.86198,-1.5489 0.31036,-1.9987 1.80882,-0.6942 3.16264,1.1343 1.82804,2.469 -0.607,0.607 -1.38659,0.4355 -2.1384,-0.4703 z"
+ id="path3804" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 661.55792,1129.4191 c -1.20377,-1.2037 -0.54696,-2.2644 1.40223,-2.2644 1.1,0 2,0.4019 2,0.893 0,1.1241 -2.60112,2.1725 -3.40223,1.3714 z"
+ id="path3802" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 27.032735,1122.5198 c -2.45721,-3.1239 -2.68508,-8.0456 -0.51588,-11.1426 1.15275,-1.6458 2.56115,-2.2225 5.42742,-2.2225 5.19393,0 8.46043,3.8495 7.63662,8.9997 -1.08995,6.8139 -8.57414,9.4176 -12.54816,4.3654 z"
+ id="path3800" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 33.760155,1117.9547 c 1.63296,-1.633 1.51697,-5.4645 -0.1852,-6.1176 -3.10463,-1.1913 -7.23656,4.3624 -4.94813,6.6509 1.06133,1.0614 3.8259,0.7741 5.13333,-0.5333 z"
+ id="path3798" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 152.28281,1117.9047 c 0.93655,-5.209 7.53877,-34.689 9.23818,-41.25 2.46796,-9.5283 2.31279,-9.3056 4.52345,-6.4935 2.05535,2.6146 17.33009,23.7851 19.91571,27.6029 0.825,1.2182 2.4947,3.5363 3.71044,5.1515 l 2.21043,2.9367 -12.21043,4.8062 c -6.71574,2.6434 -15.29506,6.0864 -19.06515,7.6512 -3.77009,1.5648 -7.31647,2.845 -7.88084,2.845 -0.61089,0 -0.78967,-1.3152 -0.44179,-3.25 z"
+ id="path3796" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 171.41586,1110.1392 c 8.1998,-3.3086 15.075,-6.1819 15.27824,-6.3851 0.36757,-0.3676 -4.66887,-7.3847 -15.42327,-21.4887 l -5.63436,-7.3893 -4.82077,19.8893 c -4.7333,19.5283 -5.13195,21.3893 -4.58205,21.3893 0.15042,0 6.98242,-2.7071 15.18221,-6.0155 z"
+ id="path3794" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 166.66637,1098.3364 c 1.35177,-5.3235 2.59453,-9.8158 2.76169,-9.9829 0.16717,-0.1672 2.31782,2.5769 4.77923,6.098 l 4.4753,6.402 -7.23699,3.5809 -7.23699,3.581 2.45776,-9.6791 z"
+ id="path3792" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 173.16292,1097.1598 c -2.15627,-3.7894 -2.80022,-3.7678 -3.57777,0.1199 -1.15248,5.7624 -0.97105,6.1053 2.32777,4.3994 2.94392,-1.5223 2.94767,-1.5359 1.25,-4.5193 z"
+ id="path3790" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -95.039845,1113.4081 c 0,-0.9606 1.10016,-5.1231 2.4448,-9.25 1.34464,-4.1269 3.62187,-11.4409 5.06051,-16.2534 1.67563,-5.6052 3.12051,-8.75 4.02026,-8.75 3.43925,0 24.47443,8.5121 24.47443,9.9039 0,0.3343 -1.40527,1.2299 -3.12283,1.9902 -6.11516,2.7067 -17.47653,11.0431 -23.87717,17.5196 -6.61055,6.6889 -9,7.9738 -9,4.8397 z"
+ id="path3788" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -72.909035,1093.5822 c 3.09695,-1.8851 6.22445,-3.4275 6.95,-3.4275 2.61031,0 -0.66584,-1.714 -8.42954,-4.4102 -4.3168,-1.4991 -7.96789,-2.5826 -8.11354,-2.4077 -0.53039,0.6368 -7.53773,22.3513 -7.53773,23.358 0,0.57 2.5875,-1.3759 5.75,-4.3243 3.1625,-2.9484 8.28386,-6.9031 11.38081,-8.7883 z"
+ id="path3786" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 539.96015,1109.6547 c 0,-0.825 0.45,-1.5 1,-1.5 0.55,0 1,0.675 1,1.5 0,0.825 -0.45,1.5 -1,1.5 -0.55,0 -1,-0.675 -1,-1.5 z"
+ id="path3784" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 875.96013,1109.8534 c -4.8363,-2.4323 -6.294,-10.55 -2.465,-13.7277 2.578,-2.1396 8.5269,-1.6127 10.5924,0.938 5.3382,6.5924 -0.9075,16.4211 -8.1274,12.7898 z"
+ id="path3782" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 880.39523,1103.2264 c 3.3081,-3.6555 -0.7655,-8.3413 -4.2351,-4.8717 -1.2935,1.2935 -1.6199,5.0468 -0.5333,6.1333 1.1864,1.1864 2.9832,0.711 4.7684,-1.2616 z"
+ id="path3780" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 292.99,1108.8394 c -2.74832,-0.9383 -3.86818,-2.147 -5.38369,-5.8107 -1.72773,-4.1769 -1.77919,-5.0479 -0.52986,-8.9701 3.94988,-12.4004 19.49304,-11.0724 20.56419,1.7571 0.4535,5.4316 -0.90667,8.7474 -4.68049,11.4102 -3.62545,2.5581 -6.0528,2.9509 -9.97015,1.6135 z"
+ id="path3778" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 300.27589,1103.9914 c 4.72652,-2.5174 6.05189,-7.4391 3.12756,-11.6142 -2.13513,-3.0483 -6.81717,-2.9395 -9.98875,0.232 -3.34023,3.3403 -3.26408,7.7636 0.18031,10.4729 3.04809,2.3976 3.71572,2.4885 6.68088,0.9093 z"
+ id="path3776" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 738.96013,1106.1547 c 0,-0.55 0.675,-1 1.5,-1 0.825,0 1.5,0.45 1.5,1 0,0.55 -0.675,1 -1.5,1 -0.825,0 -1.5,-0.45 -1.5,-1 z"
+ id="path3774" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -188.71345,1103.13 c -7.68197,-1.5551 -14.10848,-6.5164 -17.71445,-13.6756 -5.29185,-10.5064 2.67291,-23.3404 19.58395,-31.5566 16.78635,-8.1556 34.03449,-4.654 40.5541,8.2332 5.26513,10.4074 0.76749,21.9913 -11.62651,29.9445 -9.27382,5.951 -21.9287,8.8497 -30.79709,7.0545 z"
+ id="path3772" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -175.77004,1100.6854 c 14.10737,-2.9894 26.54093,-12.6936 28.57424,-22.3017 1.45849,-6.8918 0.57267,-10.2314 -2.71063,-10.2192 -4.17938,0.015 -12.45451,4.37 -23.45242,12.3412 -8.77826,6.3624 -16.31473,11.1692 -14.66957,9.3564 0.28129,-0.31 4.52435,-3.521 9.42902,-7.1356 9.09853,-6.7053 9.59193,-8.1262 1.55955,-4.4918 -6.22574,2.8171 -3.93125,0.877 4.77376,-4.0362 4.00057,-2.2581 10.85931,-5.1042 15.24165,-6.3246 4.38234,-1.2207 7.82381,-2.6692 7.64773,-3.2192 -0.80479,-2.5137 -9.00395,-7.4291 -14.18738,-8.5051 -9.24613,-1.9194 -17.27609,0.238 -28.67675,7.7047 -8.21381,5.3795 -12.80638,10.9365 -13.53631,16.3785 -0.62377,4.6505 1.43189,11.9219 3.37042,11.9219 1.15125,0 11.6911,-6.2133 18.11688,-10.68 1.2375,-0.8602 2.25,-1.3391 2.25,-1.0643 0,0.2748 -3.83879,3.1071 -8.53064,6.2941 -6.15943,4.1837 -8.17467,6.0485 -7.25,6.709 0.86588,0.6185 0.52213,0.7472 -1.06141,0.3975 -2.29563,-0.507 -2.30559,-0.4769 -0.50236,1.5156 2.33187,2.5767 6.23188,4.5992 11.06191,5.7365 5.19718,1.2238 4.96116,1.2309 12.55231,-0.3777 z"
+ id="path3770" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -28.019985,1101.9047 c -2.42216,-1.2375 -5.75975,-3.9542 -7.41687,-6.0372 -2.47437,-3.1102 -3.07538,-4.8977 -3.36226,-10 -0.44579,-7.9288 1.2288,-10.7315 10.26455,-17.1793 5.90682,-4.215 7.38318,-4.8194 11.87027,-4.8585 11.4328498,-0.1 19.6244498,8.1756 19.6244498,19.825 0,15.2448 -17.1212098,25.3306 -30.9801398,18.25 z"
+ id="path3768" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -10.328385,1099.0523 c 6.4180398,-3.1069 9.58221978,-7.8096 10.10348978,-15.016 0.38075,-5.2639 0.10989,-6.3826 -2.43446998,-10.0542 -3.2954,-4.7552 -7.4576698,-6.8275 -13.7134998,-6.8275 -7.3762,0 -12.66698,5.8458 -12.66698,13.9958 0,7.3386 7.05887,11.453 12.77749,7.4475 4.42414,-3.0988 0.98791,-10.9937 -3.6943,-8.4878 -2.54286,1.3609 -2.6614,2.6078 -0.33319,3.5048 1.63016,0.628 1.61913,0.7477 -0.16114,1.7468 -4.08855,2.2947 -5.70901,-4.8817 -1.79676,-7.9571 4.76883,-3.7487 11.48063,0.7821 11.48063,7.75 0,5.9659 -3.15895,9 -9.37032,9 -8.19695,0 -13.47015,-6.3937 -12.74922,-15.4582 0.43044,-5.4121 -0.70347,-5.8624 -2.70422,-1.0739 -2.20775,5.2839 -1.78876,9.6048 1.42236,14.6682 5.20882,8.2134 15.06586,11.0091 23.84013,6.7615 z"
+ id="path3766" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 734.71013,1094.4384 c -1.5125,-0.2291 -2.75,-0.5535 -2.75,-0.721 0,-1.0614 -4.4376,-40.6949 -6.5998,-58.9444 -2.0168,-17.0228 -2.32,-22.05 -1.3654,-22.6399 0.6749,-0.417 6.4556,-1.5379 12.8461,-2.4906 6.3905,-0.9527 14.6377,-2.2964 18.3272,-2.9859 4.5368,-0.8479 6.8197,-0.9185 7.0532,-0.2182 0.1898,0.5694 1.1413,-1.0494 2.1144,-3.5975 l 1.7693,-4.63287 3.1775,1.3228 c 2.9702,1.23647 3.4221,1.13137 6.9275,-1.6108 2.0625,-1.6134 3.75,-3.5597 3.75,-4.3252 0,-0.7654 1.5239,-2.7784 3.3865,-4.4733 1.8625,-1.6949 3.6513,-4.4058 3.975,-6.0243 0.6291,-3.1455 2.6567,-3.8305 4.5578,-1.5398 0.8865,1.0682 0.8835,1.4963 -0.013,1.7951 -0.6474,0.2158 9.5713,11.8146 22.7083,25.77517 13.1369,13.9606 26.612,28.3078 29.9446,31.8828 l 6.0594,6.4999 4.6865,-1.9279 c 2.5776,-1.0603 4.5759,-2.2083 4.4407,-2.551 -0.1352,-0.3428 -9.6959,-9.5327 -21.2459,-20.422 -11.55,-10.8893 -25.6607,-24.22127 -31.3571,-29.62677 -5.6964,-5.4055 -10.9288,-9.8281 -11.6276,-9.8281 -0.6987,0 -1.8306,-0.675 -2.5153,-1.5 -1.0196,-1.2285 -0.9512,-1.5 0.3776,-1.5 1.2244,0 1.6224,-0.975 1.6224,-3.9743 0,-3.4045 0.4301,-4.1968 3,-5.5257 2.1382,-1.1057 3,-2.2807 3,-4.0902 0,-1.5604 1.0924,-3.4581 2.8342,-4.9238 2.2182,-1.8664 2.7406,-3.0232 2.4032,-5.3217 -0.3564,-2.4282 0.089,-3.2442 2.5729,-4.7113 2.9892,-1.7658 2.9962,-1.791 1.411,-5.1151 -1.561,-3.2734 -1.5353,-3.4007 1.2787,-6.3379 2.8572,-2.9823 2.8632,-3.0152 1.1855,-6.5333 -1.5221,-3.1919 -1.5376,-3.7628 -0.1594,-5.8661 1.3972,-2.1325 1.3177,-2.999 -0.9378,-10.2154 -2.6135,-8.3618 -6.6314,-23.6882 -6.291,-23.9971 0.4885,-0.4434 24.5779,-6.53 39.2027,-9.9053 8.8,-2.0309 22.525,-5.2244 30.5,-7.0965 7.975,-1.8722 15.4905,-3.6281 16.7011,-3.9019 2.5521,-0.5774 2.8546,0.2364 6.8187,18.3456 2.6513,12.1116 3.0661,19.8078 1.5098,28.014 -0.8962,4.7254 -0.7067,5.7331 2.4753,13.1674 l 3.4457,8.0503 -3.473,7.4181 -3.4731,7.418 2.6376,7.1158 2.6375,7.1157 -3.8501,3.9429 -3.8501,3.9428 1.5907,5.9368 1.5907,5.9368 -4.9543,4.1776 -4.9543,4.1775 0.663,7.12807 0.6629,7.1282 -5.4823,3.5 c -5.455,3.4827 -6.6909,5.5813 -6.6987,11.375 0,1.5685 -1.5017,2.9107 -5.7259,5.1251 -5.3839,2.8222 -5.8154,3.3259 -7.2819,8.5 -1.5402,5.4338 -1.6333,5.529 -7.731,7.9093 -5.8094,2.2678 -6.275,2.6956 -7.9245,7.2829 -1.6378,4.5545 -2.0827,4.9704 -6.7932,6.3525 -3.8174,1.1202 -5.5856,2.3206 -7.2867,4.947 -2.2048,3.4044 -3.0225,3.7949 -10.4333,4.9827 -2.9187,0.4677 -4.3691,1.5497 -7.0147,5.2328 l -3.3352,4.6432 -6.5042,-0.2358 c -5.9003,-0.2139 -6.7345,0.01 -8.9853,2.4166 -3.9557,4.2286 -5.2691,4.5724 -10.9838,2.8753 -4.9918,-1.4824 -5.3096,-1.462 -7.3707,0.4744 -3.3709,3.1668 -8.8988,5.0581 -19.4179,6.6438 -9.106,1.3725 -21.2013,1.707 -27.4588,0.759 z"
+ id="path3764" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 761.57913,1090.6238 c 13.2239,-2.2796 12.3311,-1.6356 10.732,-7.742 -1.6097,-6.1466 -17.351,-72.3981 -17.351,-73.0262 0,-0.364 -28.2886,4.2362 -28.614,4.653 -0.2468,0.3162 7.4137,68.165 8.2805,73.3397 0.375,2.2386 1.1777,3.3194 2.6842,3.6139 4.9661,0.9708 15.9802,0.5903 24.2683,-0.8384 z"
+ id="path3762" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 736.74283,1059.577 c -1.5275,-3.3524 -0.048,-5.8083 3.7688,-6.2581 4.579,-0.5396 7.0504,4.0909 3.8771,7.2644 -2.481,2.481 -6.2852,1.9802 -7.6459,-1.0063 z"
+ id="path3760" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 743.46013,1058.1803 c 0,-3.294 -2.9812,-4.973 -5.0884,-2.8659 -1.5012,1.5012 -1.4595,1.7924 0.5438,3.7956 2.6129,2.6129 4.5446,2.2178 4.5446,-0.9297 z"
+ id="path3758" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 751.62733,1057.0899 c -1.9523,-2.7873 -0.9839,-5.8177 2.1071,-6.5934 3.1469,-0.7899 5.6228,0.6685 6.0525,3.5653 0.7095,4.7836 -5.3538,7.0338 -8.1596,3.0281 z"
+ id="path3756" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 757.92033,1056.7026 c 2.0132,-2.4258 0.3016,-5.7146 -2.7875,-5.3561 -2.9693,0.3445 -4.0467,3.0501 -2.1328,5.3561 1.5354,1.8501 3.3849,1.8501 4.9203,0 z"
+ id="path3754" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 734.53153,1042.5832 c -3.0204,-3.0204 -1.2826,-7.4286 2.9286,-7.4286 1.155,0 2.64,0.54 3.3,1.2 0.66,0.66 1.2,2.145 1.2,3.3 0,4.2112 -4.4082,5.949 -7.4286,2.9286 z"
+ id="path3752" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 739.96013,1040.3547 c 0,-2.355 -1.8828,-4.1822 -3.6219,-3.5149 -1.429,0.5484 -1.878,3.4817 -0.7114,4.6482 1.3988,1.3988 4.3333,0.6314 4.3333,-1.1333 z"
+ id="path3750" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 747.51683,1039.9322 c -2.0169,-2.8796 -1.9627,-4.1001 0.272,-6.1225 2.2967,-2.0785 4.5761,-2.1073 6.5999,-0.084 3.0383,3.0383 0.8362,8.4286 -3.4433,8.4286 -1.0296,0 -2.5724,-1.0001 -3.4286,-2.2225 z"
+ id="path3748" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 753.92133,1039.2271 c 1.444,-2.698 0.2291,-5.2419 -2.3283,-4.8753 -2.1737,0.3117 -3.2249,2.8177 -2.2489,5.3613 0.7887,2.0553 3.3635,1.7819 4.5772,-0.486 z"
+ id="path3746" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 731.96013,1026.1546 c -2.4113,-2.4113 -2.487,-3.3701 -0.4286,-5.4285 2.0585,-2.0584 3.0173,-1.9828 5.4286,0.4285 2.4113,2.4113 2.487,3.3702 0.4286,5.4286 -2.0585,2.0584 -3.0173,1.9827 -5.4286,-0.4286 z"
+ id="path3744" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 736.46013,1023.6409 c 0,-1.2985 -0.7791,-2.0969 -2.25,-2.3059 -1.657,-0.2353 -2.25,0.182 -2.25,1.5834 0,1.0466 0.3156,2.2184 0.7012,2.6041 1.3266,1.3265 3.7988,0.1021 3.7988,-1.8816 z"
+ id="path3742" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 743.40023,1024.7036 c -1.8743,-2.8607 -1.1834,-6.0808 1.6276,-7.5852 2.4207,-1.2955 5.5294,0.1915 6.4475,3.0841 0.8418,2.6523 -1.9508,6.9521 -4.5152,6.9521 -1.0746,0 -2.6766,-1.103 -3.5599,-2.451 z"
+ id="path3740" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 749.38673,1023.5852 c 1.9141,-1.9142 0.3574,-5.7323 -2.1369,-5.2409 -2.5836,0.5089 -3.8839,3.3894 -2.3593,5.2265 1.6492,1.9871 2.5207,1.9898 4.4962,0.014 z"
+ id="path3738" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 781.96013,1081.4505 c 0,-0.7456 -2.0748,-7.9796 -4.6107,-16.0757 -2.5359,-8.096 -6.3278,-20.3451 -8.4264,-27.2201 -2.0986,-6.875 -4.2988,-13.7669 -4.8893,-15.3152 -1.2886,-3.3788 -1.3342,-6.1479 -0.049,-2.9516 1.1776,2.928 4.3366,1.9813 3.3857,-1.0146 -2.4763,-7.8021 -5.2251,-10.75 -5.5104,-5.9097 -0.064,1.095 -0.3289,0.8771 -0.75,-0.6179 -0.3577,-1.27 -0.9878,-2.2826 -1.4003,-2.25 -0.4125,0.032 -1.3963,0.059 -2.1863,0.059 -1.2058,0 -1.1366,1.0833 0.4312,6.75 2.0538,7.4239 3.39,12.4094 11.0557,41.2501 2.8507,10.7249 5.5992,21.2608 6.1078,23.4128 0.5087,2.1521 1.1786,4.3235 1.4887,4.8252 0.7147,1.1564 5.3529,-3.126 5.3529,-4.9422 z"
+ id="path3736" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 792.96013,1083.6206 c 0,-0.721 -22.9779,-58.5921 -23.9724,-60.3758 -0.6333,-1.1359 -0.9917,-1.0258 -1.8437,0.5663 -0.8442,1.5773 0.7077,7.5987 7.6911,29.8415 l 8.7488,27.8653 3.4381,1.2422 c 3.7877,1.3687 5.9381,1.6802 5.9381,0.8605 z"
+ id="path3734" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 798.37813,1080.8099 2.918,-2.3348 -16.418,-37.5885 c -10.6102,-24.2919 -16.7637,-37.2506 -17.3953,-36.6331 -2.3415,2.2897 -0.5614,9.2151 7.6857,29.9012 4.7145,11.825 10.9837,27.6781 13.9317,35.2292 2.9479,7.551 5.5849,13.7363 5.8599,13.7449 0.275,0.01 1.8131,-1.0347 3.418,-2.3189 z"
+ id="path3732" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 803.02323,1059.9047 c -5.3517,-10.0375 -13.881,-26.125 -18.9539,-35.75 -8.1889,-15.537 -12.4881,-21.9546 -13.8172,-20.6254 -0.2336,0.2336 0.9003,3.2825 2.5197,6.7751 1.6195,3.4927 4.4106,9.7253 6.2024,13.8503 1.7918,4.125 4.479,10.2 5.9714,13.5 1.4924,3.3 6.2102,13.7625 10.4841,23.25 l 7.7706,17.25 4.7767,0 4.7766,0 -9.7304,-18.25 z"
+ id="path3730" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 818.95513,1070.2545 c 0,-0.7702 -3.755,-7.5202 -8.3506,-15 -4.5955,-7.4799 -12.9718,-21.2498 -18.614,-30.5998 -15.3307,-25.40587 -15.1162,-25.09817 -16.1776,-23.2015 -0.6677,1.1931 1.0362,5.2515 6.4701,15.4106 4.0571,7.585 10.2111,19.1909 13.6756,25.7909 3.4645,6.6 7.9685,15.15 10.0089,19 2.0403,3.85 4.7306,9.0067 5.9783,11.4594 l 2.2686,4.4594 2.3679,-2.9594 c 1.3023,-1.6277 2.3701,-3.5895 2.3728,-4.3596 z"
+ id="path3728" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 830.72763,1067.6638 c 0.1471,-0.1159 -2.1417,-3.5403 -5.0861,-7.6099 -2.9444,-4.0696 -14.0464,-19.5492 -24.671,-34.3992 -10.6247,-14.85 -19.6985,-27.42757 -20.164,-27.95007 -0.5298,-0.5946 -1.2594,-0.537 -1.9505,0.1541 -1.2607,1.2607 -1.7219,0.4315 21.5817,38.79597 8.6862,14.3 16.6621,27.4378 17.7241,29.195 1.8671,3.0893 2.1026,3.1757 7.1146,2.6099 2.8511,-0.3218 5.3041,-0.6799 5.4512,-0.7958 z"
+ id="path3726" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 835.93793,1060.6322 c 0.012,-0.5623 -5.8908,-8.4373 -13.1178,-17.5 -7.227,-9.0626 -18.4251,-23.2418 -24.8846,-31.5093 -13.3632,-17.10347 -14.6618,-18.44897 -15.5564,-16.11777 -0.386,1.006 2.0817,5.29557 6.8244,11.86267 9.4602,13.0994 28.1337,38.682 36.5872,50.1242 l 6.529,8.8374 1.798,-2.3374 c 0.9889,-1.2855 1.8079,-2.7974 1.8202,-3.3598 z"
+ id="path3724" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 843.70063,1058.2493 c 0.8328,-0.4454 -1.3165,-3.6099 -6.5401,-9.629 -38.0193,-43.81 -49.6919,-56.96567 -50.5432,-56.96567 -2.432,0 -1.2477,2.5593 4.4053,9.51947 3.3415,4.1143 7.282,9.0653 8.7565,11.0021 1.4746,1.9368 10.7035,13.5435 20.5089,25.7927 18.6737,23.3278 18.3077,23.0107 23.4126,20.2804 z"
+ id="path3722" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 848.02523,1052.4835 c 0.5586,-1.4692 0.8849,-3.2498 0.7252,-3.9569 -0.2801,-1.2404 -11.9712,-14.0959 -29.8883,-32.865 -4.7289,-4.9538 -13.0535,-13.8188 -18.4991,-19.69987 -8.8315,-9.5379 -9.9849,-10.4661 -10.6781,-8.5923 -0.5439,1.4705 -0.2132,2.7284 1.1024,4.1929 3.2292,3.5949 42.1958,48.72397 48.5903,56.27477 3.3454,3.9503 6.4311,7.2128 6.8573,7.25 0.4261,0.037 1.2317,-1.1345 1.7903,-2.6036 z"
+ id="path3720" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 864.13913,1037.0747 0.3891,-4.08 -24.534,-21.2814 c -13.4938,-11.7049 -28.2193,-24.49387 -32.7234,-28.42007 -4.5042,-3.9262 -8.4702,-7.1386 -8.8134,-7.1386 -0.3432,0 -0.483,1.3465 -0.3107,2.9921 0.2613,2.4951 5.6291,7.8928 32.3134,32.49347 17.6,16.2257 32.2902,29.5043 32.645,29.5079 0.3547,0 0.82,-1.8294 1.034,-4.0734 z"
+ id="path3718" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 870.79153,1029.295 3.3313,-1.7758 -6.8313,-5.0525 c -3.7573,-2.7789 -10.2064,-7.664 -14.3314,-10.8559 -4.125,-3.1919 -12,-9.2502 -17.5,-13.46287 -5.5,-4.2126 -12.8766,-9.8719 -16.3925,-12.5763 -15.4658,-11.8961 -17.4339,-13.229 -18.7743,-12.7146 -0.7797,0.2992 -1.2862,0.883 -1.1255,1.2973 0.2498,0.6438 19.9911,17.911 56.3068,49.25037 4.9394,4.2625 9.6568,7.7311 10.4831,7.7081 0.8263,-0.023 3.0015,-0.8411 4.8338,-1.8178 z"
+ id="path3716" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 874.71263,1016.6547 c -2.0535,-1.7591 -50.7442,-36.64297 -65.3108,-46.79117 l -5.4417,-3.7911 0,2.8861 c 0,1.5874 0.7875,3.5985 1.75,4.4692 0.9625,0.8707 17.0487,13.1122 35.7472,27.20317 l 33.9971,25.6202 0.7965,-3.7982 c 0.6895,-3.2884 0.483,-4.0667 -1.5383,-5.7982 z"
+ id="path3714" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 882.19363,1013.2373 c 1.7958,-1.6045 3.0404,-3.0836 2.7658,-3.2868 -1.9433,-1.4381 -11.5621,-7.4218 -30.9993,-19.28427 -12.375,-7.5524 -24.075,-14.7388 -26,-15.9698 -15.2707,-9.7651 -19.1911,-11.7622 -21.2696,-10.8347 -1.9646,0.8766 -1.7256,1.232 3.3265,4.9474 5.3051,3.9015 12.2926,8.8364 22.4431,15.8504 2.75,1.9003 13.775,9.7311 24.5,17.40167 10.725,7.6706 20.0554,13.9796 20.7342,14.02 0.6788,0.04 2.7035,-1.2394 4.4993,-2.844 z"
+ id="path3712" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 887.48013,1002.4046 c -0.3889,-2.61247 -0.7775,-4.79917 -0.8635,-4.85917 -0.243,-0.1696 -27.392,-14.2327 -45.1565,-23.3909 -8.8,-4.5367 -19.2054,-9.9926 -23.1231,-12.1242 -8.0872,-4.4003 -9.4023,-4.6888 -8.6738,-1.9031 0.3274,1.2521 6.0462,5.2134 15.6564,10.8449 16.7261,9.8014 52.1582,30.65747 57.6405,33.92847 4.9897,2.9772 5.3085,2.8011 4.52,-2.496 z"
+ id="path3710" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 891.45013,992.16503 c 1.5753,-1.6442 2.619,-3.2347 2.3194,-3.5344 -0.2997,-0.2996 -10.6169,-5.084 -22.9271,-10.6319 -12.3103,-5.548 -30.233,-13.6265 -39.8282,-17.9523 -16.6724,-7.5164 -17.5519,-7.7957 -19.8368,-6.2986 -1.3149,0.8617 -2.2393,1.6934 -2.0541,1.8484 0.1853,0.155 14.7368,7.6325 32.3368,16.6168 17.6,8.9842 34.7,17.7711 38,19.5264 3.3,1.7554 6.7033,3.2419 7.5629,3.3034 0.8596,0.061 2.8518,-1.2335 4.4271,-2.8778 z"
+ id="path3708" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 895.94493,986.90463 c -0.01,-0.1375 -0.6148,-2.275 -1.3476,-4.75 l -1.3325,-4.5 -37.9023,-15.2357 c -46.5636,-18.7173 -41.9093,-17.1452 -40.0359,-13.5224 1.2435,2.4046 4.4905,4.2681 18.3224,10.5155 14.0078,6.3269 25.6378,11.6062 58.3111,26.4699 2.4547,1.1167 4.0148,1.5171 3.9848,1.0227 z"
+ id="path3706" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 897.82593,969.11053 c -1.2785,-0.7051 -9.552,-3.6298 -41.3658,-14.6228 -7.15,-2.4707 -19.2445,-6.7141 -26.8767,-9.4299 -10.7038,-3.8087 -14.1908,-4.6771 -15.25,-3.798 -0.7553,0.6268 -1.3733,1.4852 -1.3733,1.9074 0,0.4222 12.2625,5.6239 27.25,11.5592 14.9875,5.9354 33.1,13.142 40.25,16.0146 l 13,5.2231 2.8658,-3.0502 c 2.2191,-2.3618 2.5576,-3.2201 1.5,-3.8034 z"
+ id="path3704" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 898.14403,961.16993 c -1.3792,-4.0573 -2.4466,-5.5864 -4.262,-6.1046 -1.332,-0.3803 -12.3219,-3.4157 -24.4219,-6.7453 -12.1,-3.3296 -27.85,-7.7071 -35,-9.7278 -7.15,-2.0208 -14.286,-3.9041 -15.8578,-4.1852 -2.8244,-0.5051 -2.8391,-0.4825 -1.2576,1.9311 1.6592,2.5323 5.2057,4.1583 22.1154,10.1397 5.5,1.9455 21.25,7.542 35,12.4366 13.75,4.8946 25.1179,8.6224 25.2619,8.284 0.1441,-0.3384 -0.566,-3.0513 -1.578,-6.0285 z"
+ id="path3702" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 899.29793,946.96603 2.4978,-5.6886 -2.6678,-0.5301 c -1.4673,-0.2915 -8.9678,-1.4584 -16.6678,-2.593 -7.7,-1.1346 -14.675,-2.2548 -15.5,-2.4893 -3.8135,-1.084 -48.5013,-7.5798 -50.3056,-7.3124 -3.7692,0.5586 -2.9473,2.6581 1.4909,3.8083 2.3731,0.615 7.9147,2.192 12.3147,3.5044 4.4,1.3124 15.65,4.4916 25,7.0648 9.35,2.5732 22.175,6.1599 28.5,7.9704 6.325,1.8105 11.8015,2.9908 12.17,2.623 0.3685,-0.3679 1.794,-3.2288 3.1678,-6.3575 z"
+ id="path3700" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 900.96013,937.74363 c 0,-0.2261 -0.9368,-2.8592 -2.0819,-5.8513 l -2.0819,-5.4403 -18.6681,-0.6356 c -60.552,-2.0618 -61.7459,-2.0706 -60.4007,-0.4457 0.6971,0.842 3.3971,1.8178 6,2.1684 2.603,0.3506 5.8576,0.8369 7.2326,1.0806 1.375,0.2437 14.425,2.0808 29,4.0823 14.575,2.0016 28.75,3.9911 31.5,4.4212 6.0595,0.9476 9.5,1.1723 9.5,0.6204 z"
+ id="path3698" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 897.66963,914.90463 c 0.5466,-4.5375 0.8405,-8.4326 0.6531,-8.6558 -0.3386,-0.4031 -3.7339,0.1548 -35.3626,5.8108 -9.075,1.6228 -23.5449,4.1824 -32.1553,5.6879 -11.8811,2.0773 -15.5318,3.059 -15.143,4.0721 0.4155,1.0827 8.1187,1.335 40.7631,1.335 l 40.2509,0 0.9938,-8.25 z"
+ id="path3696" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 818.59953,918.55323 c 2.3646,-0.6344 2.4283,-0.1058 -2.1263,-17.6378 -1.6843,-6.4831 -1.8508,-6.7153 -4.382,-6.1093 -1.4471,0.3464 -2.8005,0.7735 -3.0075,0.949 -0.5359,0.4542 6.1635,23.4023 6.8271,23.3858 0.3021,-0.01 1.512,-0.2719 2.6887,-0.5877 z"
+ id="path3694" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 827.62613,912.27723 -0.5229,-4.6226 1.0901,4.3427 c 1.0389,4.1387 1.2317,4.3143 4.1055,3.7396 1.6585,-0.3317 3.1357,-0.7233 3.2826,-0.8703 0.339,-0.3389 -4.4704,-22.6588 -5.103,-23.6824 -0.526,-0.8512 -5.3221,-0.156 -5.9517,0.8626 -0.2221,0.3594 0.2552,3.5062 1.0607,6.9928 0.8055,3.4867 1.3137,6.792 1.1293,7.3452 -0.1844,0.5532 -1.1392,-2.4042 -2.1218,-6.572 l -1.7864,-7.5779 -3.1742,0.6035 c -1.7458,0.3319 -3.3415,0.7436 -3.5459,0.9149 -0.2044,0.1712 0.5551,3.8191 1.6879,8.1063 1.1327,4.2873 2.534,9.6301 3.1139,11.8729 0.9894,3.8267 1.2455,4.0499 4.1566,3.6227 3.05,-0.4477 3.0934,-0.5331 2.5793,-5.078 z"
+ id="path3692" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 842.14303,913.63843 c 0.2839,-0.2839 -0.5211,-5.1214 -1.7889,-10.75 -3.4993,-15.536 -3.1431,-14.6122 -5.4054,-14.0206 -1.1109,0.2905 -2.2739,0.9394 -2.5845,1.4419 -0.4646,0.7518 2.7257,18.1905 4.1336,22.5949 0.3891,1.2172 4.6127,1.7662 5.6452,0.7338 z"
+ id="path3690" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 847.52173,912.57363 2.0616,-0.5537 -2.5857,-11.8734 c -1.4221,-6.5303 -2.8913,-12.1791 -3.265,-12.5527 -0.3736,-0.3737 -1.7772,-0.4038 -3.1191,-0.067 l -2.4397,0.6124 1.9368,8.7577 c 2.7847,12.5915 3.832,16.2596 4.638,16.2441 0.3913,-0.01 1.6392,-0.2628 2.7731,-0.5673 z"
+ id="path3688" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 856.56253,911.16833 c 0.9812,-0.012 0.1526,-4.7769 -4.1327,-23.7637 -0.5645,-2.5012 -1.2135,-2.6781 -4.8096,-1.3109 l -2.47,0.9391 1.8937,8.8109 c 3.3271,15.4797 3.7607,16.5868 6.2358,15.923 1.1992,-0.3216 2.6765,-0.5909 3.2828,-0.5984 z"
+ id="path3686" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 864.96013,908.23363 c 0,-1.0566 -0.9255,-5.8178 -2.0566,-10.5803 -1.1311,-4.7626 -1.894,-9.1469 -1.6953,-9.7429 0.1986,-0.596 1.4057,3.6026 2.6824,9.3303 1.2767,5.7276 2.6496,10.7763 3.0508,11.2193 1.2157,1.3422 6.0188,-0.3849 6.0174,-2.1638 0,-1.4976 -4.491,-21.1212 -5.438,-23.768 -0.6543,-1.8285 -5.6438,-0.3051 -6.5784,2.0085 -0.7019,1.7375 -0.8669,1.8002 -0.9189,0.3488 -0.051,-1.4129 -0.6169,-1.6385 -2.8134,-1.1208 -1.5125,0.3564 -3.0692,0.9318 -3.4594,1.2784 -0.5793,0.5147 3.1356,19.3262 4.7121,23.8615 0.239,0.6875 1.7987,1.25 3.4659,1.25 2.3232,0 3.0314,-0.4488 3.0314,-1.921 z"
+ id="path3684" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 880.79473,906.59593 c 0.1841,-0.1525 -0.6561,-4.9267 -1.8671,-10.6093 -1.211,-5.6826 -2.4252,-11.5695 -2.6981,-13.082 -0.3599,-1.994 -1.0838,-2.7458 -2.6329,-2.7347 -4.873,0.035 -5.0164,0.9183 -2.2087,13.6058 3.4092,15.4056 3.0178,14.5505 6.3002,13.7628 1.5246,-0.3659 2.9226,-0.79 3.1066,-0.9426 z"
+ id="path3682" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 888.39443,905.26103 c 0.3037,-0.4915 -0.6822,-6.8252 -2.191,-14.0748 l -2.7433,-13.1812 -2.9271,0.5852 c -1.6099,0.3219 -3.1339,0.7921 -3.3867,1.0448 -0.3746,0.3746 2.2011,14.2271 4.5127,24.2696 0.3871,1.6819 1.2331,2.25 3.3505,2.25 1.5579,0 3.0811,-0.4021 3.3849,-0.8936 z"
+ id="path3680" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 897.81573,903.62653 c 0.3625,-0.3566 -5.7943,-26.6879 -6.3873,-27.3171 -0.1789,-0.1898 -1.7075,-0.042 -3.3968,0.3295 -1.9206,0.4218 -3.0787,1.3006 -3.0906,2.3452 -0.011,0.9188 1.1912,7.2187 2.6705,13.9998 l 2.6896,12.3293 3.5795,-0.6685 c 1.9687,-0.3676 3.7395,-0.8259 3.9351,-1.0182 z"
+ id="path3678" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 392.88691,1092.5664 c -2.23073,-2.6878 -1.44681,-8.3742 1.53573,-11.1397 3.2061,-2.9729 6.50671,-2.4898 8.19317,1.1991 0.99154,2.1688 0.796,3.0605 -1.37685,6.2784 -3.79341,5.6178 -5.9458,6.5616 -8.35205,3.6622 z"
+ id="path3676" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 602.76998,1064.6312 c -0.99877,-0.9988 0.43022,-5.4765 1.74773,-5.4765 2.02184,0 2.65519,1.734 1.4535,3.9793 -1.06805,1.9957 -2.18183,2.5166 -3.20123,1.4972 z"
+ id="path3674" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -240.80573,1050.6111 c -3.34993,-1.4085 -4.23411,-3.1229 -4.23411,-8.2094 0,-4.0912 2.4227,-7.4058 4.758,-6.5096 1.03687,0.3978 1.32453,0.205 0.84703,-0.5676 -1.17238,-1.8969 4.87565,-1.411 7.34718,0.5904 1.36265,1.1033 2.38797,3.357 2.74778,6.0397 0.47296,3.5262 0.18391,4.6948 -1.64197,6.6383 -2.76623,2.9446 -6.02739,3.6145 -9.82391,2.0182 z"
+ id="path3672" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -234.61127,1047.5833 c 3.80163,-3.8017 -0.27991,-10.7 -4.83318,-8.1686 -1.15246,0.6406 -2.36624,1.0915 -2.69728,1.0018 -1.13521,-0.3077 0.36248,5.2376 1.88745,6.9882 1.8874,2.1667 3.60067,2.2209 5.64301,0.1786 z"
+ id="path3670" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 698.18933,1037.9672 c 0.618,-1.8542 2.7708,-2.1619 2.7708,-0.3958 0,0.8707 -0.7125,1.5833 -1.5833,1.5833 -0.8709,0 -1.4052,-0.5344 -1.1875,-1.1875 z"
+ id="path3668" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 591.62682,1015.4879 c -1.15064,-1.1505 -0.72824,-2.3333 0.83333,-2.3333 0.825,0 1.5,0.675 1.5,1.5 0,1.5616 -1.1827,1.984 -2.33333,0.8333 z"
+ id="path3666" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 703.96013,1014.6546 c 0,-1.0034 0.6559,-1.5202 1.6789,-1.3233 0.9234,0.1778 1.6789,0.7734 1.6789,1.3233 0,0.55 -0.7555,1.1456 -1.6789,1.3233 -1.023,0.197 -1.6789,-0.3198 -1.6789,-1.3233 z"
+ id="path3664" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -252.08969,1008.0615 c -2.81125,-5.2529 2.63974,-10.71607 7.50889,-7.5257 2.76359,1.8108 3.47605,6.2837 1.34096,8.4188 -2.03584,2.0359 -7.58186,1.4762 -8.84985,-0.8931 z"
+ id="path3662" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -246.03984,1006.6546 c 0.96802,-1.1664 0.97899,-1.8204 0.0493,-2.9406 -1.49311,-1.799 -4.04933,-0.9273 -4.04933,1.3809 0,3.2002 1.99343,3.9775 4,1.5597 z"
+ id="path3660" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 705.12833,975.51983 c 0.1976,-1.0259 0.803,-1.7527 1.3455,-1.6152 1.4534,0.3684 1.1994,2.5123 -0.3592,3.0318 -0.8762,0.2921 -1.2202,-0.202 -0.9863,-1.4166 z"
+ id="path3658" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -234.72602,932.20443 c -10.84067,-6.6101 -5.00537,-22.4789 7.64215,-20.7825 5.17541,0.6941 8.72009,3.816 10.08396,8.881 2.7199,10.1009 -8.41645,17.578 -17.72611,11.9015 z"
+ id="path3656" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -221.28984,928.59993 c 2.39852,-2.7256 2.93071,-7.3049 1.22036,-10.5007 -1.31192,-2.4513 -6.101,-4.9446 -9.49762,-4.9446 -3.86925,0 -8.47837,5.0032 -8.4505,9.1731 0.0576,8.623 11.03648,12.7396 16.72776,6.2722 z"
+ id="path3654" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -231.46841,925.58323 c -2.88014,-2.8802 -1.17265,-6.4286 3.09339,-6.4286 1.88525,0 4.33518,2.4656 4.33518,4.3628 0,1.0448 -3.20742,3.6372 -4.5,3.6372 -0.74643,0 -2.06429,-0.7071 -2.92857,-1.5714 z"
+ id="path3652" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 736.42143,892.12533 c -2.7712,-0.3854 -6.3712,-1.3994 -8,-2.2533 -6.1566,-3.2277 -17.6381,-17.9406 -15.5949,-19.9838 0.7818,-0.7818 1.6056,-0.6164 2.9387,0.59 2.6632,2.4102 3.1734,2.0796 1.9191,-1.2434 -0.8607,-2.2801 -0.7993,-3.2848 0.2801,-4.5853 1.2371,-1.4906 1.5188,-1.1972 2.6829,2.7952 2.4729,8.4809 10.0717,13.1117 18.2135,11.0995 4.1813,-1.0334 4.6755,-2.5454 1.1073,-3.3877 -2.9809,-0.7037 -4.9731,-4.2481 -4.9933,-8.8838 -0.011,-2.5931 0.8183,-4.1675 3.5565,-6.75 3.1108,-2.9339 4.2411,-3.3681 8.7679,-3.3681 9.4624,0 15.6609,6.2873 15.6609,15.8852 0,6.3247 -1.0335,8.9945 -5.0284,12.9894 -6.1037,6.1037 -12.7888,8.3091 -21.5103,7.0961 z"
+ id="path3650" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 750.03083,886.40463 c 12.0957,-6.1266 13.3674,-21.5145 2.1868,-26.4603 -4.7596,-2.1054 -8.6979,-1.511 -12.4426,1.8778 -4.3584,3.9443 -0.7034,12.3325 5.3737,12.3325 3.6259,0 3.5538,1.1976 -0.2657,4.4114 -2.9495,2.4819 -4.756,3.1944 -9.6563,3.8086 l -2.2334,0.28 2.5559,3.25 c 3.2555,4.1396 7.038,4.2702 14.4816,0.5 z"
+ id="path3648" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 727.54573,882.60723 c -6.4067,-5.9114 -8.1309,-6.47 -4.4237,-1.4332 1.9479,2.6464 8.0125,6.8946 9.8381,6.8913 0.275,-5e-4 -2.1615,-2.4566 -5.4144,-5.4581 z"
+ id="path3646" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 854.46013,868.15463 c -0.3399,-0.55 0.3085,-1 1.441,-1 1.1324,0 2.059,0.45 2.059,1 0,0.55 -0.6484,1 -1.441,1 -0.7925,0 -1.7191,-0.45 -2.059,-1 z"
+ id="path3644" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 792.07273,862.50253 c -0.7804,-1.7129 -0.8649,-2.9955 -0.2386,-3.6218 0.5333,-0.5334 0.7775,-1.4774 0.5425,-2.0979 -0.5629,-1.4867 3.666,-6.1282 5.5835,-6.1282 1.772,0 4,1.9098 4,3.4286 0,0.5893 0.4111,1.0714 0.9135,1.0714 1.4502,0 -0.1987,4.61 -2.6569,7.4281 -2.9728,3.4081 -6.5707,3.3727 -8.144,-0.08 z"
+ id="path3642" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 820.06473,857.57213 c -7.958,-2.14 -14.9038,-6.2147 -21.1597,-12.4133 -6.7107,-6.64915 -9.5774,-12.30961 -11.7061,-23.11503 -1.3375,-6.7889 -1.4216,-9.64304 -0.4992,-16.95077 0.6101,-4.83302 1.6837,-9.8338 2.3859,-11.11284 0.7022,-1.27903 1.4137,-3.14812 1.5812,-4.15353 0.4692,-2.81628 5.5885,-9.76765 10.5857,-14.37384 8.39,-7.73367 18.3845,-11.29815 31.679,-11.29815 20.8828,0 37.2079,9.46709 45.5976,26.44244 3.1617,6.39719 3.7432,8.66729 4.1619,16.24689 0.5862,10.61182 -1.2813,18.93266 -6.2598,27.89092 -4.3792,7.87968 -10.4191,13.35786 -19.5891,17.76721 -13.6235,6.5507 -25.2904,8.159 -36.7774,5.07 z"
+ id="path3640" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 845.89623,854.54253 c 21.7719,-5.3473 35.3784,-25.00296 33.8453,-48.89194 -1.1209,-17.46676 -15.1281,-32.7642 -34.2814,-37.4392 -7.9357,-1.93696 -20.2033,-1.51481 -27.5101,0.94667 -8.4294,2.83966 -13.4032,6.42245 -21.0851,15.18812 -3.5226,4.01967 -5.638,6.70811 -4.7009,5.9743 1.5168,-1.18767 1.4829,-0.70536 -0.3087,4.39204 -5.7284,16.29836 -2.1392,36.41814 8.6215,48.32895 9.6133,10.64076 28.9678,15.54166 45.4194,11.50106 z"
+ id="path3638" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 821.69463,847.13044 c -9.7949,-2.47365 -16.0093,-7.80035 -21.5549,-18.47577 -3.4996,-6.73699 -3.6371,-7.39452 -3.6579,-17.5 -0.021,-10.08036 0.1153,-10.75262 3.4054,-16.82093 8.0111,-14.77554 24.3233,-22.77495 41.0072,-20.10969 8.3165,1.32857 15.027,5.01372 20.9694,11.51559 8.7203,9.54141 11.1752,21.30697 7.0196,33.64261 -5.8063,17.23593 -18.7634,27.52569 -35.6741,28.3304 -4.262,0.20282 -9.4437,-0.0592 -11.5147,-0.58221 z"
+ id="path3636" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 847.37733,842.27004 c 7.7948,-3.83734 13.6454,-10.06388 17.9615,-19.11537 2.7248,-5.71428 3.0961,-7.52748 3.0718,-15 -0.022,-6.84761 -0.4659,-9.33496 -2.2824,-12.79506 -4.6956,-8.94461 -13.6416,-16.39543 -21.1681,-17.63013 -1.925,-0.31579 -4.85,-0.79431 -6.5,-1.06338 -4.6489,-0.75811 -14.3373,1.35873 -20.9782,4.58356 -19.8897,9.65853 -24.7723,36.19266 -9.9101,53.85539 9.2705,11.01732 25.9,14.01068 39.8055,7.16499 z"
+ id="path3634" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 834.62683,841.488 c -1.4046,-1.40457 -0.5829,-5.30783 1.3333,-6.33333 4.0371,-2.16057 7.9873,2.61266 4.8,5.8 -1.2935,1.29351 -5.0468,1.61988 -6.1333,0.53333 z"
+ id="path3632" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 840.36593,838.5395 c 0.6917,-1.80245 -2.1425,-3.04813 -3.6058,-1.58483 -1.4633,1.4633 -0.2176,4.29749 1.5848,3.60582 0.8033,-0.30825 1.7128,-1.2177 2.021,-2.02099 z"
+ id="path3630" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 818.12733,839.48896 c -1.5299,-2.73382 0.371,-5.33429 3.8994,-5.33429 3.3415,0 4.8636,2.29401 3.2417,4.88592 -1.4663,2.34319 -5.9241,2.62308 -7.1411,0.44837 z"
+ id="path3628" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 823.62433,838.58745 c 0.9598,-2.50117 -1.1328,-3.82134 -3.0377,-1.91645 -0.9047,0.9047 -1.3892,2.05863 -1.0767,2.56429 0.9062,1.46617 3.4573,1.06447 4.1144,-0.64784 z"
+ id="path3626" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 825.71013,829.85525 c -3.2842,-1.29774 -3.3667,-2.07959 -0.7374,-6.98534 l 2.0127,-3.75513 -2.5568,-0.97207 c -1.4062,-0.53464 -3.6756,-1.2529 -5.0432,-1.59613 -1.9879,-0.49895 -2.3533,-1.05187 -1.8223,-2.75798 1.8054,-5.80147 2.4618,-6.82304 4.0038,-6.23132 0.8685,0.33326 2.7624,0.90293 4.2088,1.26595 l 2.6297,0.66002 -1.876,-2.91429 c -1.0318,-1.60286 -2.482,-3.80192 -3.2226,-4.8868 -0.7407,-1.08487 -1.3467,-2.32899 -1.3467,-2.76469 0,-0.76575 5.9177,-4.75148 7.0659,-4.75906 0.3112,-0.002 1.5775,1.79626 2.8139,3.99626 1.2365,2.2 2.6752,4 3.1972,4 0.5219,0 1.9186,-1.99567 3.1036,-4.43482 l 2.1546,-4.43482 4.0824,2.05774 c 2.2453,1.13176 4.2496,2.2071 4.4539,2.38965 0.2043,0.18255 -0.8153,2.35703 -2.2659,4.83219 l -2.6373,4.50028 4.0659,1.21817 c 3.8646,1.15788 4.051,1.39518 3.7658,4.79489 -0.2985,3.55854 -0.3218,3.57508 -4.5971,3.25397 l -4.2971,-0.32276 2.9739,4.77813 2.974,4.77812 -2.987,1.81649 c -3.5834,2.1792 -4.2838,1.83574 -6.962,-3.41406 -2.3254,-4.55805 -2.9033,-4.29767 -5.4091,2.43683 -1.8641,5.01015 -2.7735,5.41529 -7.7456,3.45058 z"
+ id="path3624" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 832.81233,822.65467 c 1.7077,-3.575 3.2926,-6.5 3.5221,-6.5 0.2295,0 1.861,2.25 3.6257,5 1.7647,2.75 3.585,5 4.0452,5 2.193,0 1.8423,-2.50015 -0.964,-6.87345 -1.6947,-2.6409 -3.0812,-5.01553 -3.0812,-5.27694 0,-0.26141 2.1375,-0.44701 4.75,-0.41245 6.1041,0.0808 6.5556,-2.34846 0.75,-4.03526 -4.3289,-1.25776 -4.5272,-2.15064 -1.4401,-6.48607 1.0671,-1.49851 1.9401,-3.16946 1.9401,-3.71321 0,-0.94831 -2.2682,-2.20262 -3.983,-2.20262 -0.7663,0 -4.7882,5.87898 -6.0329,8.81858 -0.3498,0.82603 -1.7853,-0.57478 -3.8427,-3.75 -3.5259,-5.44129 -4.2368,-5.86349 -6.0977,-3.62122 -0.9663,1.16429 -0.4939,2.65415 2.4152,7.61786 l 3.6165,6.17051 -2.6544,-0.6662 c -7.0213,-1.76224 -8.1294,-1.77177 -8.7803,-0.0755 -0.9303,2.42432 -0.041,3.34024 3.9742,4.09352 4.4821,0.84085 5.0304,2.30514 2.4487,6.53978 -3.0159,4.947 -2.7362,5.8646 2.0601,6.75668 0.343,0.0638 2.0209,-2.809 3.7285,-6.384 z"
+ id="path3622" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 852.34253,827.70891 c -0.8372,-2.18184 1.5065,-4.71306 4.0301,-4.3525 1.4805,0.21153 2.0875,1.02525 2.0875,2.79826 0,1.98517 -0.5675,2.56527 -2.7557,2.81697 -1.8051,0.20763 -2.9648,-0.22797 -3.3619,-1.26273 z"
+ id="path3620" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 857.96013,826.21369 c 0,-1.35037 -1.8229,-2.28649 -3.0163,-1.54894 -0.559,0.34546 -0.7574,1.04702 -0.441,1.55902 0.7507,1.21461 3.4573,1.20672 3.4573,-0.0101 z"
+ id="path3618" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 807.50383,825.81026 c -2.3581,-1.72427 -1.4081,-6.24648 1.5066,-7.17156 3.9314,-1.24776 6.7717,4.29397 3.7497,7.31597 -1.5557,1.5557 -2.985,1.51643 -5.2563,-0.14441 z"
+ id="path3616" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 812.77253,822.89016 c 0.398,-2.06658 -2.4888,-3.4591 -4.0124,-1.93549 -1.5236,1.52361 -0.1311,4.41041 1.9355,4.01242 0.9578,-0.18446 1.8925,-1.11908 2.0769,-2.07693 z"
+ id="path3614" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 858.71013,814.07808 c -3.7074,-2.16679 -0.6862,-6.62619 3.737,-5.51603 1.8392,0.46162 2.513,1.2959 2.513,3.11167 0,1.36452 -0.4132,2.48095 -0.9182,2.48095 -0.505,0 -1.5175,0.2129 -2.25,0.4731 -0.7325,0.26021 -2.1193,0.0128 -3.0818,-0.54969 z"
+ id="path3612" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 862.96013,811.59565 c 0,-0.79254 -0.675,-1.44098 -1.5,-1.44098 -1.5062,0 -2.0557,2.11099 -0.8605,3.30615 0.9332,0.93324 2.3605,-0.19452 2.3605,-1.86517 z"
+ id="path3610" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 805.11603,808.4687 c -0.6077,-1.08579 -0.5603,-2.5271 0.133,-4.04879 1.458,-3.19985 6.0616,-2.81975 6.5379,0.5398 0.6298,4.44279 -4.6068,7.19732 -6.6709,3.50899 z"
+ id="path3608" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 810.62433,806.58745 c 0.3307,-0.86197 0.088,-2.08018 -0.5386,-2.70714 -1.4074,-1.40744 -4.7417,1.4685 -3.6849,3.1784 0.9981,1.61495 3.5314,1.33229 4.2235,-0.47126 z"
+ id="path3606" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 855.96013,797.65467 c -1.5437,-1.86 0.2536,-4.5 3.0634,-4.5 2.3305,0 3.2339,1.48802 2.4338,4.00895 -0.7459,2.35004 -3.7329,2.61687 -5.4972,0.49105 z"
+ id="path3604" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 859.96013,795.59565 c 0,-0.79254 -0.45,-1.44098 -1,-1.44098 -0.55,0 -1,0.92656 -1,2.05902 0,1.13246 0.45,1.7809 1,1.44098 0.55,-0.33992 1,-1.26648 1,-2.05902 z"
+ id="path3602" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 813.66893,793.53019 c -2.2852,-2.28525 0.7052,-6.92137 3.7185,-5.76503 2.4494,0.93993 1.6878,5.80146 -0.9685,6.18169 -1.1226,0.1607 -2.3601,-0.0268 -2.75,-0.41666 z"
+ id="path3600" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 817.96013,790.65467 c 0,-0.825 -0.675,-1.5 -1.5,-1.5 -0.825,0 -1.5,0.675 -1.5,1.5 0,0.825 0.675,1.5 1.5,1.5 0.825,0 1.5,-0.675 1.5,-1.5 z"
+ id="path3598" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 841.97573,787.83995 c -4.2299,-2.1265 -3.2774,-5.93528 1.4844,-5.93528 4.2504,0 6.1316,4.30641 2.6867,6.1501 -1.2229,0.65448 -2.581,0.58454 -4.1711,-0.21482 z"
+ id="path3596" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 845.96013,785.76166 c 0,-1.94337 -2.6334,-2.75361 -3.9182,-1.20554 -1.276,1.53745 -0.4246,2.59855 2.0849,2.59855 1.0083,0 1.8333,-0.62686 1.8333,-1.39301 z"
+ id="path3594" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 828.66133,786.52257 c -0.3856,-0.38568 -0.7012,-1.55753 -0.7012,-2.60412 0,-1.40137 0.593,-1.81866 2.25,-1.58333 1.4709,0.2089 2.25,1.00733 2.25,2.30585 0,1.98361 -2.4722,3.20814 -3.7988,1.8816 z"
+ id="path3592" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -259.21446,838.78722 -7.66014,-11.36745 8.16738,-4.53001 c 14.24379,-7.90028 14.66581,-8.07311 14.67712,-6.01077 0.0152,2.76694 -6.39636,33.27564 -6.99301,33.27564 -0.29217,0 -3.97828,-5.11531 -8.19135,-11.36741 z"
+ id="path3590" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -249.63444,831.30766 c 0.95366,-4.59085 1.52306,-8.55787 1.26533,-8.81559 -0.6988,-0.6988 -11.67073,5.69977 -11.67073,6.8061 0,1.91023 7.16305,12.09014 7.90619,11.23605 0.42091,-0.48375 1.54556,-4.6357 2.49921,-9.22656 z"
+ id="path3588" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 913.41463,835.70012 c -3.4298,-3.42988 -2.9297,-10.1928 0.9452,-12.78014 2.3366,-1.56017 7.266,-0.75003 9.426,1.54914 6.9595,7.40805 -3.1963,18.40585 -10.3712,11.231 z"
+ id="path3586" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 921.19203,829.54512 c 1.0196,-2.23793 0.9197,-2.80641 -0.7016,-3.99196 -1.6308,-1.19248 -2.1406,-1.15613 -3.7104,0.26453 -1.8295,1.65561 -2.3937,4.42987 -1.1532,5.67031 1.5217,1.52169 4.4529,0.49836 5.5652,-1.94288 z"
+ id="path3584" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 616.18932,820.96717 c 0.61807,-1.85422 2.77083,-2.16176 2.77083,-0.39583 0,0.87083 -0.7125,1.58333 -1.58333,1.58333 -0.87084,0 -1.40521,-0.53437 -1.1875,-1.1875 z"
+ id="path3582" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 668.42911,810.10445 c -0.95021,-1.53748 0.35135,-2.52947 1.63484,-1.24598 0.71818,0.71818 0.73543,1.27752 0.0524,1.69964 -0.55992,0.34605 -1.31919,0.1419 -1.68727,-0.45366 z"
+ id="path3580" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 909.46013,801.1874 c -14.743,-7.66148 -19.1995,-36.89422 -8.1713,-53.60023 5.4344,-8.2322 15.5043,-11.61824 23.9979,-8.06938 4.293,1.79372 11.0279,9.53765 12.4609,14.3277 4.7773,15.96945 0.1073,38.71123 -9.4455,45.99748 -4.8522,3.70099 -13.1658,4.29418 -18.842,1.34443 z"
+ id="path3578" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 918.66333,794.90467 c -0.3223,-3.4375 -2.6714,-12.775 -5.2203,-20.75 -4.3301,-13.5478 -4.6039,-15.04177 -4.1693,-22.75 0.2558,-4.5375 0.1,-8.25 -0.3463,-8.25 -2.1005,0 -7.8518,8.53939 -9.2867,13.78875 -3.5994,13.16708 -3.0207,22.10833 2.0849,32.21125 3.0665,6.06796 10.4777,12 14.9921,12 2.5013,0 2.5246,-0.0749 1.9456,-6.25 z"
+ id="path3576" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 926.06223,798.90467 c 2.2227,-1.47178 4.6085,-4.66246 6.8979,-9.22499 3.4837,-6.94245 3.5,-7.03807 3.5,-20.5 0,-13.01835 -0.1051,-13.70379 -2.8053,-18.2974 -3.7158,-6.32147 -9.1614,-9.89428 -15.0805,-9.89428 -2.4945,0 -5.0517,0.31902 -5.6826,0.70893 -1.5939,0.98508 -0.4223,7.48998 2.687,14.91907 9.1927,21.96397 10.1996,29.09861 5.9684,42.28867 -0.397,1.2375 -0.308,2.25 0.1977,2.25 0.5058,0 2.4486,-1.0125 4.3174,-2.25 z"
+ id="path3574" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 922.54733,787.54158 c 0.8739,-4.65821 -1.4927,-13.21287 -6.6369,-23.99112 -2.1727,-4.55214 -3.9503,-8.72687 -3.9503,-9.27718 0,-0.55032 -0.3938,-1.24396 -0.8751,-1.54143 -1.8906,-1.16845 0.3346,9.45024 4.0373,19.26621 2.1459,5.68887 4.1735,12.32637 4.5057,14.75 0.7323,5.34301 2.0011,5.68789 2.9193,0.79352 z"
+ id="path3572" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 625.71015,789.46534 c -2.15512,-0.56319 -2.28471,-3.62201 -0.22583,-5.33073 1.87747,-1.55816 2.2852,-1.18307 3.09041,2.84298 0.63438,3.17187 0.43057,3.34887 -2.86458,2.48775 z"
+ id="path3570" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 520.654,783.51519 c -0.79893,-0.79893 0.10419,-2.36052 1.36517,-2.36052 0.51754,0 0.94098,0.675 0.94098,1.5 0,1.54641 -1.17996,1.9867 -2.30615,0.86052 z"
+ id="path3568" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -265.30651,750.03058 c 0.67834,-0.68342 1.48524,-0.99067 1.79313,-0.68278 0.30789,0.30789 -0.24711,0.86705 -1.23333,1.24258 -1.4252,0.54268 -1.54006,0.42782 -0.5598,-0.5598 z"
+ id="path3566" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -272.65059,737.53505 c 0.47458,-2.03568 0.38528,-2.44899 -0.3045,-1.40934 -1.09156,1.6452 -2.66179,0.77165 -1.62587,-0.90451 1.12081,-1.8135 3.54112,-1.17548 3.54112,0.93347 0,1.1 0,2.3375 0,2.75 0,0.4125 -0.51351,0.92117 -1.14113,1.13038 -0.77627,0.25875 -0.92643,-0.54058 -0.46962,-2.5 z"
+ id="path3564" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 666.00002,682.70271 c -1.87796,-2.2628 -0.83895,-5.01108 2.02086,-5.34537 2.98128,-0.3485 6.48091,2.94345 5.59194,5.26008 -0.75367,1.96403 -6.00477,2.02285 -7.6128,0.0853 z"
+ id="path3562" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 670.514,682.06754 c 0.97178,-1.57237 -1.129,-3.28988 -3.09926,-2.53382 -1.36401,0.52342 -1.44763,0.92441 -0.44477,2.13278 1.46325,1.76311 2.62124,1.89415 3.54403,0.40104 z"
+ id="path3560" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 918.41463,580.70012 c -5.166,-5.16608 -2.0898,-13.54545 4.9729,-13.54545 4.1224,0 7.5726,3.72709 7.5726,8.18031 0,3.65614 -3.9933,7.81969 -7.5,7.81969 -1.425,0 -3.6955,-1.10455 -5.0455,-2.45455 z"
+ id="path3558" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 925.55533,574.64966 c 1.3227,-2.01867 1.4005,-2.79524 0.4006,-4 -0.6824,-0.82224 -1.8502,-1.49499 -2.5952,-1.49499 -1.9232,0 -4.5664,4.40431 -3.8163,6.3591 0.9381,2.44467 4.145,1.98366 6.0109,-0.86411 z"
+ id="path3556" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -286.34599,496.51519 c -0.35171,-0.35171 -0.39562,-1.03405 -0.0976,-1.51631 0.63919,-1.03422 2.40372,-0.14245 2.40372,1.21481 0,1.07509 -1.35536,1.25229 -2.30615,0.3015 z"
+ id="path3554" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 938.08513,496.27967 c 0.2063,-0.61875 0.7125,-1.125 1.125,-1.125 1.1711,0 0.8797,1.45675 -0.375,1.875 -0.6187,0.20625 -0.9562,-0.13125 -0.75,-0.75 z"
+ id="path3552" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -281.06553,485.62733 c -4.80784,-5.11771 -2.02369,-13.47266 4.48955,-13.47266 4.04078,0 6.31915,1.713 7.42111,5.5796 2.3511,8.24957 -6.23213,13.93757 -11.91066,7.89306 z"
+ id="path3550" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -274.23984,480.95467 c 1.73926,-1.73926 1.47161,-5.48179 -0.44462,-6.21712 -3.04847,-1.16981 -6.96715,4.47201 -4.68871,6.75045 1.06133,1.06133 3.8259,0.7741 5.13333,-0.53333 z"
+ id="path3548" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 923.55623,459.98836 c -3.5905,-5.1261 -0.8484,-10.14963 5.2601,-9.63664 2.9298,0.24605 3.7924,0.83223 4.5926,3.12102 2.2511,6.43914 -6.0577,11.93377 -9.8527,6.51562 z"
+ id="path3546" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 931.44733,458.17534 c 0.9676,-1.56563 -1.3827,-5.02067 -3.4154,-5.02067 -2.0903,0 -3.301,2.23903 -2.4334,4.5 0.6408,1.66984 4.904,2.04936 5.8488,0.52067 z"
+ id="path3544" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -293.44924,442.30127 c -1.0433,-1.6881 0.54401,-4.14228 3.09292,-4.78202 2.88969,-0.72526 4.64806,0.66345 4.15207,3.2792 -0.38496,2.0302 -6.17657,3.23155 -7.24499,1.50282 z"
+ id="path3542" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 921.18263,435.59797 c -3.2563,-2.28082 -3.13,-8.80255 0.2129,-10.99291 5.7542,-3.77033 11.7578,0.82845 9.5077,7.28303 -0.5735,1.645 -2.1664,3.50293 -3.5399,4.12874 -3.2102,1.46266 -3.5249,1.44134 -6.1807,-0.41886 z"
+ id="path3540" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 928.02973,431.57085 c 0.9538,-1.14936 1.0261,-2.04088 0.2634,-3.25 -1.3372,-2.11998 -4.3114,-2.14749 -5.6332,-0.0521 -2.3869,3.78405 2.4839,6.77933 5.3698,3.3021 z"
+ id="path3538" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 919.59503,410.08209 c -4.7138,-3.70781 -2.4874,-11.92742 3.2307,-11.92742 6.0933,0 8.9964,6.36308 5.14,11.26578 -2.5728,3.27076 -4.8272,3.44895 -8.3707,0.66164 z"
+ id="path3536" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 926.98473,407.62506 c 1.6809,-2.02544 -0.2447,-6.47039 -2.8032,-6.47039 -2.2489,0 -4.2214,1.86902 -4.2214,4 0,3.67022 4.6667,5.3114 7.0246,2.47039 z"
+ id="path3534" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 913.85593,385.0505 c -3.9464,-3.94639 -0.1273,-11.89583 5.715,-11.89583 3.0597,0 6.3892,3.317 6.3892,6.36514 0,6.38742 -7.72,9.91487 -12.1042,5.53069 z"
+ id="path3532" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 921.91443,383.70971 c 0.6596,-0.79472 1.0522,-2.48222 0.8725,-3.75 -0.4503,-3.17616 -5.232,-3.78488 -6.7947,-0.86497 -2.2619,4.22642 2.9038,8.2519 5.9222,4.61497 z"
+ id="path3530" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 896.37663,342.87703 c -4.246,-4.44323 -28.8348,-27.6336 -33.8486,-31.92356 l -2.9321,-2.50878 7.9321,-0.65937 c 4.3627,-0.36266 14.0784,-1.08401 21.5906,-1.60301 7.5123,-0.519 14.8248,-1.23632 16.25,-1.59404 3.0342,-0.76152 2.9721,-1.26678 1.1753,9.5664 -0.7755,4.675 -2.1773,13.45 -3.1153,19.5 -0.9379,6.05 -2.0005,11.55006 -2.3612,12.22236 -0.4379,0.81603 -1.9971,-0.18121 -4.6908,-3 z"
+ id="path3528" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 900.36673,332.65467 c 0.3577,-3.3 1.3691,-10.18103 2.2474,-15.29117 0.8783,-5.11014 1.4067,-9.48144 1.1742,-9.714 -0.7422,-0.74217 -34.8689,2.88458 -34.593,3.6763 0.1456,0.41797 6.7661,7.3108 14.7122,15.3174 9.5934,9.66654 14.6761,14.12976 15.1281,13.28446 0.3743,-0.70014 0.9733,-3.97299 1.3311,-7.27299 z"
+ id="path3526" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 888.17383,321.10027 -7.2863,-6.9456 3.3967,0 c 1.8682,0 5.4846,-0.28617 8.0363,-0.63592 l 4.6396,-0.63593 -0.1,5.38593 c -0.1958,10.57811 -0.4672,10.6666 -8.6866,2.83152 z"
+ id="path3524" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 894.29153,319.40467 c 0.6126,-3.2187 0.5809,-3.25 -3.2974,-3.25 -2.1538,0 -4.2371,0.51953 -4.6295,1.15451 -0.4032,0.65234 -0.2779,0.88529 0.288,0.53556 0.5508,-0.34043 2.275,0.71035 3.8316,2.33506 1.5565,1.6247 2.9108,2.8462 3.0094,2.71444 0.099,-0.13176 0.4576,-1.70207 0.7979,-3.48957 z"
+ id="path3522" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -275.12906,320.28351 c -3.42222,-2.77115 -3.20078,-8.62247 0.44498,-11.75843 3.09349,-2.6609 4.4519,-2.8708 8.0296,-1.24069 4.72521,2.15295 5.65493,8.77741 1.84137,13.12028 -2.0238,2.3047 -7.39809,2.24158 -10.31595,-0.12116 z"
+ id="path3520" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -267.22342,311.79124 c 0.27016,-2.25106 -0.062,-2.63657 -2.27144,-2.63657 -3.3093,0 -5.54374,4.09163 -3.54779,6.49661 1.11672,1.34557 1.57581,1.36803 3.39702,0.16618 1.15818,-0.76431 2.24818,-2.57611 2.42221,-4.02622 z"
+ id="path3518" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -264.46502,237.65467 c -2.04465,-9.85438 -5.24162,-19.20358 -9.55427,-27.94046 -2.69871,-5.46726 -4.59486,-10.49293 -4.21365,-11.16817 0.47715,-0.84518 5.60206,2.07314 16.44833,9.36629 15.20819,10.22617 15.70259,10.66602 14.23933,12.66817 -0.83373,1.14079 -2.58879,3.64917 -3.90012,5.57417 -1.31133,1.925 -4.63714,5.975 -7.39069,9 l -5.00647,5.5 -0.62246,-3 z"
+ id="path3516" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -256.60333,226.58698 c 2.50992,-3.59047 4.56349,-6.88105 4.56349,-7.3124 0,-0.63196 -14.44753,-11.21654 -19.65897,-14.40259 -0.70412,-0.43047 0.53773,3.00605 2.75968,7.6367 2.22194,4.63066 4.54502,11.3683 5.1624,14.97253 0.61738,3.60424 1.45718,6.34632 1.86621,6.09353 0.40904,-0.2528 2.79727,-3.3973 5.30719,-6.98777 z"
+ id="path3514" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 934.63713,153.35026 c -2.0422,-2.25661 -2.1159,-3.58647 -0.2829,-5.10766 1.8455,-1.53166 4.8365,1.32315 4.4091,4.20839 -0.4107,2.77256 -2.0981,3.14032 -4.1262,0.89927 z"
+ id="path3512" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -275.11676,124.23159 c -2.38837,-2.38837 -2.92308,-3.7694 -2.92308,-7.54966 0,-5.73665 2.13154,-10.0268 5.96727,-12.01033 7.69572,-3.97962 14.9688,0.76823 15.01049,9.79881 0.0384,8.31538 -3.63923,12.6252 -10.80468,12.66202 -3.46597,0.0178 -4.90855,-0.55939 -7.25,-2.90084 z"
+ id="path3510" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -264.11136,121.69166 c 6.5402,-3.38208 5.03085,-13.53699 -2.01204,-13.53699 -6.89887,0 -10.0841,10.47856 -4.22188,13.88888 2.39545,1.39354 2.91538,1.36419 6.23392,-0.35189 z"
+ id="path3508" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 920.27993,112.59563 c -8.6028,-3.24503 -19.9723,-5.44096 -28.1707,-5.44096 -5.2815,0 -7.0741,-0.3623 -7.5182,-1.51943 -0.4362,-1.13688 1.614,-2.53748 8.143,-5.56284 17.3064,-8.019252 25.3486,-11.193972 26.1195,-10.310842 2.3484,2.6901 9.8432,25.536532 8.2929,25.279192 -0.3775,-0.0627 -3.4674,-1.16296 -6.8665,-2.44512 z"
+ id="path3506" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 922.38153,107.40467 c -0.883,-2.0625 -2.5322,-6.1273 -3.6648,-9.032882 -1.1326,-2.90558 -2.3575,-5.15558 -2.722,-5 -0.3644,0.15558 -6.0338,2.53288 -12.5986,5.28288 l -11.936,5.000002 7.446,0.74238 c 8.5836,0.85582 17.9357,3.08516 21.846,5.20765 1.4894,0.80844 2.8265,1.48791 2.9714,1.50993 0.1449,0.022 -0.459,-1.64746 -1.342,-3.70996 z"
+ id="path3504" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 924.41903,81.088138 c -1.0763,-1.74144 0.1495,-2.11024 1.521,-0.45764 0.7888,0.95039 0.8647,1.52417 0.2016,1.52417 -0.5849,0 -1.3601,-0.47994 -1.7226,-1.06653 z"
+ id="path3502" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 943.69863,76.540548 c -0.6376,-1.03158 0.8412,-4.17018 1.5816,-3.35692 0.2359,0.25907 0.113,1.34117 -0.2731,2.40466 -0.3861,1.0635 -0.9749,1.49201 -1.3085,0.95226 z"
+ id="path3500" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 611.96015,2.6000776 c -10.07804,-3.16963998 -23.08277,-15.8316596 -28.5698,-27.8169096 -5.34437,-11.67363 -1.16778,-25.20296 9.19546,-29.787111 24.5209,-10.846761 54.73522,11.982661 49.48709,37.391591 -3.70223,17.92441962 -14.44991,25.1385296 -30.11275,20.2124296 z"
+ id="path3498" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 625.2085,1.1025376 c 3.61336,-1.00347998 9.77739,-5.35563 8.75165,-6.17916 -0.275,-0.22078 -4.325,-3.04738 -9,-6.2813296 -13.14009,-9.08971 -22.14184,-16.73538 -30.89225,-26.23848 l -8.01808,-8.70777 -1.65011,3.94927 c -1.04509,2.50126 -1.47382,5.51326 -1.16931,8.21486 1.70392,15.11715 22.1338,35.2450296 36.72975,36.1867996 0.825,0.0532 3.18676,-0.37165 5.24835,-0.94419 z"
+ id="path3496" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 637.81545,-9.5953324 c 8.10033,-20.2887696 -3.93011,-40.8195296 -26.52374,-45.2645526 -4.59871,-0.904741 -7.39024,-0.92413 -11.3323,-0.07871 -5.05927,1.085019 -10.99926,4.357843 -10.99926,6.060393 0,0.45701 1.9125,1.82635 4.25,3.04296 13.09222,6.81421 32.76829,23.97918 39.25387,34.24422 1.64787,2.6081596 3.27904,4.7429196 3.62481,4.7438996 0.34577,9.9e-4 1.12275,-1.23571 1.72662,-2.74821 z"
+ id="path3494" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 630.96015,-10.755532 c 0,-1.69524 -7.73738,-10.71089 -13.13338,-15.3031 -6.96585,-5.92823 -21.74757,-15.7867 -23.67046,-15.7867 -3.2222,0 13.898,16.21236 28.20439,26.70879 7.22321,5.2995796 8.59945,6.0007096 8.59945,4.38101 z"
+ id="path3492" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 432.71013,1.0745576 c -4.39858,-2.56194 -6.10142,-11.4058196 -3.25569,-16.9088496 2.06273,-3.98888 5.29001,-6.01104 9.59336,-6.01104 10.29121,0 14.42139,13.8338296 6.26758,20.99295962 -3.61529,3.17426998 -9.03995,4.00351998 -12.60525,1.92692998 z"
+ id="path3490" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 442.92071,-3.8242224 c 2.83162,-1.51544 4.29037,-6.7234396 2.77293,-9.8998496 -1.32612,-2.77594 -4.26006,-3.70788 -8.4011,-2.66855 -4.80298,1.20547 -6.46075,11.1377196 -2.14701,12.8634696 2.19549,0.87833 5.84118,0.73997 7.77518,-0.29507 z"
+ id="path3488" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 12.085155,-6.7203324 c 0.20625,-0.61875 0.7125,-1.125 1.125,-1.125 1.17109,0 0.87974,1.45675 -0.375,1.875 -0.61875,0.20625 -0.95625,-0.13125 -0.75,-0.75 z"
+ id="path3486" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -233.74703,-34.442072 c -7.38578,-1.65831 -11.29553,-4.26784 -13.96904,-9.32351 -3.01236,-5.69647 -2.93781,-10.454845 0.2645,-16.881036 3.20101,-6.423602 8.92254,-11.520508 17.41173,-15.510901 5.56546,-2.616073 7.94735,-3.116157 16.56674,-3.478222 8.77992,-0.36881 10.73022,-0.137436 15.25727,1.810048 9.36908,4.030471 13.1686,10.721764 11.79182,20.766455 -0.79135,5.773551 -4.289,10.921996 -10.40272,15.312536 -2.59221,1.86159 -4.71312,3.25192 -4.71312,3.08961 0,-0.16231 -1.57823,0.36433 -3.50719,1.17029 -7.87624,3.29091 -21.27345,4.7122 -28.69999,3.04473 z"
+ id="path3484" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -212.75558,-37.418992 c 20.62275,-5.34389 30.35956,-20.027052 21.22346,-32.005098 -5.56221,-7.292424 -14.1825,-9.721101 -26.8443,-7.563099 -12.36565,2.107526 -23.84271,9.613006 -27.31034,17.859737 -1.74074,4.139819 -1.80908,12.28241 -0.10308,12.28133 2.65517,-0.002 13.72204,-6.038447 24.27567,-13.241912 11.84198,-8.082852 18.0826,-10.78311 24.75927,-10.713103 l 4.21505,0.0442 -4,2.107951 c -2.2,1.159374 -4.03243,1.926985 -4.07207,1.705804 -0.0396,-0.221181 -2.61168,2.021658 -5.71565,4.984086 -11.50782,10.983094 -21.25297,16.060984 -32.66377,17.020074 l -7.5485,0.63446 3.24921,3.13009 c 1.78707,1.72155 4.93707,3.57837 7,4.12626 5.80205,1.54097 16.82771,1.36727 23.53505,-0.37078 z"
+ id="path3482" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m -225.68487,-49.519572 c 1.72977,-0.88937 5.84465,-3.688997 9.14419,-6.221397 3.29954,-2.5324 6.37048,-4.480715 6.82432,-4.329587 0.45384,0.151127 0.55238,-0.166604 0.21897,-0.706068 -0.3334,-0.539465 0.63822,-1.788114 2.15917,-2.774777 1.52095,-0.986663 3.62542,-2.646562 4.6766,-3.688666 1.87901,-1.862784 1.86243,-1.8825 -0.9835,-1.169222 -3.52058,0.882369 -11.96996,6.125597 -19.39472,12.035307 -3.025,2.407739 -7.4125,5.34324 -9.75,6.52333 -2.3375,1.18009 -4.25,2.39657 -4.25,2.70328 0,0.9897 8.11262,-0.70513 11.35497,-2.3722 z"
+ id="path3480" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 432.16321,-47.107462 c -3.41168,-8.016311 -6.20306,-14.787569 -6.20306,-15.047244 0,-0.723265 22.92255,-8.101408 23.4697,-7.554256 0.26404,0.264033 -1.806,7.653864 -4.60007,16.421845 -2.79407,8.767985 -5.39139,17.024705 -5.77182,18.348265 -0.57075,1.98574 -1.77623,-0.14183 -6.89475,-12.16861 z"
+ id="path3478" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 441.94523,-54.345333 c 1.83741,-5.5 3.53409,-10.545586 3.7704,-11.212413 0.27226,-0.768267 -2.44333,-0.258386 -7.41291,1.391853 -4.31342,1.432345 -8.02068,2.756038 -8.23836,2.941538 -0.21769,0.1855 1.31485,4.416629 3.40564,9.402507 2.09079,4.985876 4.10137,8.707776 4.46796,8.270876 0.36659,-0.4369 2.16986,-5.29436 4.00727,-10.794361 z"
+ id="path3476" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 58.421495,-40.897432 c -6.26254,-0.84265 -10.3461,-2.90977 -13.03901,-6.60043 -8.27684,-11.343504 -4.58635,-29.492716 7.93885,-39.042021 5.40713,-4.12244 10.90517,-5.390458 16.37276,-3.77607 3.79066,1.119249 4.58986,1.004554 9.32335,-1.338025 6.90072,-3.415125 15.96446,-3.459795 23.108145,-0.113867 3.53875,1.65746 5.17113,1.995959 5.67713,1.177233 0.45969,-0.743787 1.23003,-0.825061 2.18382,-0.230401 1.12606,0.702063 1.21696,1.330423 0.3854,2.664271 -0.83853,1.345041 -0.63875,2.507288 0.87075,5.065698 1.51279,2.563999 1.85545,4.568227 1.50451,8.800066 -0.61048,7.361556 -4.65279,12.966378 -12.1491,16.845207 -4.794945,2.481057 -6.690365,2.888305 -13.132175,2.821569 -7.18395,-0.07443 -7.59246,0.04457 -8.92782,2.600438 -1.92173,3.678172 -6.30216,7.585442 -11.07795,9.881352 -3.12197,1.50085 -5.10602,1.77413 -9.03866,1.24498 z"
+ id="path3474" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 69.947645,-46.731752 c 6.44665,-3.85531 11.01251,-12.82568 11.01251,-21.635854 0,-3.49114 -0.47863,-7.614323 -1.06362,-9.162627 -2.14339,-5.672946 -9.28958,-11.3151 -14.3314,-11.3151 l -2.49433,0 2.56076,5.593433 c 3.25916,7.118962 2.86939,13.336691 -1.40462,22.406567 -3.57645,7.589601 -5.62808,14.616101 -4.85552,16.629381 0.73045,1.90352 4.80858,0.93344 10.57622,-2.5158 z"
+ id="path3472" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 56.125635,-49.758272 c -0.28073,-4.965103 0.26161,-7.406568 3.37245,-15.181874 3.30223,-8.253651 3.6511,-9.961469 3.19518,-15.641253 -0.28149,-3.506774 -0.77216,-6.63632 -1.09039,-6.954546 -1.17468,-1.174682 -6.7279,2.042492 -10.24459,5.935055 -7.16928,7.935526 -9.80329,18.008938 -6.95295,26.590524 1.76383,5.310384 7.18335,11.163504 10.33962,11.166854 1.46485,0.002 1.66637,-0.86175 1.38068,-5.91476 z"
+ id="path3470" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 66.889865,-73.778048 c -0.11866,-7.711396 -1.53098,-9.353767 -2.18364,-2.539335 -0.33501,3.497913 -1.85089,8.759385 -3.65902,12.700093 -1.69788,3.700423 -3.05487,7.975423 -3.01553,9.5 0.056,2.170456 1.03248,0.833601 4.5,-6.160758 3.37644,-6.81063 4.41178,-10.017735 4.35819,-13.5 z"
+ id="path3468" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 97.315005,-58.220237 c 5.032785,-2.102834 10.256405,-7.196263 12.096435,-11.794957 1.3451,-3.361736 1.41185,-4.310162 0.35348,-5.022149 -2.0372,-1.370468 -8.01533,-0.0965 -14.956865,3.187383 -3.49134,1.651677 -7.30115,3.003404 -8.46623,3.003838 -1.67795,6.25e-4 -2.23882,0.780388 -2.69788,3.750789 -0.31876,2.0625 -0.88049,4.7625 -1.2483,6 -0.64256,2.161889 -0.42797,2.25 5.48,2.25 3.38181,0 7.62952,-0.618707 9.43936,-1.374904 z"
+ id="path3466" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 95.433495,-73.453224 c 7.392165,-3.394809 5.667445,-4.194991 -4.08943,-1.897284 -6.14995,1.448291 -7.38391,2.074474 -7.38391,3.747029 0,2.539953 2.95065,2.064245 11.47334,-1.849745 z"
+ id="path3464" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 92.731235,-77.48113 c 1.7581,-0.47105 2.021,-0.90981 1.16391,-1.942541 -1.6149,-1.945834 -0.23225,-3.651118 1.99422,-2.45955 0.9943,0.532136 2.12878,0.646561 2.52107,0.254277 0.39228,-0.392285 1.24537,0.01448 1.895735,0.90392 0.65038,0.889441 3.32754,2.074657 5.94925,2.633813 4.60724,0.982628 4.7451,0.945191 4.11967,-1.118736 -1.05306,-3.475167 -5.28485,-8.510834 -8.71663,-10.37247 -4.498555,-2.440326 -17.952515,-2.409838 -22.495185,0.05098 l -3.29689,1.785958 2.54718,3.027147 c 1.40094,1.664931 2.82083,4.117465 3.15529,5.450075 0.52183,2.079152 1.19574,2.420991 4.74971,2.409273 2.27787,-0.0075 5.16357,-0.287474 6.41267,-0.622142 z"
+ id="path3462" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 547.2494,-46.095332 c -3.00795,-3.28637 -3.5626,-6.160028 -1.93897,-10.045904 1.7446,-4.175429 5.11585,-6.704097 8.93797,-6.704097 3.6172,0 6.97347,1.767513 6.08525,3.204682 -0.40073,0.648401 -0.22658,0.822553 0.42182,0.421818 1.7823,-1.101525 3.45317,3.235414 2.73052,7.087428 -0.94983,5.063033 -4.83858,8.286073 -9.99755,8.286073 -3.05761,0 -4.73251,-0.60402 -6.23904,-2.25 z"
+ id="path3460" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 559.13141,-49.500322 c 5.01226,-4.536036 -2.09951,-12.587721 -7.81216,-8.844644 -3.63723,2.383204 -3.08218,6.909928 1.1409,9.304684 2.79181,1.58314 4.54735,1.46208 6.67126,-0.46004 z"
+ id="path3458" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 887.48093,-51.233602 c -3.047,-3.046988 -4.1178,-8.675591 -2.6088,-13.712235 1.2337,-4.1178 5.1734,-7.582791 7.1985,-6.331183 0.7583,0.468618 0.9364,0.316613 0.485,-0.413805 -0.4872,-0.788254 0.3912,-1.154508 2.7688,-1.154508 7.9991,0 12.9083,9.408624 9.0984,17.437362 -3.1301,6.596229 -12.2684,8.847849 -16.9419,4.174369 z"
+ id="path3456" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 900.29323,-55.66095 c 6.5583,-7.246833 -1.8054,-16.786588 -8.8856,-10.135069 -2.8797,2.705389 -3.248,7.408662 -0.7925,10.121945 2.1447,2.369908 7.5387,2.377222 9.6781,0.01312 z"
+ id="path3454" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 147.25246,-53.509029 c -17.29627,-11.215107 -5.31184,-38.803873 15.61049,-35.936149 11.873,1.627377 18.08222,11.552544 14.58812,23.318473 -1.94939,6.564308 -4.6202,9.806455 -10.55633,12.814517 -6.82213,3.457036 -14.11996,3.383906 -19.64228,-0.196841 z"
+ id="path3452" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 165.17155,-57.026816 c 5.63989,-1.689752 10.7886,-7.947446 10.7886,-13.112361 0,-9.416115 -9.88304,-17.700579 -19.4115,-16.271698 -13.63299,2.044392 -18.84048,16.215758 -9.3635,25.481261 4.88039,4.771486 10.79988,6.055932 17.9864,3.902798 z"
+ id="path3450" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 152.99911,-66.033894 c -2.42775,-2.605877 -2.59577,-5.834 -0.51328,-9.861099 1.29561,-2.505429 2.11646,-2.95034 5.4433,-2.95034 4.61597,0 7.03102,2.627632 7.03102,7.649926 0,6.170847 -7.86054,9.562883 -11.96104,5.161513 z"
+ id="path3448" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 161.49626,-68.248081 c 1.59396,-1.16553 1.74971,-1.884248 0.92101,-4.25 -1.10212,-3.146285 -4.60786,-4.296961 -7.01216,-2.301571 -1.90726,1.582886 -1.82875,3.872754 0.21003,6.125578 1.9861,2.194623 3.32932,2.291917 5.88112,0.425993 z"
+ id="path3446" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 205.18911,-57.514627 c -0.69907,-0.28127 -1.9764,-1.87541 -2.8385,-3.542534 -3.37321,-6.523062 1.29323,-14.242717 8.60954,-14.242717 5.54061,0 9,3.437008 9,8.941768 0,5.674952 -3.92122,9.546559 -9.55472,9.43383 -2.1699,-0.04342 -4.51725,-0.309077 -5.21632,-0.590347 z"
+ id="path3444" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 215.5056,-62.299878 c 2.98428,-2.984272 3.15349,-6.602946 0.42427,-9.07286 -4.25992,-3.855169 -11.19635,2.170935 -9.03684,7.850861 0.8296,2.182029 2.21433,3.101433 5.36257,3.560543 0.4375,0.0638 1.9,-0.988544 3.25,-2.338544 z"
+ id="path3442" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 548.31197,-72.910891 c -2.8522,-1.055097 -5.35182,-4.776808 -5.35182,-7.968387 0,-6.238207 8.47012,-9.389312 12.67667,-4.716055 2.97153,3.301201 3.31048,5.066414 1.63653,8.522746 -1.68126,3.471417 -5.73647,5.35467 -8.96138,4.161696 z"
+ id="path3440" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 552.39505,-75.820582 c 4.82488,-1.834417 2.81945,-8.024751 -2.59972,-8.024751 -4.49853,0 -5.75408,4.795656 -2.02902,7.75 1.88502,1.495008 1.48212,1.471093 4.62874,0.274751 z"
+ id="path3438" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 540.5431,-76.711118 c -0.43077,-0.697003 -0.51316,-1.537338 -0.18309,-1.867413 0.89497,-0.894961 1.87077,0.421303 1.38739,1.871444 -0.33872,1.016175 -0.57427,1.015386 -1.2043,-0.004 z"
+ id="path3436" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 532.46015,-106.84533 c -0.33992,-0.55 0.30852,-1 1.44098,-1 1.13246,0 2.05902,0.45 2.05902,1 0,0.55 -0.64844,1 -1.44098,1 -0.79254,0 -1.7191,-0.45 -2.05902,-1 z"
+ id="path3434" />
+ <path
+ style="fill:#000000;fill-rule:nonzero;stroke:#000000;stroke-opacity:1"
+ d="m 41.369395,-119.22124 c -0.84721,-2.20781 0.27991,-3.33494 1.80743,-1.80742 0.9019,0.9019 0.90574,1.46092 0.0161,2.35055 -0.88962,0.88962 -1.3233,0.76045 -1.82354,-0.54313 z"
+ id="path3430" />
+ </g>
+</svg>
diff --git a/drawing/bin/data/shapes2.svg b/drawing/bin/data/shapes2.svg
new file mode 100644
index 0000000..fb0f4b3
--- /dev/null
+++ b/drawing/bin/data/shapes2.svg
@@ -0,0 +1,52 @@
+<?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"
+ version="1.1"
+ id="svg2"
+ viewBox="0 0 744.09448819 1052.3622047"
+ height="297mm"
+ width="210mm">
+ <defs
+ id="defs4" />
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1">
+ <path
+ d="m 397.14284,586.64791 -78.72998,-35.19803 -73.62854,44.90156 9.14642,-85.75346 -65.45639,-56.14955 84.38278,-17.80052 33.17426,-79.60389 43.00501,74.75213 85.95921,6.95164 -57.80422,63.99988 z"
+ id="path3336"
+ style="fill:#ffff00;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ <path
+ d="m 460,263.79077 c 5.15709,4.01107 -2.86252,8.93058 -6.66667,8.57143 -10.309,-0.97328 -13.52749,-13.61969 -10.47619,-21.90476 5.45806,-14.82004 23.94611,-18.78729 37.14286,-12.38095 19.36676,9.40155 24.18125,34.40475 14.28571,52.38094 -13.1892,23.95944 -44.90931,29.63109 -67.61904,16.19048 -28.57787,-16.91363 -35.10954,-55.43551 -18.09524,-82.85713 20.6066,-33.21127 65.97384,-40.60454 98.09523,-20.00001 37.85395,24.28173 46.10989,76.51972 21.90477,113.33333 -27.94578,42.50276 -87.07065,51.62217 -128.57142,23.80953 -47.15582,-31.60249 -57.13929,-97.62512 -25.71429,-143.80952 35.2541,-51.81191 108.18217,-62.65992 159.0476,-27.61905 56.47028,38.90201 68.1832,118.74118 29.52382,174.2857"
+ id="path3338"
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ <rect
+ y="80.933632"
+ x="65.714287"
+ height="211.42857"
+ width="217.14285"
+ id="rect3370"
+ style="fill:#0000ff;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ <ellipse
+ ry="122.85714"
+ rx="125.71429"
+ cy="306.64792"
+ cx="277.14285"
+ id="path3372"
+ style="fill:#ff0000;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ </g>
+</svg>
diff --git a/drawing/config.make b/drawing/config.make
index a57f4d4..65a3495 100644
--- a/drawing/config.make
+++ b/drawing/config.make
@@ -72,7 +72,7 @@ OF_ROOT = ../../openFrameworks
#
# Note: Leave a leading space when adding list items with the += operator
################################################################################
-# PROJECT_LDFLAGS = -FFrameworks -framework Syphon
+PROJECT_LDFLAGS = -FFrameworks -framework Syphon
# Currently, shared libraries that are needed are copied to the
# $(PROJECT_ROOT)/bin/libs directory. The following LDFLAGS tell the linker to
diff --git a/drawing/src/lineSegmenter.cpp b/drawing/src/lineSegmenter.cpp
index f848272..47a9d62 100644
--- a/drawing/src/lineSegmenter.cpp
+++ b/drawing/src/lineSegmenter.cpp
@@ -1,15 +1,67 @@
#include "lineSegmenter.h"
-const vector <ofPolyline> & lineSegmenter::getSegments(int num,float coverage, float phase) const{
- segments.clear();
+const vector <ofPolyline> & lineSegmenter::getSegments(int num,float coverage, float phase){
+ //num - number of segments
+ //coverage - amount that each segment fills it's slot from 0-1
+ //phase - from 0-1
+
+ //if the path is closed, we can make a segment that crosses the end/beginning
+ //however we want to be able to deal with open paths
+
+/*
+
+segments 0...n - 1
+phase 0...1
+
+phase 0
+
+segment 0 is (0 -> coverage) / n
+segment n - 1 is ((0 -> coverage) + (n-1)) /n
+
+phase 1: has to be the loop target, it has to look identical
+
+segment 0 is (1 -> coverage) / n
+segment n - 1 is (1 - > coverage) + (n-1)
+
+*/
- float spacing=1.0f/num;
+
+ segments.clear();
for (int i=0;i<num;i++){
- float endIndex=line.getIndexAtPercent(phase+(i*spacing));
+ float startIndex=line.getIndexAtPercent((phase+i)/num); //always <1
+ float endPoint=(phase+i+coverage)/num; //can be >1
+ float endIndex=line.getIndexAtPercent(endPoint>1.0f?endPoint-1.0f:endPoint);
+ ofPolyline segment;
+ segment.addVertex(line.getPointAtIndexInterpolated(startIndex));
+ for (int j=(int)ceil(startIndex);j<(endPoint>1?line.size():(int)ceil(endIndex));j++){
+ segment.addVertex(line[j]);
+ }
+ if (endPoint>1){
+ segments.push_back(segment);
+ segment.clear();
+ for (int j=0;j<(int)ceil(endIndex);j++){
+ segment.addVertex(line[j]);
+ }
+ segment.addVertex(line.getPointAtIndexInterpolated(endIndex));
+ }
+ else {
+ segment.addVertex(line.getPointAtIndexInterpolated(endIndex));
+ }
+ segments.push_back(segment);
}
- float endlength=line.getIndex
-
return segments;
-} \ No newline at end of file
+}
+
+void lineSegmenter::draw(){
+ line.draw();
+ return;
+}
+
+/*
+
+
+
+
+*/ \ No newline at end of file
diff --git a/drawing/src/lineSegmenter.h b/drawing/src/lineSegmenter.h
index 15797a1..25f3d55 100644
--- a/drawing/src/lineSegmenter.h
+++ b/drawing/src/lineSegmenter.h
@@ -6,8 +6,12 @@ class lineSegmenter{
public:
lineSegmenter(ofPolyline &_line){
line=_line;
+ if (line.isClosed()){
+ line.addVertex(line[0]);
+ }
}
- const vector <ofPolyline> &getSegments(int num,float coverage, float phase) const;
+ const vector <ofPolyline> &getSegments(int num,float coverage, float phase);
+ void draw();
private:
ofPolyline line;
vector <ofPolyline> segments;
diff --git a/drawing/src/main.cpp b/drawing/src/main.cpp
index 0d7049c..f9ba23c 100644
--- a/drawing/src/main.cpp
+++ b/drawing/src/main.cpp
@@ -9,7 +9,7 @@ int main(int argc, char *argv[]){
ofGLFWWindowSettings settings;
- settings.width = 800;
+ settings.width = 600;
settings.height = 800;
shared_ptr<ofAppBaseWindow> mainWindow = ofCreateWindow(settings);
diff --git a/drawing/src/ofApp.cpp b/drawing/src/ofApp.cpp
index f4a00b5..43069d2 100644
--- a/drawing/src/ofApp.cpp
+++ b/drawing/src/ofApp.cpp
@@ -5,7 +5,7 @@
//--------------------------------------------------------------
void ofApp::setup(){
ofxSVG svg;
- svg.load("shapes.svg");
+ svg.load("haring.svg");
vector <ofPath> paths= svg.getPaths();
for (int i=0;i<paths.size();i++){
@@ -15,12 +15,17 @@ void ofApp::setup(){
vector <ofPolyline> outlines= paths[i].getOutline();
for (int j=0;j<outlines.size();j++){
- segments.push_back(lineSegmenter(outlines[j]));
+ segmenters.push_back(lineSegmenter(outlines[j]));
}
}
- cout << "Found " << segments.size() << " segments";
+ cout << "Found " << paths.size() << " paths with " << segmenters.size() << " shapes" <<std::endl;
+
+ numsegments=1;
+ coverage=0.5;
+
+ mode=0;
ofSetFrameRate(30);
}
@@ -39,20 +44,38 @@ void ofApp::draw(){
ofBackground(0,0,0);
ofSetColor(255,255,255);
- glTranslatef(128,128,0);
+ glTranslatef(-80,-130,0);
-
+ int segmentsdrawn=0;
-
+ switch (mode){
+ case 0:{
+ float phase=fmod(ofGetElapsedTimef(),1);
-
+
+
+ for (auto shape=segmenters.begin();shape!=segmenters.end();shape++){
+ auto segments=shape->getSegments(numsegments,coverage,phase);
+ for (auto segment=segments.begin();segment!=segments.end();segment++){
+ segment->draw();
+ segmentsdrawn++;
+ }
+ }
+ }
+ case 1:{
+ int w=ofRandom(1000);
+ segmenters[w%segmenters.size()].draw();
+ }
+ }
- //svg.draw();
+
std::stringstream strm;
- strm << "segments: "<<segments.size();
+ strm << "segments: "<<segmentsdrawn;
ofSetWindowTitle(strm.str());
+ mainOutputSyphonServer.publishScreen();
+
}
@@ -74,6 +97,28 @@ void ofApp::keyPressed(ofKeyEventArgs &args){
//--------------------------------------------------------------
void ofApp::keyReleased(int key){
+ switch(key){
+ case '[':{
+ numsegments=max(0,numsegments-1);
+ break;
+ }
+ case ']':{
+ numsegments++;
+ break;
+ }
+ case '{':{
+ coverage=coverage*0.9f;
+ break;
+ }
+ case '}':{
+ coverage=min(coverage/0.9f,1.0f);
+ break;
+ }
+ case 'p':{
+ mode=(mode==1?0:1);
+ break;
+ }
+ }
}
diff --git a/drawing/src/ofApp.h b/drawing/src/ofApp.h
index 05d4441..32b848c 100644
--- a/drawing/src/ofApp.h
+++ b/drawing/src/ofApp.h
@@ -4,6 +4,8 @@
#include "ofxSvg.h"
#include "lineSegmenter.h"
+#include "ofxSyphon.h"
+
class ofApp : public ofBaseApp{
@@ -30,6 +32,12 @@ class ofApp : public ofBaseApp{
void dragEvent(ofDragInfo dragInfo);
void gotMessage(ofMessage msg);
- vector <lineSegmenter> segments;
+ vector <lineSegmenter> segmenters;
+ int numsegments;
+ float coverage;
+
+ int mode;
+
+ ofxSyphonServer mainOutputSyphonServer;
};
diff --git a/drawing/start b/drawing/start
new file mode 100755
index 0000000..d80f5a8
--- /dev/null
+++ b/drawing/start
@@ -0,0 +1,3 @@
+mkdir bin/drawing.app/Contents/Frameworks
+cp -r Frameworks/Syphon.framework bin/drawing.app/Contents/Frameworks
+